Skip to content

Latest commit

 

History

History
407 lines (216 loc) · 31.1 KB

CHANGELOG.md

File metadata and controls

407 lines (216 loc) · 31.1 KB

Changelog

0.2.34 (2023-04-13)

🧹 Chore

0.2.33 (2023-04-12)

🐛 Bug Fixes

  • removed old prefix from flagd-proxy provider config (#463) (39a99c6)

0.2.32 (2023-04-12)

📚 Documentation

🐛 Bug Fixes

  • deps: update kubernetes packages to v0.26.3 (#273) (abe56e1)
  • deps: update module github.com/go-logr/logr to v1.2.4 (#428) (8d07dab)
  • deps: update module github.com/onsi/gomega to v1.27.5 (#357) (8624958)
  • deps: update module github.com/onsi/gomega to v1.27.6 (#429) (987815c)
  • deps: update module github.com/stretchr/testify to v1.8.2 (#396) (f24b6c4)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.6 (#426) (0e779e8)
  • remove unneeded OF namespace prefix from clusterrolebindings (#453) (b23edef)
  • restrict permissions to only access specific CRB (#436) (6f1f93c)
  • update flagd proxy env var prefix (#440) (b451d47)

✨ New Features

  • flagd proxy resource ownership (#442) (31b5f7b)
  • introduce debugLogging parameter to FlagSourceConfiguration CRD (#434) (26ae125)
  • kube-flagd-proxy deployment (#412) (651c63c)
  • migrate flagd startup argument to sources flag (#427) (1c67f34)
  • test: substitute kuttl to bash e2e test (#411) (ff199f1)

🧹 Chore

  • add unit tests to pod webhook (#419) (4290978)
  • attempt renovate fix (48b6c7f)
  • attempt versioning fix in test (58d0145)
  • deps: update actions/setup-go action to v4 (#398) (ee9ecb9)
  • deps: update dependency open-feature/flagd to v0.2.1 (#462) (d2d53b7)
  • deps: update docker/login-action digest to 65b78e6 (#421) (8d2ebe2)
  • deps: update docker/metadata-action digest to 3f6690a (#432) (991b2bd)
  • deps: update golang docker tag to v1.20.3 (#445) (b8f6c5b)
  • deps: update module golang.org/x/net to v0.8.0 (#397) (096c889)
  • deps: update module golang.org/x/net to v0.9.0 (#451) (4cbe4f1)
  • deps: update open-feature/flagd (#457) (db9af7a)
  • deps: update open-feature/flagd to v0.5.0 (#422) (6846aa2)
  • fix renovate config, add recommended preset (#418) (78c5970)
  • improve container build layer caching (#414) (3212eba)
  • increase backoffLimit for inject-flagd (#423) (29d7cf0)
  • introduce additional unit tests for api packages (#420) (5ba5bc9)
  • refactor admission webhook tests (#409) (29c7c28)
  • refactor pod webhook mutator (#410) (2a86b03)
  • refactored component test using fake client (#435) (08a50ac)
  • remove ignored renovate paths (#441) (c1d8929)
  • reorder containers in e2e assertion (1d895c3)
  • split controllers to separate packages + cover them with unit tests (#404) (6ed4cef)
  • troubleshoot renovate (de4ac14)
  • troubleshoot renovate (89a7b5b)
  • troubleshoot renovate (244bd3a)
  • troubleshoot renovate (eafa670)
  • troubleshoot renovate (c3d9523)
  • troubleshoot renovatge (35054cb)
  • troubleshoot renvoate (7ac3c90)
  • update codeowners to use cloud native team (6133060)
  • update flagd renovate detection (#439) (3d1540c)
  • update renovate config to watch the assert yaml directly (9ef25a0)
  • use renovate to bump flagd version (#395) (fd5b072)

0.2.31 (2023-03-16)

📚 Documentation

  • fix rendering issue with operator resource config table (#401) (71ea8a6)

🐛 Bug Fixes

0.2.30 (2023-03-16)

📚 Documentation

  • add AND operator to sequential commands (#368) (6f73a62)

✨ New Features

🐛 Bug Fixes

  • deps: update module sigs.k8s.io/controller-runtime to v0.14.5 (#279) (8a80bff)

🧹 Chore

  • add additional sections to the release notes (4bec5af)
  • add artifact hub metadata (#372) (c6f539f)
  • deps: update dependency open-feature/flagd to v0.4.0 (#342) (0640f46)
  • deps: update dependency open-feature/flagd to v0.4.1 (#373) (756cf7a)
  • deps: update dependency open-feature/flagd to v0.4.4 (#400) (3e0a666)
  • deps: update docker/login-action digest to 219c305 (#365) (ee84954)
  • deps: update docker/metadata-action digest to 766400c (#267) (38a1464)
  • deps: update docker/metadata-action digest to 9ec57ed (#366) (884d444)
  • deps: update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.0 (#376) (708e4bc)
  • deps: update ghcr.io/open-feature/flagd docker tag to v0.4.4 (#381) (a253761)
  • deps: update golang docker tag to v1.20.2 (#374) (e2de529)
  • e2e test for openfeature.dev/enabled annotation set to false (#375) (b03fb14)
  • improve formatting and content (#384) (c5a6a32)
  • remove unneeded conversion webhooks + introduce unit tests for conversion functions (#385) (dd34801)

0.2.29 (2023-02-23)

Features

  • add log format configuration options through helm chart (#346) (bcef736)
  • Introduced context to the readyz endpoint, added wait to test suite (#336) (ed81c02)

Bug Fixes

0.2.28 (2023-01-28)

Bug Fixes

0.2.27 (2023-01-27)

Features

Bug Fixes

  • gave configmaps volume mounts a subpath to allow for multiple mounts (#321) (2ec454c)
  • uniqueness of featureflagconfiguration file path (#323) (2b10945)

0.2.26 (2023-01-26)

Bug Fixes

  • deps: update module github.com/open-feature/schemas to v0.2.8 (#269) (ed48060)

0.2.25 (2023-01-25)

Features

Bug Fixes

  • removed duplicate config map generation, resolve permissions issue (#305) (eec16af)
  • update x/net for CVE-2022-41721 (#301) (bbe9837)

0.2.24 (2023-01-16)

Features

  • backfill flagd-kubernetes-sync cluster role binding on startup (#295)
  • decouple feature flag spec from flagd config (#276)

Features

  • upgrade flagd to v0.3.0 (20571e1)

0.2.22 (2022-12-16)

Bug Fixes

0.2.21 (2022-12-16)

Features

  • add ff shortname, commit httpSyncConfiguration (11e4652)
  • introduce configurable resource limits for flagd sidecar (e4affcf)

Bug Fixes

  • deps: update github.com/open-feature/schemas digest to 302d0fa (#246) (7d22374)
  • deps: update kubernetes packages to v0.25.4 (75bab2d)
  • include release tag in helm charts publishing (2746716)

0.2.20 (2022-11-18)

Bug Fixes

  • deps: update module sigs.k8s.io/controller-runtime to v0.13.1 (edeffcd)

0.2.19 (2022-11-15)

Features

  • introduced v1beta1 of featureflagconfiguration CRD with conversion webhook to v1alpha1 (a45bdef)
  • structured the featureflagconfiguration CRD (b056c7c)

0.2.18 (2022-11-10)

Bug Fixes

0.2.17 (2022-11-07)

Bug Fixes

  • deps: update github.com/open-feature/schemas digest to d638ecf (a984836)
  • for helm issues (#206) (39febd7)

0.2.16 (2022-10-27)

Bug Fixes

  • resolve issue with templated DNS name in cert (65068df)

0.2.15 (2022-10-25)

Bug Fixes

0.2.14 (2022-10-25)

Bug Fixes

0.2.13 (2022-10-25)

Bug Fixes

0.2.12 (2022-10-25)

Bug Fixes

0.2.11 (2022-10-25)

Bug Fixes

0.2.10 (2022-10-25)

Bug Fixes

  • correcrt needs in asset release (5ed4571)

0.2.9 (2022-10-25)

Bug Fixes

  • Package signing should happen in the oci workflow. (a04a110)

0.2.8 (2022-10-25)

Bug Fixes

0.2.7 (2022-10-25)

Features

0.2.7 (2022-10-24)

Features

0.2.6 (2022-10-24)

Features

Bug Fixes

0.2.6 (2022-10-20)

Bug Fixes

0.2.5 (2022-10-19)

Features

  • stop creation and mounting of flagd-config config map in case of kubernetes sync-provider (#126) (a1d9fe2)

0.2.4 (2022-10-18)

Bug Fixes

  • build and push to docker registry with tag as current release (#123) (d4abda1)

0.2.3 (2022-10-18)

Bug Fixes

  • build and push to docker registry on tag creation (#121) (27c6f9c)

0.2.2 (2022-10-14)

Bug Fixes

  • bump flagd version to include change detection fix (421cab6)

0.2.1 (2022-10-13)

Features

Bug Fixes

0.2.0 (2022-10-10)

⚠ BREAKING CHANGES

  • bump flagd version to 0.2.0 (connect refactor) (#97)

Features

  • bump flagd version to 0.2.0 (connect refactor) (#97) (8118b9f)

Bug Fixes

  • upgrade dependencies with vulnerabilities (#90) (58cdd4e)