Skip to content

Commit b00e456

Browse files
committed
Prepare v0.6.3 release
1 parent bd6fa2e commit b00e456

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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
* Add `mysql-operator.presslabs.org/resourceDeletionPolicy` annotation for `MysqlDatabase` and `MysqlUser`
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

@@ -33,7 +41,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3341
* Orchestrator can't properly update or migrate when it more than one
3442
* Operator service account have no access to update mysqlbackups/status
3543
* 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).
3745

3846
## [0.6.2] - 2021-12-28
3947

test.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include build/makelib/utils.mk
2+
all:
3+
$(info |$(subst $(SPACE),_,$(strip one foo bar))|)
4+
$(info $(call list-join,_,mysql-operator foo bar))
5+
.PHONY: all

0 commit comments

Comments
 (0)