diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 789e45137..d01ce8357 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.8.9", + ".": "0.9.0", "api": "0.2.47" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9213eabf1..5f3c22b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [0.9.0](https://github.com/open-feature/open-feature-operator/compare/v0.8.9...v0.9.0) (2026-04-17) + + +### โš  BREAKING CHANGES + +* CLUSTER_DOMAIN env var is now FLAGD_CLUSTER_DOMAIN. + +### โœจ New Features + +* add flag metadata to FeatureFlag CRD ([#808](https://github.com/open-feature/open-feature-operator/issues/808)) ([33168bb](https://github.com/open-feature/open-feature-operator/commit/33168bb17685c6ba77db700c3091f16817a09ee3)) +* add latest flagd config fields, bump deps ([#818](https://github.com/open-feature/open-feature-operator/issues/818)) ([bf6c1ec](https://github.com/open-feature/open-feature-operator/commit/bf6c1ecb37106acd66b699b844cb4c185e1e0f37)) +* rename api module name (apis -> api) ([#823](https://github.com/open-feature/open-feature-operator/issues/823)) ([70e9a3b](https://github.com/open-feature/open-feature-operator/commit/70e9a3b6abac590061a245ced9f0f7b576e83c65)) + + +### ๐Ÿ› Bug Fixes + +* correct capabilities drop value to "ALL" for PodSecurity restricted compliance ([#804](https://github.com/open-feature/open-feature-operator/issues/804)) ([0c87d05](https://github.com/open-feature/open-feature-operator/commit/0c87d05c94971be92cf2198fcea1492531aba7af)) +* **envconfig:** rename CLUSTER_DOMAIN env var to FLAGD_CLUSTER_DOMAIN ([#792](https://github.com/open-feature/open-feature-operator/issues/792)) ([0668bd6](https://github.com/open-feature/open-feature-operator/commit/0668bd63998d8a0e88e0ccdafbc2b5fbb549c0c5)) +* rename CLUSTER_DOMAIN env var to FLAGD_CLUSTER_DOMAIN ([3cf6a6a](https://github.com/open-feature/open-feature-operator/commit/3cf6a6a0ecf273b5b667fc89c061462f94a754c1)) +* **security:** pin all GitHub Actions to SHA digests ([#810](https://github.com/open-feature/open-feature-operator/issues/810)) ([9cd944a](https://github.com/open-feature/open-feature-operator/commit/9cd944a368c900d0f2fb303e658322b304c4505b)) +* Set appProtocol for service resources ([#797](https://github.com/open-feature/open-feature-operator/issues/797)) ([fd99ee5](https://github.com/open-feature/open-feature-operator/commit/fd99ee58862d27a35a72e6b8c90f46f44f18e6c6)) + + +### ๐Ÿงน Chore + +* **deps:** pin dependencies ([#812](https://github.com/open-feature/open-feature-operator/issues/812)) ([1047003](https://github.com/open-feature/open-feature-operator/commit/1047003fcd23133a00e9524eb14a4aeebbd08e12)) +* fix release-please config for apis module path ([c25617e](https://github.com/open-feature/open-feature-operator/commit/c25617eb98ee060fb7eeac40444a3f434d9779cc)) +* latest flagd ([#826](https://github.com/open-feature/open-feature-operator/issues/826)) ([c6a5601](https://github.com/open-feature/open-feature-operator/commit/c6a5601b1828391078f49f3cc12520d545b2d9c5)) +* release api 0.2.47 ([#824](https://github.com/open-feature/open-feature-operator/issues/824)) ([3d77eda](https://github.com/open-feature/open-feature-operator/commit/3d77eda4e390939a45591335e75c8451c1495bbb)) +* release apis 0.2.46 ([#816](https://github.com/open-feature/open-feature-operator/issues/816)) ([a9653a9](https://github.com/open-feature/open-feature-operator/commit/a9653a9ab82c557d4d2d4131963e328198bf024a)) +* remove replace, use new module ([#825](https://github.com/open-feature/open-feature-operator/issues/825)) ([38672cd](https://github.com/open-feature/open-feature-operator/commit/38672cd461772116fcd5266f77ed3f0dcc200ece)) +* update cosign ([85c315a](https://github.com/open-feature/open-feature-operator/commit/85c315a0f94c80823574ecbb2db109b9da0e6ca0)) + ## [0.8.9](https://github.com/open-feature/open-feature-operator/compare/v0.8.8...v0.8.9) (2026-01-05) diff --git a/Makefile b/Makefile index f23dd1d65..a6cb01c78 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ARCH?=amd64 IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE) # customize overlay to be used in the build, DEFAULT or HELM KUSTOMIZE_OVERLAY ?= DEFAULT -CHART_VERSION=v0.8.9# x-release-please-version +CHART_VERSION=v0.9.0# x-release-please-version # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.26.1 WAIT_TIMEOUT_SECONDS?=60 diff --git a/chart/open-feature-operator/Chart.yaml b/chart/open-feature-operator/Chart.yaml index f2b44c4a6..22fae1c3b 100755 --- a/chart/open-feature-operator/Chart.yaml +++ b/chart/open-feature-operator/Chart.yaml @@ -13,12 +13,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "v0.8.9" # x-release-please-version +version: "v0.9.0" # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.8.9" # x-release-please-version +appVersion: "v0.9.0" # x-release-please-version home: https://openfeature.dev icon: https://open-feature.github.io/open-feature-operator/chart/open-feature-operator/openfeature-logo.png diff --git a/chart/open-feature-operator/README.md b/chart/open-feature-operator/README.md index 39e3c786d..03c3e695f 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -179,7 +179,7 @@ The command removes all the Kubernetes components associated with the chart and | Name | Description | Value | | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | | `controllerManager.manager.image.repository` | Sets the image for the operator. | `ghcr.io/open-feature/open-feature-operator` | -| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.9` | +| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.9.0` | | `controllerManager.manager.resources.limits.cpu` | Sets cpu resource limits for operator. | `500m` | | `controllerManager.manager.resources.limits.memory` | Sets memory resource limits for operator. | `128Mi` | | `controllerManager.manager.resources.requests.cpu` | Sets cpu resource requests for operator. | `10m` | diff --git a/chart/open-feature-operator/values.yaml b/chart/open-feature-operator/values.yaml index 80da46560..c14808a90 100644 --- a/chart/open-feature-operator/values.yaml +++ b/chart/open-feature-operator/values.yaml @@ -129,7 +129,7 @@ controllerManager: ## @param controllerManager.manager.image.repository Sets the image for the operator. repository: ghcr.io/open-feature/open-feature-operator ## @param controllerManager.manager.image.tag Sets the version tag for the operator. - tag: v0.8.9 # x-release-please-version + tag: v0.9.0 # x-release-please-version resources: limits: ## @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator. diff --git a/docs/installation.md b/docs/installation.md index 891815fc8..b3eb63bb4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -62,13 +62,13 @@ Apply the release yaml directly via kubectl ```sh kubectl create namespace open-feature-operator-system && -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml +kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml ``` ### Uninstall ```sh -kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml && +kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml && kubectl delete namespace open-feature-operator-system ``` diff --git a/docs/quick_start.md b/docs/quick_start.md index fd56fd0e2..65499cc79 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -40,7 +40,7 @@ helm upgrade --install openfeature openfeature/open-feature-operator ```sh kubectl create namespace open-feature-operator-system && -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml +kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml ```