open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
182 stars 35 forks source link

feat: PoC FeatureFlagSource API refactoring [WIP] #628

Closed odubajDT closed 4 months ago

odubajDT commented 5 months ago

Changes

The current changes are causing a breaking change in the API, but with the usage of conversion webhooks, the conversion is 100% compatible -> see unchanged and still passing E2E tests

Related Issues

Part-of #542