Skip to content

Commit 9d25463

Browse files
committed
Prepare for release v1.11.4
Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent 6ba59a9 commit 9d25463

File tree

11 files changed

+121
-45
lines changed

11 files changed

+121
-45
lines changed

.github/maintainers-little-helper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project: "https://github.com/cilium/cilium/projects/185"
1+
project: "https://github.com/cilium/cilium/projects/188"
22
column: "In progress"
33
auto-label:
44
- "kind/backports"

.mailmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Jonathan Davies <jpds@protonmail.com>
5656
Joshua Roppo <joshroppo@gmail.com>
5757
Jun Chen <answer1991.chen@gmail.com>
5858
Junli Ou <oujunli306@gmail.com>
59-
Kamil Lach <kamil.lach.rs@gmail.com> <kamil@thor.asgard.local>
6059
Kaito Ii <kaitoii1111@gmail.com>
60+
Kamil Lach <kamil.lach.rs@gmail.com> <kamil@thor.asgard.local>
61+
Kante Yin <kerthcet@gmail.com>
6162
Karl Heins <karlheins@northwesternmutual.com>
6263
Kevin Holditch <82885135+kevholditch-f3@users.noreply.github.com>
6364
Bokang Li <libokang.dev@gmail.com>
@@ -102,6 +103,7 @@ Vance Li <vanceli@tencent.com> <liyannois@gmail.com>
102103
Vance Li <vanceli@tencent.com> vanceli <vanceli@tencent.com>
103104
Ville Ojamo <bluikko@users.noreply.github.com> <14869000+bluikko@users.noreply.github.com>
104105
Vlad Ungureanu <vladu@palantir.com> <ungureanuvladvictor@gmail.com>
106+
Wang Dong <xdragon007@gmail.com>>
105107
Wayne Haber <whaber@gitlab.com> <41373231+whaber@users.noreply.github.com>
106108
Weilong Cui <cuiwl@google.com>
107109
Will Stewart <will@northflank.com>

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Calum MacRae hi@cmacr.ae
5656
Camilo Schoeningh camilo.schoeningh@dunnhumby.com
5757
Canh Ngo canhnt@gmail.com
5858
Carlos Castro carlos.castro@jumo.world
59+
Chance Zibolski chance.zibolski@gmail.com
5960
Changyu Wang changyuwang@tencent.com
6061
Charles-Edouard Brétéché charled.breteche@gmail.com
6162
Charles-Henri Guérin charles-henri.guerin@zenika.com
@@ -179,6 +180,7 @@ Junli Ou oujunli306@gmail.com
179180
Jussi Maki jussi@isovalent.com
180181
Kaito Ii kaitoii1111@gmail.com
181182
Kamil Lach kamil.lach.rs@gmail.com
183+
Kante Yin kerthcet@gmail.com
182184
Karl Heins karlheins@northwesternmutual.com
183185
Katarzyna Borkmann kasia@iogearbox.net
184186
Kevin Burke kevin@burke.dev
@@ -272,6 +274,7 @@ Raghu Gyambavantha raghug@bld-ml-loan4.olympus.f5net.com
272274
Rahul Jadhav nyrahul@gmail.com
273275
Rajat Jindal rajatjindal83@gmail.com
274276
Raphael Campos raphael@accuknox.com
277+
Raphaël Pinson raphael@isovalent.com
275278
Ray Bejjani ray@isovalent.com
276279
Rei Shimizu Shikugawa@gmail.com
277280
Renat Tuktarov yandzeek@gmail.com
@@ -300,6 +303,7 @@ Sergey Generalov sergey@isovalent.com
300303
Sergey Monakhov monakhov@puzl.ee
301304
Sergio Ballesteros snaker@locolandia.net
302305
Shantanu Deshpande shantanud106@gmail.com
306+
Sigurd Spieckermann sigurd.spieckermann@gmail.com
303307
Simon Pasquier spasquier@mirantis.com
304308
Smaine Kahlouch smainklh@gmail.com
305309
Stephen Martin lockwood@opperline.com
@@ -346,6 +350,7 @@ Vlad Artamonov 742047+vladdy@users.noreply.github.com
346350
Vlad Gorodetsky v@gor.io
347351
Vladimir Nachev vladimir.penkov.nachev@gmail.com
348352
Vlad Ungureanu vladu@palantir.com
353+
Wang Dong xdragon007@gmail.com
349354
Wang Li wangli09@kuaishou.com
350355
Wayne Haber whaber@gitlab.com
351356
Wazir Ahmed wazir@accuknox.com
@@ -355,6 +360,7 @@ Will Deuschle wdeuschle@palantir.com
355360
Will Stewart will@northflank.com
356361
Xinyuan Zhang zhangxinyuan@google.com
357362
yanhongchang yanhongchang@100tal.com
363+
Ye Sijun junnplus@gmail.com
358364
Yiannis Yiakoumis yiannis@selfienetworks.com
359365
Yongkun Gui ygui@google.com
360366
Yosh de Vos yosh@elzorro.nl

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## v1.11.4
4+
5+
Summary of Changes
6+
------------------
7+
8+
**Minor Changes:**
9+
* k8s: keep CiliumNode labels synced with Node object (Backport PR #19277, Upstream PR #18609, @jibi)
10+
* Locally allocated identities are now restored during restart, helping avoid transient drops due to identity changes in policies. (Backport PR #19403, Upstream PR #19360, @jrajahalme)
11+
12+
**Bugfixes:**
13+
* bpf: Fix maglev hash with hostServices.hostNamespaceOnly (Backport PR #19277, Upstream PR #18336, @ysksuzuki)
14+
* clustermesh: Correct shared service annotation behaviour (Backport PR #19277, Upstream PR #19042, @sayboras)
15+
* cmd: Fix issue where a ConfigMap value of `{}` was parsed as `map["{}":""]`. (Backport PR #19277, Upstream PR #19172, @gandro)
16+
* Fix a bug where a backend pod can be selected by a local redirect policy deployed in a different namespace if the local redirect policy was deployed first. (Backport PR #19277, Upstream PR #19193, @aditighag)
17+
* Fix bug that would cause some pod traffic to leave through the wrong interface if --aws-release-excess-ips is used and masquerading disabled. (Backport PR #19277, Upstream PR #19162, @pchaigno)
18+
* Fix bug where the 'ipcache-inject-labels' controller constantly fails in non-Kubernetes environments (Backport PR #19277, Upstream PR #19165, @christarazi)
19+
* Fix bug where the Cilium DNS proxy slows down significantly (and even OOMs) due to lock contention from spawning many goroutines when handling bursty DNS traffic (Backport PR #19418, Upstream PR #19336, @nebril)
20+
* Fix log rotation of compressed logs (Backport PR #19277, Upstream PR #19152, @chancez)
21+
* Fixed node init in RKE (Backport PR #19418, Upstream PR #19286, @raphink)
22+
* helm: Update Clustermesh-APIServer RBAC permissions for platforms (like Openshift) that have the OwnerReferencesPermissionEnforcement admission controller enabled. (Backport PR #19277, Upstream PR #19071, @nathanjsweet)
23+
* Improve endpoint and DNS proxy lock contention during bursty DNS traffic (Backport PR #19418, Upstream PR #19347, @christarazi)
24+
* Improve reliably of faulty connections for kube-apiservers behind a LB. Reduce the number of connections to kube-apiserver by 6 for each cilium-agent. (Backport PR #19330, Upstream PR #19259, @aanm)
25+
* install/kubernetes: fix hubble-ui with TLS (Backport PR #19418, Upstream PR #19338, @aanm)
26+
* metallb: fix SIGSEGV error when Service resource is deleted. (Backport PR #19277, Upstream PR #19249, @Inode1)
27+
* Update the 'refresh period' formatting in readme and doc (Backport PR #19418, Upstream PR #19205, @dongwangdw)
28+
* wireguard: Reject duplicate public keys (Backport PR #19418, Upstream PR #19344, @gandro)
29+
30+
**CI Changes:**
31+
* jenkinsfiles: Update calls to Quay API (Backport PR #19277, Upstream PR #19229, @pchaigno)
32+
* test: Don't redeploy in AfterAll of K8sServices test case (Backport PR #19277, Upstream PR #18869, @brb)
33+
* test: Flush CT tables after L7 proxy tests in K8sServices (Backport PR #19277, Upstream PR #18857, @brb)
34+
* Use docker manifest inspect to wait for images instead of using quay API (Backport PR #19330, Upstream PR #19307, @YutaroHayakawa)
35+
* workflows: Update call to Quay API (Backport PR #19277, Upstream PR #19228, @pchaigno)
36+
37+
**Misc Changes:**
38+
* add 'refreshPeriod' to spelling wordlist (Backport PR #19418, Upstream PR #19394, @aanm)
39+
* Add a 'Limitations' section to 'External Workloads'. (Backport PR #19418, Upstream PR #19366, @bmcustodio)
40+
* add context when return errors during datapath initialization (Backport PR #19277, Upstream PR #18011, @kerthcet)
41+
* Bpf fix conditional compilation (Backport PR #19277, Upstream PR #19104, @jrajahalme)
42+
* build(deps): bump actions/cache from 3.0.0 to 3.0.1 (#19268, @dependabot[bot])
43+
* build(deps): bump actions/cache from 3.0.1 to 3.0.2 (#19389, @dependabot[bot])
44+
* build(deps): bump actions/checkout from 3.0.0 to 3.0.1 (#19447, @dependabot[bot])
45+
* build(deps): bump github/codeql-action from 1.1.5 to 2.1.6 (#19270, @dependabot[bot])
46+
* build(deps): bump github/codeql-action from 2.1.6 to 2.1.7 (#19343, @dependabot[bot])
47+
* build(deps): bump github/codeql-action from 2.1.7 to 2.1.8 (#19374, @dependabot[bot])
48+
* build(deps): bump KyleMayes/install-llvm-action from 1.5.1 to 1.5.2 (#19325, @dependabot[bot])
49+
* build(deps): bump library/alpine from 3.12.7 to 3.15.4 in /images/cache (#19414, @dependabot[bot])
50+
* ci: Pin down image for the documentation workflow (Backport PR #19418, Upstream PR #19356, @qmonnet)
51+
* docs: Clarify use of the `eni.subnetTagsFilter` option (Backport PR #19330, Upstream PR #19276, @gandro)
52+
* docs: Update shared service annotation docs (Backport PR #19418, Upstream PR #19313, @sayboras)
53+
* envoy: Limit accesslog socket permissions (Backport PR #19418, Upstream PR #19190, @jrajahalme)
54+
* ipcache: Add test asserting out-of-order Kubernetes events (Backport PR #19330, Upstream PR #19258, @christarazi)
55+
* k8s: Use kubelet's logic to close all idle connections (Backport PR #19330, Upstream PR #19290, @christarazi)
56+
* logo: fix position of central polygon (Backport PR #19277, Upstream PR #19216, @sisp)
57+
* Test runtime cilium in container (take two) (Backport PR #19403, Upstream PR #19310, @jrajahalme)
58+
* test: Fix whitespace in docker-run-cilium (Backport PR #19403, Upstream PR #19358, @jrajahalme)
59+
* v1.11: Update Go to 1.17.9 (#19445, @tklauser)
60+
* vendor: pull in the latest changes from github.com/vishvananda/netlink (Backport PR #19403, Upstream PR #18618, @aditighag)
61+
* wireguard: Fix invalid bits when agent init (Backport PR #19277, Upstream PR #19118, @Junnplus)
62+
63+
**Other Changes:**
64+
* install: Update image digests for v1.11.3 (#19240, @aanm)
65+
366
## v1.11.3
467

568
Summary of Changes

Documentation/concepts/kubernetes/compatibility-table.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
+-----------------+----------------+
3939
| v1.9.13 | 1.22.6 |
4040
+-----------------+----------------+
41+
| v1.9.14 | 1.22.6 |
42+
+-----------------+----------------+
4143
| v1.9 | 1.22.6 |
4244
+-----------------+----------------+
4345
| v1.10.0-rc0 | 1.23.1 |
@@ -82,7 +84,10 @@
8284
+-----------------+----------------+
8385
| v1.11.2 | 1.24.3 |
8486
+-----------------+----------------+
87+
| v1.11.3 | 1.24.3 |
88+
+-----------------+----------------+
8589
| v1.11 | 1.24.3 |
8690
+-----------------+----------------+
87-
| latest / master | 1.24.2 |
91+
| latest / master | 1.26.0 |
92+
| 1.25.1 | |
8893
+-----------------+----------------+

Documentation/helm-values.rst

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.3
1+
1.11.4

install/kubernetes/Makefile.digests

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Copyright 2022 Authors of Cilium
33
# SPDX-License-Identifier: Apache-2.0
44

5-
CILIUM_DIGEST := "sha256:cb6aac121e348abd61a692c435a90a6e2ad3f25baa9915346be7b333de8a767f"
6-
CLUSTERMESH_APISERVER_DIGEST := "sha256:75c03de7756bb77ea7ac8aed8449a2fc9204a1c3384157d8cf41336976e6825d"
7-
DOCKER_PLUGIN_DIGEST := "sha256:f6b8eb92abb7f4a889418a5a7dbd76de87c0a33708ba2cc4c3c973e8452344e0"
8-
HUBBLE_RELAY_DIGEST := "sha256:7256ec111259a79b4f0e0f80ba4256ea23bd472e1fc3f0865975c2ed113ccb97"
9-
OPERATOR_ALIBABACLOUD_DIGEST := "sha256:b4a8723972a8a8e76a3accb509966e0913ec75ac7ec581db23d6cbac2d1b5b7f"
10-
OPERATOR_AWS_DIGEST := "sha256:8990d3fa078ce1562fe8cf4e1374b1b4c91c8ee3d481fc72f122cd530f5d89e5"
11-
OPERATOR_AZURE_DIGEST := "sha256:476b3ba9ad16f074181d77fcb939aed7f7d07a9dce73253efaf983cd72da7519"
12-
OPERATOR_GENERIC_DIGEST := "sha256:5b81db7a32cb7e2d00bb3cf332277ec2b3be239d9e94a8d979915f4e6648c787"
13-
OPERATOR_DIGEST := "sha256:d1243e7d149130f8283b3d3c305f6ca99566565ed51b60da3bfeb0d0005529a5"
5+
CILIUM_DIGEST := ""
6+
CLUSTERMESH_APISERVER_DIGEST := ""
7+
DOCKER_PLUGIN_DIGEST := ""
8+
HUBBLE_RELAY_DIGEST := ""
9+
OPERATOR_ALIBABACLOUD_DIGEST := ""
10+
OPERATOR_AWS_DIGEST := ""
11+
OPERATOR_AZURE_DIGEST := ""
12+
OPERATOR_GENERIC_DIGEST := ""
13+
OPERATOR_DIGEST := ""

install/kubernetes/cilium/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: cilium
33
displayName: Cilium
44
home: https://cilium.io/
5-
version: 1.11.3
6-
appVersion: 1.11.3
5+
version: 1.11.4
6+
appVersion: 1.11.4
77
kubeVersion: ">= 1.16.0-0"
8-
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.11.3/Documentation/images/logo-solo.svg
8+
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.11.4/Documentation/images/logo-solo.svg
99
description: eBPF-based Networking, Security, and Observability
1010
keywords:
1111
- BPF

0 commit comments

Comments
 (0)