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.
Added retry logic to the ServiceIntegration controller
Made ConnectionPool username field optional, allowing connection pools to use the credentials of the connecting client instead of a fixed service user
Add Kafka field userConfig.kafka_rest_config.consumer_idle_disconnect_timeout, type integer:
Specifies the maximum duration (in seconds) a client can remain idle before it is deleted
Change ServiceIntegration field clickhouseKafka.tables: maxItems 100 → 400
Add Valkey field userConfig.enable_ipv6, type boolean: Register AAAA DNS records for the service,
and allow IPv6 packets to service ports
Add Valkey field userConfig.valkey_active_expire_effort, type integer: Valkey reclaims expired
keys both when accessed and in the background
Add OpenSearch field userConfig.azure_migration.readonly, type boolean: Whether the repository
is read-only
Add OpenSearch field userConfig.gcs_migration.readonly, type boolean: Whether the repository
is read-only
Add OpenSearch field userConfig.opensearch.disk_watermarks, type object: Watermark settings
Add OpenSearch field userConfig.s3_migration.readonly, type boolean: Whether the repository is
read-only
Add AlloyDBOmni field userConfig.pgaudit, type object: System-wide settings for the pgaudit extension
Add Clickhouse field userConfig.backup_hour, type integer: The hour of day (in UTC) when backup
for the service is started
Add Clickhouse field userConfig.backup_minute, type integer: The minute of an hour when backup
for the service is started
Add Kafka field userConfig.kafka_connect_plugin_versions, type array: The plugin selected by the user
Change Kafka field userConfig.kafka_version: enum add 3.9
Add OpenSearch field userConfig.opensearch.enable_searchable_snapshots, type boolean: Enable
searchable snapshots