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

[Backport release-1.27] Bump Go to v1.21.8 #4199

Merged
merged 5 commits into from Mar 27, 2024

Conversation

twz123
Copy link
Member

@twz123 twz123 commented Mar 27, 2024

https://go.dev/doc/go1.21
https://go.dev/blog/go1.21

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit f2216a9)
(cherry picked from commit 1bbacc8)
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 <twieczorek@mirantis.com>
(cherry picked from commit c2b20a6)
(cherry picked from commit 133d29c)
@twz123 twz123 added security fix backport/release-1.26 PR that needs to be backported/cherrypicked to release-1.26 branch labels Mar 27, 2024
@twz123 twz123 marked this pull request as ready for review March 27, 2024 13:07
@twz123 twz123 requested a review from a team as a code owner March 27, 2024 13:07
@twz123 twz123 requested review from ncopa and jnummelin March 27, 2024 13:07
@twz123 twz123 merged commit bff6387 into k0sproject:release-1.27 Mar 27, 2024
72 checks passed
@twz123 twz123 deleted the backport-4191-to-release-1.27 branch March 27, 2024 13:27
@k0s-bot
Copy link

k0s-bot commented Mar 27, 2024

Backport failed for release-1.26, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.26
git worktree add -d .worktree/backport-4199-to-release-1.26 origin/release-1.26
cd .worktree/backport-4199-to-release-1.26
git checkout -b backport-4199-to-release-1.26
ancref=$(git merge-base 97acafd03870509e24205212dbd79fe2907e59b5 10cd036e61e1a9f34046fe942d3b371e7bb97fdf)
git cherry-pick -x $ancref..10cd036e61e1a9f34046fe942d3b371e7bb97fdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/release-1.26 PR that needs to be backported/cherrypicked to release-1.26 branch security fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants