diff --git a/.goreleaser.yml b/.goreleaser.yml index d46c367960..431fb1e3a6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -44,8 +44,8 @@ dockers: - "flipt/flipt:{{ .Tag }}" - "markphelps/flipt:latest" # TODO: deprecate - "markphelps/flipt:{{ .Tag }}" # TODO: deprecate - - "ghcr.io/markphelps/flipt:latest" # TODO: deprecate - - "ghcr.io/markphelps/flipt:{{ .Tag }}" # TODO: deprecate + - "ghcr.io/flipt-io/flipt:latest" + - "ghcr.io/flipt-io/flipt:{{ .Tag }}" build_flag_templates: - "--label=org.opencontainers.image.created={{.Date}}" - "--label=org.opencontainers.image.revision={{.FullCommit}}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6d53ebcd..16897b1272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## Unreleased +## [v1.10.0](https://github.com/markphelps/flipt/releases/tag/v1.10.0) - 2022-07-27 ### Added @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ping database on startup to check if it's alive - Default cache TTL is 1m. Previously there was no TTL for the in memory cache. +- Dependency updates ### Deprecated @@ -56,9 +57,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Updated telemetry to not run if `CI` is set. -- Updated telemtry to flush on each batch. -- Dependency updates. +- Updated telemetry to not run if `CI` is set +- Updated telemtry to flush on each batch +- Dependency updates ### Fixed diff --git a/README.md b/README.md index 53853c59b1..58b50637fe 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Flipt supports use cases such as: - :lock: **Security** - HTTPS support. No data leaves your servers and you don't have to open your systems to the outside world to communicate with Flipt. It all runs within your existing infrastructure. - :rocket: **Speed** - Since Flipt is co-located with your existing services, you do not have to communicate across the internet which can add excessive latency and slow down your applications. - :white_check_mark: **Simplicity** - Flipt is a single binary with no external dependencies by default. -- :thumbsup: **Compatibility** - REST, GRPC, MySQL, Postgres, SQLite.. Flipt supports it all. +- :thumbsup: **Compatibility** - REST, GRPC, MySQL, Postgres, SQLite, Redis.. Flipt supports it all. ## Try It