From 93da1a1938d18b10a7ce320b597443f927d9fe3f Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 15 May 2024 09:44:22 -0400 Subject: [PATCH 1/3] chore: update changelog for release Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cb58397e..d9ecf8b731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.42.0](https://github.com/flipt-io/flipt/releases/tag/v1.42.0) - 2024-05-15 + +### Added + +- logout redirect to cloud issuer (#3082) +- add banner about cloud offering (#3077) +- Cloud support (#2998) + +### Changed + +- `integration`: add failing case for rules with no distributions (#3078) + +### Fixed + +- nightly and snapshot builds (mage) (#3084) +- `storage`: make OCI reauthentication with AWS ECR (#3044) +- `migrations`: change the order of queries for mysql (#3039) + ## [v1.41.2](https://github.com/flipt-io/flipt/releases/tag/v1.41.2) - 2024-05-14 ### Fixed From 5ac6a4f16e8ac9d0eb931486b06fbddc62857d0d Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 15 May 2024 09:45:16 -0400 Subject: [PATCH 2/3] chore: rm already fixed issue in changelog Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ecf8b731..d7d4cfe307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - nightly and snapshot builds (mage) (#3084) -- `storage`: make OCI reauthentication with AWS ECR (#3044) - `migrations`: change the order of queries for mysql (#3039) ## [v1.41.2](https://github.com/flipt-io/flipt/releases/tag/v1.41.2) - 2024-05-14 From bdcb8a14e2237acd7e7093f37a7044fc05ed2b70 Mon Sep 17 00:00:00 2001 From: George MacRorie Date: Tue, 21 May 2024 16:58:44 +0100 Subject: [PATCH 3/3] chore: update changelog for v1.42.1 Signed-off-by: George MacRorie --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d4cfe307..a770ef59f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.42.1](https://github.com/flipt-io/flipt/releases/tag/v1.42.1) - 2024-05-21 + +### Changed + +- Optimized the Git backend to only fetch explicitly required references (#3100) + ## [v1.42.0](https://github.com/flipt-io/flipt/releases/tag/v1.42.0) - 2024-05-15 ### Added