Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/defguard-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: defguard-gateway
description: Defguard gateway is a public-facing VPN endpoint.

type: application
version: 0.5.0
appVersion: 1.6.0
version: 0.5.1
appVersion: 1.6.1
2 changes: 1 addition & 1 deletion terraform/examples/basic/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ locals {

# The gateway deb package version that will be installed on the instance.
# Must be a valid, released version of Defguard Gateway.
gateway_package_version = "1.6.0"
gateway_package_version = "1.6.1"

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