Skip to content
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

Prepare for release v1.7.12 #14267

Merged
merged 1 commit into from Dec 4, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/cilium-actions.yml
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/133"
project: "https://github.com/cilium/cilium/projects/138"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
4 changes: 3 additions & 1 deletion AUTHORS
@@ -1,6 +1,7 @@
The following people, in alphabetical order, have either authored or signed
off on commits in the Cilium repository:

Aditi Ghag aditi@cilium.io
Adrien Trouillaud adrienjt@users.noreply.github.com
Alban Crequy alban@kinvolk.io
Alexander Alemayhu alexander@alemayhu.com
Expand Down Expand Up @@ -118,6 +119,7 @@ Martin Koppehel martin.koppehel@st.ovgu.de
Martynas Pumputis m@lambda.lt
Matthew Gumport me@gum.pt
Matt Layher mdlayher@gmail.com
Maxime VISONNEAU maxime.visonneau@gmail.com
Melissa Peiffer mbp83@nau.edu
Michael Schubert michael@kinvolk.io
Michael Vorburger vorburger@redhat.com
Expand All @@ -126,6 +128,7 @@ Michi Mutsuzaki michi@isovalent.com
Moh Ahmed moh.ahmed@cengn.ca
Moritz Johner beller.moritz@googlemail.com
Moshe Immerman moshe.immerman@vitalitygroup.com
Nate Sweet nathanjsweet@pm.me
Nathan Bird njbird@infiniteenergy.com
Nathan Taylor ntaylor1781@gmail.com
Neela Jacques neela@isovalent.com
Expand Down Expand Up @@ -173,7 +176,6 @@ Tobias Klauser tklauser@distanz.ch
Tom Hadlaw thomas.hadlaw@hootsuite.com
Tony Lambiris tony@criticalstack.com
Tony Lu tonylu@linux.alibaba.com
Tony Lu tonylu@linux.alibaba.com
Trevor Roberts Jr Trevor.Roberts.Jr@gmail.com
Umesh Keerthy B S umesh.freelance@gmail.com
Valas Valancius valas@google.com
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,45 @@
# Changelog

## v1.7.12

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

**Major Changes:**
* change default docker image repository from docker.io to quay.io (Backport PR #13987, Upstream PR #13937, @aanm)

**Minor Changes:**
* Added support for logging in JSON format (Backport PR #14174, Upstream PR #11133, @mvisonneau)
* k8s: update k8s libraries to 1.17.14 (#14035, @aanm)
* metrics: add cilium_datapath_nat_gc_entries (Backport PR #14140, Upstream PR #12832, @ArthurChiao)

**Bugfixes:**
* ctmap: GC orphan SNAT entries (Backport PR #14140, Upstream PR #13912, @brb)
* Fixed Goroutine leak for unresponded ARP pings. (Backport PR #14247, Upstream PR #14222, @jrajahalme)
* FQDN rule restoration IP limit has been made configurable (`--tofqdns-max-ips-per-restored-rule`, default 1000). (Backport PR #14068, Upstream PR #13992, @jrajahalme)
* fqdn: Add a nil check for security id lookup (Backport PR #13950, Upstream PR #13886, @aditighag)
* fqdn: Delay ipcache upserts until policies have been updated (#14084, @jrajahalme)
* fqdn: keep IPs alive if their name is alive (Backport PR #13950, Upstream PR #13914, @kkourt)
* Increment the default value of maximum garbage collected security identities from 250 to 2500 per minute (Backport PR #13950, Upstream PR #13907, @aanm)
* Register "log-driver" and "log-opt" flags with the cilium-operator command. (Backport PR #14174, Upstream PR #12395, @ungureanuvladvictor)

**CI Changes:**
* ci: log in to docker in vagrant boxes (Backport PR #13987, Upstream PR #13969, @nebril)
* Add Registry Credentials to Tests (Backport PR #14068, Upstream PR #13959, @nathanjsweet)

**Misc Changes:**
* backporting: Clean tmp files after backport with conflicts (Backport PR #13871, Upstream PR #13707, @pchaigno)
* backporting: Properly escape commit message when used as regex (Backport PR #13871, Upstream PR #13756, @gandro)
* cilium: improve bpf dp signal upon ct insertion error (Backport PR #14140, Upstream PR #11684, @borkmann)
* dnsproxy: print total number of rules if too many (Backport PR #14068, Upstream PR #13991, @kkourt)
* endpoint: Add DebugPolicy option (#14081, @jrajahalme)
* fqdn: Fix confusion of ToFQDNs vs. DNS rules. (Backport PR #14068, Upstream PR #14012, @jrajahalme)
* Improve and expand on documentation for the API rate limiter (Backport PR #13871, Upstream PR #13825, @christarazi)
* k8s: clarify CRD schema versioning and its update process (Backport PR #13871, Upstream PR #13811, @aanm)
* maps/ctmap: unexport NewMap, MapType type and related consts (Backport PR #14140, Upstream PR #10440, @tklauser)
* release: add script to check presence of docker images (Backport PR #13950, Upstream PR #13892, @aanm)
* contrib: Sort authors without depending on locale (#13851, @christarazi)

## v1.7.11

Summary of Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.7.11
1.7.12
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: cilium
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2-0"
description: Helm chart for Cilium
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/agent/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: agent
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for cilium-agent DaemonSet
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/config/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: config
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for Cilium configuration
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/managed-etcd/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: managed-etcd
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for managed etcd
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/nodeinit/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: nodeinit
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for node initialization
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/operator/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: operator
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for cilium-operator deployment
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/charts/preflight/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: preflight
version: 1.7.11
appVersion: 1.7.11
version: 1.7.12
appVersion: 1.7.12
tillerVersion: ">=2.7.2"
description: Helm chart for pre-flight functionality
keywords:
Expand Down
12 changes: 6 additions & 6 deletions install/kubernetes/cilium/requirements.yaml
@@ -1,19 +1,19 @@
dependencies:
- name: agent
version: 1.7.11
version: 1.7.12
condition: agent.enabled
- name: config
version: 1.7.11
version: 1.7.12
condition: config.enabled
- name: operator
version: 1.7.11
version: 1.7.12
condition: operator.enabled
- name: managed-etcd
version: 1.7.11
version: 1.7.12
condition: global.etcd.managed
- name: preflight
version: 1.7.11
version: 1.7.12
condition: preflight.enabled
- name: nodeinit
version: 1.7.11
version: 1.7.12
condition: global.nodeinit.enabled
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml
Expand Up @@ -36,7 +36,7 @@ global:
registry: quay.io/cilium

# tag is the container image tag to use
tag: v1.7.11
tag: v1.7.12

# pullPolicy is the container image pull policy
pullPolicy: IfNotPresent
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/quick-install.yaml
Expand Up @@ -429,7 +429,7 @@ spec:
key: custom-cni-conf
name: cilium-config
optional: true
image: "quay.io/cilium/cilium:v1.7.11"
image: "quay.io/cilium/cilium:v1.7.12"
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -492,7 +492,7 @@ spec:
key: wait-bpf-mount
name: cilium-config
optional: true
image: "quay.io/cilium/cilium:v1.7.11"
image: "quay.io/cilium/cilium:v1.7.12"
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand Down Expand Up @@ -684,7 +684,7 @@ spec:
key: identity-allocation-mode
name: cilium-config
optional: true
image: "quay.io/cilium/operator:v1.7.11"
image: "quay.io/cilium/operator:v1.7.12"
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down