Skip to content

Commit

Permalink
Prepare for release v1.15.1
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 14, 2024
1 parent c9e2a4d commit a368c8f
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 45 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/266"
project: "https://github.com/cilium/cilium/projects/270"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
8 changes: 5 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Bernard Halas bernard.halas@berops.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 @@ -254,6 +254,7 @@ Frederic Branczyk fbranczyk@gmail.com
Fred Hsu fredlhsu@gmail.com
Fredrik Lönnegren fredrik.lonnegren@gmail.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 @@ -382,6 +383,7 @@ Kornilios Kourtis kornilios@isovalent.com
kwakubiney kebiney@hotmail.com
Laurent Bernaille laurent.bernaille@datadoghq.com
Lawrence Gadban lawrence.gadban@solo.io
ldelossa louis.delos@gmail.com
Lehner Florian dev@der-flo.net
Leonard Cohnen lc@edgeless.systems
leonliao xiaobo.liao@gmail.com
Expand All @@ -406,7 +408,7 @@ lou-lan loulan@loulan.me
Lucas Leblow lucasleblow@mailbox.org
lucming 2876757716@qq.com
Ludovic Ortega ludovic.ortega@adminafk.fr
Maartje Eyskens maartje.eyskens@isovalent.com
Maartje Eyskens maartje@eyskens.me
Maciej Fijalkowski maciej.fijalkowski@intel.com
Maciej Kwiek maciej@isovalent.com
Maciej Skrocki maciejskrocki@google.com
Expand Down Expand Up @@ -652,7 +654,7 @@ Sven Haardiek sven.haardiek@uni-muenster.de
Swaminathan Vasudevan svasudevan@suse.com
Taeung Song treeze.taeung@gmail.com
Takayoshi Nishida takayoshi.nishida@gmail.com
Tamilmani tamanoha@microsoft.com
Tamilmani tamanoha@microsoft.comwq
Tam Mach tam.mach@cilium.io
Tasdik Rahman prodicus@outlook.com
Te-Yu Chang dale.teyuchang@gmail.com
Expand Down
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## v1.15.1

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

**Minor Changes:**
* Enhance trace events from the outbound SNAT path, to report the pre-SNAT IP address and the interface index of the egress interface. (Backport PR #30704, Upstream PR #28723, @julianwiedmann)
* ui: release v0.13.0 (Backport PR #30727, Upstream PR #30711, @geakstr)

**Bugfixes:**
* envoy: Change socket option from 'STATE_LISTENING' to 'STATE_PREBIND' (Backport PR #30681, Upstream PR #30543, @chaunceyjiang)
* Fix bug in indexing of routes that lead to veth devices being considered native devices, which caused the wrong BPF program to be loaded onto them. (Backport PR #30767, Upstream PR #30762, @dylandreimerink)
* fix edge case in node addressing logic which could result in a panic (Backport PR #30767, Upstream PR #30757, @dylandreimerink)
* hive: Fix start hook log output (Backport PR #30727, Upstream PR #30712, @joamaki)
* Updating ENI prefix delegation fallback to use dedicated error codes (Backport PR #30681, Upstream PR #30536, @hemanthmalla)

**CI Changes:**
* ci: add trigger phrase to Gateway API conformance test workflow name (Backport PR #30681, Upstream PR #30525, @tklauser)
* CI: Change cloud regions (Backport PR #30681, Upstream PR #30378, @brlbil)
* ci: Fix PR labels parsing in update label workflow (Backport PR #30681, Upstream PR #30507, @pippolo84)
* gh: ci-verifier: use lvh-images/complexity-test as renovate dependency (Backport PR #30681, Upstream PR #30520, @julianwiedmann)
* gha: additionally cover BPF masquerade in clustermesh E2E tests (Backport PR #30681, Upstream PR #30321, @giorio94)
* gha: make runner type for clustermesh workflows configurable (Backport PR #30681, Upstream PR #30496, @giorio94)
* Update GitHub upload-artifact action (Backport PR #30681, Upstream PR #30443, @brlbil)
* workflows: Clean IPsec test output (Backport PR #30767, Upstream PR #30759, @pchaigno)

**Misc Changes:**
* Added Last page Edit on Documentation (Backport PR #30681, Upstream PR #30612, @gailsuccess)
* bgpv1: remove BGP Controller from daemon cell (Backport PR #30767, Upstream PR #30561, @harsimran-pabla)
* chore(deps): update all github action dependencies (v1.15) (patch) (#30486, @renovate[bot])
* chore(deps): update all kind-images main (v1.15) (patch) (#30670, @renovate[bot])
* chore(deps): update dependency cilium/cilium-cli to v0.15.21 (v1.15) (#30570, @renovate[bot])
* chore(deps): update dependency cilium/cilium-cli to v0.15.22 (v1.15) (#30671, @renovate[bot])
* chore(deps): update stable lvh-images (v1.15) (patch) (#30574, @renovate[bot])
* dep: Bump grpc_health_probe to v0.4.24 (Backport PR #30704, Upstream PR #30643, @ferozsalam)
* docs: Document XfrmInStateInvalid errors (Backport PR #30767, Upstream PR #30151, @pchaigno)
* egressgw: improvements for FIB-driven redirect path (Backport PR #30681, Upstream PR #30576, @julianwiedmann)
* Fix failure in `FuzzDenyPreferredInsert` test (Backport PR #30681, Upstream PR #30368, @christarazi)

**Other Changes:**
* [v1.15] ci/ipsec: Fix downgrade version for release preparation commits (#30718, @qmonnet)
* envoy: Bump envoy version to v1.27.3 (#30696, @sayboras)
* install: Update image digests for v1.15.0 (#30559, @aanm)

## v1.15.0

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: 6 additions & 0 deletions Documentation/network/kubernetes/compatibility-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
+--------------------+----------------+
| v1.13.11 | 1.26.7 |
+--------------------+----------------+
| v1.13.12 | 1.26.7 |
+--------------------+----------------+
| v1.13 | 1.26.7 |
+--------------------+----------------+
| v1.14.0-pre.2 | 1.26.8 |
Expand Down Expand Up @@ -74,6 +76,8 @@
+--------------------+----------------+
| v1.14.6 | 1.27.0 |
+--------------------+----------------+
| v1.14.7 | 1.27.0 |
+--------------------+----------------+
| v1.14 | 1.27.0 |
+--------------------+----------------+
| v1.15.0-pre.0 | 1.26.9 |
Expand All @@ -88,6 +92,8 @@
+--------------------+----------------+
| v1.15.0-rc.1 | 1.28.0 |
+--------------------+----------------+
| v1.15.0 | 1.28.1 |
+--------------------+----------------+
| v1.15 | 1.28.1 |
+--------------------+----------------+
| latest / main | 1.29.1 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.15.1
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:9cfd6a0a3a964780e73a11159f93cc363e616f7d9783608f62af6cfdf3759619"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:43feb49dfbaa82388dc653ce12c7626ce40ae375e9853d71b9f5cff0ce61d54a"
export DOCKER_PLUGIN_DIGEST := "sha256:6c79c492da7b3574509a94b0c6b4ef0570c005aa6be5879b71d8e59e103f2a7b"
export HUBBLE_RELAY_DIGEST := "sha256:45b3ea70b73aee01644f800b8f6138c36446bfb130d2b88b0f75775ebe6a9ab6"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:ee03349caef5519f8e9123132cf17c85b771f8fff095c57f00a2af8bb3224b79"
export OPERATOR_AWS_DIGEST := "sha256:cf45167a8bb336c763046553c6a97c0d7f12f7e2a498dfb2340fa27832a81b3a"
export OPERATOR_AZURE_DIGEST := "sha256:498a9e940cddd4e58d401a13005b0784ed9597bfe1e5cf2f52b6ba9ccceee768"
export OPERATOR_GENERIC_DIGEST := "sha256:e26ecd316e742e4c8aa1e302ba8b577c2d37d114583d6c4cdd2b638493546a79"
export OPERATOR_DIGEST := "sha256:949ec05e962d370437deb6ca4b27b05b8e9c8077bfa6a5b9b4d80d08a26d4fee"
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.15.0
appVersion: 1.15.0
version: 1.15.1
appVersion: 1.15.1
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.15/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
Expand Down
12 changes: 6 additions & 6 deletions install/kubernetes/cilium/README.md

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

0 comments on commit a368c8f

Please sign in to comment.