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.37.0 - 2026-04-09
6+
57- Add ` ServiceUser ` field ` accessControl ` , type ` object ` : AccessControl configures service-specific access control rules for the user.
68When this block is present, the operator manages the full access-control scope it contains
79- Add ` OpenSearchACLConfig ` to manage OpenSearch ACL
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.36 .0
6- appVersion : v0.36 .0
5+ version : v0.37 .0
6+ appVersion : v0.37 .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.36 .0
6- appVersion : v0.36 .0
5+ version : v0.37 .0
6+ appVersion : v0.37 .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.37.0 - 2026-04-09
5+
6+ - Add ` ServiceUser ` field ` accessControl ` , type ` object ` : AccessControl configures service-specific access control rules for the user.
7+ When this block is present, the operator manages the full access-control scope it contains
8+ - Add ` OpenSearchACLConfig ` to manage OpenSearch ACL
9+ - ** BREAKING** : Removed ` ClickhouseUser ` /` ServiceUser ` field ` connInfoSecretSource.namespace ` , type ` string ` : cross-namespace
10+ secret references are no longer supported. The source secret must be in the same namespace as the resource.
11+ This fixes a potential confused deputy vulnerability where the operator could be exploited to exfiltrate secrets from other namespaces.
12+
413## v0.36.0 - 2026-03-05
514
615- ` KafkaTopic ` : continuous reconciliation now automatically re-creates topics that are deleted directly in Aiven (outside Kubernetes).
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ spec:
199199 - index: metrics*
200200 permission: write
201201` ,
202- errSnippet : "duplicate" ,
202+ err : "duplicate" ,
203203 },
204204 {
205205 name : "missing rules denied" ,
You can’t perform that action at this time.
0 commit comments