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.5.3-rc4

20 Sep 00:43
96fccbd
Compare
Choose a tag to compare
v1.5.3-rc4 Pre-release
Pre-release
Merge pull request #389 from kkmsft/1.5.3-rc4

Update the rc deploy file to 1.5.3-rc4

v1.5.3-rc3

20 Sep 00:50
f293e45
Compare
Choose a tag to compare
v1.5.3-rc3 Pre-release
Pre-release
Merge pull request #384 from kkmsft/rc3

Change rc deployment to point to rc3

v1.5.2

14 Aug 18:12
Compare
Choose a tag to compare

Details about the changes which went into the v1.5.2 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

v1.5.1

09 Aug 00:55
ed97ee3
Compare
Choose a tag to compare

Details about the changes which went into the v1.5.1 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

v1.5

05 Aug 23:41
Compare
Choose a tag to compare

Details about the changes which went into the v1.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

1.5-rc2

27 Jul 00:45
Compare
Choose a tag to compare

Namespaced identities, VMSS support, alpine images and bug fixes.

01 Feb 01:50
63756d2
Compare
Choose a tag to compare

Summary of features/fixes included

  • Use identities which are in non-default namespaces
  • Runs on vmss clusters.
  • Images are now slimmer with alpine base images.
  • Other bug fixes

Images:

  • NMI: mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.4
  • MIC: mcr.microsoft.com/k8s/aad-pod-identity/mic:1.3

Installation

Non-rbac:

kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/1.3.0-mic-1.4.0-nmi/deploy/infra/deployment.yaml

Rbac:

kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/1.3.0-mic-1.4.0-nmi/deploy/infra/deployment-rbac.yaml