Skip to content

Releases: kumahq/kuma

1.8.3

13 Jan 17:39
90ea5e7
Compare
Choose a tag to compare

Changelog

1.7.4

13 Jan 17:40
22d862e
Compare
Choose a tag to compare

Changelog

1.6.4

13 Jan 17:41
0cb0d58
Compare
Choose a tag to compare

Changelog

2.0.1

05 Dec 19:18
10677e6
Compare
Choose a tag to compare

Changelog

1.8.2

06 Dec 18:27
521f495
Compare
Choose a tag to compare

Changelog

2.0.0

04 Nov 17:56
4e12bd1
Compare
Choose a tag to compare

We are excited to announce the release of Kuma 2.0! This new major release is super exciting as we announce the first availability of our next generation policies, in addition to new eBPF capabilities!

Notable changes

  • 🚀 We have added support for eBPF into both our CNI and init container configurations. Using eBPF can improve the performance of traffic flow latency by up to 12%.
  • 🚀 Added the first 3 next generation policy updates:
    • MeshTrafficPermission
    • MeshTrafficLog
    • MeshTrafficTrace
  • 🚀 We have made multiple improvements to the UI as part of an ongoing effort to simplify and enrich the functionality of our admin dashboard. Specifically in 2.0 we’re releasing:
    • New YAML / JSON search and syntax highlighting for policies and Envoy configuration dumps
    • Filtering and column customization capabilities for Data Plane Proxies
    • Simplified, more intuitive navigation structure
  • 🚀 Improved our Datadog integration to record ingress and egress requests as separate services, allowing for easier debugging.
  • 🚀 It is now possible to configure the specific TLS versions and ciphers that are supported by the control-plane / API server.
  • 🚀 Users are now able to configure multiple UIDs to be ignored by traffic redirection (useful to workaround some issues with systemd-resolver).
  • 🚀 Increased logging capabilities when using iptables for traffic redirection.

Checkout the blog post about Kuma 2.0.0

Changelog

Read more

1.8.1

10 Oct 10:51
46e10d2
Compare
Choose a tag to compare

Changelog

1.7.2

06 Oct 17:37
ff429df
Compare
Choose a tag to compare

Changelog

1.6.2

06 Oct 17:34
1a3832b
Compare
Choose a tag to compare

Changelog

1.8.0

24 Aug 09:48
4917202
Compare
Choose a tag to compare

Notable changes

🚀 CNI v2 with lots of improvements
🚀 Production settings for Builtin Gateway
🚀 URL rewrite in Builtin Gateway
🚀 Stats and Clusters in the GUI
🚀 Extra retryOn options for Retry
🚀 Better support for TCP logging
🚀 Filtering Envoy metrics
🚀 Projected service account token

Checkout the blog post about Kuma 1.8.0

Changelog

New features:

CNI v2 with lots of improvements:

  • taint controller to prevent race condition #4650 @slonka
  • all logs are easily accessible via kubectl logs command which greatly simplifies observability #4845 @slonka
  • it uses new transparent engine implemented in kuma-net #4481 @slonka

URL rewrite in Builtin Gateway:

Stats and Clusters in the GUI:

Extra retryOn options for Retry:

Better support for TCP logging:

Filtering Envoy metrics:

Projected service account token:

Fixes:

Helm:

Gateway:

Control Plane:

Data Plane:

Other:

Docs:

Other changes:

Gateway:
Control Plane:
Data Plane:
kumactl:
Documentation:
Read more