-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Update pause image to v3.5 #100292
Update pause image to v3.5 #100292
Conversation
1d7fcb8
to
fe642cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change tag in file build/pause/Makefile
to 3.5
to coincide with the changed dependency.
/priority important-soon |
We have to promote the new pause image first, see kubernetes/k8s.io#1793 |
Fixed the changelog entry ✔️ |
/lgtm |
As an end user I might find "pause runs as non-root user by default" more informative than "bumped to 3.5" as a release note. I see something like this is on a linked PR so maybe doesn't matter for this. However, does this require action on the part of someone upgrading their cluster if they for whatever reason require the previous behavior? |
Has anyone verified that this is actually the end result with any of the runtimes? How pause is used will depend on what runtime you use, e.g. upgrading it here typically only impacts dockershim to begin with.
... That shouldn't be possible? ™️ |
CRI-O does not pickup the username for the sandbox from the pause container image. It still uses |
Had to rebase this one. Please take a look again @justaugustus @liggitt |
Update dependencies and the test images to use pause 3.5. We also provide a changelog entry for the new container image version. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Had to rebase again. |
@saschagrunert we should probably add some release notes on what to expect / what to watch out for given the changes in #97963 /approve |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, cpanato, dims, hasheddan, justaugustus, liggitt, pacoxu, saschagrunert, troy0820 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Updated the changelog to be more descriptive. I also already addressed the changelog file issue, so: |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Update dependencies and the test images to use pause 3.5. We also
provide a changelog entry for the new container image version.
Which issue(s) this PR fixes:
Refers to #97963
Special notes for your reviewer:
Previous 3.4.1 update PR: #98205
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: