Releases: Azure/aad-pod-identity
v1.6.3
Details about the changes which went into the v1.6.3 release can be found here: CHANGELOG-1.6.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.6.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.6.3/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.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.6.3/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity
v1.6.3-rc.0
chore: add logs for ignored pods (#785) * add logs for ignored pods * Review feedback
v1.6.2
Details about the changes which went into the v1.6.2 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.2/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.2/deploy/infra/mic-exception.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.2/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.2/deploy/infra/mic-exception.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity
v1.6.1
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
v1.6.0
Details about the changes which went into the v1.6.0 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/master/deploy/infra/deployment-rbac.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity --version 1.6.0
v1.5.5
Details about the changes which went into the v1.5.5 release can be found here: CHANGELOG-1.5.md
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity --version 1.5.5
v1.5.4
Details about the changes which went into the v1.5.4 release can be found here: CHANGELOG-1.5.md
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity --version 1.5.4
v1.5.4-rc1
reduce log verbosity for debug log (#433)
v1.5.3
Details about the changes which went into the v1.5.3 release can be found here: CHANGELOG-1.5.md
Installation/Upgrade for RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
For non-RBAC clusters:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
Using Helm:
helm repo update
helm install aad-pod-identity/aad-pod-identity --name pod-identity --version 1.5.3
v1.5.3-rc5
Remove unused GET in CreateOrUpdate (#411)