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 6.9.1 release #269

Merged
merged 955 commits into from
Oct 20, 2023
Merged

prepare 6.9.1 release #269

merged 955 commits into from
Oct 20, 2023

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[6.9.1] - 2023-10-19

Fixed:

  • The big segments synchronization process will now handle empty versions correctly when using DynamoDB.

eli-darkly and others added 30 commits June 17, 2021 13:06

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump SDK version for traffic allocation feature
enable accidentally-disabled tests in CI and fix problem with initialization errors
more debug logging, less info logging for big segments logic
…-warning

(#1) make logging of big segments patch version mismatch clearer and use Warn level
(#2) fix DynamoDB updates for big segments metadata
# Conflicts:
#	internal/core/bigsegments/sync.go
(#3) only start big seg synchronizer if necessary
# Conflicts:
#	go.mod
#	go.sum
eli-darkly and others added 24 commits January 17, 2023 15:09
update Redis/DDB integrations to remove misleading error logging
* chore: drop go 1.17,1.18 tests; add go 1.20

* fix: Fix CVE-2022-41723 by overriding golang.org/x/net to v0.7.0
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.
* chore: update api-client-go to v12.0.0
* chore: modify testUpdatedSDKKeyWithExpiry to wait for healthy relay status

* increase statusPollTimeout and Interval for integration tests
* chore: upgrade goreleaser to 1.16.1 and use conventional release artifact filenames

* chore: add tools.go to specify goreleaser version
`consul` has been replaced with `hashicorp/consul`. As part of this
migration, HashiCorp stopped publishing a latest tag on `consul`,
causing our build to fail.

The DynamoDB instance made a change that required keys and secrets to
ONLY contain A-Za-z0-9. Our hyphenated examples were considered invalid,
causing that test to fail.
This pulls in the change that was made to v7 onto the v6 branch.
This brings the v6 branch up-to-date with v7 in terms of Alpine and Go
version.

Note: these aren't the [latest Go versions
available](https://github.com/launchdarkly/ld-relay-private/issues/445)
- just parity with v7.

- [x] This should resolve the crypto errors found in the current alpine
image.
… [v6] (#477)

Bumps CI build of the v6 branch to Go 1.21 & 1.20, dropping off 1.19.

The minimum required version is set to 1.19 as anything lower won't
compile.

Additionally fixes a CVE in golang.org/x/net.
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-6.9.1 branch October 20, 2023 15:58
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.

None yet