Basically looking at the development of Harbormaster, of Drydock and the potential development of Chuckr (or whatever name the future of releeph would have) I was wondering if it was ever thought to have a DNS almanac service.
Could be self made or just connect to power DNS (https://doc.powerdns.com/md/authoritative/backend-remote/ with http or pipe through ssh) !
Basically that would help for two things :
- once hm build one website for one diff, dev can have access to a long-hash.build.example.com and test the site lives
- when one cut a release, and harbormaster successfully deploy it to a new instance, change the DNS from old release to new one
If you think it is easy enough, I would be found too implement this.