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

Releases: Azure/aad-pod-identity

v1.6.3

15 Sep 23:42
38eb916
Compare
Choose a tag to compare

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

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

08 Sep 23:35
6c70394
Compare
Choose a tag to compare
v1.6.3-rc.0 Pre-release
Pre-release
chore: add logs for ignored pods (#785)

* add logs for ignored pods

* Review feedback

v1.6.2

24 Jul 23:07
d3072a9
Compare
Choose a tag to compare

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

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

22 May 23:16
388ef37
Compare
Choose a tag to compare

⚠️ 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

v1.6.0

24 Apr 23:11
3c00ce4
Compare
Choose a tag to compare

⚠️ v1.6.0 contains breaking changes - Please read the doc carefully before upgrade

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

29 Jan 02:26
91fef5e
Compare
Choose a tag to compare

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

18 Dec 01:05
Compare
Choose a tag to compare

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

25 Oct 21:01
Compare
Choose a tag to compare
v1.5.4-rc1 Pre-release
Pre-release
reduce log verbosity for debug log (#433)

v1.5.3

14 Oct 20:33
Compare
Choose a tag to compare

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

04 Oct 00:36
53db68c
Compare
Choose a tag to compare
v1.5.3-rc5 Pre-release
Pre-release
Remove unused GET in CreateOrUpdate (#411)