Skip to content

Commit

Permalink
bump k8s version (#269)
Browse files Browse the repository at this point in the history
* bump version

* bump additional versions

* update changelog
  • Loading branch information
hashiblaum authored Nov 15, 2024
1 parent 16639d9 commit cebb716
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
strategy:
fail-fast: false
matrix:
kind-k8s-version: [1.26.15, 1.27.13, 1.28.9, 1.29.4, 1.30.0]
kind-k8s-version: [1.27.16, 1.28.15, 1.29.10, 1.30.6, 1.31.2]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Create K8s Kind Cluster
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
with:
version: v0.23.0
version: v0.25.0
cluster_name: vault-plugin-auth-kubernetes
node_image: kindest/node:v${{ matrix.kind-k8s-version }}
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

### Build:
* Test with k8s versions 1.27-1.31


### Dependency updates
* `github.com/hashicorp/go-sockaddr` v1.0.6 -> v1.0.7
* `github.com/hashicorp/vault/api` v1.14.0 -> v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TESTARGS ?= '-test.v'
KIND_CLUSTER_NAME ?= vault-plugin-auth-kubernetes

# kind k8s version
KIND_K8S_VERSION ?= v1.26.2
KIND_K8S_VERSION ?= v1.31.2

.PHONY: default
default: dev
Expand Down Expand Up @@ -52,7 +52,7 @@ setup-integration-test: teardown-integration-test vault-image
kind --name $(KIND_CLUSTER_NAME) load docker-image hashicorp/vault:dev
kubectl --context="kind-$(KIND_CLUSTER_NAME)" create namespace test
kubectl --context="kind-$(KIND_CLUSTER_NAME)" label namespaces test target=integration-test other=label
helm upgrade --install vault vault --repo https://helm.releases.hashicorp.com --version=0.25.0 \
helm upgrade --install vault vault --repo https://helm.releases.hashicorp.com --version=0.29.0 \
--kube-context="kind-$(KIND_CLUSTER_NAME)" \
--wait --timeout=5m \
--namespace=test \
Expand Down

0 comments on commit cebb716

Please sign in to comment.