Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support installing a specific version of Certbot #34

Open
hackel opened this issue Jan 10, 2017 · 1 comment
Open

Support installing a specific version of Certbot #34

hackel opened this issue Jan 10, 2017 · 1 comment

Comments

@hackel
Copy link

hackel commented Jan 10, 2017

Blindly using git.latest seems inadvisable. Letsencrypt really made a big mistake in recommending this during its initial stages. Now Certbot uses proper semantic versioning, and we should support that as well. The latest version is tagged v0.9.3. At the very least, we should be able to specify the specific desired version in pillar, but ideally, we would be able to use e.g. "0.9.*" so that we pull in fixes as well, without risking automatically upgrading to any breaking changes.

The certbot-auto script will automatically fetch the latest version, but there is a --no-self-upgrade flag to prevent this. I'm not clear on whether this is the git master or a specific version tag.

fortunejuggle pushed a commit to fortunejuggle/letsencrypt-formula that referenced this issue Oct 27, 2018
fortunejuggle pushed a commit to fortunejuggle/letsencrypt-formula that referenced this issue Oct 27, 2018
fortunejuggle pushed a commit to fortunejuggle/letsencrypt-formula that referenced this issue Oct 27, 2018
@aboe76
Copy link
Member

aboe76 commented Oct 27, 2018

@hackel this should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants