Skip to content

Commit 43b74ef

Browse files
authored
chore(release): v0.37.0 (#1143)
1 parent 032c9ba commit 43b74ef

5 files changed

Lines changed: 16 additions & 5 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.37.0 - 2026-04-09
6+
57
- Add `ServiceUser` field `accessControl`, type `object`: AccessControl configures service-specific access control rules for the user.
68
When this block is present, the operator manages the full access-control scope it contains
79
- Add `OpenSearchACLConfig` to manage OpenSearch ACL

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.36.0
6-
appVersion: v0.36.0
5+
version: v0.37.0
6+
appVersion: v0.37.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.36.0
6-
appVersion: v0.36.0
5+
version: v0.37.0
6+
appVersion: v0.37.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

docs/docs/changelog.md

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

tests/opensearchaclconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)