File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies:
44 version: 18.0.8
55- name: defguard-proxy
66 repository: https://defguard.github.io/deployment
7- version: 0.8.0
7+ version: 0.8.1
88- name: defguard-gateway
99 repository: https://defguard.github.io/deployment
1010 version: 0.5.0
11- digest: sha256:42c45b4850f30ab0668102e140918d4db148b8a4b062645af5714b489ab95cba
12- generated: "2025-12-09T13 :38:47.693709029 +01:00"
11+ digest: sha256:ca399fbadeabf7b14cca1ef02d4454c8ab12cdf9430490a06838525ff8d31aaa
12+ generated: "2026-01-09T16 :38:14.929770544 +01:00"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: defguard
33description : Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
44
55type : application
6- version : 0.14.0
7- appVersion : 1.6.0
6+ version : 0.14.1
7+ appVersion : 1.6.1
88
99dependencies :
1010 - name : postgresql
@@ -13,7 +13,7 @@ dependencies:
1313 repository : https://charts.bitnami.com/bitnami
1414 - name : defguard-proxy
1515 condition : defguard-proxy.enabled
16- version : 0.8.0
16+ version : 0.8.1
1717 repository : https://defguard.github.io/deployment
1818 # repository: "file://../defguard-proxy"
1919 - name : defguard-gateway
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
2424
2525 # The deb package version of the Defguard Core that will be installed on the instance.
2626 # Must be a valid, released version of Defguard Core.
27- core_package_version = "1.6.0 "
27+ core_package_version = "1.6.1 "
2828
2929 # The architecture of the Defguard Core server instance.
3030 # Supported values: "x86_64", "aarch64"
@@ -46,7 +46,7 @@ locals {
4646
4747 # The deb package version of the proxy that will be installed on the instance.
4848 # Must be a valid, released version of Defguard Proxy.
49- proxy_package_version = "1.6.0 "
49+ proxy_package_version = "1.6.1 "
5050
5151 # The architecture of the Defguard Proxy server instance.
5252 # Supported values: "x86_64", "aarch64"
You can’t perform that action at this time.
0 commit comments