From 6070b86d6bd8419416f59da100ce8faf655acf76 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:24:38 +0000 Subject: [PATCH] docs(CHANGELOG.md): updating changelog and version files Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- CHANGELOG.md | 28 ++++++++++++++++++---------- versions.yml | 5 ++--- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2881e059f6f..2413a3c4b04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,12 @@ # Changelog -## 2.9.1 -> Released on 2024/11/14 +## 2.9.2 +> Released on 2024/12/04 -* 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 +* chore(deps): bump golang from 1.23.2 to 1.23.3 [#12084](https://github.com/kumahq/kuma/pull/12084) @lukidzi +* fix(meshpassthrough): Refactor MeshPassthrough implementation to generate correct route [#12157](https://github.com/kumahq/kuma/pull/12157) @kumahq +* fix(meshtrafficpermission): nil pointer for autoreachableservice when no top targetRef (backport of #12152) [#12161](https://github.com/kumahq/kuma/pull/12161) @kumahq ## 2.6.14 @@ -28,6 +23,19 @@ * fix(kds): clone resource on update meta (backport of #10460) [#12122](https://github.com/kumahq/kuma/pull/12122) @kumahq +## 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 diff --git a/versions.yml b/versions.yml index 9e01f05da5e1..7efa51d6c71c 100644 --- a/versions.yml +++ b/versions.yml @@ -96,7 +96,7 @@ endOfLifeDate: "2025-06-24" branch: release-2.8 - edition: kuma - version: 2.9.1 + version: 2.9.2 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