helm/pkg/chartutil
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
This commit replaces usage of github.com/ghodss/yaml with it's forked
version maintained by SIG community. The replaced library has
low-to-none support activity unlike the latter. We believe the new
Helm branch could benefit from using the community-supported version on
a long-term run as yaml parser is a key component of Helm chart rendering
engine.

This commit locks sigs.k8s.io/yaml dependency version on 1.1.0 which
is backwards compatible with ghodss/yaml 1.0.0.

This change also resolves the outdated dependency version lock for
ghodss/yaml (currently 1.0.0) and makes it possible to port changes from
https://github.com/helm/helm/pull/6010 to dev-v3.

Signed-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
2019-07-12 16:52:15 +02:00
..
testdata Merge pull request #5601 from adamreese/v3/capabilities 2019-05-09 14:29:34 -07:00
capabilities.go ref(pkg/chartutil): remove k8s version object dependency 2019-05-07 13:49:05 -07:00
capabilities_test.go ref(pkg/chartutil): remove k8s version object dependency 2019-05-07 13:49:05 -07:00
chartfile.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
chartfile_test.go ref(pkg/chart): add validation method to chart 2019-04-05 13:40:06 -07:00
coalesce.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00
coalesce_test.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00
create.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
create_test.go ref(pkg/chart): remove unused chart.RawValues 2019-05-16 11:03:21 -07:00
dependencies.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
dependencies_test.go ref(pkg/chart): add validation method to chart 2019-04-05 13:40:06 -07:00
doc.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
errors.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00
expand.go change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
jsonschema.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
jsonschema_test.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00
save.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
save_test.go ref(pkg/chart): remove unused chart.RawValues 2019-05-16 11:03:21 -07:00
values.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
values_test.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00