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

prepare 7.2.2 release #231

Merged
merged 1,015 commits into from
Apr 4, 2023
Merged

prepare 7.2.2 release #231

merged 1,015 commits into from
Apr 4, 2023

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[7.2.2] - 2023-04-04

Changed:

  • CI tests now execute for Go 1.20.2 and Go 1.19.7.
  • Upgraded 3rd party dependencies.

Fixed:

  • Fixed a broken link in configuration.md.

eli-darkly and others added 30 commits August 20, 2021 14:33
…nt-cache

clear big segments cache as needed + simplify state management
…big-seg

respect Redis password & TLS options for big segments; add integration tests for Redis password
…ssword

redact Redis URL password in logs and status resource
update Alpine version to 3.14.2 to fix openssl CVEs
…docker-test

turn off unnecessary metrics integrations in config for Docker smoke test
# Conflicts:
#	internal/core/internal/browser/cors.go
LaunchDarklyReleaseBot and others added 25 commits January 17, 2023 23:50
# Conflicts:
#	.circleci/config.yml
#	CHANGELOG.md
#	CONTRIBUTING.md
#	docs/in-app.md
#	go.mod
#	go.sum
#	relay/version/version.go
* update markdown tables to include borders
* fix a couple of broken links in docs
* feat: allow specifying redis username via config or environment variable

* Update docs to include new username parameter
* chore: upgrade goreleaser to 1.15.2 and use conventional release artifact filenames
* chore: drop go1.18 support; add go 1.20

This commit also plumbs the existing 'go-release-version' parameter (which represents the version of Go
we're using to build release artifacts) into the CircleCI config in a couple more places, so it cannot go out of sync
accidentally.

Additionally a new 'go-previous-version' param represents the previously supported Go version (by the Go team), and
has been plumbed into CircleCI job config for the same reason.

Finally, the scheduled security-scan/packaging jobs have been updated to the v7 branch. They shouldn't be v6, as the v6 branch
already does those jobs.

* chore: update golanglint-ci to 1.51.2
Adds a daily check against official supported Go versions. If Relay is out-of-date, submits a new issue with the details.
go1.20.2 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages.

go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages.


* Update version checker to run at 9am PST, rather than 4pm PST
When you manually trigger the Go version checker workflow (workflow_dispatch),
the 'force_create_issue' is a string ("false") instead of a bool. Update to type bool.
* chore: create .github/dependabot.yml

Scheduled weekly, on sunday.
* chore: add tools.go to track goreleaser version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants