diff --git a/app/_data/versions.yml b/app/_data/versions.yml index 8971ddd8d..a7dddd2b5 100644 --- a/app/_data/versions.yml +++ b/app/_data/versions.yml @@ -77,26 +77,26 @@ endOfLifeDate: "2024-11-15" branch: release-2.5 - edition: kuma - version: 2.6.12 + version: 2.6.13 release: 2.6.x releaseDate: "2024-02-01" endOfLifeDate: "2025-02-01" branch: release-2.6 - edition: kuma - version: 2.7.8 + version: 2.7.9 release: 2.7.x releaseDate: "2024-04-19" endOfLifeDate: "2026-04-19" branch: release-2.7 lts: true - edition: kuma - version: 2.8.4 + version: 2.8.5 release: 2.8.x releaseDate: "2024-06-24" endOfLifeDate: "2025-06-24" branch: release-2.8 - edition: kuma - version: 2.9.0 + version: 2.9.1 release: 2.9.x latest: true releaseDate: "2024-10-22" @@ -104,6 +104,5 @@ branch: release-2.9 - edition: kuma version: preview - release: 2.10.x + release: dev branch: master - label: dev diff --git a/app/assets/raw/CHANGELOG.md b/app/assets/raw/CHANGELOG.md index 296157499..3aadb8e8f 100644 --- a/app/assets/raw/CHANGELOG.md +++ b/app/assets/raw/CHANGELOG.md @@ -1,6 +1,48 @@ # Changelog +## 2.9.1 +> Released on 2024/11/14 + +* chore(deps): algin forked go-control-plane version with upstream [#12029](https://github.com/kumahq/kuma/pull/12029) @kumahq +* chore(deps): bump envoy from 1.30.6 to 1.30.7 [#11958](https://github.com/kumahq/kuma/pull/11958) @lukidzi +* chore(deps): security update [#11982](https://github.com/kumahq/kuma/pull/11982) @kumahq +* chore(deps): use latest kumahq/kuma-gui [#11944](https://github.com/kumahq/kuma/pull/11944) @kumahq +* fix(cni): delegated gateway was not correctly injected (backport of #11922) [#11928](https://github.com/kumahq/kuma/pull/11928) @kumahq +* fix(k8s): set annotation kuma.io/display-name for Secrets and Configs (backport of #11923) [#11942](https://github.com/kumahq/kuma/pull/11942) @kumahq +* fix(kuma-cp): avoid concurrent access on resource meta (backport of #11997) [#12024](https://github.com/kumahq/kuma/pull/12024) @kumahq +* fix(meshtimeout): don't set default timeouts on inbound cluster and listener (backport of #12043) [#12049](https://github.com/kumahq/kuma/pull/12049) @kumahq + + +## 2.6.13 +> Released on 2024/11/13 + +* chore(deps): bump envoy from 1.28.7 to 1.29.10 [#11960](https://github.com/kumahq/kuma/pull/11960) @lukidzi +* chore(deps): security update [#11975](https://github.com/kumahq/kuma/pull/11975) @kumahq +* fix(k8s): set annotation kuma.io/display-name for Secrets and Configs (backport of #11923) [#11940](https://github.com/kumahq/kuma/pull/11940) @kumahq +* fix(kuma-cp): avoid concurrent access on resource meta (backport of #11997) [#12021](https://github.com/kumahq/kuma/pull/12021) @kumahq +* fix(store): preserve existing labels when update [#11953](https://github.com/kumahq/kuma/pull/11953) @kumahq + + +## 2.8.5 +> Released on 2024/11/12 + +* chore(deps): bump envoy from 1.30.6 to 1.30.7 [#11957](https://github.com/kumahq/kuma/pull/11957) @lukidzi +* chore(deps): security update [#11973](https://github.com/kumahq/kuma/pull/11973) @kumahq +* fix(k8s): set annotation kuma.io/display-name for Secrets and Configs (backport of #11923) [#11943](https://github.com/kumahq/kuma/pull/11943) @kumahq +* fix(kuma-cp): avoid concurrent access on resource meta (backport of #11997) [#12022](https://github.com/kumahq/kuma/pull/12022) @kumahq + + +## 2.7.9 +> Released on 2024/11/12 + +* chore(deps): bump envoy from 1.29.9 to 1.29.10 [#11956](https://github.com/kumahq/kuma/pull/11956) @lukidzi +* chore(deps): security update [#11972](https://github.com/kumahq/kuma/pull/11972) @kumahq +* fix(k8s): set annotation kuma.io/display-name for Secrets and Configs (backport of #11923) [#11941](https://github.com/kumahq/kuma/pull/11941) @kumahq +* fix(kuma-cp): avoid concurrent access on resource meta (backport of #11997) [#12023](https://github.com/kumahq/kuma/pull/12023) @kumahq +* fix(store): preserve existing labels when update [#11954](https://github.com/kumahq/kuma/pull/11954) @kumahq + + ## 2.9.0 > Released on 2024/10/18