-
Added AWS S3 support, a feature added in MySQL Shell 8.0.30.
This extends the
dumpInstance.storage
andinitDB.storage
properties to include ans3
property withbucketName
andcredentials
. Thecredentials
property is a Kubernetes Secret withawsAccessKeyId
,awsSecretAccessKey
,awsSessionToken
(optional),region
, ands3EndpointOverride
(optional). (WL #15115)
Dropped compatibility for Kubernetes 1.20 and older. (Bug #34624864)
The dumpOptions definition defined in a MySQL Backup request was ignored. (Bug #34569963)
Fixed cluster controller that would prevent the operator to transition the cluster to a ready state when using initDB.dump.storage. (Bug #34568096)
The operator now only checks changes to InnoDBCluster related secrets. (Bug #34537538)