Skip to content

Commit 5dbcf4e

Browse files
authored
bump core version to 1.4.1 (#81)
1 parent 2899ac7 commit 5dbcf4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/defguard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: defguard
33
description: Defguard is an open-source enterprise wireGuard VPN with MFA and SSO
44

55
type: application
6-
version: 0.10.9
7-
appVersion: 1.4.0
6+
version: 0.10.10
7+
appVersion: 1.4.1
88

99
dependencies:
1010
- name: postgresql

terraform/examples/basic/main.tf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424

2525
# The deb package version of the Defguard Core that will be installed on the instance.
2626
# Must be a valid, released version of Defguard Core.
27-
core_package_version = "1.4.0"
27+
core_package_version = "1.4.1"
2828

2929
# The architecture of the Defguard Core server instance.
3030
# Supported values: "x86_64", "aarch64"

0 commit comments

Comments
 (0)