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

Commit

Permalink
bump version to 1.5.2 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase authored and kkmsft committed Aug 14, 2019
1 parent ac618a7 commit c3013aa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.5.2

### Bug Fixes

- Fix the token backward compat in host based token fetching ([#337](https://github.com/Azure/aad-pod-identity/pull/337))

# v1.5.1

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -213,7 +213,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
imagePullPolicy: Always
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -224,7 +224,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
imagePullPolicy: Always
args:
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions deploy/infra/noazurejson/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.2"
imagePullPolicy: Always
args:
- "--host-ip=$(HOST_IP)"
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.2"
imagePullPolicy: Always
args:
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Expand Down

0 comments on commit c3013aa

Please sign in to comment.