Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.31 #2398

Merged
merged 18 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
0287678
chore: mod tidy
markphelps Nov 13, 2023
e1f0749
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 13, 2023
42f8289
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 13, 2023
57156d0
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 13, 2023
98f59c9
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 14, 2023
fb8a5bc
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 14, 2023
29f40bb
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 14, 2023
884b98d
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 14, 2023
dbb37f8
Merge branch 'main' of https://github.com/flipt-io/flipt
markphelps Nov 14, 2023
0f0ae2d
chore: update Changelog for release
markphelps Nov 14, 2023
a55e708
chore: reword changelog for v1.31.1
GeorgeMac Nov 14, 2023
f8473f6
chore: fix type in changelog
GeorgeMac Nov 14, 2023
644553a
chore: bump date for tomorrow
markphelps Nov 14, 2023
baaafda
chore: update README
markphelps Nov 14, 2023
8bb9dca
Merge branch 'main' into release/1.31
markphelps Nov 14, 2023
c6bbcd8
Merge branch 'main' into release/1.31
GeorgeMac Nov 15, 2023
4b38701
Merge branch 'main' into release/1.31
markphelps Nov 15, 2023
f8cc95c
Merge branch 'release/1.31' of https://github.com/flipt-io/flipt into…
markphelps Nov 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/images/flags.png
Binary file not shown.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0](https://github.com/flipt-io/flipt/releases/tag/v1.31.0) - 2023-11-15

### Added

- Add support for namespaced auth tokens (#2352)
- Add constraint operator `IS ONE OF`/`IS NOT ONE OF` (#2368)
- Add rollout description to rollout cards (#2366)
- Update Colorscheme (#2363)
- Add OCI backend support (#2328)

### Changed

- Add LiteFS example for Flipt in the examples directory (#2297)

### Fixed

- No value bug for boolean constraint type (#2395)
- Support fern and customizable allowed headers via CORS (#2393)

## [v1.30.1](https://github.com/flipt-io/flipt/releases/tag/v1.30.1) - 2023-11-06

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<hr />

<p align="center">
<img src=".github/images/flags.png" alt="Flipt Dashboard" width=600 />
<img src=".github/images/dashboard.png" alt="Flipt Dashboard" width=600 />
</p>

<div align="center">
Expand Down Expand Up @@ -59,7 +59,7 @@ Flipt can be deployed within your existing infrastructure so that you don't have
<br clear="both"/>

<p align="center">
<a href="https://devhunt.org/tool/flipt" title="DevHunt"><img src="./.github/images/devhunt-badge.png" width=225 alt="DevHunt - Tool of the Week" /></a>&nbsp;
<a href="https://devhunt.org/tool/flipt" title="DevHunt - Tool of the Week"><img src="./.github/images/devhunt-badge.png" width=225 alt="DevHunt - Tool of the Week" /></a>&nbsp;
<a href="https://console.dev/tools/flipt" title="Visit Console - the best tools for developers"><img src="./.github/images/console-badge.png" width=250 alt="Console - Developer Tool of the Week" /></a>
</p>

Expand Down Expand Up @@ -87,7 +87,7 @@ Flipt supports use cases such as:
- Import and export to allow storing your data as code
- Cloud-ready. Runs anywhere: bare metal, PaaS, K8s, with Docker or without
- Works with [Prometheus](https://prometheus.io/) and [OpenTelemetry](https://opentelemetry.io/) out of the box 🔋
- [Filesystem, S3, and Git storage backends](https://www.flipt.io/docs/configuration/storage#filesystem) to support GitOps workflows
- [Filesystem, Object, Git, and OCI declarative storage backends](https://www.flipt.io/docs/configuration/storage#declarative) to support GitOps workflows and more.
- Audit logging with webhooks support to track changes to your data

Are we missing a feature that you'd like to see? [Let us know!](https://features.flipt.io)
Expand Down Expand Up @@ -201,7 +201,7 @@ The [Flipt REST API](https://www.flipt.io/docs/reference/overview) can also be u
| [Go](./sdk/go) | ![go](https://img.shields.io/github/v/tag/flipt-io/flipt?filter=sdk%2Fgo%2Fv*&label=go&link=https%3A%2F%2Fpkg.go.dev%2Fgo.flipt.io%2Fflipt%2Fsdk%2Fgo) | ![stable](https://img.shields.io/badge/status-stable-green) |
| [Node/TypeScript](https://github.com/flipt-io/flipt-node) | [![npm](https://img.shields.io/npm/v/@flipt-io/flipt)](https://www.npmjs.com/package/@flipt-io/flipt) | ![stable](https://img.shields.io/badge/status-stable-green) |
| [Java](https://github.com/flipt-io/flipt-java) | [![Maven Central](https://img.shields.io/maven-central/v/io.flipt/flipt-java)](https://central.sonatype.com/artifact/io.flipt/flipt-java) | ![stable](https://img.shields.io/badge/status-stable-green) |
| [Python](https://github.com/flipt-io/flipt-python) | [![pypi](https://img.shields.io/pypi/v/flipt.svg)](https://pypi.org/project/flipt) | ![hardening](https://img.shields.io/badge/status-hardening-orange) |
| [Python](https://github.com/flipt-io/flipt-python) | [![pypi](https://img.shields.io/pypi/v/flipt.svg)](https://pypi.org/project/flipt) | ![hardening](https://img.shields.io/badge/status-stable-green) |
| [Rust](https://github.com/flipt-io/flipt-rust) | [![crates.io](https://img.shields.io/crates/v/flipt.svg)](https://crates.io/crates/flipt) | ![hardening](https://img.shields.io/badge/status-hardening-orange) |
| [PHP](https://github.com/flipt-io/flipt-php) | [![Packagist](https://img.shields.io/packagist/v/flipt-io/flipt)](https://packagist.org/packages/flipt-io/flipt) | ![beta](https://img.shields.io/badge/status-beta-yellow) |

Expand Down