Schema Registry Changelog

All notable changes to this project will be documented in this file.

5.7.7 - 2024-11-21

  • Update the Network Policy’s default values

5.7.6 - 2024-11-11

  • Make the Network Policy not blocking Prometheus’s ServiceMonitor

5.7.5 - 2024-11-05

  • Add missing /tmp/client.conf file to the slave initContainer

5.7.4 - 2024-11-04

  • Allow setting separate replica count for SR master

5.7.3 - 2024-09-29

  • Change schema-registry-master.selectorLabels and schema-registry-slave.selectorLabels to use app.kubernetes.io/instance: {{ include "schema-registry.fullname" . }}

  • Update keystore-provider image to 0.2.3

  • Add missing = in init-scripts-cm.yml

5.7.2 - 2024-09-25

  • Added initContainer scripts to be mounted onto the latest kafka-strimzi image during initialization

  • Update keystore-provider image to 0.2.2

5.7.1 - 2024-03-18

  • Change kafkaInitContainer URL

5.7.0 - 2024-03-13

  • Edit schema-registry.master NetworkPolicy to allow connection from configurable Pod Names

  • Update keystore-provider image to 0.2.0

  • Principals in KafkaInitContainer do not require starting with User: in values.yaml

  • PodDisruptionBudget uses fullname instead of name

  • Fix Ingress podSelector

  • Add default replicationFactor=1 and minIsr=1 for the topic deployed by KafkaInitContainer