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.
BREAKING CHANGE: Removed unprefixed keys from ServiceUser secrets to resolve environment variable collisions. Previously ServiceUser secrets contained both prefixed keys (e.g., SERVICEUSER_HOST, SERVICEUSER_PASSWORD) and unprefixed keys (e.g., HOST, PASSWORD). The unprefixed keys have been removed.
Important: Status conditions Create, Update and CreateOrUpdate (all cases) have been consolidated into CreatedOrUpdated due to limitations in reliably determining operation type
Added secret watcher controller to automatically update resources when their connInfoSecretSource secrets change
Fix ServiceUser: retry API calls when password is not received in response
Add AlloyDBOmni field userConfig.pg.max_sync_workers_per_subscription, type integer: Maximum
number of synchronization workers per subscription. The default is 2
Change AlloyDBOmni field userConfig.pg.max_logical_replication_workers: maximum 64 → 256
Change AlloyDBOmni field userConfig.pg.max_replication_slots: maximum 64 → 256
Change AlloyDBOmni field userConfig.pg.max_worker_processes: maximum 96 → 288
Add MySQL field userConfig.mysql_incremental_backup, type object: MySQL incremental backup configuration
Add PostgreSQL field userConfig.pg.max_connections, type integer: Sets the PostgreSQL maximum
number of concurrent connections to the database server
Add PostgreSQL field userConfig.pg.max_sync_workers_per_subscription, type integer: Maximum number
of synchronization workers per subscription. The default is 2
Change PostgreSQL field userConfig.pg.max_logical_replication_workers: maximum 64 → 256
Change PostgreSQL field userConfig.pg.max_replication_slots: maximum 64 → 256
Change PostgreSQL field userConfig.pg.max_worker_processes: maximum 96 → 288
Change ServiceIntegrationEndpoint field prometheus.basic_auth_password: maxLength 64 → 256
Change MySQL field userConfig.binlog_retention_period: maximum 86400 → 604800