Skip to content

Commit 9b494ea

Browse files
authored
Bump Gateway to 1.6.2 (#121)
1 parent d0ecc8d commit 9b494ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/defguard-gateway/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: defguard-gateway
3-
description: Defguard gateway is a public-facing VPN endpoint.
3+
description: Defguard Gateway is a public-facing VPN endpoint.
44

55
type: application
6-
version: 0.5.1
7-
appVersion: 1.6.1
6+
version: 0.5.2
7+
appVersion: 1.6.2

terraform/examples/basic/main.tf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1"
80+
gateway_package_version = "1.6.2"
8181

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

0 commit comments

Comments
 (0)