You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgraded controller-runtime to v0.16.6: This version supports Kubernetes v0.28 and requires Go 1.20+. See compatibility matrix for details.
Change MySQL field userConfig.binlog_retention_period: maximum 604800 → 9007199254740991
Add MySQL field userConfig.migration.dump_tool, type string: Experimental! Tool to use for database
dump and restore during migration. Default: mysqldump
Remove Redis kind and controller from the operator: use Valkey instead for caching services, since Redis has reached end of life (EOL)
Add KafkaConnect field userConfig.sasl_oauthbearer_allowed_urls, type array: List of allowed
URLs for SASL OAUTHBEARER authentication
Add Kafka field userConfig.letsencrypt_sasl, type boolean: Use a Let's Encrypt certificate authority
(CA) for Kafka SASL authentication. (Default: False)
Add Kafka field userConfig.sasl_oauthbearer_allowed_urls, type array: List of allowed URLs for
SASL OAUTHBEARER authentication
Add PostgreSQL field userConfig.enable_ha_replica_dns, type boolean: Creates a dedicated read-only
DNS that automatically falls back to the primary if standby nodes are unavailable
Add OpenSearch field userConfig.opensearch.ml_commons_model_access_control_enabled, type boolean:
Enable or disable model access control for ML Commons
Add OpenSearch field userConfig.opensearch.ml_commons_native_memory_threshold, type integer:
Native memory threshold percentage for ML Commons
Add OpenSearch field userConfig.opensearch.ml_commons_only_run_on_ml_node, type boolean: Enable
or disable running ML Commons tasks only on ML nodes
Add MySQL field userConfig.migration.reestablish_replication, type boolean: Skip dump-restore
part and start replication
Change Valkey field userConfig.valkey_io_threads: maximum 32 → 256
Add Kafka field userConfig.backup_interval_hours, type integer: Interval in hours between automatic
backups. Minimum value is 3 hours
Add Kafka field userConfig.backup_retention_days, type integer: Number of days to retain automatic
backups
Change Kafka field userConfig.kafka_diskless.enabled: immutable true
Add PostgreSQL field userConfig.backup_interval_hours, type integer: Interval in hours between
automatic backups. Minimum value is 3 hours
Add PostgreSQL field userConfig.backup_retention_days, type integer: Number of days to retain
automatic backups
ClickhouseUser: continuous reconciliation now automatically re-creates Clickhouse users that are deleted directly in Aiven (outside Kubernetes).