From 15a30c6d57e9f4c27398c5f3db374a3b54289dfd Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 29 Dec 2022 20:27:10 +0000 Subject: [PATCH] Releasing version 7.0.1 --- CHANGELOG.md | 7 +++++++ relay/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01385dac..a847c327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.0.1] - 2022-12-29 +### Changed: +- Updated Alpine to 3.16.3 in the published Docker image. + +### Fixed: +- Updated Go to 1.19.4 in the published Docker image and executables, to address CVE-2022-41717. ([#210](https://github.com/launchdarkly/ld-relay/issues/210)) + ## [7.0.0] - 2022-12-07 The latest version of the Relay Proxy supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts." diff --git a/relay/version/version.go b/relay/version/version.go index 0df179eb..b9ca10f1 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "7.0.0" +const Version = "7.0.1"