Skip to content

Commit

Permalink
Prepare for release v1.14.10
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sauber <[email protected]>
  • Loading branch information
asauber committed Apr 11, 2024
1 parent a426626 commit a579214
Show file tree
Hide file tree
Showing 10 changed files with 113 additions and 49 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/279"
project: "https://github.com/cilium/cilium/projects/283"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ Karim Naufal [email protected]
Karl Heins [email protected]
Karsten Nielsen [email protected]
Katarzyna Borkmann [email protected]
Katie Struthers [email protected]
Kazuki Suda [email protected]
Keisuke Kondo [email protected]
Kenshin Chen [email protected]
Expand Down Expand Up @@ -596,7 +597,7 @@ Sven Haardiek [email protected]
Swaminathan Vasudevan [email protected]
Taeung Song [email protected]
Takayoshi Nishida [email protected]
Tamilmani tamanoha@microsoft.comwq
Tamilmani tamanoha@microsoft.com
Tam Mach [email protected]
Tasdik Rahman [email protected]
Te-Yu Chang [email protected]
Expand Down Expand Up @@ -672,6 +673,7 @@ Xiaoyang Zhu [email protected]
XiaozhiD-web [email protected]
Xin Li [email protected]
Xinyuan Zhang [email protected]
xyz-li [email protected]
yanggang [email protected]
yanhongchang [email protected]
Yash Shetty [email protected]
Expand Down
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

## v1.14.10

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

**Minor Changes:**
* bugtool: Collect hubble metrics (Backport PR #31888, Upstream PR #31533, @chancez)
* Fix overlapping keys in agent-side service BPF map cache used for retries. In rare cases this bug may have caused retrying of a failed BPF map update for a services entry to be skipped leading to a missing entry. This may have, for example, adversely affected recovering from a full BPF service map after excess services were removed. (Backport PR #31888, Upstream PR #29581, @xyz-li)
* Update to Envoy 1.27.0, run cilium-envoy process without any privileges. (Backport PR #31007, Upstream PR #27498, @jrajahalme)

**Bugfixes:**
* cilium-health: Fix broken retry loop in `cilium-health-ep` controller (Backport PR #31724, Upstream PR #31622, @gandro)
* cni: Allow text-ts log format value (Backport PR #31888, Upstream PR #31686, @sayboras)
* fix: Delegated ipam not configure ipv6 if ipv6 disabled in agent (Backport PR #31724, Upstream PR #31104, @tamilmani1989)
* Fixed a race condition in service updates for L7 LB. (Backport PR #31861, Upstream PR #31744, @jrajahalme)
* Fixed issue with assigning 0 nodeID when corresponding bpf map run out of space. Potentially it could have impacted connectivity in large clusters (>4k nodes) with IPSec or Mutual Auth enabled. Otherwise, it was merely generating unnecessary error log messages. (Backport PR #31656, Upstream PR #31380, @marseel)
* fqdn: Fix minor restore bug that causes false negative checks against a restored DNS IP map. (#31871, @nathanjsweet)
* fqdn: Fixed bug that caused DNS Proxy to be overly restrictive on allowed DNS selectors. (#31801, @nathanjsweet)
* metric: Avoid memory leak/increase in cilium-agent (Backport PR #31888, Upstream PR #31714, @sayboras)

**CI Changes:**
* ci-e2e: Add e2e test with WireGuard + Host Firewall (Backport PR #31724, Upstream PR #31594, @qmonnet)
* ci-e2e: Enable Ingress Controller test for more setup (Backport PR #31658, Upstream PR #30657, @sayboras)
* ci-ipsec-e2e: Misc refactor + more keys (Backport PR #31429, Upstream PR #29592, @brb)
* ci/ipsec: Print more info to debug credentials removal check failures (Backport PR #31724, Upstream PR #31652, @qmonnet)
* deflake endpointmanager tests (Backport PR #31724, Upstream PR #31488, @bimmlerd)
* gh/workflows: Add IPsec key rotation action and use it in ci-eks / ci-ipsec-e2e (Backport PR #31429, Upstream PR #29704, @brb)
* gha: Enable Ingress Controller tests in conformance-e2e (Backport PR #31658, Upstream PR #29130, @sayboras)
* workflows: Debug info for key rotations (Backport PR #31724, Upstream PR #31627, @pchaigno)

**Misc Changes:**
* bitlpm: Document and Fix Descendants Bug (Backport PR #31888, Upstream PR #31851, @nathanjsweet)
* Bump go-jose to v3.0.3 (v1.14) (#31881, @ferozsalam)
* chore(deps): update all github action dependencies (v1.14) (#31824, @renovate[bot])
* chore(deps): update cilium/little-vm-helper action to v0.0.17 (v1.14) (#31707, @renovate[bot])
* chore(deps): update dependency cilium/cilium-cli to v0.16.4 (v1.14) (#31675, @renovate[bot])
* chore(deps): update gcr.io/distroless/static-debian11:nonroot docker digest to f41b84c (v1.14) (#31748, @renovate[bot])
* chore(deps): update go to v1.21.9 (v1.14) (#31765, @renovate[bot])
* chore(deps): update stable lvh-images (v1.14) (patch) (#31708, @renovate[bot])
* cilium-dbg: avoid leaking file resources (Backport PR #31888, Upstream PR #31750, @tklauser)
* docs: Document `No node ID found` drops in case of remote node deletion (Backport PR #31724, Upstream PR #31635, @pchaigno)
* docs: ipsec: document native-routing + Egress proxy case (Backport PR #31724, Upstream PR #31478, @julianwiedmann)
* Fix spelling in DNS-based proxy info (Backport PR #31888, Upstream PR #31728, @saintdle)
* helm: update nodeinit image using renovate (Backport PR #31724, Upstream PR #31641, @tklauser)
* Move governance docs to the Cilium community repo (Backport PR #31888, Upstream PR #31692, @katiestruthers)
* Remove Hubble-OTel from the roadmap (Backport PR #31888, Upstream PR #31847, @xmulligan)
* Restructure OpenShift installation instructions to point to Red Hat Ecosystem Catalog (Backport PR #31724, Upstream PR #29300, @learnitall)
* Support for batch deletion of endpoints (Backport PR #31585, Upstream PR #27351, @tklauser)
* v1.14: update cilium/certgen to v0.1.11 (#31883, @rolinh)

**Other Changes:**
* [v1.14] envoy: Bump envoy image for golang 1.21.9 (#31771, @sayboras)
* [v1.14] fix unsupported aws region (#31742, @brlbil)
* [v1.15] envoy: Bump golang version to 1.21.8 (Backport PR #31007, Upstream PR #31221, @sayboras)
* CI: Remove unsupported k8s version (#31829, @brlbil)
* envoy: Bump envoy version to v1.27.4 (#31808, @sayboras)
* install: Update image digests for v1.14.9 (#31629, @jrajahalme)

## v1.14.9

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

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

4 changes: 4 additions & 0 deletions Documentation/network/kubernetes/compatibility-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
+--------------------+----------------+
| v1.13.13 | 1.26.7 |
+--------------------+----------------+
| v1.13.14 | 1.26.8 |
+--------------------+----------------+
| v1.13 | 1.26.8 |
+--------------------+----------------+
| v1.14.0-pre.2 | 1.26.8 |
Expand Down Expand Up @@ -132,6 +134,8 @@
+--------------------+----------------+
| v1.14.8 | 1.27.0 |
+--------------------+----------------+
| v1.14.9 | 1.27.1 |
+--------------------+----------------+
| v1.14 | 1.27.1 |
+--------------------+----------------+
| latest / main | 1.29.4 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.9
1.14.10
20 changes: 10 additions & 10 deletions install/kubernetes/Makefile.digests
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Copyright 2024 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

export CILIUM_DIGEST := "sha256:4ef1eb7a3bc39d0fefe14685e6c0d4e01301c40df2a89bc93ffca9a1ab927301"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:5c16f8b8e22ce41e11998e70846fbcecea3a6b683a38253809ead8d871f6d8a3"
export DOCKER_PLUGIN_DIGEST := "sha256:dbd1e1bb2b9e1569af58713059a393838ce7ab622c721ec87c1afb5e1d367d0c"
export HUBBLE_RELAY_DIGEST := "sha256:f506f3c6e0a979437cde79eb781654fda4f10ddb5642cebc4dc81254cfb7eeaa"
export KVSTOREMESH_DIGEST := "sha256:9d9efb25806660f3663b9cd803fb8679f2b115763470002a9770e2c1eb1e5b22"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:765314779093b54750f83280f009229f20fe1f28466a633d9bb4143d2ad669c5"
export OPERATOR_AWS_DIGEST := "sha256:041ad5b49ae63ba0f1974e1a1d9ebf9f52541cd2813088fa687f9d544125a1ec"
export OPERATOR_AZURE_DIGEST := "sha256:2d3b9d868eb03fa9256d34192a734a2abab283f527a9c97b7cefcd3401649d17"
export OPERATOR_GENERIC_DIGEST := "sha256:1552d653870dd8ebbd16ee985a5497dd78a2097370978b0cfbd2da2072f30712"
export OPERATOR_DIGEST := "sha256:e0e83e0130a703aab68556d206f0a5e966f36ab754693f6127e96f423df27d69"
export CILIUM_DIGEST := ""
export CLUSTERMESH_APISERVER_DIGEST := ""
export DOCKER_PLUGIN_DIGEST := ""
export HUBBLE_RELAY_DIGEST := ""
export KVSTOREMESH_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.14.9
appVersion: 1.14.9
version: 1.14.10
appVersion: 1.14.10
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/[email protected]/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
Expand Down

0 comments on commit a579214

Please sign in to comment.