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

30 Jul 00:17
fcf2f65
Compare
Choose a tag to compare

Warning ⚠️

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

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

For non-RBAC clusters:

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

Using Helm:

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

v1.8.2-rc.0

23 Jul 18:09
9e31f9c
Compare
Choose a tag to compare
v1.8.2-rc.0 Pre-release
Pre-release
feat: option to set Retry-After in NMI responses (#1114)

Adds a new feature flag to enable setting Retry-After header in the
error response from NMI. The error is only when the identity is still
being assigned by NMI or no valid AzureAssignedIdentity is found yet.
This enables SDK's to retry based on the http status code 503 and the
retry after header.

Note: When enabling this feature, the default retries in NMI should be
explicitly disabled to rather rely on the SDK for retries.

--retry-attempts-for-created=1, --retry-attempts-for-assigned=1 and
--find-identity-retry-interval=1. This will force NMI to return
immediately with the Retry-After header 20s.

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

v1.8.1

12 Jul 16:49
2b4e971
Compare
Choose a tag to compare

Warning ⚠️

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

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

For non-RBAC clusters:

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

Using Helm:

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

v1.8.1-rc.0

25 Jun 22:53
a12bc7a
Compare
Choose a tag to compare
v1.8.1-rc.0 Pre-release
Pre-release
fix: mount kubelet config to `/var/lib/kubelet` for non-rbac deployme…

v1.8.0

11 May 16:41
91f461d
Compare
Choose a tag to compare

Warning ⚠️

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

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

For non-RBAC clusters:

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

Using Helm:

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

v1.8.0-rc.1

05 May 23:54
cdb2b80
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release
fix: inject TypeMeta during type upgrade (#1057)

Signed-off-by: Ernest Wong <chuwon@microsoft.com>

v1.8.0-rc.0

30 Apr 17:20
8b1a21c
Compare
Choose a tag to compare
v1.8.0-rc.0 Pre-release
Pre-release
docs: add standard to managed mode migration doc (#1055)

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

v1.7.5

02 Apr 21:12
4f35625
Compare
Choose a tag to compare

Warning ⚠️

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

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

For non-RBAC clusters:

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

Using Helm:

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

v1.7.5-rc.1

31 Mar 20:23
b0440ce
Compare
Choose a tag to compare
v1.7.5-rc.1 Pre-release
Pre-release
fix: add FileOrCreate to kubelet config file (#1024)

Signed-off-by: Ernest Wong <chuwon@microsoft.com>

v1.7.5-rc.0

23 Mar 16:36
3b37d49
Compare
Choose a tag to compare
v1.7.5-rc.0 Pre-release
Pre-release
helm: remove helm 2 support (#1001)

Signed-off-by: Ernest Wong <chuwon@microsoft.com>