File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: defguard-gateway
33description : Defguard Gateway is a public-facing VPN endpoint.
44
55type : application
6- version : 0.5.2
7- appVersion : 1.6.2
6+ version : 0.5.3
7+ appVersion : 1.6.3
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: defguard-proxy
33description : Defguard proxy is a public-facing proxy for core Defguard service
44
55type : application
6- version : 0.8.2
7- appVersion : 1.6.2
6+ version : 0.8.3
7+ appVersion : 1.6.3
Original file line number Diff line number Diff line change @@ -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.2 "
49+ proxy_package_version = "1.6.3 "
5050
5151 # The architecture of the Defguard Proxy server instance.
5252 # Supported values: "x86_64", "aarch64"
@@ -77,7 +77,7 @@ locals {
7777
7878 # The gateway deb package version that will be installed on the instance.
7979 # Must be a valid, released version of Defguard Gateway.
80- gateway_package_version = "1.6.2 "
80+ gateway_package_version = "1.6.3 "
8181
8282 # The architecture of the Defguard Gateway server instance.
8383 # Supported values: "x86_64", "aarch64"
You can’t perform that action at this time.
0 commit comments