Re: How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
Matt Farina
I thought following semver on the Go API for v3 was a given. I think it's important with the way Go modules don't allow you to set a high end for the range resolution for minor versions. The tooling basically requires you to follow semver or you could break the importers experience. If we go with feature gates I would suggest we do it as a flag or an environment variable. I can see myself setting the environment variable and using repeated commands.
On Tue, Aug 6, 2019, at 1:27 PM, Matt Fisher wrote:
|
|