-
Notifications
You must be signed in to change notification settings - Fork 82
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
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
disable CI package-build-test in Go 1.16+
…nt-cache clear big segments cache as needed + simplify state management
…word integration tests
…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
…ntrol-Allow-Headers
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
# Conflicts: # .circleci/config.yml # CHANGELOG.md # CONTRIBUTING.md # docs/in-app.md # go.mod # go.sum # relay/version/version.go
# Conflicts: # CHANGELOG.md
* 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
louis-launchdarkly
approved these changes
Apr 4, 2023
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[7.2.2] - 2023-04-04
Changed:
Fixed: