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

v1.10 backports 2022-01-11 #18445

Merged
merged 6 commits into from
Jan 11, 2022
Merged

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Jan 11, 2022

Only backporting simple changes that don't require end-to-end tests, mostly to pick #18443.

Skipped:

Once this PR is merged, you can update the PR labels via:

$ for pr in 18279 18327 18342 18420 18430 18443; do contrib/backporting/set-labels.py $pr done 1.10; done

pchaigno and others added 6 commits January 11, 2022 19:04
[ upstream commit 5a5755a ]

In a version vX.Y.Z, X is called the major version, Y the minor version,
and Z the patch version with this commit. Before this commit, Z was the
micro version, but that's a bit confusing given we already have 'minor'.

The patch terminology also matches semantics documented at semver.org.

Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit 5e3a7b3 ]

This fixes the `first-interface-index` section in the ENI docs where we
introduced a new default value and wanted to document that new default,
but by doing that accidentally changed a value in the examples.

This commit actually fixes the default value and reverts the example to
its proper meaning.

Ref: cilium#14801
Fixes: 231a217 ("docs: first-interface-index new ENI default")

Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit d8577ff ]

Previously, the Kubespray documentation recommended changing the role variables.
However, changing the role files in an Ansible playbook could lead to problems.
So, with this commit, the documentation recommends using the extra variables or editing the group_vars files.

Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com>
Signed-off-by: necatican <necaticanyildirim@gmail.com>
Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit 82fdb52 ]

bpf.masquerade is not enabled by default since commit dc40b2c ("helm:
Disable BPF masquerading in v1.10+").

Fixes: dc40b2c ("helm: Disable BPF masquerading in v1.10+")
Reported-by: Stevo Slavic via GitHub
Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit 05815f7 ]

This commit replaces a few references to the janitors team, which was
recently renamed to tophat.

Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit dddbbe7 ]

Our CI nodes no longer have `python` binary, python3 is available
instead.

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno requested a review from a team as a code owner January 11, 2022 18:10
@pchaigno pchaigno added backport/1.10 kind/backports This PR provides functionality previously merged into master. labels Jan 11, 2022
@pchaigno pchaigno merged commit 82fdfc6 into cilium:v1.10 Jan 11, 2022
@pchaigno pchaigno deleted the pr/v1.10-backport-2022-01-11 branch January 11, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants