|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +## edge-24.1.1 |
| 4 | + |
| 5 | +This edge release introduces a number of different fixes and improvements. More |
| 6 | +notably, it introduces a new `cni-repair-controller` binary to the CNI plugin |
| 7 | +image. The controller will automatically restart pods that have not received |
| 8 | +their iptables configuration. |
| 9 | + |
| 10 | +* Removed shortnames from Tap API resources to avoid colliding with existing |
| 11 | + Kubernetes resources ([#11816]; fixes [#11784]) |
| 12 | +* Introduced a new ExternalWorkload CRD to support upcoming mesh expansion |
| 13 | + feature ([#11805]) |
| 14 | +* Changed `MeshTLSAuthentication` resource validation to allow SPIFFE URI |
| 15 | + identities ([#11882]) |
| 16 | +* Introduced a new `cni-repair-controller` to the `linkerd-cni` DaemonSet to |
| 17 | + automatically restart misconfigured pods that are missing iptables rules |
| 18 | + ([#11699]; fixes [#11073]) |
| 19 | +* Fixed a `"duplicate metrics"` warning in the multicluster service-mirror |
| 20 | + component ([#11875]; fixes [#11839]) |
| 21 | +* Added metric labels and weights to `linkerd diagnostics endpoints` json |
| 22 | + output ([#11889]) |
| 23 | +* Changed how `Server` updates are handled in the destination service. The |
| 24 | + change will ensure that during a cluster resync, consumers won't be |
| 25 | + overloaded by redundant updates ([#11907]) |
| 26 | +* Changed `linkerd install` error output to add a newline when a Kubernetes |
| 27 | + client cannot be successfully initialised ([#11917]) |
| 28 | + |
| 29 | +[#11816]: https://github.com/linkerd/linkerd2/pull/11816 |
| 30 | +[#11784]: https://github.com/linkerd/linkerd2/issues/11784 |
| 31 | +[#11805]: https://github.com/linkerd/linkerd2/pull/11805 |
| 32 | +[#11882]: https://github.com/linkerd/linkerd2/pull/11882 |
| 33 | +[#11699]: https://github.com/linkerd/linkerd2/pull/11699 |
| 34 | +[#11073]: https://github.com/linkerd/linkerd2/issues/11073 |
| 35 | +[#11875]: https://github.com/linkerd/linkerd2/pull/11875 |
| 36 | +[#11839]: https://github.com/linkerd/linkerd2/issues/11839 |
| 37 | +[#11889]: https://github.com/linkerd/linkerd2/pull/11889 |
| 38 | +[#11907]: https://github.com/linkerd/linkerd2/pull/11907 |
| 39 | +[#11917]: https://github.com/linkerd/linkerd2/pull/11917 |
| 40 | + |
3 | 41 | ## edge-23.12.4
|
4 | 42 |
|
5 | 43 | This edge release includes fixes and improvements to the destination
|
|
0 commit comments