Skip to content

Commit 5f9ce0c

Browse files
committed
chore(release): v0.40.0
1 parent 6120eff commit 5f9ce0c

4 files changed

Lines changed: 26 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.40.0 - 2026-06-05
6+
57
- Add `MySQL` field `userConfig.mysql.performance_schema_events_statements_history_size`, type `integer`:
68
The number of rows per thread in the events_statements_history table
79
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.consumer_fetch_max_bytes`, type

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

docs/docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.40.0 - 2026-06-05
5+
6+
- Add `MySQL` field `userConfig.mysql.performance_schema_events_statements_history_size`, type `integer`:
7+
The number of rows per thread in the events_statements_history table
8+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.consumer_fetch_max_bytes`, type
9+
`integer`: The maximum amount of data the server should return for a fetch request
10+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.consumer_max_partition_fetch_bytes`,
11+
type `integer`: The maximum amount of data per partition the server will return
12+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.consumer_receive_buffer_bytes`,
13+
type `integer`: The size of the TCP receive buffer (SO_RCVBUF) to use when reading data. -1 uses the
14+
OS default
15+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.consumer_request_timeout_ms`, type
16+
`integer`: The maximum time the client will wait for a response to a request
17+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.producer_request_timeout_ms`, type
18+
`integer`: The maximum time the client will wait for a response to a request
19+
- Add `ServiceIntegration` field `kafkaMirrormaker.kafka_mirrormaker.producer_send_buffer_bytes`, type
20+
`integer`: The size of the TCP send buffer (SO_SNDBUF) to use when sending data. -1 uses the OS
21+
default
22+
- Add `UpgradePipelineStep` to manage [Aiven upgrade pipeline steps](https://aiven.io/docs/platform/howto/controlled-upgrade)
23+
424
## v0.39.0 - 2026-05-29
525

626
- Add `KafkaSchema` field `references[].kafkaSchemaRef`, type `object`: Reference to another

0 commit comments

Comments
 (0)