chore: mention Home Assistant in Setup instructions#1125
chore: mention Home Assistant in Setup instructions#1125Blaimi wants to merge 1 commit intoqdm12:masterfrom
Conversation
74f5060 to
4fbaf37
Compare
|
May I ask you about your current release workflow? Currently the addon is based on your latest tagged version and has pipelines to check for new versions to poke me via an MR. Relying on If you want, I can help you integrating https://github.com/semantic-release/semantic-release to this project. It would be the same workflow as at the moment (push to master, build from master, use from latest), but with version numbers (push to master, create tag/release, build from tag, use from tag—or latest) so the users can decide whether they want to pin to a major, minor, or specific version—or always follow the latest ;-) . To be honest, I only created the addon because of #1046. I couldn't find any active and trustworthy HA addon which provides the new hetzner DNS API so I had to create my own. Instead of building it from scratch I thought it is more useful to build it around an existing and even more useful project which lead me here. And I love it! Not only because it has a webinterface, but especially because of its ability to update even offline devices via IPv6-suffixes (privacy disabled with eui64 of course). |
@qdm12 @Blaimi I would love to see ddns-updater being released with semver releases on hub.docker.com instead of latest. That would much better fit into todays patch management requirements we have. So I like the idea of Blaimi supporting you here. |
Hi guys,
I created a Home Assistant addon for ddns-updater. Would be nice if it could be mentioned in the setup-instructions.