Skip to content

Releases: Burnett01/rsync-deployments

7.0.1

31 Mar 16:12
796cf0d
Compare
Choose a tag to compare

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

06 Mar 14:10
93f02b8
Compare
Choose a tag to compare

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

Full Changelog: 6.0.0...7.0.0

6.0.0

08 Jun 15:55
45d84ad
Compare
Choose a tag to compare
  • 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

01 Jun 09:52
b247bfd
Compare
Choose a tag to compare
  • Update base image (drinternet/rsync from v1.4.1 to v1.4.3) (Alpine 3.17.2)

5.2.1

01 Aug 16:03
2651e3e
Compare
Choose a tag to compare
  • Update base image (drinternet/rsync from v1.4.0 to v1.4.1) (Alpine 3.16.1)
  • Mention compatibility (#31)

5.2

01 Jan 18:18
0dc935c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1...5.2

5.1

12 Aug 16:45
b943ffe
Compare
Choose a tag to compare
  • update base image drinternet/rsync:v1.3.0
  • Base Image updates: alpine 3.14.1 latest

See #15

5.0

02 Aug 19:58
342e70b
Compare
Choose a tag to compare

New feature(s):

  • Support for passphrase protected private keys with remote_key_pass
  • Update base image from JoshPiper/rsync-docker@1.0.1 to v2.1.0

Check the readme on how to use this new feature.

More technical information about how the passphrase feature works:

JoshPiper/rsync-docker#3 (comment)

4.1

22 Jun 22:10
23a557d
Compare
Choose a tag to compare
  • Re-arranged code of the entrypoint

4.0

05 Jan 13:48
c269e19
Compare
Choose a tag to compare
  • New base-image drinternet/rsync:1.0.1 that is based alpine:latest and optimized for rsync.