Skip to content

Commit 3586414

Browse files
chore(deps): bump the main group across 1 directory with 3 updates (#1039)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Murad Biashimov <murad.biashimov@aiven.io>
1 parent 2df4a3f commit 3586414

42 files changed

Lines changed: 683 additions & 167 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

55
- Change `ServiceIntegration`: operator now adopts existing integrations instead of failing with conflict
66
- Fix `PostgreSQL`: added retry logic for errors during upgrade task
7+
- Add `AlloyDBOmni` field `userConfig.node_count`, type `integer`: Number of nodes for the service
8+
- Add `Kafka` field `userConfig.kafka_diskless`, type `object`: Kafka Diskless configuration values
9+
- Change `Kafka` field `userConfig.kafka_version`: enum add `4.0`
10+
- Change `MySQL` field `userConfig.mysql.innodb_log_buffer_size`: maximum ~~`4294967295`~~`4294967296`
11+
- Add `OpenSearch` field `userConfig.jwt`, type `object`: OpenSearch JWT Configuration
12+
- Change `OpenSearch` field `userConfig.opensearch.knn_memory_circuit_breaker_limit`: minimum ~~`3`~~`0`
13+
- Add `PostgreSQL` field `userConfig.node_count`, type `integer`: Number of nodes for the service
14+
- Add `PostgreSQL` field `userConfig.pg.io_combine_limit`, type `integer`: EXPERIMENTAL: Controls the
15+
largest I/O size in operations that combine I/O in 8kB units
16+
- Add `PostgreSQL` field `userConfig.pg.io_max_combine_limit`, type `integer`: EXPERIMENTAL: Controls
17+
the largest I/O size in operations that combine I/O in 8kB units, and silently limits the user-settable
18+
parameter io_combine_limit
19+
- Add `PostgreSQL` field `userConfig.pg.io_max_concurrency`, type `integer`: EXPERIMENTAL: Controls the
20+
maximum number of I/O operations that one process can execute simultaneously
21+
- Add `PostgreSQL` field `userConfig.pg.io_method`, type `string`: EXPERIMENTAL: Controls the maximum
22+
number of I/O operations that one process can execute simultaneously
23+
- Add `PostgreSQL` field `userConfig.pg.io_workers`, type `integer`: EXPERIMENTAL: Number of IO worker
24+
processes, for io_method=worker. Version 18 and up only
25+
- Change `PostgreSQL` field `userConfig.pg.max_connections`: maximum `60000`
26+
- Change `PostgreSQL` field `userConfig.pg_version`: enum add `18`
27+
- Remove `OpenSearch` field `userConfig.custom_keystores`, type `array`: the field has invalid schema definition
28+
- Add `KafkaTopic` field `config.diskless_enable`, type `boolean`: Indicates whether diskless should
29+
be enabled
30+
- Remove `KafkaTopic` field `config.inkless_enable`, type `boolean`: Indicates whether inkless should
31+
be enabled
732

833
## v0.33.1 - 2025-10-08
934

api/v1alpha1/kafkatopic_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ type KafkaTopicConfig struct {
8282
// This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
8383
IndexIntervalBytes *int `json:"index_interval_bytes,omitempty"`
8484

85-
// Indicates whether inkless should be enabled.
86-
InklessEnable *bool `json:"inkless_enable,omitempty"`
85+
// Indicates whether diskless should be enabled.
86+
DisklessEnable *bool `json:"diskless_enable,omitempty"`
8787

8888
// This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
8989
LocalRetentionBytes *int `json:"local_retention_bytes,omitempty"`

api/v1alpha1/userconfig/integrationendpoints/autoscaler/autoscaler.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/alloydbomni/alloydbomni.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/alloydbomni/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/grafana/grafana.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/kafka/kafka.go

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/kafka/zz_generated.deepcopy.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/mysql/mysql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/userconfig/service/opensearch/opensearch.go

Lines changed: 58 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)