Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.26 (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Dec 9, 2022
1 parent 7e807f7 commit 01e38b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pipelines/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
KIND_NODE_VERSION: v1.24.2
kind_v1_25_0:
KIND_NODE_VERSION: v1.25.0
kind_v1_26_0:
KIND_NODE_VERSION: v1.26.0
steps:
- script: make test-e2e
displayName: Webhook E2E test suite
Expand Down
4 changes: 4 additions & 0 deletions .pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
KIND_NODE_VERSION: v1.25.0
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_26_0:
KIND_NODE_VERSION: v1.26.0
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
steps:
- script: echo "##vso[task.setvariable variable=CLUSTER_NAME]azwi-e2e-$(openssl rand -hex 2)"
displayName: Set CLUSTER_NAME
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Azure AD Workload Identity is the next iteration of [Azure AD Pod Identity][1] t

| Kubernetes Version | Supported |
| ------------------ | --------- |
| 1.26 ||
| 1.25 ||
| 1.24 ||
| 1.23 ||
Expand Down

0 comments on commit 01e38b0

Please sign in to comment.