Matt Farina
Matt Farina
Release?
Any chance you could take a [SemVer](http://semver.org) based release for those of us who use versions? Something like `1.0.0` or `v1.0.0`.
Can you please add a license such as Apache 2, BSD, or MIT. Without a license we don't know the terms of the code for use in our own applications...
License?
I noticed that there is no license listed. That means this is proprietary (even if the source is available). Could you please license this in an open source manner.
Running `helm dep update` currently adds repositories to the set that was added via `helm repo add` automatically for the current resolution. `helm dep build` requires requires repositories to be...
`helm lint` only catches if a chart name is missing. You can see that in the following snippet... https://github.com/helm/helm/blob/292368a64d6c9794b4573afa5a8dc6e940a21045/pkg/lint/rules/chartfile.go#L106-L111 The `chartutil` package has the ability to validate names in some...
This issue is to track proposing the [incubation stage](https://github.com/cncf/toc/blob/main/process/graduation_criteria.adoc#incubating-stage) for AH.
**Is your feature request related to a problem? Please describe.** I would like to be able to help mark packages and repos as official without directly interacting with the back-end....
It seems locale messages can get into the output. See Masterminds/glide#511.
In a few places there is a debug mode that prints to standard out. We can expose this in the Html5 and use the PSR logger interface (still printing to...