This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Releases: openflagr/flagr-archived
Releases · openflagr/flagr-archived
1.1.13
1.1.13
Merged
- Prepare for 1.1.13 release
#13 - Remove github.com/dgrijalva/jwt-go
#10 - [skip ci] Add try-openflagr website
#6 - Add codecov and fix docs
#5 - Add github CI
#1 - Upgrade to 1.16
#460 - Fix markdown-it xss and sqlite3 build issue
#451 - Bump y18n from 4.0.0 to 4.0.3 in /browser/flagr-ui
#444 - Bump ssri from 6.0.1 to 6.0.2 in /browser/flagr-ui
#441 - Fix integration tests
#443 - Bump elliptic from 6.5.3 to 6.5.4 in /browser/flagr-ui
#435 - Add dropdown by state to filter flags
#433 - Bump swagger cli / golangci-lint / UI related package.json
#432 - Fix typo in home.md
#415 - Add support for kafka auth using SASL with PLAIN mechanism
#412 - Evaluation with FlagTagsOperator to match any or all tags
#408 - Allow /api/v1/health bypass auth default
#407
Commits
- Fix markdown-it xss
f039933 - Bump UI related package.json
827f199 - Bump golangci and swagger cli
fd23dd1
Migration Guide
All the integration tests are the same, which guarantees the
- API backward compatibility with
checkr/flagr:1.1.12 - Environment variables are the same and don't need any changes
Docker users:
docker pull checkr/flagr:1.1.12
=>
docker pull ghcr.io/openflagr/flagr:1.1.13
Golang users:
go get github.com/checkr/flagr
=>
go get github.com/openflagr/flagr