Skip to content

Commit

Permalink
Bump rclone to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored and calind committed Nov 23, 2021
1 parent 5a3c507 commit 74a8bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
* Update rclone to `v1.57.0`
### Removed
### Fixed
* Make sure orchestrator can find it's templates [#741](https://github.com/bitpoke/mysql-operator/issues/741)
Expand Down
2 changes: 1 addition & 1 deletion hack/development/Dockerfile.sidecar
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
COPY hack/docker/rclone.gpg /root/rclone.gpg
RUN gpg --import /root/rclone.gpg

ENV RCLONE_VERSION=1.53.1
ENV RCLONE_VERSION=1.57.0

RUN wget -nv https://github.com/ncw/rclone/releases/download/v${RCLONE_VERSION}/rclone-v${RCLONE_VERSION}-linux-amd64.zip \
&& wget -nv https://github.com/ncw/rclone/releases/download/v${RCLONE_VERSION}/SHA256SUMS \
Expand Down
2 changes: 1 addition & 1 deletion images/mysql-operator-sidecar-5.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
apt-transport-https ca-certificates unzip pigz wget gnupg \
&& rm -rf /var/lib/apt/lists/*

RUN export RCLONE_VERSION=1.56.0 \
RUN export RCLONE_VERSION=1.57.0 \
&& gpg --import /etc/gpg-keys/rclone.gpg \
&& wget -nv https://github.com/ncw/rclone/releases/download/v${RCLONE_VERSION}/rclone-v${RCLONE_VERSION}-linux-amd64.zip \
&& wget -nv https://github.com/ncw/rclone/releases/download/v${RCLONE_VERSION}/SHA256SUMS \
Expand Down

0 comments on commit 74a8bec

Please sign in to comment.