Skip to content

Commit

Permalink
chore: release v1.43.0 (#3139)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
markphelps committed May 30, 2024
1 parent d90b2d1 commit 07208a6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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.43.0](https://github.com/flipt-io/flipt/releases/tag/v1.43.0) - 2024-05-30

### Added

- experimental: Authz (#3008)
- add support for ghe (#3136)
- `cache/redis`: support ca certificate and insecure tls options (#3107)
- `fs/git`: add support for cloning target repository to the local filesystem

### Changed

- add tvcsantos as a contributor for code (#3137)
- add vk-rv as a contributor for code (#3112)
- `config`: rename git backend filesystem to local (#3110)

### Fixed

- `ui`: await expiring auth self before redirecting (#3133)
- issues with cloud config for cloud serve (#3129)
- use cloud auth token from JWT instead of API key if present for flipt cloud serve (#3114)
- prevent redis shutdown (#3111)
- write response for cloud login before server shutdown (#3109)

## [v1.42.1](https://github.com/flipt-io/flipt/releases/tag/v1.42.1) - 2024-05-21

### Changed
Expand Down

0 comments on commit 07208a6

Please sign in to comment.