Releases: flipt-io/flipt
v1.29.1
Fixed
- error about invalid offset with FS backend (#2286)
Changed
- security: GRPC dependency updates
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
Docker Images 🐳
docker pull docker.flipt.io/flipt/flipt:v1.29.1
docker pull ghcr.io/flipt-io/flipt:v1.29.1
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.29.0
Added
- impl grpc health check (#2257)
distributions
: support updating distribution variant (#2235)- allow disabling profiling endpoints (#2195)
- LibSQL/Turso support
Changed
- Add default namespace in the sync store layer for FS implementations
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
Docker Images 🐳
docker pull docker.flipt.io/flipt/flipt:v1.29.0
docker pull ghcr.io/flipt-io/flipt:v1.29.0
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.28.2
Fixed
service/middleware
: use separate cache keys for old and new evaluations (#2237)
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
# or upgrade existing
brew update && brew upgrade flipt
Docker Images 🐳
docker pull docker.io/flipt/flipt:v1.28.2
docker pull ghcr.io/flipt-io/flipt:v1.28.2
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.28.1
Fixed
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
# or upgrade existing
brew update && brew upgrade flipt
Docker Images 🐳
docker pull docker.io/flipt/flipt:v1.28.1
docker pull ghcr.io/flipt-io/flipt:v1.28.1
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.28.0
Added
ui
: Rules tab (#2176)- Add requestID to batch response (#2177)
cli
: Gen docs (#2173)storage/fs
: Allow FS backends to understand multi-document YAML filescli
: config edit command (#2169)- support export otel telemetry directly over http(s) (#2155)
cli
: cmd shell completions (#2168)import/export
: add support for exporting multiple namespaces and all namespacescli
: config init (#2147)import/export
: add functionality for importing YAML streamtracing
: add OTLP headers config (#2148)audit
: Add webhook templating for generic request to webhooks
Changed
- Dependency Updates
Fixed
- export over https (#2152)
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
# or upgrade existing
brew update && brew upgrade flipt
Docker Images 🐳
docker pull docker.io/flipt/flipt:v1.28.0
docker pull ghcr.io/flipt-io/flipt:v1.28.0
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.27.2
What's Changed
- fix(security): dont marshal secrets to JSON by @markphelps in #2153
Full Changelog: v1.27.1...v1.27.2
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
Docker Images 🐳
docker pull docker.io/flipt/flipt:v1.27.2
docker pull ghcr.io/flipt-io/flipt:v1.27.2
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.27.1
What's Changed
- chore: attempt to fix slack webhook post on release by @markphelps in #2118
- chore: add webhook example and update webhook local docs by @markphelps in #2119
- chore: update readme/goreleaser notes by @markphelps in #2120
- feat: Add token type and actions by @yquansah in #2121
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.17.0 to 1.18.0 by @dependabot in #2128
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.17.0 to 1.18.0 by @dependabot in #2129
- chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 by @dependabot in #2131
- chore(deps): bump go.opentelemetry.io/otel/exporters/zipkin from 1.17.0 to 1.18.0 by @dependabot in #2130
- chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #2142
- chore(deps): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #2140
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #2139
- fix(webhook): Rewind HTTP request body upon request failure by @yquansah in #2143
- fix: Default config allow env overrides by @markphelps in #2144
- chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #2138
- chore(deps): bump stackhawk/hawkscan-action from 2.1.0 to 2.1.1 by @dependabot in #2141
- chore(deps): bump github.com/XSAM/otelsql from 0.23.0 to 0.25.0 by @dependabot in #2132
- chore(deps): bump uuid and @types/uuid in /ui by @dependabot in #2137
- chore(deps): bump react-router-dom from 6.14.1 to 6.16.0 in /ui by @dependabot in #2134
- chore(deps): bump playwright from 1.37.1 to 1.38.0 in /ui by @dependabot in #2136
Full Changelog: v1.27.0...v1.27.1
Installation
Homebrew 🍺
brew install flipt-io/brew/flipt
Docker Images 🐳
docker pull docker.io/flipt/flipt:v1.27.1
docker pull ghcr.io/flipt-io/flipt:v1.27.1
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.27.0
Webhooks and Observability Integrations
Added
- Audit info to telemetry (#2116)
- Webhook configuration for sending event payloads (#2087)
events
: Add feature for scoping the emission of events- Datadog as an exporter for OTLP traces (#2083)
- Default config (#2067)
- Support page instead of link to docs (#2063)
- Ability to set default theme for UI (#2062)
Changed
flipt/validate
: build entire snapshot on validate (#2093)- Dependency updates
Fixed
build/generate
: add exposed port to flipt (#2060)
Try It
Docker Images
docker pull docker.io/flipt/flipt:v1.27.0
docker pull ghcr.io/flipt-io/flipt:v1.27.0
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.26.1
Fixed
cmd/import
: check for correct not found error on create namespace (#2082)ext
: attempt to import when namespace exists on create namespace (#2089)schema
: make rollout description optional in cue schema (#2091)
Docker Images
docker pull docker.io/flipt/flipt:v1.26.1
# or
docker pull ghcr.io/flipt-io/flipt:v1.26.1
Thank you!
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
v1.26.0
GitHub OAuth Support
Added
- exp: Homebrew tap (#2044)
- Switch to monaco editor for console (#2040)
- default to ~/Library/Application\ Support/flipt for db sqlite file on mac (#2039)
auth
: Add parameters for pkce flowauth
: OAuth for GitHub (#2016) 🐙 🐈⬛
Changed
- Dependency updates
Fixed
- hover icon visibility for copy key to clipboard in lightmode (#2056)
That's All
We hope you ❤️ this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.
Docker Images
docker pull docker.io/flipt/flipt:v1.26.0