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.
Copy file name to clipboardexpand all lines: CHANGELOG-1.6.md
+44
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,49 @@
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.2
4
+
5
+
### Features
6
+
7
+
- Acquire an token with the certificate of service principal ([#517](https://github.com/Azure/aad-pod-identity/pull/517))
8
+
- Handle MSI auth requests by ResourceID ([#540](https://github.com/Azure/aad-pod-identity/pull/540))
9
+
- make NMI listen only on localhost ([#658](https://github.com/Azure/aad-pod-identity/pull/658))
10
+
- trigger MIC sync when a pod label changes ([#682](https://github.com/Azure/aad-pod-identity/pull/682))
11
+
12
+
### Bug Fixes
13
+
14
+
- check iptable rules match expected ([#663](https://github.com/Azure/aad-pod-identity/pull/663))
15
+
16
+
### Other Improvements
17
+
18
+
- update base image with debian base ([#641](https://github.com/Azure/aad-pod-identity/pull/641))
19
+
- update node selector label to kubernetes.io/os ([#652](https://github.com/Azure/aad-pod-identity/pull/652))
20
+
- better error messages and handling ([#666](https://github.com/Azure/aad-pod-identity/pull/666))
21
+
- add default known types to scheme ([#668](https://github.com/Azure/aad-pod-identity/pull/668))
22
+
- Remove unused cert volumes from mic deployment ([#670](https://github.com/Azure/aad-pod-identity/pull/670))
23
+
24
+
### Documentation
25
+
26
+
- update typed namespacedname case for sp example ([#649](https://github.com/Azure/aad-pod-identity/pull/649))
27
+
- list components prometheus enpoints ([#660](https://github.com/Azure/aad-pod-identity/pull/660))
28
+
- add helm upgrade guide and known issues ([#683](https://github.com/Azure/aad-pod-identity/pull/683))
29
+
- add requirements to PR template and test standard to CONTRIBUTING.md ([#706](https://github.com/Azure/aad-pod-identity/pull/706))
30
+
31
+
### Helm
32
+
33
+
- add aks add-on exception in kube-system ([#634](https://github.com/Azure/aad-pod-identity/pull/634))
34
+
- disable crd-install when using Helm 3 ([#642](https://github.com/Azure/aad-pod-identity/pull/642))
35
+
- update default http probe port at deploy to 8085 ([#708](https://github.com/Azure/aad-pod-identity/pull/708))
36
+
37
+
### Test Improvements
38
+
39
+
- new test framework for aad-pod-identity ([#640](https://github.com/Azure/aad-pod-identity/pull/640))
40
+
- convert e2e test cases from old to new framework ([#650](https://github.com/Azure/aad-pod-identity/pull/650)), ([#656](https://github.com/Azure/aad-pod-identity/pull/656)), ([#662](https://github.com/Azure/aad-pod-identity/pull/662)), ([#664](https://github.com/Azure/aad-pod-identity/pull/664)), ([#667](https://github.com/Azure/aad-pod-identity/pull/667)), ([#680](https://github.com/Azure/aad-pod-identity/pull/680))
41
+
- add soak testing as part of nightly build & test and remove Jenkinsfile ([#687](https://github.com/Azure/aad-pod-identity/pull/687))
42
+
- update e2e suite to remove flakes ([#693](https://github.com/Azure/aad-pod-identity/pull/693)), ([#695](https://github.com/Azure/aad-pod-identity/pull/695)), ([#697](https://github.com/Azure/aad-pod-identity/pull/697)), ([#699](https://github.com/Azure/aad-pod-identity/pull/699)), ([#701](https://github.com/Azure/aad-pod-identity/pull/701))
43
+
- add e2e tests with resource id ([#696](https://github.com/Azure/aad-pod-identity/pull/696))
44
+
- add code coverage as part of CI ([#705](https://github.com/Azure/aad-pod-identity/pull/705))
The E2E test suite extracts runtime configurations through environment variables. Below is a list of environment variables to set before running the E2E test suite.
0 commit comments