mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
make a v0.3.2 release? #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Jan 18, 2017).
I use dehydrated from git checkout and ran into the issue that v0.3.1 checkout does not work for alternate names with dns authentication, like:
So I currently have to checkout / use master to get it working (the issue was fixed after v0.3.1).
As dehydrated installation is automated via ansible, I had to pin the current commit hash to have it reproducable - which is a bit unpretty.
I also imagine a lot of people just installing via pip run into this issue and not everybody wants to use the git version, so a new release would be nice.
@lukas2511 commented on GitHub (Jan 29, 2017):
This is weird, I can't remember fixing anything like that after the v0.3.1 release, do you know which commit solved your problem?
Anyway... A new version will be released soon(ish), I'm getting back into the mood of working on this project and I want to get rid of a few older issues first.
@ThomasWaldmann commented on GitHub (Jan 29, 2017):
No, I didn't bisect it. I just couldn't get it working with 0.3.1, then upgraded to tip, then it worked.
@ThomasWaldmann commented on GitHub (Jan 29, 2017):
Just guessing, maybe that one?:
9729751d93@lukas2511 commented on GitHub (Jan 29, 2017):
If that is what "solved" your issue you may run into trouble soon, the only change with that is that it skips verification if that already happened for each altname.
@lukas2511 commented on GitHub (Feb 5, 2017):
v0.4.0 released :)
@ThomasWaldmann commented on GitHub (Feb 5, 2017):
\o/