mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 22:25:22 +08:00
Compare commits
base: actions/rsync-deployments:rc/8.0.0
actions/rsync-deployments:master
actions/rsync-deployments:release/9.0.1
actions/rsync-deployments:release/9.0.0
actions/rsync-deployments:eol/warning-7.1.0-7.0.2
actions/rsync-deployments:feat/eol-v7
actions/rsync-deployments:release/8.0.5
actions/rsync-deployments:release/8.0.4
actions/rsync-deployments:deprecation/warning-7.1.0-7.0.2
actions/rsync-deployments:release/8.0.3
actions/rsync-deployments:release/8.0.2
actions/rsync-deployments:fix/issue-90-alice
actions/rsync-deployments:rc/8.0.0
actions/rsync-deployments:copilot/fix-85
actions/rsync-deployments:drinternet-rsync-merge
actions/rsync-deployments:non-release/8.0.0
actions/rsync-deployments:release/7.0.1
actions/rsync-deployments:release/7.0.0
actions/rsync-deployments:release/6.0.0
actions/rsync-deployments:release/5.2.1
actions/rsync-deployments:release/5.3
actions/rsync-deployments:v9
actions/rsync-deployments:9.0.1
actions/rsync-deployments:9.0.0
actions/rsync-deployments:v8
actions/rsync-deployments:8.0.5
actions/rsync-deployments:8.0.4
actions/rsync-deployments:7.0.2
actions/rsync-deployments:8.0.3
actions/rsync-deployments:8.0.2
actions/rsync-deployments:8.0.1
actions/rsync-deployments:8.0.0
actions/rsync-deployments:7.1.0
actions/rsync-deployments:7.0.1
actions/rsync-deployments:7.0.0
actions/rsync-deployments:6.0.0
actions/rsync-deployments:5.2.2
actions/rsync-deployments:5.2.1
actions/rsync-deployments:5.2
actions/rsync-deployments:5.1
actions/rsync-deployments:5.0
actions/rsync-deployments:4.1
actions/rsync-deployments:4.0
actions/rsync-deployments:3.0
actions/rsync-deployments:2.0
actions/rsync-deployments:1.0
..
compare: actions/rsync-deployments:8.0.0
actions/rsync-deployments:master
actions/rsync-deployments:release/9.0.1
actions/rsync-deployments:release/9.0.0
actions/rsync-deployments:eol/warning-7.1.0-7.0.2
actions/rsync-deployments:feat/eol-v7
actions/rsync-deployments:release/8.0.5
actions/rsync-deployments:release/8.0.4
actions/rsync-deployments:deprecation/warning-7.1.0-7.0.2
actions/rsync-deployments:release/8.0.3
actions/rsync-deployments:release/8.0.2
actions/rsync-deployments:fix/issue-90-alice
actions/rsync-deployments:rc/8.0.0
actions/rsync-deployments:copilot/fix-85
actions/rsync-deployments:drinternet-rsync-merge
actions/rsync-deployments:non-release/8.0.0
actions/rsync-deployments:release/7.0.1
actions/rsync-deployments:release/7.0.0
actions/rsync-deployments:release/6.0.0
actions/rsync-deployments:release/5.2.1
actions/rsync-deployments:release/5.3
actions/rsync-deployments:v9
actions/rsync-deployments:9.0.1
actions/rsync-deployments:9.0.0
actions/rsync-deployments:v8
actions/rsync-deployments:8.0.5
actions/rsync-deployments:8.0.4
actions/rsync-deployments:7.0.2
actions/rsync-deployments:8.0.3
actions/rsync-deployments:8.0.2
actions/rsync-deployments:8.0.1
actions/rsync-deployments:8.0.0
actions/rsync-deployments:7.1.0
actions/rsync-deployments:7.0.1
actions/rsync-deployments:7.0.0
actions/rsync-deployments:6.0.0
actions/rsync-deployments:5.2.2
actions/rsync-deployments:5.2.1
actions/rsync-deployments:5.2
actions/rsync-deployments:5.1
actions/rsync-deployments:5.0
actions/rsync-deployments:4.1
actions/rsync-deployments:4.0
actions/rsync-deployments:3.0
actions/rsync-deployments:2.0
actions/rsync-deployments:1.0
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
05a269aeea |
v8 - 8.0.0 (#88)
* feat: latest Alpine 3.23.0 * feat: latest Rsync 3.4.1-r1 * feat: integrate [rsync-docker](https://github.com/JoshPiper/rsync-docker/) 3rd party into this action as 1st party code (no more dependency, better audit, single source of truth) - backported: - agent-start - agent-stop - agent-askpass - agent-add - hosts-add - hosts-clear - new added: - ssh-init - hosts-init - improved: - stricter permissions on .ssh/ folder (700) and known_hosts (600) - use set -eu in all scipts * feat: new ``strict_host_keys`` option to enable support for strict host key verification. Default: false (to keep backward compatibility) * feat: new ``debug`` option to see the commands executed (-x) by this action * feat: this action is now scanned for vulnerabilities by Snyk * feat; this action is now scanned by CodeQL for Q/A * feat: this action now performs CI tasks such as Validation, Linting and Unit Tests * fix: various shell syntax for robustness * fix: use printf and redirect output to non-stdout instead of echo in sensitive code locations * refactor: use $HOME instead of tilde ~ for robustness * feat: cross-platform support * chore: Deprecate 7.0.2 * chore: EOL 7.0.0 & 7.0.1 |