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

fix(helm): add --devel flag to allow dev releases again #2408

Merged
merged 1 commit into from May 17, 2017

Conversation

technosophos
Copy link
Member

2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.

Closes #2407

@technosophos technosophos added this to the 2.4.2 - Fixes milestone May 5, 2017
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 5, 2017
@technosophos
Copy link
Member Author

I put this on a patch branch because this appears to be causing headaches for production users.

@adamreese
Copy link
Member

need to generate docs

@technosophos technosophos force-pushed the fix/2407-devel-releases branch 2 times, most recently from 3712532 to 7031958 Compare May 17, 2017 17:20
@@ -33,7 +33,7 @@ Environment:

```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "~/HelmHome")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like HELM_HOME is set during docs gen?

@@ -61,6 +61,8 @@ type fetchCmd struct {
keyFile string
caFile string

devel bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

devil 😈

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish we could use --👿 as a flag.

2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.

Closes helm#2407
@technosophos technosophos merged commit 2d192b1 into helm:master May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants