helm/pkg/chartutil
Matt Farina 08c612eedf
Adding notes on semver to create Chart.yaml
The version field in the Chart.yaml has a comment describing it
but it did not note the version needs to follow SemVer. There
have been numerous questions, over time, about this format. Add
note here so it's exposed in more places.

Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-04-08 15:41:39 -04:00
..
testdata Improve --show-only flag (#7816) 2020-04-02 14:09:45 -07:00
capabilities.go fix(chartutil): Add the v1 apiextensions to the default scheme 2019-10-29 12:10:58 -06:00
capabilities_test.go feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
chartfile.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
chartfile_test.go Remove references to protobuf (#7425) 2020-01-17 15:56:56 +00:00
coalesce.go fix(chartutil): Uses copystructure for deep copy to avoid using gob 2019-10-17 16:02:51 -05:00
coalesce_test.go fix install storing computed values in release instead of user supplied values 2019-09-14 20:34:48 +05:30
compatible.go Update dependencies 2019-10-03 13:49:07 -04:00
compatible_test.go ref(*): Moves packages to internal 2019-08-09 16:02:33 -06:00
create.go Adding notes on semver to create Chart.yaml 2020-04-08 15:41:39 -04:00
create_test.go Fixes issue where <CHARTNAME> is left in starter values file 2020-02-06 12:01:03 -05:00
dependencies.go Merge pull request #7514 from fhopfensperger/fix-7497 2020-03-02 09:28:27 +00:00
dependencies_test.go fixed dependencies processing in case of helm install or upgrade for disabled/enabled sub charts 2020-02-03 11:30:26 +01:00
doc.go Remove references to protobuf (#7425) 2020-01-17 15:56:56 +00:00
errors.go Fix chartutils/errors.go stack overflow 2019-10-15 15:03:36 -07:00
errors_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
expand.go Remove impossible condition reported by linter 2019-10-09 23:18:03 -04:00
expand_test.go Repair failing unit tests - failure caused by os.Stat return values for directory size on Linux. 2019-12-09 14:48:16 +01:00
jsonschema.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
jsonschema_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
save.go Fixing issue where archives created on windows have broken paths 2020-03-10 12:30:46 -04:00
save_test.go Save Chart.lock to helm package tar 2020-03-02 19:51:15 +09:00
values.go Revert "chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]" 2019-10-23 09:27:51 +02:00
values_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00