Skip to content

[backport/1.22] repo: Release 1.22.6 #23992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6-dev
1.22.6
8 changes: 6 additions & 2 deletions docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.22.6 (Pending)
================
1.22.6 (November 30, 2022)
==========================

Incompatible Behavior Changes
-----------------------------
Expand All @@ -13,6 +13,10 @@ Bug Fixes
---------
*Changes expected to improve the state of the world and are unlikely to have negative effects*

* ci: assorted fixes.
* dependencies: update curl, kafka, wasm to mitigate CVEs.
* docker: update Docker images (``distroless`` -> ``4b22ca3c6``) to resolve CVE issues in container packages.

Removed Config or Runtime
-------------------------
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
Expand Down
30 changes: 30 additions & 0 deletions docs/root/version_history/v1.21.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
1.21.6 (November 28, 2022)
==========================

Incompatible Behavior Changes
-----------------------------
*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*

Minor Behavior Changes
----------------------
*Changes that may cause incompatibilities for some users, but should not for most*

Bug Fixes
---------
*Changes expected to improve the state of the world and are unlikely to have negative effects*

* bazel: updated to 5.0.0.
* ci: assorted fixes.
* dependencies: update Curl, Kafka, Wasm to mitigate CVEs.
* docker: update Docker images (``distroless`` -> ``4b22ca3c6``) to resolve CVE issues in container packages.

Removed Config or Runtime
-------------------------
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

New Features
------------


Deprecated
----------
1 change: 1 addition & 0 deletions docs/root/version_history/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version history
v1.22.2
v1.22.1
v1.22.0
v1.21.6
v1.21.5
v1.21.4
v1.21.3
Expand Down