Skip to content

Commit

Permalink
Prepare v0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed May 22, 2023
1 parent bd6fa2e commit b00e456
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

## [0.6.3] - 2023-05-22

### Added

* Add `mysql-operator.presslabs.org/resourceDeletionPolicy` annotation for `MysqlDatabase` and `MysqlUser`
* Add `PtHeartbeatResources` in `.Spec.PodSpec` to allow the user specifying resources for pt-heartbeat.
* Set `MysqlCluter.Spec.BackupSchedule` to empty string to disable recurrent backups
* Add support for backing up to HDFS

### Changed

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

Expand Down
5 changes: 5 additions & 0 deletions test.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include build/makelib/utils.mk
all:
$(info |$(subst $(SPACE),_,$(strip one foo bar))|)
$(info $(call list-join,_,mysql-operator foo bar))
.PHONY: all

0 comments on commit b00e456

Please sign in to comment.