Skip to content

Commit

Permalink
Prepare for release v1.13.12
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed Feb 13, 2024
1 parent c8d0353 commit 0077555
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/264"
project: "https://github.com/cilium/cilium/projects/269"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Andrew Sy Kim kim.andrewsy@gmail.com
Andrey Devyatkin andrey.devyatkin@fivexl.io
Andrey Klimentyev andrey.klimentyev@flant.com
Andrey Voronkov voronkovaa@gmail.com
Andrii Iuspin yuspin@gmail.com
Andrii Iuspin andrii.iuspin@isovalent.com
Andrzej Mamak nqaegg@gmail.com
Aniruddha Amit Dutta duttaaniruddha31@gmail.com
Anish Shah anishshah@google.com
Expand Down Expand Up @@ -76,7 +76,7 @@ Benjamin Pineau benjamin.pineau@datadoghq.com
Bill Mulligan billmulligan516@gmail.com
Bingshen Wang bingshen.wbs@alibaba-inc.com
Bingwu Yang detailyang@gmail.com
Birol Bilgin birol@cilium.io
Birol Bilgin birolbilgin@gmail.com
Bob Bouteillier bob.bouteillier@datadoghq.com
Bokang Li libokang.dev@gmail.com
Bolun Zhao blzhao@google.com
Expand Down Expand Up @@ -192,6 +192,7 @@ Federico Hernandez f@ederi.co
Felix Färjsjö felix.farjsjo@gmail.com
Feroz Salam feroz.salam@isovalent.com
FeynmanZhou pengfeizhou@yunify.com
Filip Nikolic oss.filipn@gmail.com
Florian Koch f0@users.noreply.github.com
Florian Lehner dev@der-flo.net
Francois Allard francois@breathelife.com
Expand All @@ -201,6 +202,7 @@ Fred Hsu fredlhsu@gmail.com
Fredrik Lönnegren fredrik.lonnegren@gmail.com
fsl 1171313930@qq.com
Fulvio Risso fulvio.risso@polito.it
gailsuccess 157372272+gailsuccess@users.noreply.github.com
Gaurav Genani h3llix.pvt@gmail.com
Gaurav Yadav gaurav.dev.iiitm@gmail.com
Gavin McNair gavin.mcnair@kaluza.com
Expand Down Expand Up @@ -520,7 +522,7 @@ Sugang Li sugangli@google.com
Sven Haardiek sven.haardiek@uni-muenster.de
Swaminathan Vasudevan svasudevan@suse.com
Taeung Song treeze.taeung@gmail.com
Tamilmani tamanoha@microsoft.com
Tamilmani tamanoha@microsoft.comwq
Tam Mach tam.mach@cilium.io
tanberBro pengfei.song@daocloud.io
Tasdik Rahman prodicus@outlook.com
Expand All @@ -543,6 +545,7 @@ Tobias Klauser tobias@cilium.io
Tobias Kohlbau tobias@kohlbau.de
Tobias Mose mosetobias@gmail.com
Tom Hadlaw tom.hadlaw@isovalent.com
Tommo Cowling 952241+tlcowling@users.noreply.github.com
Tomoki Sugiura cheztomo513@gmail.com
Tom Payne tom@isovalent.com
Tony Lambiris tony@criticalstack.com
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## v1.13.12

Summary of Changes
------------------

**Minor Changes:**
* api/cli: Encryption status now includes rendering IPsec status in JSON. (Backport PR #30386, Upstream PR #30167, @viktor-kurchenko)
* helm: Add extraVolumeMounts to cilium config init container (Backport PR #30386, Upstream PR #30131, @ayuspin)
* ui: release v0.13.0 (Backport PR #30723, Upstream PR #30711, @geakstr)

**Bugfixes:**
* Add specific drop reason for missing tail calls if the host datapath is not ready yet (Backport PR #30315, Upstream PR #29482, @ti-mo)
* Fix all packet drops due to missed tail calls, enable zero tolerance for these errors in CI (Backport PR #30315, Upstream PR #30248, @ti-mo)
* Fix nodeinit issue causing NotReady state in Kubernetes nodes when laying down an incorrect CNI config (Backport PR #30522, Upstream PR #30399, @tlcowling)
* Updating ENI prefix delegation fallback to use dedicated error codes (Backport PR #30679, Upstream PR #30536, @hemanthmalla)

**CI Changes:**
* [v1.13] backport Go version check fixes in preparation for Go 1.21 update (#30417, @tklauser)
* ci/ipsec: Fix version retrieval for downgrades to closest patch release (Backport PR #30522, Upstream PR #30503, @qmonnet)
* ci: add trigger phrase to Gateway API conformance test workflow name (Backport PR #30679, Upstream PR #30525, @tklauser)
* CI: Change cloud regions (Backport PR #30679, Upstream PR #30378, @brlbil)
* gha: explicilty specify beefier runner type for clustermesh workflows (Backport PR #30386, Upstream PR #30335, @giorio94)
* gha: make runner type for clustermesh workflows configurable (Backport PR #30679, Upstream PR #30496, @giorio94)
* Network performance (Backport PR #30679, Upstream PR #30247, @marseel)
* Rework GHA workflows to checkout the untrusted context in a separate directory for increased separation (Backport PR #30386, Upstream PR #30207, @giorio94)
* Update GitHub upload-artifact action (Backport PR #30522, Upstream PR #30443, @brlbil)

**Misc Changes:**
* Added Last page Edit on Documentation (Backport PR #30679, Upstream PR #30612, @gailsuccess)
* bpf: lb: return drop reasons from __lb4_rev_nat() (Backport PR #30522, Upstream PR #30410, @julianwiedmann)
* build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation (Backport PR #30522, Upstream PR #30219, @dependabot[bot])
* chore(deps): update go to v1.20.13 (v1.13) (patch) (#30186, @renovate[bot])
* chore(deps): update go to v1.21.6 (v1.13) (minor) (#29817, @renovate[bot])
* chore(deps): update hubble cli to v0.13.0 (v1.13) (minor) (#30275, @renovate[bot])
* chore(deps): update stable lvh-images (v1.13) (patch) (#30493, @renovate[bot])
* doc: Add Azure CNI Powered by cilium as external installer (Backport PR #30386, Upstream PR #28286, @tamilmani1989)
* docs: warn users that IPsec and KPR are mutual exclusive (Backport PR #30522, Upstream PR #30403, @f1ko)
* hubble-ui: release v0.12.3 (Backport PR #30522, Upstream PR #30422, @geakstr)
* loader, bpf: remove context cancellation check, lower pending map removal Warning to Info (Backport PR #30315, Upstream PR #30214, @ti-mo)

**Other Changes:**
* [1.13] Ignore ct buffer drops on minor release downgrades only (#30270, @rgo3)
* [v1.13] ci/ipsec: Fix downgrade version for release preparation commits (#30715, @qmonnet)
* [v1.13] ci/ipsec: Re-enable node-to-node-encryption check (#30402, @qmonnet)
* [v1.13] pkg/allocator: Improve 'Key allocation attempt failed' handling for CRD mode (#30120, @antonipp)
* bpf: l3: fix-up kube-proxy workaround in l3_local_delivery() to bpf_overlay (#30313, @julianwiedmann)
* envoy: Bump envoy version for x/net library (#30516, @sayboras)
* envoy: Bump envoy version to v1.26.7 (#30694, @sayboras)
* install: Update image digests for v1.13.11 (#30317, @gentoo-root)

## v1.13.11

Summary of Changes
Expand Down
10 changes: 5 additions & 5 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Documentation/network/kubernetes/compatibility-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
+-----------------+----------------+
| v1.12.17 | 1.25.7 |
+-----------------+----------------+
| v1.12.18 | 1.25.7 |
+-----------------+----------------+
| v1.12 | 1.25.7 |
+-----------------+----------------+
| v1.13.0-rc0 | 1.26.0 |
Expand Down Expand Up @@ -134,7 +136,9 @@
+-----------------+----------------+
| v1.13.10 | 1.26.7 |
+-----------------+----------------+
| v1.13.11 | 1.26.7 |
+-----------------+----------------+
| v1.13 | 1.26.7 |
+-----------------+----------------+
| latest / master | 1.26.9 |
| latest / master | |
+-----------------+----------------+
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.11
1.13.12
18 changes: 9 additions & 9 deletions install/kubernetes/Makefile.digests
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Copyright 2024 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

export CILIUM_DIGEST := "sha256:3b117c7a6be212e2723813b44b909c757b76943cb0e9fdd0ec2aa4475bfcadb5"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:a9e9daadd222453428eadbf25e399e7ac98a18ca264a1d3ce28b41d0792ae63f"
export DOCKER_PLUGIN_DIGEST := "sha256:461fbc6f1cedf630ba9893fc6d609925165032b084f658b0754f37a61ed173bf"
export HUBBLE_RELAY_DIGEST := "sha256:34ab52e2ee5ddb05fe27537a57942c01cb56838c0a15a67b25f6c279cc091216"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:9c1646a1c7c79089f1774550f9d28dcf397ff7adb13e890344b7b26967d95b2e"
export OPERATOR_AWS_DIGEST := "sha256:bbd37f18dddae6477dd164307340e27deb76d90f9d9fa95f21ed0d18c76309f8"
export OPERATOR_AZURE_DIGEST := "sha256:df8863a1c4d1d10135a7fa109becc6f38559b10ab6a72a64f31bffe8a28f4170"
export OPERATOR_GENERIC_DIGEST := "sha256:730e2209b8777f1525186c602f77d5f22259ec4f1f6a2e923f4c03809ab7b0b1"
export OPERATOR_DIGEST := "sha256:29d1acafc9a38fba410e92c6163b7d397fd914715d771991739cf45af3cdc5ff"
export CILIUM_DIGEST := ""
export CLUSTERMESH_APISERVER_DIGEST := ""
export DOCKER_PLUGIN_DIGEST := ""
export HUBBLE_RELAY_DIGEST := ""
export OPERATOR_ALIBABACLOUD_DIGEST := ""
export OPERATOR_AWS_DIGEST := ""
export OPERATOR_AZURE_DIGEST := ""
export OPERATOR_GENERIC_DIGEST := ""
export OPERATOR_DIGEST := ""
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 1.13.11
appVersion: 1.13.11
version: 1.13.12
appVersion: 1.13.12
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.13/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
Expand Down

0 comments on commit 0077555

Please sign in to comment.