From 066ee958e88aaeba423f97f06562b275c5893834 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:24:43 -0500 Subject: [PATCH] chore: prepare for 1.18.2 release --- CHANGELOG.md | 19 +++++++++++++++++++ DEPRECATIONS.md | 2 +- version.txt | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a34b62aa..89be68fdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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.18.2](https://github.com/flipt-io/flipt/releases/tag/v1.18.2) - 2023-02-14 :heart: + +### Added + +- OpenTelemetry: support for Zipkin exporter [#1323](https://github.com/flipt-io/flipt/pull/1323) +- OpenTelemetry: support for OTLP exporter [#1324](https://github.com/flipt-io/flipt/pull/1324) + +### Changed + +- Deprecated `tracing.jaeger.enabled` [#1316](https://github.com/flipt-io/flipt/pull/1316) +- Added `frame-ancestors` directive to `Content-Security-Policy` header [#1317](https://github.com/flipt-io/flipt/pull/1317) + +### Fixed + +- UI: Clear session if 401 is returned from server [ui #88](https://github.com/flipt-io/flipt-ui/pull/88) +- Ensure all authentication methods are being cleaned up [#1337](https://github.com/flipt-io/flipt/pull/1337) +- Ensure failed cookie auth attempt clears cookies [#1336](https://github.com/flipt-io/flipt/pull/1336) +- 500 error when providing invalid base64 encoded page token [#1314](https://github.com/flipt-io/flipt/pull/1314) + ## [v1.18.1](https://github.com/flipt-io/flipt/releases/tag/v1.18.1) - 2023-02-02 ### Added diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md index 3393d97c3a..9ed84d0008 100644 --- a/DEPRECATIONS.md +++ b/DEPRECATIONS.md @@ -34,7 +34,7 @@ Description. ### tracing.jaeger.enabled -> since [UNRELEASED]() +> since [v1.18.2](https://github.com/flipt-io/flipt/releases/tag/v1.18.2) Enabling OpenTelemetry tracing with the Jaeger expoerter via `tracing.jaeger` is deprecated in favor of setting the `tracing.exporter` to `jaeger` and `tracing.enabled` to `true`. diff --git a/version.txt b/version.txt index 69a6e61fc3..1eabd7f1e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.18.1 \ No newline at end of file +v1.18.2 \ No newline at end of file