Replies: 3 comments
-
I was able to retain the original commits for the files of the base image (drinternet/rsync) Log:
The histories of that branch and the history of this repo are unrelated, I am leaning towards a rebase in order to retain the commits of the base image files. A rebase will most likely take part against the upcoming non-release/8.0.0 version (which is currently in sync with master/main). Please let me know if you are fine with a rebase of the base image files against the upcoming 8.0.0 release. I will keep you updated how the progress is going. So far I will have to rebase each commit concerning the README.md and Dockerfile manually. |
Beta Was this translation helpful? Give feedback.
-
Currently no new progress on this topic due to time constraints, but I am on it |
Beta Was this translation helpful? Give feedback.
-
Sooooo, good news. Instead of trying to integrate the unrelated history from rsync-docker, I decided to copy the relevant files (agent-start, hosts-clear, .....) while cleaning/improving them a little bit. With that being said, version 8.0.0 will bring the following features:
I am not sure yet if the strict-host-keys option should be "false" by default. I did so it is backward compatible to the old What do you guys think? Should 8.x be a breaking change whilst 7.x is still being supported alongside it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This action has been around and maintained for many years with 3.500+ projects depending on it.
As per demand, it is time to streamline/merge the base image code into this action code base.
In the next major version, the base image dependency (drinternet/rsync) will be included as a first party code into this project. This allows for easier code review and Q/A conducted by action users.
This also means that the action will have zero dependencies (other than alpine itself of course).
Both licenses are compatible (MIT) which should ease the migration/merge path.
Since the maintainer of the base image has always been a collaborator of this action,
nothing will change except that regular alpine version updates are done here as well.
Beta Was this translation helpful? Give feedback.
All reactions