Skip to content

Commit d53a1f3

Browse files
authored
bump core version to 1.5 (#84)
* bump core version * update subcharts * update subchart dependencies
1 parent 8a63ab9 commit d53a1f3

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

charts/defguard/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 12.12.10
55
- name: defguard-proxy
66
repository: https://defguard.github.io/deployment
7-
version: 0.5.5
7+
version: 0.6.0
88
- name: defguard-gateway
99
repository: https://defguard.github.io/deployment
10-
version: 0.1.5
11-
digest: sha256:8f45c8927578bf320b4d59e126addc43e56371e9141709f04b3607c63785af8a
12-
generated: "2025-07-01T10:29:56.917989+02:00"
10+
version: 0.2.0
11+
digest: sha256:94287139e81b04a14e90669c0b498334db487caa6c63242204af101a52e518a3
12+
generated: "2025-09-15T14:21:44.380602263+02:00"

charts/defguard/Chart.yaml

Lines changed: 4 additions & 4 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.10
7-
appVersion: 1.4.1
6+
version: 0.11.0
7+
appVersion: 1.5.0
88

99
dependencies:
1010
- name: postgresql
@@ -13,9 +13,9 @@ dependencies:
1313
repository: https://charts.bitnami.com/bitnami
1414
- name: defguard-proxy
1515
condition: defguard-proxy.enabled
16-
version: 0.5.5
16+
version: 0.6.0
1717
repository: https://defguard.github.io/deployment
1818
- name: defguard-gateway
1919
condition: defguard-gateway.enabled
20-
version: 0.1.5
20+
version: 0.2.0
2121
repository: https://defguard.github.io/deployment
-3.5 KB
Binary file not shown.
3.49 KB
Binary file not shown.
-3.48 KB
Binary file not shown.
3.48 KB
Binary file not shown.

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.1"
27+
core_package_version = "1.5.0"
2828

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

0 commit comments

Comments
 (0)