Skip to content

Commit 875d228

Browse files
committed
feat: 0.61.0
Features The frpc visitor command-line parameter adds the --server-user option to specify the username of the server-side proxy to connect to. Support multiple frpc instances with different subjects when using oidc authentication.
1 parent 4e41e30 commit 875d228

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ Debian (linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64
6363
Alpine:
6464

6565
- latest
66-
- 0.60-alpine3.20
67-
- 0.60.0-alpine3.20
68-
- 0.60-alpine
69-
- 0.60.0-alpine
66+
- 0.61-alpine3.20
67+
- 0.61.0-alpine3.20
68+
- 0.61-alpine
69+
- 0.61.0-alpine
7070
- alpine3.20
7171
- alpine
72-
- 0.60
73-
- 0.60.0
72+
- 0.61
73+
- 0.61.0
7474

7575
Debian:
7676

7777
- bookworm
7878
- debian
79-
- 0.60-bookworm
80-
- 0.60.0-bookworm
81-
- 0.60-debian
82-
- 0.60.0-debian
79+
- 0.61-bookworm
80+
- 0.61.0-bookworm
81+
- 0.61-debian
82+
- 0.61.0-debian
8383

8484
## Ads
8585

alpine/frpc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM snowdreamtech/go:1.23.1-alpine AS builder
22

3-
ENV FRP_VERSION=0.60.0
3+
ENV FRP_VERSION=0.61.0
44

55
RUN mkdir /workspace
66

@@ -25,7 +25,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
2525
org.opencontainers.image.licenses="MIT" \
2626
org.opencontainers.image.source="https://github.com/snowdreamtech/frp" \
2727
org.opencontainers.image.vendor="Snowdream Tech" \
28-
org.opencontainers.image.version="0.60.0" \
28+
org.opencontainers.image.version="0.61.0" \
2929
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
3030

3131
COPY --from=builder /workspace/bin/frpc /usr/bin/

alpine/frps/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM snowdreamtech/go:1.23.1-alpine AS builder
22

3-
ENV FRP_VERSION=0.60.0
3+
ENV FRP_VERSION=0.61.0
44

55
RUN mkdir /workspace
66

@@ -25,7 +25,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
2525
org.opencontainers.image.licenses="MIT" \
2626
org.opencontainers.image.source="https://github.com/snowdreamtech/frp" \
2727
org.opencontainers.image.vendor="Snowdream Tech" \
28-
org.opencontainers.image.version="0.60.0" \
28+
org.opencontainers.image.version="0.61.0" \
2929
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
3030

3131
COPY --from=builder /workspace/bin/frps /usr/bin/

debian/frpc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM snowdreamtech/go:1.23.1-bookworm AS builder
22

3-
ENV FRP_VERSION=0.60.0
3+
ENV FRP_VERSION=0.61.0
44

55
RUN mkdir /workspace
66

@@ -33,7 +33,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
3333
org.opencontainers.image.licenses="MIT" \
3434
org.opencontainers.image.source="https://github.com/snowdreamtech/frp" \
3535
org.opencontainers.image.vendor="Snowdream Tech" \
36-
org.opencontainers.image.version="0.60.0" \
36+
org.opencontainers.image.version="0.61.0" \
3737
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
3838

3939
COPY --from=builder /workspace/bin/frpc /usr/bin/

debian/frps/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM snowdreamtech/go:1.23.1-bookworm AS builder
22

3-
ENV FRP_VERSION=0.60.0
3+
ENV FRP_VERSION=0.61.0
44

55
RUN mkdir /workspace
66

@@ -33,7 +33,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
3333
org.opencontainers.image.licenses="MIT" \
3434
org.opencontainers.image.source="https://github.com/snowdreamtech/frp" \
3535
org.opencontainers.image.vendor="Snowdream Tech" \
36-
org.opencontainers.image.version="0.60.0" \
36+
org.opencontainers.image.version="0.61.0" \
3737
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
3838

3939
COPY --from=builder /workspace/bin/frps /usr/bin/

0 commit comments

Comments
 (0)