Skip to content

Commit

Permalink
ci: latest five k8s versions (#1074)
Browse files Browse the repository at this point in the history
And updating the kind version and go used in tests
  • Loading branch information
tvoran authored Nov 18, 2024
1 parent deb5879 commit 427cd1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
fail-fast: false
matrix:
kind-k8s-version:
- 1.31.1
- 1.30.4
- 1.29.8
- 1.28.13
- 1.31.2
- 1.30.6
- 1.29.10
- 1.28.15
- 1.27.16
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -20,7 +21,7 @@ jobs:
with:
config: test/kind/config.yaml
node_image: kindest/node:v${{ matrix.kind-k8s-version }}
version: v0.24.0
version: v0.25.0
- run: bats --tap --timing ./test/acceptance
env:
VAULT_LICENSE_CI: ${{ secrets.VAULT_LICENSE_CI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/setup-test-tools
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.22.8'
go-version: '1.22.9'
- run: go install "github.com/redhat-certification/chart-verifier@${CHART_VERIFIER_VERSION}"
- run: bats --tap --timing ./test/chart
permissions:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changes:
* Default `vault` version updated to 1.18.1
* Default `vault-k8s` version updated to 1.5.0
* Default `vault-csi-provider` version updated to 1.5.0
* Tested with Kubernetes versions 1.28-1.31
* Tested with Kubernetes versions 1.27-1.31

Features:

Expand Down

0 comments on commit 427cd1a

Please sign in to comment.