-
Notifications
You must be signed in to change notification settings - Fork 370
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
[Backport release-1.28] Bump Go to v1.21.8 #4191
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://go.dev/doc/go1.21 https://go.dev/blog/go1.21 Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit f2216a9)
https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo/m/z6MJ-eB0AQAJ Fixes CVE-2023-39326, CVE-2023-45285 and CVE-2023-45283. Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit c2b20a6)
https://groups.google.com/g/golang-announce/c/F12eMaUITDs/m/Uw8CjnjKBAAJ https://go.dev/doc/devel/release#go1.21.6 https://github.com/golang/go/issues?q=milestone%3AGo1.21.6+label%3ACherryPickApproved Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit d627e39)
https://groups.google.com/g/golang-announce/c/Qdkw_yX60TE/m/no34wVjNBwAJ https://go.dev/doc/devel/release#go1.21.7 https://github.com/golang/go/issues?q=milestone%3AGo1.21.7+label%3ACherryPickApproved Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit 82eba99) (cherry picked from commit c72acb3)
https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg/m/46oA5yPABQAJ https://go.dev/doc/devel/release#go1.21.8 https://github.com/golang/go/issues?q=milestone%3AGo1.21.8+label%3ACherryPickApproved Fixes CVE-2024-24783, CVE-2023-45290, CVE-2023-45289, CVE-2024-24785 and CVE-2024-24784. Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit bc76f88)
twz123
added
security fix
backport/release-1.27
PR that needs to be backported/cherrypicked to release-1.27 branch
labels
Mar 19, 2024
jnummelin
approved these changes
Mar 26, 2024
juanluisvaladas
approved these changes
Mar 26, 2024
Backport failed for Please cherry-pick the changes locally. git fetch origin release-1.27
git worktree add -d .worktree/backport-4191-to-release-1.27 origin/release-1.27
cd .worktree/backport-4191-to-release-1.27
git checkout -b backport-4191-to-release-1.27
ancref=$(git merge-base 76218a4e6e4aba3c9465f5929f38a4d2f175ff45 a4ba8460e948f2ac5ac43023f1bdd4d13cb146a7)
git cherry-pick -x $ancref..a4ba8460e948f2ac5ac43023f1bdd4d13cb146a7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/release-1.27
PR that needs to be backported/cherrypicked to release-1.27 branch
security fix
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport to
release-1.28
:See:
Kubernetes has upgraded to v1.21.8 in the newest point releases, so we need to catch up.
Fixes CVE-2024-24783, CVE-2023-45290, CVE-2023-45289, CVE-2024-24785 and CVE-2024-24784.