chore: 8.0.1

This commit is contained in:
Steven 2025-12-06 21:44:40 +00:00
parent 2c22263f9c
commit 68d1fd5150
2 changed files with 4 additions and 3 deletions

View file

@ -53,14 +53,14 @@ This action needs secret variables for the ssh private key of your key pair. The
For simplicity, we are using `REMOTE_*` as the secret variables throughout the examples. For simplicity, we are using `REMOTE_*` as the secret variables throughout the examples.
## Current Version: v8 (8.0.0) ## Current Version: v8 (8.0.1)
### Release channels: ### Release channels:
| Version | Purpose | Immutable | | Version | Purpose | Immutable |
| ------- | ------------------ | ------------------ | | ------- | ------------------ | ------------------ |
| ``v8`` | latest release (pointer to 8.x.x) | no, points to latest MINOR,PATCH | | ``v8`` | latest release (pointer to 8.x.x) | no, points to latest MINOR,PATCH |
| 8.0.0 | latest major release | yes | | 8.0.1 | latest major release | yes |
| 7.1.0 | previous release | yes | | 7.1.0 | previous release | yes |
Check [SECURITY.md](SECURITY.md) for support cycles. Check [SECURITY.md](SECURITY.md) for support cycles.

View file

@ -8,7 +8,8 @@ The following versions are currently being supported with security updates:
| Version | Supported | Rsync version | Alpine version | | Version | Supported | Rsync version | Alpine version |
| ------- | ------------------ | ------------------ | ------------------ | | ------- | ------------------ | ------------------ | ------------------ |
| 8.0.0 | :white_check_mark: | >= 3.4.1-r1 | 3.23.0 | | 8.0.1 | :white_check_mark: | >= 3.4.1-r1 | 3.23.0 |
| 8.0.0 | :x: EOL (due to regression #90) | >= 3.4.1-r1 | 3.23.0 |
| 7.1.0 | :white_check_mark: | >= 3.4.1-r0 | 3.22.1 | | 7.1.0 | :white_check_mark: | >= 3.4.1-r0 | 3.22.1 |
| 7.0.2 | :warning: DEPRECATED | >= 3.4.0-r0 | 3.22.1 | | 7.0.2 | :warning: DEPRECATED | >= 3.4.0-r0 | 3.22.1 |
| 7.0.1 | :x: EOL | < 3.4.0 | 3.22.1 | | 7.0.1 | :x: EOL | < 3.4.0 | 3.22.1 |