Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

v1.6.1

Compare
Choose a tag to compare
@aramase aramase released this 22 May 23:16
· 336 commits to master since this release
388ef37

⚠️ v1.6.1 contains breaking changes - Please read the doc carefully before upgrading from 1.5.x

Details about the changes which went into the v1.6.1 release can be found here: CHANGELOG-1.6.md

Installation/Upgrade for RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.1/deploy/infra/deployment-rbac.yaml

# For managed identity clusters, deploy the MIC exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.1/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.1/deploy/infra/deployment.yaml

# For managed identity clusters, deploy the MIC exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.1/deploy/infra/mic-exception.yaml

Using Helm:

helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity