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

[1.12 branch] Update Go to 1.17.8 #4658

Merged
merged 2 commits into from
Mar 8, 2022
Merged

[1.12 branch] Update Go to 1.17.8 #4658

merged 2 commits into from
Mar 8, 2022

Conversation

bboreham
Copy link
Contributor

@bboreham bboreham commented Mar 4, 2022

What this PR does:
Pulls in:
go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the crypto/x509, net/http, and reflect packages.
details

go1.17.7 (released 2022-02-10) includes security fixes to the
crypto/elliptic, math/big packages and to the go command, as well as
bug fixes to the compiler, linker, runtime, the go command, and the
debug/macho, debug/pe, and net/http/httptest packages.
details

go1.17.8 (released 2022-03-03) includes a security fix to the
regexp/syntax package, as well as bug fixes to the compiler, runtime,
the go command, and the crypto/x509, and net packages.
details

Checklist

  • NA Tests updated
  • NA Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Pulls in:
go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker,
  runtime, and the crypto/x509, net/http, and reflect packages.
[details](https://github.com/golang/go/issues?q=milestone%3AGo1.17.6+label%3ACherryPickApproved)

go1.17.7 (released 2022-02-10) includes security fixes to the
  crypto/elliptic, math/big packages and to the go command, as well as
  bug fixes to the compiler, linker, runtime, the go command, and the
  debug/macho, debug/pe, and net/http/httptest packages.
[details](https://github.com/golang/go/issues?q=milestone%3AGo1.17.7+label%3ACherryPickApproved)

go1.17.8 (released 2022-03-03) includes a security fix to the
  regexp/syntax package, as well as bug fixes to the compiler, runtime,
  the go command, and the crypto/x509, and net packages.
[details](https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved)

Signed-off-by: Bryan Boreham <[email protected]>
@@ -1,4 +1,4 @@
FROM golang:1.17.5-buster
FROM golang:1.17.8-buster
Copy link
Contributor

@pstibrany pstibrany Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to build image requires rebuild using make push-multiarch-build-image. Here is the new image: quay.io/cortexproject/build-image:update-go-1-17-8-6aed4de76.

This needs to be updated in Makefile and github action workflow file.

@pull-request-size pull-request-size bot added size/S and removed size/XS labels Mar 4, 2022
Also add a line to CHANGELOG.

Signed-off-by: Bryan Boreham <[email protected]>
@bboreham bboreham merged commit 674359d into release-1.12 Mar 8, 2022
@bboreham bboreham deleted the update-go-1-17-8 branch March 8, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants