Skip to content

Commit fb4fa83

Browse files
committed
Updates for release 0.7.0
1 parent b4d42d2 commit fb4fa83

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## 0.7.0 (2025-08-21)
4+
5+
This release adds significant improvements to the Strimzi Registry Operator:
6+
7+
- Modernize the operator codebase, adopt uv-based Python workflow with `pyproject.toml`, refresh dependencies, update GitHub Actions, and improve typing/formatting.
8+
- Update minikube workflow; test fixtures and docs refreshed.
9+
- Update RBAC for newer Kopf behavior and grant cluster-wide list of namespaces and watch CRDs.
10+
- Support for configuring Schema Registry **topic name** and the number of deployment **replicas** via `StrimziSchemaRegistry` CR.
11+
- Proper handling of `spec.compatibilityLevel` setting.
12+
- The Kafka cluster name is now read from the `strimzi.io/cluster` label on the `StrimziSchemaRegistry` CR.
13+
**Breaking change:** this label is now required.
14+
- Default Schema Registry image tag updated to 8.0.0.
15+
- Deprecated `strimzi-version` field replaced with `strimziVersion`.
16+
- Operator now correctly **recreates the JKS secret** when Kafka CA or client certs rotate.
17+
- Expanded documentation covering access the **Schema Registry API** after deployment, new configuration options and improved the **installation instructions**.
18+
319
## 0.6.0 (2022-08-03)
420

521
Strimzi Registry Operator now adds the [recommended Kubernetes labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels) to the `Deployment` and `Service` resources for the Confluent Schema Registry deployment.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
6666
kind: Kustomization
6767

6868
resources:
69-
- github.com/lsst-sqre/strimzi-registry-operator.git//manifests?ref=0.6.0
69+
- github.com/lsst-sqre/strimzi-registry-operator.git//manifests?ref=0.7.0
7070

7171
patches:
7272
- strimzi-registry-operator-deployment.yaml

manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
images:
55
- name: ghcr.io/lsst-sqre/strimzi-registry-operator
6-
newTag: 0.6.0
6+
newTag: 0.7.0
77

88
resources:
99
- registry-crd.yaml

0 commit comments

Comments
 (0)