From dec98ed69acb647b115895aabf5968c4eacb288f Mon Sep 17 00:00:00 2001 From: Burnett01 Date: Fri, 4 Sep 2026 19:36:52 +0200 Subject: [PATCH] chore: Update README with new rsync and version information --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aafc1a8..05589fa 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPA The base-image of this action is very small and based on **Alpine 3.24.1** (no cache) which results in fast deployments. Alpine version: [3.24.1](https://www.alpinelinux.org/posts/Alpine-3.24.1-released.html) -Rsync version: [3.4.3-r1](https://download.samba.org/pub/rsync/NEWS#3.4.3) +Rsync version: [3.5.0-r0](https://download.samba.org/pub/rsync/NEWS#3.5.0) -## Current Version: v9 (9.0.0) +## Current Version: v9 (9.0.1) ### Release channels: | Version | Purpose | Immutable | | ------- | ------------------ | ------------------ | | ``v9`` (recommended, LTS) | latest MAJOR (pointer to 9.MINOR.PATCH) | no | -| 9.0.0 | latest MAJOR+MINOR+PATCH | yes | +| 9.0.1 | latest MAJOR+MINOR+PATCH | yes | | ``v8`` (ESU) | previous MAJOR (pointer to 8.MINOR.PATCH) | no | | 8.0.5 | previous MAJOR+MINOR+PATCH | yes | @@ -285,6 +285,12 @@ sudo apk add rsync ## Versions +## Version 9.0.0 + +Check here: + +- https://github.com/Burnett01/rsync-deployments/tree/9.0.0 (alpine 3.24.1) + ## Version 8.0.5 Check here: