File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: defguard-gateway
3
3
description : Defguard gateway is a public-facing VPN endpoint.
4
4
5
5
type : application
6
- version : 0.1.5
7
- appVersion : 1.4 .0
6
+ version : 0.2.0
7
+ appVersion : 1.5 .0
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: defguard-proxy
3
3
description : Defguard proxy is a public-facing proxy for core defguard service
4
4
5
5
type : application
6
- version : 0.5.5
7
- appVersion : 1.4 .0
6
+ version : 0.6.0
7
+ appVersion : 1.5 .0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ locals {
46
46
47
47
# The deb package version of the proxy that will be installed on the instance.
48
48
# Must be a valid, released version of Defguard Proxy.
49
- proxy_package_version = "1.4 .0"
49
+ proxy_package_version = "1.5 .0"
50
50
51
51
# The architecture of the Defguard Proxy server instance.
52
52
# Supported values: "x86_64", "aarch64"
@@ -77,7 +77,7 @@ locals {
77
77
78
78
# The gateway deb package version that will be installed on the instance.
79
79
# Must be a valid, released version of Defguard Gateway.
80
- gateway_package_version = "1.4 .0"
80
+ gateway_package_version = "1.5 .0"
81
81
82
82
# The architecture of the Defguard Gateway server instance.
83
83
# Supported values: "x86_64", "aarch64"
You can’t perform that action at this time.
0 commit comments