Skip to content

Releases: lsst-sqre/strimzi-registry-operator

0.6.0

03 Aug 15:31
d59c3fc
Compare
Choose a tag to compare

Strimzi Registry Operator now adds the recommended Kubernetes labels to the Deployment and Service resources for the Confluent Schema Registry deployment.

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

29 Jul 16:29
9009b01
Compare
Choose a tag to compare

This release adds significant improvements for compatibility with newer versions of Strimzi and the Confluent Schema Registry.
The StrimziSchemaRegistry CRD has new and revised fields, which you should review before deploying this version:

  • The spec.listener field in StrimziSchemaRegistry now refers to the name of the of the listener — the spec.kafka.listeners[].name field of Strimzi's Kafka resource (with the kafka.strimzi.io/v1beta2 Strimzi API).
    With older versions of strimzi (API version kafka.strimzi.io/v1beta1), this refers to the type, which also doubled as a name in the spec.kafka.listeners.type or .external or .plain.
  • The Schema Registry's security protocol (kafkastore.security.protocol) is now configurable through the spec.securityProtocol of the StrimziSchemaRegistry resource. Default is SSL, but can be changed for plain text or SASL users.
  • The default subject compatibility level in the Schema Registry (schema.compatibility.level) can be set with the spec.compatibilityLevel field of StrimziSchemaRegistry. Details, as from previous versions of Strimzi Registry Operator, is forward`.
  • The Schema Registry Docker image is now configurable via registryImage and registryImageTag fields of StrimziSchemaRegistry. The defaults are updated to Schema Registry 7.2.1.
  • You can now set CPU and memeory requests and limits for the Schema Registry through the StrimziSchemaRegistry.

The default container registry for Strimzi Registry Operator is now ghcr.io (GitHub Container Registry): ghcr.io/lsst-sqre/strimzi-registry-operator.

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.5.0rc1

28 Jul 16:49
9028177
Compare
Choose a tag to compare
0.5.0rc1 Pre-release
Pre-release

This release adds significant improvements for compatibility with newer versions of Strimzi and the Confluent Schema Registry. The StrimziSchemaRegistry CRD has new and revised fields, which you should review before deploying this version:

  • The spec.listener field in StrimziSchemaRegistry now refers to the name of the of the listener — the spec.kafka.listeners[].name field of Strimzi's Kafka resource (with the kafka.strimzi.io/v1beta2 Strimzi API). With older versions of strimzi (API version kafka.strimzi.io/v1beta1), this refers to the type, which also doubled as a name in the spec.kafka.listeners.type or .external or .plain.
  • The Schema Registry's security protocol (kafkastore.security.protocol) is now configurable through the spec.securityProtocol of the StrimziSchemaRegistry resource. Default is SSL, but can be changed for plain text or SASL users.
  • The default subject compatibility level in the Schema Registry (schema.compatibility.level) can be set with the spec.compatibilityLevel field of StrimziSchemaRegistry. Details, as from previous versions of Strimzi Registry Operator, is forward`.
  • The Schema Registry Docker image is now configurable via registryImage and registryImageTag fields of StrimziSchemaRegistry. The defaults are updated to Schema Registry 7.2.1.
  • You can now set CPU and memeory requests and limits for the Schema Registry through the StrimziSchemaRegistry.

The default container registry for Strimzi Registry Operator is now ghcr.io (GitHub Container Registry): ghcr.io/lsst-sqre/strimzi-registry-operator.

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0rc1

0.4.1

20 Jan 20:35
14d682a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

20 Jan 20:20
8d09169
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0