Skip to content

Commit bac3bfa

Browse files
w33dw0r7dcndoit18
authored andcommitted
Bump orchestrator version to 3.2.6
1 parent 6fec0d5 commit bac3bfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111
* Set `MysqlCluter.Spec.BackupSchedule` to empty string to disable recurrent backups
1212
### Changed
1313
* Set default MySQL server version to `5.7.35`
14+
* Bump Orchestrator to `3.2.6`
1415
### Removed
1516
### Fixed
1617
* `orchestrator.secretName` is ignored in helm charts

images/mysql-operator-orchestrator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex \
1313
tar -C /usr/local/bin -xzv
1414

1515
RUN set -ex \
16-
&& export ORCHESTRATOR_VERSION=3.2.3 \
16+
&& export ORCHESTRATOR_VERSION=3.2.6 \
1717
&& wget https://github.com/openark/orchestrator/releases/download/v${ORCHESTRATOR_VERSION}/orchestrator-${ORCHESTRATOR_VERSION}-linux-amd64.tar.gz -O- | \
1818
tar -C / -xzv
1919

0 commit comments

Comments
 (0)