Skip to content

Commit 8a63ab9

Browse files
authored
bump gateway and proxy version to 1.5 (#83)
* update charts * update terraform example
1 parent 1ad12e0 commit 8a63ab9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/defguard-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: defguard-gateway
33
description: Defguard gateway is a public-facing VPN endpoint.
44

55
type: application
6-
version: 0.1.5
7-
appVersion: 1.4.0
6+
version: 0.2.0
7+
appVersion: 1.5.0

charts/defguard-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: defguard-proxy
33
description: Defguard proxy is a public-facing proxy for core defguard service
44

55
type: application
6-
version: 0.5.5
7-
appVersion: 1.4.0
6+
version: 0.6.0
7+
appVersion: 1.5.0

terraform/examples/basic/main.tf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4.0"
49+
proxy_package_version = "1.5.0"
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.4.0"
80+
gateway_package_version = "1.5.0"
8181

8282
# The architecture of the Defguard Gateway server instance.
8383
# Supported values: "x86_64", "aarch64"

0 commit comments

Comments
 (0)