diff --git a/charts/defguard/Chart.lock b/charts/defguard/Chart.lock index d8c3045..b7bd0c1 100644 --- a/charts/defguard/Chart.lock +++ b/charts/defguard/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 18.0.8 - name: defguard-proxy repository: https://defguard.github.io/deployment - version: 0.7.1 + version: 0.8.0 - name: defguard-gateway repository: https://defguard.github.io/deployment - version: 0.4.1 -digest: sha256:f36d1a1caf0c7cc8305a9e50501e507b1bab8adeac8770b7873ea8359f6a35f6 -generated: "2025-10-09T12:08:15.737758702+02:00" + version: 0.5.0 +digest: sha256:42c45b4850f30ab0668102e140918d4db148b8a4b062645af5714b489ab95cba +generated: "2025-12-09T13:38:47.693709029+01:00" diff --git a/charts/defguard/Chart.yaml b/charts/defguard/Chart.yaml index b9736bf..ee0584e 100644 --- a/charts/defguard/Chart.yaml +++ b/charts/defguard/Chart.yaml @@ -3,8 +3,8 @@ name: defguard description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO type: application -version: 0.13.1 -appVersion: 1.5.2 +version: 0.14.0 +appVersion: 1.6.0 dependencies: - name: postgresql @@ -13,11 +13,11 @@ dependencies: repository: https://charts.bitnami.com/bitnami - name: defguard-proxy condition: defguard-proxy.enabled - version: 0.7.1 + version: 0.8.0 repository: https://defguard.github.io/deployment # repository: "file://../defguard-proxy" - name: defguard-gateway condition: defguard-gateway.enabled - version: 0.4.1 + version: 0.5.0 repository: https://defguard.github.io/deployment # repository: "file://../defguard-gateway" diff --git a/charts/defguard/charts/defguard-gateway-0.4.1.tgz b/charts/defguard/charts/defguard-gateway-0.4.1.tgz deleted file mode 100644 index c6c2f18..0000000 Binary files a/charts/defguard/charts/defguard-gateway-0.4.1.tgz and /dev/null differ diff --git a/charts/defguard/charts/defguard-gateway-0.5.0.tgz b/charts/defguard/charts/defguard-gateway-0.5.0.tgz new file mode 100644 index 0000000..f33eeaf Binary files /dev/null and b/charts/defguard/charts/defguard-gateway-0.5.0.tgz differ diff --git a/charts/defguard/charts/defguard-proxy-0.7.1.tgz b/charts/defguard/charts/defguard-proxy-0.7.1.tgz deleted file mode 100644 index 75573d2..0000000 Binary files a/charts/defguard/charts/defguard-proxy-0.7.1.tgz and /dev/null differ diff --git a/charts/defguard/charts/defguard-proxy-0.8.0.tgz b/charts/defguard/charts/defguard-proxy-0.8.0.tgz new file mode 100644 index 0000000..7ec990c Binary files /dev/null and b/charts/defguard/charts/defguard-proxy-0.8.0.tgz differ diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index 804ef78..115a830 100644 --- a/terraform/examples/basic/main.tf.example +++ b/terraform/examples/basic/main.tf.example @@ -24,7 +24,7 @@ locals { # The deb package version of the Defguard Core that will be installed on the instance. # Must be a valid, released version of Defguard Core. - core_package_version = "1.5.0" + core_package_version = "1.6.0" # The architecture of the Defguard Core server instance. # Supported values: "x86_64", "aarch64" @@ -46,7 +46,7 @@ locals { # The deb package version of the proxy that will be installed on the instance. # Must be a valid, released version of Defguard Proxy. - proxy_package_version = "1.5.0" + proxy_package_version = "1.6.0" # The architecture of the Defguard Proxy server instance. # Supported values: "x86_64", "aarch64" @@ -77,7 +77,7 @@ locals { # The gateway deb package version that will be installed on the instance. # Must be a valid, released version of Defguard Gateway. - gateway_package_version = "1.5.0" + gateway_package_version = "1.6.0" # The architecture of the Defguard Gateway server instance. # Supported values: "x86_64", "aarch64"