Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Restic updated to v0.19.1
- Rclone updated to v1.75.0
- Rclone updated to v1.75.1
- Restic support `--keep-within-*` retention flags
- Add MoverTolerations to MoverConfig
- The Rsync-ssh mover now requires privileged mode to run. Previously for backwards
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" -tag
# Build rclone
FROM golang-builder AS rclone-builder

ARG RCLONE_VERSION=v1.75.0
ARG RCLONE_GIT_HASH=9ee9d0a0cafd5e5fe3b271d2280b090ab6e64048
ARG RCLONE_VERSION=v1.75.1
ARG RCLONE_GIT_HASH=687d264b689b8c49a67e2e52a8a5e0caa01c04ce

RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
WORKDIR /workspace/rclone
Expand Down
2 changes: 1 addition & 1 deletion helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
- kind: changed
description: Restic updated to v0.19.1
- kind: changed
description: Rclone updated to v1.75.0
description: Rclone updated to v1.75.1
- kind: changed
description: Add MoverTolerations to MoverConfig
- kind: changed
Expand Down
Loading