Skip to content

Commit

Permalink
docs: remove kubernetes version 1.23 (EOL) (#775)
Browse files Browse the repository at this point in the history
* docs: remove kubernetes version 1.23 (EOL)

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* ci: update kubernetes versions for supported releases

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

---------

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Mar 2, 2023
1 parent a8fe94e commit 278a6b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .pipelines/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ jobs:
value: "true"
strategy:
matrix:
kind_v1_23_6:
KIND_NODE_VERSION: v1.23.6
kind_v1_24_2:
KIND_NODE_VERSION: v1.24.2
kind_v1_25_0:
KIND_NODE_VERSION: v1.25.0
kind_v1_24_7:
KIND_NODE_VERSION: v1.24.7
kind_v1_25_3:
KIND_NODE_VERSION: v1.25.3
kind_v1_26_0:
KIND_NODE_VERSION: v1.26.0
steps:
Expand Down
12 changes: 4 additions & 8 deletions .pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,12 @@ jobs:
aks_linux:
REGISTRY: upstream.azurecr.io/azure-workload-identity
GINKGO_SKIP: \[AKSSoakOnly\]
kind_v1_23_6:
KIND_NODE_VERSION: v1.23.6
kind_v1_24_7:
KIND_NODE_VERSION: v1.24.7
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_24_2:
KIND_NODE_VERSION: v1.24.2
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_25_0:
KIND_NODE_VERSION: v1.25.0
kind_v1_25_3:
KIND_NODE_VERSION: v1.25.3
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_26_0:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Azure AD Workload Identity is the next iteration of [Azure AD Pod Identity][1] t
| 1.26 ||
| 1.25 ||
| 1.24 ||
| 1.23 ||

## Installation

Expand Down

0 comments on commit 278a6b5

Please sign in to comment.