You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
chore: update helm charts, manifests and docs for 1.6 (#580)
* update docs and manifests for 1.6
* generate helm package and index
* add intro to managed mode
* Review feedback
* update release to 1.6.0
* add changelog for 1.6
* add force namespaced mode to doc and warning for upgrade
* add MIC_POD_NAMESPACE env var to all manifests
:warning: v1.6.0 contains breaking changes. Please carefully review this [doc](README.md#v160-breaking-change) before upgrade from 1.x.x versions of pod-identity.
2
+
3
+
# v1.6.0
4
+
5
+
### Features
6
+
- Add support for pod-identity managed mode ([#486](https://github.com/Azure/aad-pod-identity/pull/486))
7
+
- Deny requests without metadata header to avoid SSRF ([#500](https://github.com/Azure/aad-pod-identity/pull/500))
8
+
9
+
### Bug Fixes
10
+
- Fix issue that casued failures with long pod name > 63 chars ([#545](https://github.com/Azure/aad-pod-identity/pull/545))
11
+
- Fix updating assigned identity when azure identity updated ([#559](https://github.com/Azure/aad-pod-identity/pull/559))
12
+
13
+
### Other Improvements
14
+
- Switch to using klog for logging ([#449](https://github.com/Azure/aad-pod-identity/pull/449))
15
+
- Create internal API for aadpodidentity ([#459](https://github.com/Azure/aad-pod-identity/pull/459))
16
+
- Switch to using PATCH instead of CreateOrUpdate for identities ([#522](https://github.com/Azure/aad-pod-identity/pull/522))
17
+
- Update client-go version to v0.17.2 ([#398](https://github.com/Azure/aad-pod-identity/pull/398))
18
+
- Update to go1.14 ([#543](https://github.com/Azure/aad-pod-identity/pull/543))
19
+
- Add validation for resource id format ([#548](https://github.com/Azure/aad-pod-identity/pull/548))
Copy file name to clipboardexpand all lines: charts/aad-pod-identity/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
154
154
|`adminsecret.clientID`| Azure service principal clientID |``|
155
155
|`adminsecret.clientSecret`| Azure service principal clientSecret |``|
156
156
|`mic.image`| MIC image name |`mic`|
157
-
|`mic.tag`| MIC image tag |`1.5.5`|
157
+
|`mic.tag`| MIC image tag |`1.6.0`|
158
158
| `mic.PriorityClassName` | MIC priority class (can only be set when deploying to kube-system namespace)
159
159
|`mic.logVerbosity`| Log level. Uses V logs (glog) |`0`|
160
160
|`mic.resources`| Resource limit for MIC |`{}`|
@@ -169,7 +169,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
169
169
|`mic.syncRetryDuration`| Override interval in seconds at which sync loop should periodically check for errors and reconcile | If not provided, default value is `3600s`|
170
170
|`mic.immutableUserMSIs`| List of user-defined identities that shouldn't be deleted from VM/VMSS. | If not provided, default value is empty |
171
171
|`nmi.image`| NMI image name |`nmi`|
172
-
|`nmi.tag`| NMI image tag |`1.5.5`|
172
+
|`nmi.tag`| NMI image tag |`1.6.0`|
173
173
| `nmi.PriorityClassName` | NMI priority class (can only be set when deploying to kube-system namespace)
174
174
|`nmi.resources`| Resource limit for NMI |`{}`|
175
175
|`nmi.podAnnotations`| Pod annotations for NMI |`{}`|
0 commit comments