Skip to content

Commit

Permalink
wg-access-server@v0.11.0 (#23)
Browse files Browse the repository at this point in the history
* feat: new release

* fix: remove blank line

* fix: missing space in comment

* fix: workflows

* fix: ct.yaml file
  • Loading branch information
GoliathLabs committed Feb 3, 2024
1 parent f0d40f7 commit 4061059
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.9.2
uses: azure/setup-helm@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.0
uses: helm/chart-testing-action@v2.6.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -35,7 +33,7 @@ jobs:
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.8.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
Expand All @@ -21,10 +21,9 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
5 changes: 2 additions & 3 deletions charts/wg-access-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: v2
appVersion: v0.10.1
appVersion: v0.11.0
description: A WireGuard VPN Access Server
name: wg-access-server
version: 0.12.1

version: 0.12.2
2 changes: 1 addition & 1 deletion charts/wg-access-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config:
# Enable/disable the embedded DNS proxy server. This is enabled by default and allows VPN clients to avoid DNS leaks by sending all DNS requests to wg-access-server itself.
enabled: true
# The upstream DNS servers to proxy DNS requests to. By default the host machine's resolveconf configuration is used to find its upstream DNS server, with a fallback to Cloudflare.
#upstream: resolvconf
# upstream: resolvconf
# A domain to serve configured devices authoritatively. Queries for names in the format .. will be answered with the device's IP addresses.
domain:
wireguard:
Expand Down
1 change: 0 additions & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ remote: origin
target-branch: main
chart-dirs:
- charts
helm-extra-args: --timeout 600s
validate-maintainers: false

0 comments on commit 4061059

Please sign in to comment.