Skip to content

Commit a5287c8

Browse files
authored
Gateway 2.0.1 (#152)
1 parent 44eb84f commit a5287c8

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/defguard/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
version: 2.0.0
88
- name: defguard-gateway
99
repository: https://defguard.github.io/deployment
10-
version: 2.0.0
11-
digest: sha256:99959681524b647c6daccdcc7453fff4ea1ed923ac2a5380ca1f8c1dcd91c9c6
12-
generated: "2026-04-30T14:46:45.734169+02:00"
10+
version: 2.0.1
11+
digest: sha256:0de72842e142f210004aa252a4693af2b3f84cb97af4fa0c0eb7f86abb4a95a7
12+
generated: "2026-05-05T12:52:33.156043+02:00"

charts/defguard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defguard is an open-source enterprise WireGuard VPN with MFA and SS
44
icon: https://defguard.net/favicon/favicon-512x512.png
55

66
type: application
7-
version: 2.0.0
7+
version: 2.0.1
88
appVersion: 2.0.0
99

1010
dependencies:
@@ -19,6 +19,6 @@ dependencies:
1919
# repository: "file://../defguard-proxy"
2020
- name: defguard-gateway
2121
condition: defguard-gateway.enabled
22-
version: 2.0.0
22+
version: 2.0.1
2323
repository: https://defguard.github.io/deployment
2424
# repository: "file://../defguard-gateway"
-4.92 KB
Binary file not shown.
4.93 KB
Binary file not shown.

docker-compose2.0/docker-compose.firewall.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- default
3333

3434
gateway1:
35-
image: ghcr.io/defguard/gateway:dev
35+
image: ghcr.io/defguard/gateway:2.0.1
3636
cap_add:
3737
- NET_ADMIN
3838
volumes:

docker-compose2.0/docker-compose.ha.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro
3939

4040
gateway1:
41-
image: ghcr.io/defguard/gateway:2.0.0
41+
image: ghcr.io/defguard/gateway:2.0.1
4242
cap_add:
4343
- NET_ADMIN
4444
volumes:
@@ -48,7 +48,7 @@ services:
4848
HEALTH_PORT: 55003
4949

5050
gateway2:
51-
image: ghcr.io/defguard/gateway:2.0.0
51+
image: ghcr.io/defguard/gateway:2.0.1
5252
cap_add:
5353
- NET_ADMIN
5454
volumes:
@@ -58,7 +58,7 @@ services:
5858
HEALTH_PORT: 55003
5959

6060
gateway-lb:
61-
image: envoyproxy/envoy:v1.33-latest
61+
image: envoyproxy/envoy:v1.38-latest
6262
command: ["envoy", "-c", "/etc/envoy/envoy.yaml", "-l", "debug"]
6363
ports:
6464
- "51820:51820/udp"

docker-compose2.0/docker-compose.ldap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- "443:443"
2828

2929
gateway1:
30-
image: ghcr.io/defguard/gateway:2.0.0
30+
image: ghcr.io/defguard/gateway:2.0.1
3131
cap_add:
3232
- NET_ADMIN
3333
volumes:

docker-compose2.0/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- "443:443"
2828

2929
gateway1:
30-
image: ghcr.io/defguard/gateway:2.0.0
30+
image: ghcr.io/defguard/gateway:2.0.1
3131
cap_add:
3232
- NET_ADMIN
3333
volumes:

0 commit comments

Comments
 (0)