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.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
1820- Add ` ServiceIntegration ` field ` kafkaMirrormaker.kafka_mirrormaker.producer_send_buffer_bytes ` , type
1921 ` integer ` : The size of the TCP send buffer (SO_SNDBUF) to use when sending data. -1 uses the OS
2022 default
21- - Add ` UpgradePipelineStep ` to manage [ Aiven upgrade pipeline steps] ( https://aiven.io/docs/platform/howto/controlled-upgrade )
23+ - Add ` UpgradePipelineStep ` to manage Aiven upgrade pipeline steps
2224
2325## v0.39.0 - 2026-05-29
2426
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.39 .0
6- appVersion : v0.39 .0
5+ version : v0.40 .0
6+ appVersion : v0.40 .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.39 .0
6- appVersion : v0.39 .0
5+ version : v0.40 .0
6+ appVersion : v0.40 .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.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
You can’t perform that action at this time.
0 commit comments