Skip to content

Commit b03f65c

Browse files
committed
Mark as beta
1 parent f2f409d commit b03f65c

11 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/build-ova.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ jobs:
4747
fi
4848
4949
- name: Setup Packer
50-
uses: hashicorp/setup-packer@v3.1.0
50+
uses: hashicorp/setup-packer@v3
5151
with:
5252
version: "1.11.2"
5353

5454
- name: Download ISO
5555
run: |
56-
curl -fL -o ubuntu-24.04.4-live-server-amd64.iso \
57-
https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
56+
curl -fLO https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
5857
5958
- name: Packer init
6059
run: packer init defguard.pkr.hcl

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2222
2323
- name: Install Helm
24-
uses: azure/setup-helm@v4
24+
uses: azure/setup-helm@v5
2525

2626
# https://github.com/helm/chart-releaser-action/issues/74
2727
- name: Add repositories

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: [self-hosted, Linux, X64]
1515
steps:
1616
- name: Login to GitHub container registry
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@v4
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}

charts/defguard-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Defguard Gateway is a public-facing VPN endpoint.
44
icon: https://defguard.net/favicon/favicon-512x512.png
55

66
type: application
7-
version: 2.0.0
8-
appVersion: 2.0.0
7+
version: 2.0.0-beta.1
8+
appVersion: 2.0.0-beta1

charts/defguard-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Defguard Proxy is a public-facing proxy for Defguard Core.
44
icon: https://defguard.net/favicon/favicon-512x512.png
55

66
type: application
7-
version: 2.0.0
8-
appVersion: 2.0.0
7+
version: 2.0.0-beta.1
8+
appVersion: 2.0.0-beta1

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: 18.5.16
55
- name: defguard-proxy
66
repository: https://defguard.github.io/deployment
7-
version: 2.0.0
7+
version: 2.0.0-beta.1
88
- name: defguard-gateway
99
repository: https://defguard.github.io/deployment
10-
version: 2.0.0
11-
digest: sha256:aaca0c602c8d4901cea7849f013ea2d6e7796326e4c3b6c97faf8380858b5a05
12-
generated: "2026-04-09T11:02:46.028379+02:00"
10+
version: 2.0.0-beta.1
11+
digest: sha256:6fc08c440c27bb4c9e90d030cae0fbc9c5a244196dff959a447cbb7c8682177e
12+
generated: "2026-04-10T10:04:56.454317+02:00"

charts/defguard/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Defguard is an open-source enterprise WireGuard VPN with MFA and SS
44
icon: https://defguard.net/favicon/favicon-512x512.png
55

66
type: application
7-
version: 2.0.0
8-
appVersion: 2.0.0
7+
version: 2.0.0-beta.1
8+
appVersion: 2.0.0-beta1
99

1010
dependencies:
1111
- name: postgresql
@@ -14,11 +14,11 @@ dependencies:
1414
repository: https://charts.bitnami.com/bitnami
1515
- name: defguard-proxy
1616
condition: defguard-proxy.enabled
17-
version: 2.0.0
17+
version: 2.0.0-beta.1
1818
repository: https://defguard.github.io/deployment
1919
# repository: "file://../defguard-proxy"
2020
- name: defguard-gateway
2121
condition: defguard-gateway.enabled
22-
version: 2.0.0
22+
version: 2.0.0-beta.1
2323
repository: https://defguard.github.io/deployment
2424
# repository: "file://../defguard-gateway"
4.94 KB
Binary file not shown.
-4.93 KB
Binary file not shown.
4.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)