Skip to content

Commit cc0d7dd

Browse files
authored
chore(release): v0.39.0 (#1185)
1 parent 189b018 commit cc0d7dd

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.

charts/aiven-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aiven-operator-crds
33
description: A Helm chart to deploy the aiven operator custom resource definitions
44
type: application
5-
version: v0.38.0
6-
appVersion: v0.38.0
5+
version: v0.39.0
6+
appVersion: v0.39.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

charts/aiven-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aiven-operator
33
description: A Helm chart to deploy the aiven operator
44
type: application
5-
version: v0.38.0
6-
appVersion: v0.38.0
5+
version: v0.39.0
6+
appVersion: v0.39.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

docs/docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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

0 commit comments

Comments
 (0)