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

Commit 7879d3a

Browse files
aramasekkmsft
authored andcommitted
bump to v1.5.1 (#335)
* bump to v1.5.1 * bump version noazurejson * fix link
1 parent 9feb701 commit 7879d3a

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG-1.5.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.5.1
2+
3+
### Bug Fixes
4+
5+
- Append NMI version to the `User-Agent` for adal only once ([#333](https://github.com/Azure/aad-pod-identity/pull/333))
6+
7+
### Other Improvements
8+
9+
- Change 'updateStrategy' for nmi DaemonSet to `RollingUpdate` ([#334](https://github.com/Azure/aad-pod-identity/pull/334))
10+
111
# v1.5
212

313
### Features

deploy/infra/deployment-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
name: iptableslock
119119
containers:
120120
- name: nmi
121-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5"
121+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
122122
imagePullPolicy: Always
123123
args:
124124
- "--host-ip=$(HOST_IP)"
@@ -213,7 +213,7 @@ spec:
213213
serviceAccountName: aad-pod-id-mic-service-account
214214
containers:
215215
- name: mic
216-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5"
216+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
217217
imagePullPolicy: Always
218218
args:
219219
- "--cloudconfig=/etc/kubernetes/azure.json"

deploy/infra/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
name: iptableslock
7575
containers:
7676
- name: nmi
77-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5"
77+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
7878
imagePullPolicy: Always
7979
args:
8080
- "--host-ip=$(HOST_IP)"
@@ -121,7 +121,7 @@ spec:
121121
spec:
122122
containers:
123123
- name: mic
124-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5"
124+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
125125
imagePullPolicy: Always
126126
args:
127127
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"

deploy/infra/noazurejson/deployment-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
name: iptableslock
117117
containers:
118118
- name: nmi
119-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5"
119+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
120120
imagePullPolicy: Always
121121
args:
122122
- "--host-ip=$(HOST_IP)"
@@ -224,7 +224,7 @@ spec:
224224
serviceAccountName: aad-pod-id-mic-service-account
225225
containers:
226226
- name: mic
227-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5"
227+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
228228
imagePullPolicy: Always
229229
args:
230230
- "--logtostderr"

deploy/infra/noazurejson/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
name: iptableslock
7373
containers:
7474
- name: nmi
75-
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5"
75+
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.5.1"
7676
imagePullPolicy: Always
7777
args:
7878
- "--host-ip=$(HOST_IP)"
@@ -133,7 +133,7 @@ spec:
133133
spec:
134134
containers:
135135
- name: mic
136-
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5"
136+
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.5.1"
137137
imagePullPolicy: Always
138138
args:
139139
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"

0 commit comments

Comments
 (0)