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.7.4

12 Feb 01:05
5a662d7
Compare
Choose a tag to compare

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

10 Feb 19:01
26c121f
Compare
Choose a tag to compare
v1.7.4-rc.0 Pre-release
Pre-release
fix: prevent errors from being overwritten by metric report function …

v1.7.3

05 Feb 22:13
36a8568
Compare
Choose a tag to compare

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

02 Feb 21:57
d83ef21
Compare
Choose a tag to compare

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

29 Jan 17:50
4eb50e3
Compare
Choose a tag to compare
v1.7.2-rc.1 Pre-release
Pre-release
chore: switch to using golang builder (#952)

v1.7.2-rc.0

28 Jan 17:52
1d49a00
Compare
Choose a tag to compare
v1.7.2-rc.0 Pre-release
Pre-release
feat: add arm64 build (#950)

* feat: add arm64 build

* update to buster-v1.5.0 for arch config fix

v1.7.1

16 Dec 17:17
9fe9b33
Compare
Choose a tag to compare

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)

11 Dec 21:26
040eef9
Compare
Choose a tag to compare
Signed-off-by: Ernest Wong <[email protected]>

v1.7.1-rc.0: feat: adding option to configure kubeletConfig (#906)

10 Dec 20:11
05254c4
Compare
Choose a tag to compare
* 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

13 Nov 00:16
8382d0f
Compare
Choose a tag to compare

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

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