Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pipelines/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
value: "true"
strategy:
matrix:
kind_v1_30_10:
KIND_NODE_VERSION: v1.30.10
kind_v1_31_6:
KIND_NODE_VERSION: v1.31.6
kind_v1_32_3:
KIND_NODE_VERSION: v1.32.3
kind_v1_33_7:
KIND_NODE_VERSION: v1.33.7
kind_v1_34_3:
KIND_NODE_VERSION: v1.34.3
kind_v1_35_0:
KIND_NODE_VERSION: v1.35.0
steps:
- task: GoTool@0
inputs:
Expand Down
12 changes: 6 additions & 6 deletions .pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@ jobs:
- group: e2e-environment-variables
strategy:
matrix:
kind_v1_30_10:
KIND_NODE_VERSION: v1.30.10
kind_v1_33_7:
KIND_NODE_VERSION: v1.33.7
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_31_6:
KIND_NODE_VERSION: v1.31.6
kind_v1_34_3:
KIND_NODE_VERSION: v1.34.3
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_32_3:
KIND_NODE_VERSION: v1.32.3
kind_v1_35_0:
KIND_NODE_VERSION: v1.35.0
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
steps:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ GINKGO_VER := v2.1.6
GINKGO_BIN := ginkgo
GINKGO := $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

KIND_VER := v0.27.0
KIND_VER := v0.31.0
KIND_BIN := kind
KIND := $(TOOLS_BIN_DIR)/$(KIND_BIN)-$(KIND_VER)

KUBECTL_VER := v1.29.0
KUBECTL_VER := v1.35.0
KUBECTL_BIN := kubectl
KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER)

Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

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.32 | ✅ |
| 1.31 | ✅ |
| 1.30 | ✅ |

## Installation

Check out the [installation guide][12] on how to deploy the Azure AD Workload Identity webhook.
Expand Down
Loading