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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
### Changed
12
+
### Removed
13
+
### Fixed
14
+
15
+
## [0.6.3] - 2023-05-22
16
+
10
17
### Added
11
18
12
19
* Add `mysql-operator.presslabs.org/resourceDeletionPolicy` annotation for `MysqlDatabase` and `MysqlUser`
13
20
* Add `PtHeartbeatResources` in `.Spec.PodSpec` to allow the user specifying resources for pt-heartbeat.
14
21
* Set `MysqlCluter.Spec.BackupSchedule` to empty string to disable recurrent backups
22
+
* Add support for backing up to HDFS
15
23
16
24
### Changed
17
25
@@ -33,7 +41,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33
41
* Orchestrator can't properly update or migrate when it more than one
34
42
* Operator service account have no access to update mysqlbackups/status
35
43
* Recurrent backup remote delete policy can not update according to the `cluster.Spec.BackupRemoteDeletePolicy`
36
-
* When the operator is restarted, it will process the Pod list once to prevent the state of the pod from being changed automatically because it is not updated (especially if the pvc is full).
44
+
* When the operator is restarted, it will process the Pod list once to prevent the state of the pod from being changed automatically because it is not updated (especially if the PVC is full).
0 commit comments