From bff253f3312206a86fca265a20330728f46b3ee7 Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Mon, 14 Sep 2026 17:11:26 +0200 Subject: [PATCH 1/2] Update rclone to v1.75.1 Signed-off-by: Ismail Ibrahim Quwarah --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a7012987..ebea39b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 From 405433fa0a7cda9c8d37cebb3399b1b795969ed6 Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Mon, 14 Sep 2026 17:28:02 +0200 Subject: [PATCH 2/2] Update changelog,chart with update rclone v1.75.1 Signed-off-by: Ismail Ibrahim Quwarah --- CHANGELOG.md | 2 +- helm/volsync/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c746b613..e48e08bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/helm/volsync/Chart.yaml b/helm/volsync/Chart.yaml index 44a582d20..4ced35413 100644 --- a/helm/volsync/Chart.yaml +++ b/helm/volsync/Chart.yaml @@ -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