This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Commit 7879d3a 1 parent 9feb701 commit 7879d3a Copy full SHA for 7879d3a
File tree 5 files changed +18
-8
lines changed
5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
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
+
1
11
# v1.5
2
12
3
13
### Features
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ spec:
118
118
name : iptableslock
119
119
containers :
120
120
- 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 "
122
122
imagePullPolicy : Always
123
123
args :
124
124
- " --host-ip=$(HOST_IP)"
@@ -213,7 +213,7 @@ spec:
213
213
serviceAccountName : aad-pod-id-mic-service-account
214
214
containers :
215
215
- 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 "
217
217
imagePullPolicy : Always
218
218
args :
219
219
- " --cloudconfig=/etc/kubernetes/azure.json"
Original file line number Diff line number Diff line change 74
74
name : iptableslock
75
75
containers :
76
76
- 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 "
78
78
imagePullPolicy : Always
79
79
args :
80
80
- " --host-ip=$(HOST_IP)"
@@ -121,7 +121,7 @@ spec:
121
121
spec :
122
122
containers :
123
123
- 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 "
125
125
imagePullPolicy : Always
126
126
args :
127
127
- " --kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116
116
name : iptableslock
117
117
containers :
118
118
- 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 "
120
120
imagePullPolicy : Always
121
121
args :
122
122
- " --host-ip=$(HOST_IP)"
@@ -224,7 +224,7 @@ spec:
224
224
serviceAccountName : aad-pod-id-mic-service-account
225
225
containers :
226
226
- 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 "
228
228
imagePullPolicy : Always
229
229
args :
230
230
- " --logtostderr"
Original file line number Diff line number Diff line change 72
72
name : iptableslock
73
73
containers :
74
74
- 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 "
76
76
imagePullPolicy : Always
77
77
args :
78
78
- " --host-ip=$(HOST_IP)"
@@ -133,7 +133,7 @@ spec:
133
133
spec :
134
134
containers :
135
135
- 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 "
137
137
imagePullPolicy : Always
138
138
args :
139
139
- " --kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
You can’t perform that action at this time.
0 commit comments