Skip to content

Releases: open-feature/flagd

core: v0.4.5

20 Mar 17:46
85a0f0d
Compare
Choose a tag to compare

0.4.5 (2023-03-20)

🐛 Bug Fixes

  • deps: update kubernetes packages to v0.26.3 (#533) (6ddd5b2)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.31 (#527) (7928130)
  • deps: update module google.golang.org/protobuf to v1.29.1 [security] (#504) (59db0bb)
  • deps: update module google.golang.org/protobuf to v1.30.0 (#499) (f650338)

✨ New Features

  • grpc connection options to flagd configuration options (#532) (aa74951)
  • Introduce flagd kube proxy (#495) (440864c)

kube-flagd-proxy: v0.1.1

10 Mar 15:31
873c7b3
Compare
Choose a tag to compare

0.1.1 (2023-03-10)

✨ New Features

flagd: v0.4.4

10 Mar 15:31
873c7b3
Compare
Choose a tag to compare

0.4.4 (2023-03-10)

✨ New Features

core: v0.4.4

10 Mar 15:32
873c7b3
Compare
Choose a tag to compare

0.4.4 (2023-03-10)

✨ New Features

v0.4.2

09 Mar 21:35
5dad8ad
Compare
Choose a tag to compare

0.4.2 (2023-03-09)

🧹 Chore

  • Add targeted Flag to example config (#467) (6a039ce)
  • deps: pin dependencies (#473) (679e860)
  • deps: update google-github-actions/release-please-action digest to e0b9d18 (#474) (5b85b2a)
  • refactoring and improve coverage for K8s Sync (#466) (6dc441e)

🐛 Bug Fixes

  • add registry login (#476) (99de755)
  • deps: update module golang.org/x/crypto to v0.7.0 (#472) (f53f6c8)
  • deps: update module google.golang.org/protobuf to v1.29.0 (#478) (f9adc8e)

✨ New Features

v0.4.1

07 Mar 18:07
4e904a2
Compare
Choose a tag to compare

0.4.1 (2023-03-07)

🔄 Refactoring

🧹 Chore

  • deps: update sigstore/cosign-installer digest to bd2d118 (#471) (ee90f48)

🐛 Bug Fixes

v0.4.0

02 Mar 19:52
408bb7c
Compare
Choose a tag to compare

0.4.0 (2023-03-02)

⚠ BREAKING CHANGES

  • Use OTel to export metrics (metric name changes) (#419)

🧹 Chore

  • add additional sections to the release notes (#449) (798f71a)
  • attach image sbom to release artefacts (#407) (fb4ee50)
  • deps: update actions/configure-pages digest to fc89b04 (#417) (04014e7)
  • deps: update amannn/action-semantic-pull-request digest to b6bca70 (#441) (ce0ebe1)
  • deps: update docker/login-action digest to ec9cdf0 (#437) (2650670)
  • deps: update docker/metadata-action digest to 3343011 (#438) (e7ebf32)
  • deps: update github/codeql-action digest to 32dc499 (#439) (f91d91b)
  • deps: update google-github-actions/release-please-action digest to d3c71f9 (#406) (6e1ffb2)
  • disable caching tests in CI (#442) (28a35f6)
  • fix race condition on init read (#409) (0c9eb23)
  • integration test stability (#432) (5a6a5d5)
  • integration tests (#312) (6192ac8)
  • reorder release note sections (df7bfce)
  • use -short flag in benchmark tests (#431) (e68a6aa)

🐛 Bug Fixes

  • deps: update kubernetes packages to v0.26.2 (#450) (2885227)
  • deps: update module github.com/bufbuild/connect-go to v1.5.2 (#416) (feb7f04)
  • deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.9 (#427) (42d2705)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.29 (#429) (b7fae81)
  • deps: update module github.com/stretchr/testify to v1.8.2 (#440) (ab3e674)
  • deps: update module golang.org/x/net to v0.7.0 (#410) (c6133b6)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.5 (#454) (f907f11)
  • remove non-error error log from parseFractionalEvaluationData (#446) (34aca79)

✨ New Features

📚 Documentation

v0.3.7

13 Feb 16:26
b71729a
Compare
Choose a tag to compare

0.3.7 (2023-02-13)

Bug Fixes

v0.3.6

06 Feb 15:50
79ac2f6
Compare
Choose a tag to compare

0.3.6 (2023-02-06)

Bug Fixes

v0.3.5

06 Feb 10:07
e77950b
Compare
Choose a tag to compare

0.3.5 (2023-02-06)

Features

  • flagd image signing (#338) (eca6a60)
  • update in logging to console and Unify case usage, seperators and punctuation for logging (#322) (0bdcfd2)

Bug Fixes

  • deps: update module github.com/bufbuild/connect-go to v1.5.1 (#365) (e25f452)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.28 (#342) (e6df80f)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.2 (#336) (836d3cf)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.3 (#372) (330ac91)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.4 (#374) (d90e561)
  • fix unbuffered channel blocking goroutine (#358) (4f1905a)
  • introduced RWMutex to flag state to prevent concurrent r/w of map (#370) (93e356b)
  • use event.Has func for file change notification handling (increased stability across OS) (#361) (09f74b9)