Releases: open-feature/open-feature-operator
Releases · open-feature/open-feature-operator
v0.1.1
What's Changed
- feat: enables Kubernetes syncing for flagd by @AlexsJones in #82
- fix: rbac by @AlexsJones in #86
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Update examples by @beeme1mr in #69
- Remove schemas submodule by @james-milligan in #68
- feat: Env support by @AlexsJones in #74
- adds nil pointer check by @AlexsJones in #75
- Injects configured environment variables into all containers running in the pod by @AlexsJones in #77
- fix: updated to read from slice by @AlexsJones in #79
- Upgrade Makefile to use go install by @skyerus in #78
- Issue 46 update readme on release by @skyerus in #80
- Revert "Issue 46 update readme on release" by @AlexsJones in #81
New Contributors
- @james-milligan made their first contribution in #68
- @skyerus made their first contribution in #78
Full Changelog: v0.0.9...v0.1.0
v0.0.9
FlagD
flagD version is 0.0.7
This is a break change and will use a new default flagD port of 8013
Run the example
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.9/certificate.yaml
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.9/release.yaml
Now deploy the E2E demo
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.9/end-to-end.yaml
Full Changelog: v0.0.8...v0.0.9
v0.0.8
FlagD
flagD version is 0.0.6
Run the example
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.8/certificate.yaml
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.8/release.yaml
Now deploy the E2E demo
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.8/end-to-end.yaml
What's Changed
- this stops the accidental commit of flagd_version changes by @AlexsJones in #58
- Updated the schema by @AlexsJones in #60
- Update schema path in Dockerflie by @beeme1mr in #61
- flagd customisation by @AlexsJones in #64
Full Changelog: v0.0.7...v0.0.8
v0.0.7
FlagD
flagD version is 0.0.3
Run the example
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.7/certificate.yaml
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.7/release.yaml
Now deploy the E2E demo
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.0.7/end-to-end.yaml
What's Changed
- Update README.md by @AlexsJones in #47
- flag pinning by @AlexsJones in #55
- Add targeting demo by @toddbaert in #51
- feat: added end-to-end manifest to release by @thschue in #56
- Feature/release workflow by @AlexsJones in #57
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Merge pull request #45 from open-feature/fix/flagd-validation fix for validation failure
v0.0.5
What's Changed
- Reduce app to 1 replica for simplicity and to demo no restart by @toddbaert in #39
- Always pull most recent flagd by @toddbaert in #43
- added the sync provider and reworked, implemented the injection code … by @AlexsJones in #44
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
What's Changed
- fixes issue with credentials by @AlexsJones in #33
- Use full demo by @toddbaert in #34
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- feat: add license file by @thschue in #25
- feat: clean up configmaps by @thschue in #23
- feat: create configmap if manually deleted by @thschue in #26
- adds validation of the json schema by @AlexsJones in #27
- setting up for providers on the CR by @AlexsJones in #30
- Add submodule for schemas, embed in utils by @toddbaert in #29
- Update README: REST endpoint and submodule by @toddbaert in #31
New Contributors
- @toddbaert made their first contribution in #29
Full Changelog: v0.0.1...v0.0.2