FR: What differences does this fork of watchtower have? #267
-
|
As per the title, the question is: What differences does this fork of watchtower have/provide in terms of features/fixes/other contributions, aside from continued maintainership? This question is asked for a future reference(thus the FR label), so that others that may have the same or a similar question can be referred, or refer to this Q&A to get a general or detailed explanation of the topic, so that neither the maintainer nor collaborators or other knowledgeable people need to explain it over and over again, typing out paragraphs worth of text each time that someone asks the same or a similar question |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
tl;dr - This version of Watchtower is logically the same as the original version; however, should provide more consistent updates, better logging and notification support, and slightly improved API functionality. The best source of truth regarding differences between this fork and the original version can be found via GitHub's comparison tool: Additional sources of update information:
When I first forked the Containrrr repository, the initial changes were primarily to implement dependency updates. Then, I addressed ongoing maintenance issues, such as resolving existing TODO items, standardizing code quality issues (linting, comments, styling, etc), updating testing, and streamlining the release process. (As of v1.9.2)
Upcoming in v1.9.3
That should cover the vast majority of the noteworthy changes. If you have any further questions, please feel free to ask. |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion as it's old and inactive. |
Beta Was this translation helpful? Give feedback.
tl;dr - This version of Watchtower is logically the same as the original version; however, should provide more consistent updates, better logging and notification support, and slightly improved API functionality.
The best source of truth regarding differences between this fork and the original version can be found via GitHub's comparison tool:
containrrr/watchtower@main...nicholas-fedor:watchtower:main
Additional sources of update information:
When I first forked the Containrrr repository, the initial changes were primarily to implement depen…