File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ MAJOR.MINOR.PATCH] - YYYY-MM-DD
44
5+ ## v0.39.0 - 2026-05-29
6+
57- Add ` KafkaSchema ` field ` references[].kafkaSchemaRef ` , type ` object ` : Reference to another
68 ` KafkaSchema ` resource in the same namespace. The subject and version are resolved from the
79 referenced resource's spec and status, dependents pick up new versions automatically.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : aiven-operator-crds
33description : A Helm chart to deploy the aiven operator custom resource definitions
44type : application
5- version : v0.38 .0
6- appVersion : v0.38 .0
5+ version : v0.39 .0
6+ appVersion : v0.39 .0
77maintainers :
88 - name : byashimov
99 url : https://www.aiven.io
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : aiven-operator
33description : A Helm chart to deploy the aiven operator
44type : application
5- version : v0.38 .0
6- appVersion : v0.38 .0
5+ version : v0.39 .0
6+ appVersion : v0.39 .0
77maintainers :
88 - name : byashimov
99 url : https://www.aiven.io
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.39.0 - 2026-05-29
5+
6+ - Add ` KafkaSchema ` field ` references[].kafkaSchemaRef ` , type ` object ` : Reference to another
7+ ` KafkaSchema ` resource in the same namespace. The subject and version are resolved from the
8+ referenced resource's spec and status, dependents pick up new versions automatically.
9+ Mutually exclusive with ` subject ` + ` version ` on the same entry.
10+ - Change ` KafkaSchema ` field ` references ` : maxItems ` 100 `
11+ - ** BREAKING** : Change ` KafkaSchema ` deletion to perform a hard delete instead of soft delete only.
12+ The subject is no longer visible in the registry's listing after deletion,
13+ and re-applying a ` KafkaSchema ` with the same ` subjectName ` after deletion starts at version 1.
14+
415## v0.38.0 - 2026-05-18
516
617- Add ` MySQL ` and ` PostgreSQL ` field ` migrationSecretSource ` , type ` object ` : Reference to a Secret containing migration
You can’t perform that action at this time.
0 commit comments