Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Oct 10, 2024
1 parent e2f882f commit dda8984
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
14 changes: 8 additions & 6 deletions .pipelines/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ jobs:
value: "true"
strategy:
matrix:
kind_v1_28_9:
KIND_NODE_VERSION: v1.28.9
kind_v1_29_4:
KIND_NODE_VERSION: v1.29.4
kind_v1_30_2:
KIND_NODE_VERSION: v1.30.2
kind_v1_28_13:
KIND_NODE_VERSION: v1.28.13
kind_v1_29_8:
KIND_NODE_VERSION: v1.29.8
kind_v1_30_4:
KIND_NODE_VERSION: v1.30.4
kind_v1_31_1:
KIND_NODE_VERSION: v1.31.1
steps:
- script: make test-e2e
displayName: Webhook E2E test suite
Expand Down
16 changes: 10 additions & 6 deletions .pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,20 @@ jobs:
- group: e2e-environment-variables
strategy:
matrix:
kind_v1_28_9:
KIND_NODE_VERSION: v1.28.9
kind_v1_28_13:
KIND_NODE_VERSION: v1.28.13
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_29_4:
KIND_NODE_VERSION: v1.29.4
kind_v1_29_8:
KIND_NODE_VERSION: v1.29.8
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_30_2:
KIND_NODE_VERSION: v1.30.2
kind_v1_30_4:
KIND_NODE_VERSION: v1.30.4
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_31_1:
KIND_NODE_VERSION: v1.31.1
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
Azure AD Workload Identity is the next iteration of [Azure AD Pod Identity][1] that enables Kubernetes applications to access Azure cloud resources securely with [Azure Active Directory][2] based on annotated [service accounts][3].

| Kubernetes Version | Supported |
| ------------------ | --------- |
|--------------------| --------- |
| 1.31 ||
| 1.30 ||
| 1.29 ||
| 1.28 ||
Expand Down

0 comments on commit dda8984

Please sign in to comment.