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

16 Jun 15:56
d17ea6a
Compare
Choose a tag to compare

❗ IMPORTANT: As of Monday 10/24/2022, AAD Pod Identity is deprecated. As mentioned in the announcement, AAD Pod Identity has been replaced with Azure Workload Identity. Going forward, we will no longer add new features or bug fixes to this project in favor of Azure Workload Identity, which reached General Availability (GA) in Azure Kubernetes Service (AKS). We will provide CVE patches until September 2023, at which time the project will be archived. There will be no new releases after September 2023. Refer to doc for release cadence.

Details about the changes which went into the v1.8.17 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1817

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.8.17/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.8.17/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.17/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.8.17/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.16

16 May 22:45
8382c3a
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. We will continue to provide critical bug fixes until Azure Workload Identity reaches general availability. Following that, we will provide CVE patches until September 2023, at which time the project will be archived. Refer to doc for release cadence.

Details about the changes which went into the v1.8.16 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1816

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.8.16/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.8.16/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.16/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.8.16/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.15

17 Mar 19:38
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. We will continue to provide critical bug fixes until Azure Workload Identity reaches general availability. Following that, we will provide CVE patches until September 2023, at which time the project will be archived. Refer to doc for release cadence.

Details about the changes which went into the v1.8.15 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1815

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.8.15/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.8.15/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.15/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.8.15/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.14

13 Dec 18:27
e818bb6
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice. Refer to doc for release cadence.

Details about the changes which went into the v1.8.14 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1814

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.8.14/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.8.14/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.14/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.8.14/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.13

12 Oct 22:19
50eabad
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice. Refer to doc for release cadence.

Details about the changes which went into the v1.8.13 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1813

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.8.13/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.8.13/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.13/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.8.13/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.12

06 Sep 23:04
7b1eaab
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice. Refer to doc for release cadence.

Details about the changes which went into the v1.8.12 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1812

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.8.12/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.8.12/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.12/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.8.12/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.11

04 Aug 18:25
92e3e24
Compare
Choose a tag to compare

❗ IMPORTANT: As mentioned in the announcement, we are planning to replace AAD Pod Identity with Azure Workload Identity. Going forward, we will no longer add new features to this project in favor of Azure Workload Identity. However, we will continue patching critical bugs and security vulnerabilities until further notice. Refer to doc for release cadence.

Details about the changes which went into the v1.8.10 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1811

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.8.11/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.8.11/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.11/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.8.11/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.10

07 Jul 00:16
51522ce
Compare
Choose a tag to compare

Details about the changes which went into the v1.8.10 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v1810

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.8.10/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.8.10/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.10/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.8.10/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.9

19 May 17:42
1113779
Compare
Choose a tag to compare

Details about the changes which went into the v1.8.9 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v189

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.8.9/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.8.9/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.9/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.8.9/deploy/infra/mic-exception.yaml

Using Helm:

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

v1.8.8

01 Apr 20:26
da05957
Compare
Choose a tag to compare

Details about the changes which went into the v1.8.8 release can be found here: https://azure.github.io/aad-pod-identity/changelog/#v188

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.8.8/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.8.8/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.8.8/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.8.8/deploy/infra/mic-exception.yaml

Using Helm:

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