Skip to content

Commit c403729

Browse files
committed
Prepare v0.6.3 release
1 parent 04affa0 commit c403729

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Added
11+
### Changed
12+
### Removed
13+
### Fixed
14+
15+
## [0.6.3] - 2023-05-22
16+
1017
### Added
1118

1219
* `MysqlDatabase` `MysqlUser` Add delete policy
1320
* Add `PtHeartbeatResources` in `.Spec.PodSpec` to allow the user specifying resources for pt-heartbeat.
1421
* Set `MysqlCluter.Spec.BackupSchedule` to empty string to disable recurrent backups
22+
* Add support for backing up to HDFS
1523

1624
### Changed
1725

@@ -30,7 +38,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3038
* Orchestrator can't properly update or migrate when it more than one
3139
* Operator service account have no access to update mysqlbackups/status
3240
* Recurrent backup remote delete policy can not update according to the `cluster.Spec.BackupRemoteDeletePolicy`
33-
* 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).
41+
* 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).
3442

3543
## [0.6.2] - 2021-12-28
3644

0 commit comments

Comments
 (0)