Skip to content

Latest commit

 

History

History
152 lines (82 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

152 lines (82 loc) · 10.7 KB

Changelog

0.3.4 (2023-01-28)

Bug Fixes

  • deps: update goreleaser/goreleaser-action action to v4 (#340) (b9fcd5c)

0.3.3 (2023-01-28)

Bug Fixes

  • deps: update module github.com/bufbuild/connect-go to v1.5.0 (#326) (7f332e5)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.26 (#331) (be67e5f)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.27 (#335) (824cf1a)
  • send datasync on remove fs events (#339) (4c9aaac)

0.3.2 (2023-01-26)

Bug Fixes

  • deprecation warning fix (#317) (a2630db)
  • deps: update kubernetes packages to v0.26.1 (#267) (26825f2)
  • deps: update module github.com/diegoholiveira/jsonlogic/v3 to v3.2.7 (#283) (2ab5a00)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.24 (#290) (38d3eba)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.25 (#324) (ed1d3aa)
  • deps: update module github.com/spf13/viper to v1.15.0 (#296) (d43220b)
  • deps: update module google.golang.org/grpc to v1.52.1 (#314) (ad25388)
  • deps: update module google.golang.org/grpc to v1.52.3 (#325) (8013ea5)
  • Update flagd systemd config to use URI (#315) (93a04b4)
  • update outdated doc link in deprecation warning (#316) (19695d2)

0.3.1 (2023-01-12)

Features

Bug Fixes

  • deps: update module github.com/bufbuild/connect-go to v1.4.1 (#268) (712d7dd)
  • deps: update module github.com/mattn/go-colorable to v0.1.13 (#260) (5b11504)
  • deps: update module github.com/open-feature/open-feature-operator to v0.2.23 (#261) (a1dd3b9)
  • deps: update module github.com/rs/cors to v1.8.3 (#264) (0e6f2f3)
  • deps: update module github.com/stretchr/testify to v1.8.1 (#265) (2ec61c6)
  • improve invalid sync URI errror msg (#252) (5939870)
  • replace character slice with regex replace (#250) (c92d101)

0.3.0 (2023-01-06)

⚠ BREAKING CHANGES

  • consolidated configuration change events into one event (#241)

Features

  • consolidated configuration change events into one event (#241) (f9684b8)
  • support yaml evaluator (#206) (2dbace5)

Bug Fixes

  • changed eventing configuration mutex to rwmutex and added missing lock (#220) (5bbef9e)
  • omitempty targeting field in Flag structure (#247) (3f406b5)

0.2.7 (2022-12-02)

⚠ BREAKING CHANGES

  • start command flag refactor (#222)

Features

Miscellaneous Chores

0.2.5 (2022-10-20)

Bug Fixes

0.2.4 (2022-10-14)

Bug Fixes

0.2.3 (2022-10-13)

Features

  • Eventing (#187) (3f7fcd2)
  • fixing informer issues (#191) (837b0c6)
  • only fire modify event when FeatureFlagConfiguration Generation field has changed (#167) (e2fc7ee)

0.2.2 (2022-10-03)

Bug Fixes

0.2.1 (2022-09-27)

Bug Fixes

0.2.0 (2022-09-26)

⚠ BREAKING CHANGES

  • Updated service to use connect (#163)

Features

Bug Fixes

  • checkout release tag before running container and binary releases (#171) (50fe46f)

0.1.1 (2022-09-23)

Bug Fixes