Skip to content

1.2.3

Choose a tag to compare

@subnetmarco subnetmarco released this 26 Aug 16:24
· 8956 commits to master since this release
cba8d63

👉 Read the full announcement on the Kuma blog

We are happy to announce a new release of Kuma! Kuma 1.2.3 ships with fast-follow fixes and improvements to the previous version. We strongly suggest to upgrade, in order to take advantage of the latest and greatest when it comes to service mesh.

Improvements in 1.2.3:

  • 🚀 kumactl now always warns when the client and server versions cannot be confirmed to match.
  • The data plane proxy type is now checked for a valid value (one of ingress or dataplane).
  • Improvements to the control plane.

And much more!

Also check the upgrade path.

Changelog

  • fix(kumactl) warn about fail to check the CP version #2438
  • fix(kuma-cp) handle missing connection info #2439
  • chore(xds) rename logger to have consistent naming style #2375
    👍contributed by burntcarrot
  • fix(kuma-cp) set better keep-alive for bootstrap #2432
  • fix(kuma-dp) validate the DP proxy type #2186
  • fix(kuma-cp) use the typed config for TLS Inspector #2373