Skip to content

Commit

Permalink
prep for v1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jul 27, 2022
1 parent d159078 commit 07f579a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07f579a

Please sign in to comment.