We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecc8cf commit d0ecc8dCopy full SHA for d0ecc8d
charts/defguard-proxy/Chart.yaml
@@ -3,5 +3,5 @@ name: defguard-proxy
3
description: Defguard proxy is a public-facing proxy for core Defguard service
4
5
type: application
6
-version: 0.8.1
7
-appVersion: 1.6.1
+version: 0.8.2
+appVersion: 1.6.2
terraform/examples/basic/main.tf.example
@@ -46,7 +46,7 @@ locals {
46
47
# The deb package version of the proxy that will be installed on the instance.
48
# Must be a valid, released version of Defguard Proxy.
49
- proxy_package_version = "1.6.1"
+ proxy_package_version = "1.6.2"
50
51
# The architecture of the Defguard Proxy server instance.
52
# Supported values: "x86_64", "aarch64"
0 commit comments