Skip to content

Commit

Permalink
docs(CHANGELOG.md): updating changelog and version files
Browse files Browse the repository at this point in the history
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
  • Loading branch information
kumahq[bot] committed Dec 10, 2024
1 parent 3e22149 commit 6070b86
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
28 changes: 18 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Changelog
<!-- Autogenerated with (github.com/kumahq/ci-tools) release-tool changelog.md -->

## 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
Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,13 @@
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"
endOfLifeDate: "2025-10-22"
branch: release-2.9
- edition: kuma
version: preview
release: 2.10.x
release: dev
branch: master
label: dev

0 comments on commit 6070b86

Please sign in to comment.