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

Week Ending December 13, 2020 #308

Open
github-actions bot opened this issue Dec 16, 2020 · 0 comments
Open

Week Ending December 13, 2020 #308

github-actions bot opened this issue Dec 16, 2020 · 0 comments
Labels
liens/Kubernetes Liens à propos de l'aktu

Comments

@github-actions
Copy link

Developer News

ICYMI, Kubernetes 1.20 has been released. This particular release has 42 major enhancements, making it the most featureful release in a while, and probably the most disruptive as well. Maybe use the holidays for testing instead of deploying it on Christmas Eve. Just a tip.

The chairs of the Component Standard WG are retiring and are looking for new leaders for that WG.

Release Schedule

Next Deadline: 1.21 cycle begins, January 5th

We are currently in the limbo period between the release of 1.20 and the start of official 1.21 development, otherwise known as “packaging up 1.20.1”. Expect an announcement of the start of 1.21 after New Year’s, and even consider being a release team shadow.

1.19.5, 1.18.13, 1.17.15, were released last week. Primary fixes are keeping app pods from disrupting the kubelet on Windows, and fixing OOM issue on Linux kernel 5.1+.

Featured PRs

#96311: Convert users of old failure-domain labels to new

A good reminder and example of updating code using the old failure-domain.beta.kubernetes.io labels, this PR switches a lot of systems over to the newer topology.kubernetes.io equivalents. If you’ve been putting off a similar update in your in-tree code or external automation, now is a great time to start!

#96668: ignore update pod without new image in alwayspullimages admission controller

If you use the AlwaysPullImages admission controller, this should ease switching pains when enabling it. Previously all pods would have to be recreated due to imagePullPolicy being an immutable field, now updates to existing pods created before enabling the admission plugin will still be updatable except to change their image.

#89688: Added ‘No resources found’ message to logs command

To improve usability by humans, kubectl logs -l will now display an error banner if no pods match the requested label selector. If you use commands like that in automation, notably in CI jobs where the pods don’t always exist yet, be sure to check for compatibility.

Other Merges

Deprecated

Version Updates

@github-actions github-actions bot added the liens/Kubernetes Liens à propos de l'aktu label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
liens/Kubernetes Liens à propos de l'aktu
Projects
None yet
Development

No branches or pull requests

0 participants