|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
| 9 | + |
| 10 | +<!-- auto-changelog-above --> |
| 11 | + |
| 12 | +## [1.1.13](https://github.com/openflagr/flagr/compare/1.1.12...1.1.13) - 2021-08-07 |
| 13 | + |
| 14 | +### Merged |
| 15 | + |
| 16 | +- Prepare for 1.1.13 release [`#13`](https://github.com/openflagr/flagr/pull/13) |
| 17 | +- Remove github.com/dgrijalva/jwt-go [`#10`](https://github.com/openflagr/flagr/pull/10) |
| 18 | +- [skip ci] Add try-openflagr website [`#6`](https://github.com/openflagr/flagr/pull/6) |
| 19 | +- Add codecov and fix docs [`#5`](https://github.com/openflagr/flagr/pull/5) |
| 20 | +- Add github CI [`#1`](https://github.com/openflagr/flagr/pull/1) |
| 21 | +- Upgrade to 1.16 [`#460`](https://github.com/checkr/flagr/pull/460) |
| 22 | +- Fix markdown-it xss and sqlite3 build issue [`#451`](https://github.com/checkr/flagr/pull/451) |
| 23 | +- Bump y18n from 4.0.0 to 4.0.3 in /browser/flagr-ui [`#444`](https://github.com/checkr/flagr/pull/444) |
| 24 | +- Bump ssri from 6.0.1 to 6.0.2 in /browser/flagr-ui [`#441`](https://github.com/checkr/flagr/pull/441) |
| 25 | +- Fix integration tests [`#443`](https://github.com/checkr/flagr/pull/443) |
| 26 | +- Bump elliptic from 6.5.3 to 6.5.4 in /browser/flagr-ui [`#435`](https://github.com/checkr/flagr/pull/435) |
| 27 | +- Add dropdown by state to filter flags [`#433`](https://github.com/checkr/flagr/pull/433) |
| 28 | +- Bump swagger cli / golangci-lint / UI related package.json [`#432`](https://github.com/checkr/flagr/pull/432) |
| 29 | +- Fix typo in home.md [`#415`](https://github.com/checkr/flagr/pull/415) |
| 30 | +- Add support for kafka auth using SASL with PLAIN mechanism [`#412`](https://github.com/checkr/flagr/pull/412) |
| 31 | +- Evaluation with FlagTagsOperator to match any or all tags [`#408`](https://github.com/checkr/flagr/pull/408) |
| 32 | +- Allow /api/v1/health bypass auth default [`#407`](https://github.com/checkr/flagr/pull/407) |
| 33 | + |
| 34 | +### Commits |
| 35 | + |
| 36 | +- Fix markdown-it xss [`f039933`](https://github.com/openflagr/flagr/commit/f03993346f7cd573b4afe2995ef1e3d24ff5a105) |
| 37 | +- Bump UI related package.json [`827f199`](https://github.com/openflagr/flagr/commit/827f199b1ebc4b124b326e674e9a68b57410711a) |
| 38 | +- Bump golangci and swagger cli [`fd23dd1`](https://github.com/openflagr/flagr/commit/fd23dd1e57fa880055c054c2f11a1a27641d883e) |
| 39 | + |
| 40 | + |
| 41 | +### Migration Guide |
| 42 | + |
| 43 | +All the integration tests are the same, which guarantees the |
| 44 | +- API backward compatibility with `checkr/flagr:1.1.12` |
| 45 | +- Environment variables are the same and don't need any changes |
| 46 | + |
| 47 | +Docker users: |
| 48 | +``` |
| 49 | +docker pull checkr/flagr:1.1.12 |
| 50 | +=> |
| 51 | +docker pull ghcr.io/openflagr/flagr:1.1.13 |
| 52 | +``` |
| 53 | + |
| 54 | +Golang users: |
| 55 | +``` |
| 56 | +go get github.com/checkr/flagr |
| 57 | +=> |
| 58 | +go get github.com/openflagr/flagr |
| 59 | +``` |
| 60 | + |
3 | 61 | ## [1.1.12](https://github.com/checkr/flagr/tree/1.1.12) (2020-09-16)
|
4 | 62 |
|
5 | 63 | [Full Changelog](https://github.com/checkr/flagr/compare/1.1.11...1.1.12)
|
|
0 commit comments