Skip to content

Commit

Permalink
v0.52.0
Browse files Browse the repository at this point in the history
Features
Configuration: We now support TOML, YAML, and JSON for configuration. Please note that INI is deprecated and will be removed in future releases. New features will only be available in TOML, YAML, or JSON. Users wanting these new features should switch their configuration format accordingly. #2521
Breaking Changes
Change the way to start the visitor through the command line from frpc stcp --role=visitor xxx to frpc stcp visitor xxx.
Modified the semantics of the server_addr in the command line, no longer including the port. Added the server_port parameter to configure the port.
No longer support range ports mapping in TOML/YAML/JSON.
  • Loading branch information
snowdream committed Oct 13, 2023
1 parent a7bab8c commit 1260412
Show file tree
Hide file tree
Showing 24 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frpc-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frpc:latest
snowdreamtechamd64/frpc:0.51.3
snowdreamtechamd64/frpc:0.52.0
ghcr.io/snowdreamtech/frpc:amd64-latest
ghcr.io/snowdreamtech/frpc:amd64-0.51.3
ghcr.io/snowdreamtech/frpc:amd64-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frpc:latest
snowdreamtecharm32v6/frpc:0.51.3
snowdreamtecharm32v6/frpc:0.52.0
ghcr.io/snowdreamtech/frpc:arm32v6-latest
ghcr.io/snowdreamtech/frpc:arm32v6-0.51.3
ghcr.io/snowdreamtech/frpc:arm32v6-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frpc:latest
snowdreamtecharm32v7/frpc:0.51.3
snowdreamtecharm32v7/frpc:0.52.0
ghcr.io/snowdreamtech/frpc:arm32v7-latest
ghcr.io/snowdreamtech/frpc:arm32v7-0.51.3
ghcr.io/snowdreamtech/frpc:arm32v7-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frpc:latest
snowdreamtecharm64v8/frpc:0.51.3
snowdreamtecharm64v8/frpc:0.52.0
ghcr.io/snowdreamtech/frpc:arm64v8-latest
ghcr.io/snowdreamtech/frpc:arm64v8-0.51.3
ghcr.io/snowdreamtech/frpc:arm64v8-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechi386/frpc:latest
snowdreamtechi386/frpc:0.51.3
snowdreamtechi386/frpc:0.52.0
ghcr.io/snowdreamtech/frpc:i386-latest
ghcr.io/snowdreamtech/frpc:i386-0.51.3
ghcr.io/snowdreamtech/frpc:i386-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frps:latest
snowdreamtechamd64/frps:0.51.3
snowdreamtechamd64/frps:0.52.0
ghcr.io/snowdreamtech/frps:amd64-latest
ghcr.io/snowdreamtech/frps:amd64-0.51.3
ghcr.io/snowdreamtech/frps:amd64-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frps:latest
snowdreamtecharm32v6/frps:0.51.3
snowdreamtecharm32v6/frps:0.52.0
ghcr.io/snowdreamtech/frps:arm32v6-latest
ghcr.io/snowdreamtech/frps:arm32v6-0.51.3
ghcr.io/snowdreamtech/frps:arm32v6-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frps:latest
snowdreamtecharm32v7/frps:0.51.3
snowdreamtecharm32v7/frps:0.52.0
ghcr.io/snowdreamtech/frps:arm32v7-latest
ghcr.io/snowdreamtech/frps:arm32v7-0.51.3
ghcr.io/snowdreamtech/frps:arm32v7-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frps:latest
snowdreamtecharm64v8/frps:0.51.3
snowdreamtecharm64v8/frps:0.52.0
ghcr.io/snowdreamtech/frps:arm64v8-latest
ghcr.io/snowdreamtech/frps:arm64v8-0.51.3
ghcr.io/snowdreamtech/frps:arm64v8-0.52.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechi386/frps:latest
snowdreamtechi386/frps:0.51.3
snowdreamtechi386/frps:0.52.0
ghcr.io/snowdreamtech/frps:i386-latest
ghcr.io/snowdreamtech/frps:i386-0.51.3
ghcr.io/snowdreamtech/frps:i386-0.52.0
2 changes: 1 addition & 1 deletion frpc-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frpc:latest
tags: ["0.51.3"]
tags: ["0.52.0"]
manifests:
- image: snowdreamtechamd64/frpc:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frpc:latest
tags: ["0.51.3"]
tags: ["0.52.0"]
manifests:
- image: ghcr.io/snowdreamtech/frpc:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM i386/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_386.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frps:latest
tags: ["0.51.3"]
tags: ["0.52.0"]
manifests:
- image: snowdreamtechamd64/frps:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frps:latest
tags: ["0.51.3"]
tags: ["0.52.0"]
manifests:
- image: ghcr.io/snowdreamtech/frps:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM i386/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.51.3
ENV FRP_VERSION 0.52.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_386.tar.gz \
Expand Down

0 comments on commit 1260412

Please sign in to comment.