Releases: Azure/aad-pod-identity
v1.7.4
Warning ⚠️
- v1.7.4 contains breaking changes if upgrading from 1.5.x - Please read the doc carefully before upgrading.
- AAD Pod Identity v1.7+ is disabled by default on clusters with Kubenet. Please refer this doc for more details.
Details about the changes which went into the v1.7.4 release can be found here: CHANGELOG-1.7.md
Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.4/deploy/infra/deployment-rbac.yaml
For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.4/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.4/deploy/infra/deployment.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.4/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity aad-pod-identity/aad-pod-identity
v1.7.4-rc.0
fix: prevent errors from being overwritten by metric report function …
v1.7.3
Warning ⚠️
- v1.7.3 contains breaking changes if upgrading from 1.5.x - Please read the doc carefully before upgrading.
- AAD Pod Identity v1.7+ is disabled by default on clusters with Kubenet. Please refer this doc for more details.
Details about the changes which went into the v1.7.3 release can be found here: CHANGELOG-1.7.md
Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.3/deploy/infra/deployment-rbac.yaml
For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.3/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.3/deploy/infra/deployment.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.3/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity aad-pod-identity/aad-pod-identity
v1.7.2
Warning ⚠️
- v1.7.2 contains breaking changes if upgrading from 1.5.x - Please read the doc carefully before upgrading.
- AAD Pod Identity v1.7+ is disabled by default on clusters with Kubenet. Please refer this doc for more details.
Details about the changes which went into the v1.7.2 release can be found here: CHANGELOG-1.7.md
Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/deployment-rbac.yaml
For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/deployment.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity aad-pod-identity/aad-pod-identity
v1.7.2-rc.1
chore: switch to using golang builder (#952)
v1.7.2-rc.0
feat: add arm64 build (#950) * feat: add arm64 build * update to buster-v1.5.0 for arch config fix
v1.7.1
Warning ⚠️
- v1.7.1 contains breaking changes if upgrading from 1.5.x - Please read the doc carefully before upgrading.
- AAD Pod Identity v1.7+ is disabled by default on clusters with Kubenet. Please refer this doc for more details.
Details about the changes which went into the v1.7.1 release can be found here: CHANGELOG-1.7.md
Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.1/deploy/infra/deployment-rbac.yaml
For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.1/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.1/deploy/infra/deployment.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.1/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity
v1.7.1-rc.1: dockerfile: fix CVE-2020-27350 (#909)
Signed-off-by: Ernest Wong <[email protected]>
v1.7.1-rc.0: feat: adding option to configure kubeletConfig (#906)
* Adding option to configure kubeletConfig * Moving changes to staging dir * Keeping Paths in-sync per comments Using Helper func to simplify logic * Updating tpl name per comments * Adding backwards compatibhility fix for mounts * clean up markdown format Signed-off-by: Ernest Wong <[email protected]> Co-authored-by: Max <[email protected]>
v1.7.0
Details about the changes which went into the v1.7.0 release can be found here: CHANGELOG-1.7.md
Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.0/deploy/infra/deployment-rbac.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.0/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.0/deploy/infra/deployment.yaml
# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.0/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity