Releases: Burnett01/rsync-deployments
7.0.1
- Pin @JoshPiper drinternet/rsync image by SHA-256 hash rather than version. (Immutability)
Added via #60
The docker image of this action is now pinned to the specific SHA-256 hash of the version rather than just the version.
This means for the latest drinternet/rsync:v1.4.4
the corresponding hash is drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
Check for validation: https://hub.docker.com/layers/drinternet/rsync/v1.4.4/images/sha256-15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
With that, usage of this action is even more secure due to a consistent dependency chain of trust,
since changes accompanied by a docker image hash are immutable.
Thanks to @XComp
7.0.0
What's Changed
JoshPiper/rsync-docker@ba20622
JoshPiper/rsync-docker#25
@JoshPiper
Re-allow RSA host keys with SSH
The usage of RSA host keys introduced with c7baefd
was adjusted to make it conditional/configurable and to keep
backward compatibility
Resolves #49
Ability to configure legacy rsa hostkeys support for
OpenSSH servers >= 8.8.
Related to #24 and 9603fc8
All versions 4.x are now EOL and no longer maintained
All versions 5.x are now DEPRECATED and will become EOL within Q2 2024
All versions 6.x are now MAINTENANCE and will become DEPRECATED within Q4 2024
New Contributors
- @jasongill made their first contribution in #24
Full Changelog: 6.0.0...7.0.0
6.0.0
- It is no longer possible to use an empty string as remote_path (Fixes #44) (Thanks to @maximilliangeorge)
- Updated checkout action in examples from v2 to v3
- Added disclaimer to media site-links
- Overall readme improvements
5.2.2
- Update base image (drinternet/rsync from v1.4.1 to v1.4.3) (Alpine 3.17.2)
5.2.1
- Update base image (drinternet/rsync from v1.4.0 to v1.4.1) (Alpine 3.16.1)
- Mention compatibility (#31)
5.2
What's Changed
- Bump drinternet/rsync from v1.3.0 to v1.4.0 by @dependabot & @JoshPiper in #22 (Ref: JoshPiper/rsync-docker#7)
- Version 5.2 by @Burnett01 in #23
- Dropped security support for action version 3.0
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: 5.1...5.2
5.1
- update base image drinternet/rsync:v1.3.0
- Base Image updates: alpine 3.14.1 latest
See #15
5.0
New feature(s):
- Support for passphrase protected private keys with
remote_key_pass
- Update base image from JoshPiper/[email protected] to v2.1.0
Check the readme on how to use this new feature.
More technical information about how the passphrase feature works:
4.1
- Re-arranged code of the entrypoint
4.0
- New base-image
drinternet/rsync:1.0.1
that is basedalpine:latest
and optimized for rsync.