Flagr v1.1.13 Release Notes

Release Date: 2021-08-07 // over 2 years ago
  • ๐Ÿ”€ 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