|
1 | 1 | :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 | 2 |
|
| 3 | +# v1.6.3 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- throttling - honor retry after header ([#742](https://github.com/Azure/aad-pod-identity/pull/742)) |
| 8 | +- reconcile identity assignment on Azure ([#734](https://github.com/Azure/aad-pod-identity/pull/734)) |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | +- add certs volume for non-rbac manifests ([#713](https://github.com/Azure/aad-pod-identity/pull/713)) |
| 13 | +- Report original error from getPodListRetry ([#762](https://github.com/Azure/aad-pod-identity/pull/762)) |
| 14 | +- initialize klog flags for NMI ([#767](https://github.com/Azure/aad-pod-identity/pull/767)) |
| 15 | +- ensure stats collector doesn't aggregate stats from multiple runs ([#750](https://github.com/Azure/aad-pod-identity/pull/750)) |
| 16 | + |
| 17 | +### Other Improvements |
| 18 | + |
| 19 | +- add deploy manifests and helm charts to staging dir ([#736](https://github.com/Azure/aad-pod-identity/pull/736)) |
| 20 | +- fix miscellaneous linting problem in the codebase ([#733](https://github.com/Azure/aad-pod-identity/pull/733)) |
| 21 | +- remove privileged: true for NMI daemonset ([#745](https://github.com/Azure/aad-pod-identity/pull/745)) |
| 22 | +- Update to go1.15 ([#751](https://github.com/Azure/aad-pod-identity/pull/751)) |
| 23 | +- automate role assignments and improve troubleshooting guide ([#754](https://github.com/Azure/aad-pod-identity/pull/754)) |
| 24 | +- set dnspolicy to clusterfirstwithhostnet for NMI ([#776](https://github.com/Azure/aad-pod-identity/pull/776)) |
| 25 | +- bump debian-base to v2.1.3 and debian-iptables to v12.1.2 ([#783](https://github.com/Azure/aad-pod-identity/pull/783)) |
| 26 | +- add logs for ignored pods ([#785](https://github.com/Azure/aad-pod-identity/pull/785)) |
| 27 | + |
| 28 | +### Documentation |
| 29 | + |
| 30 | +- docs: fix broken test standard link in GitHub Pull Request template ([#710](https://github.com/Azure/aad-pod-identity/pull/710)) |
| 31 | +- Fixed typo ([#757](https://github.com/Azure/aad-pod-identity/pull/757)) |
| 32 | +- Fixed Grammar ([#758](https://github.com/Azure/aad-pod-identity/pull/758)) |
| 33 | +- add doc for deleting/recreating identity with same name ([#786](https://github.com/Azure/aad-pod-identity/pull/786)) |
| 34 | +- add best practices documentation ([#779](https://github.com/Azure/aad-pod-identity/pull/779)) |
| 35 | + |
| 36 | +### Helm |
| 37 | + |
| 38 | +- add release namespace to chart manifests ([#741](https://github.com/Azure/aad-pod-identity/pull/741)) |
| 39 | +- Add imagePullSecretes to the Helm chart ([#774](https://github.com/Azure/aad-pod-identity/pull/774)) |
| 40 | +- Expose metrics port ([#777](https://github.com/Azure/aad-pod-identity/pull/777)) |
| 41 | +- add user managed identity support to helm charts ([#781](https://github.com/Azure/aad-pod-identity/pull/781)) |
| 42 | + |
| 43 | +### Test Improvements |
| 44 | + |
| 45 | +- add e2e test for block-instance-metadata ([#715](https://github.com/Azure/aad-pod-identity/pull/715)) |
| 46 | +- add aks as part of pr and nightly test ([#717](https://github.com/Azure/aad-pod-identity/pull/717)) |
| 47 | +- add load test pipeline to nightly job ([#744](https://github.com/Azure/aad-pod-identity/pull/744)) |
| 48 | +- install aad-pod-identity in kube-system namespace ([#747](https://github.com/Azure/aad-pod-identity/pull/747)) |
| 49 | +- bump golangci-lint to v1.30.0 ([#759](https://github.com/Azure/aad-pod-identity/pull/759)) |
| 50 | + |
| 51 | + |
3 | 52 | # v1.6.2
|
4 | 53 |
|
5 | 54 | ### Features
|
|
0 commit comments