helm/pkg/lint/rules
Joe Julian fdcd22ef58
Reduce linting severity for users of out-of-date kubernetes (#8608)
* Reduce linting severity for users of out-of-date kubernetes

Fixes #8596

Signed-off-by: Joe Julian <me@joejulian.name>

* add more verbose deprecation info

Signed-off-by: Joe Julian <me@joejulian.name>

* use new upstream deprecations

Signed-off-by: Joe Julian <me@joejulian.name>

* do not error for custom resources

Signed-off-by: Joe Julian <me@joejulian.name>

* Define deprecation version in lint rules by LDFLAG

Signed-off-by: Joe Julian <me@joejulian.name>

* make comment clearer

Signed-off-by: Joe Julian <me@joejulian.name>

* Extend the k8s version discovery and constants to chartutil

Signed-off-by: Joe Julian <me@joejulian.name>

* remove awk dependency

Signed-off-by: Joe Julian <me@joejulian.name>

* align k8s version constant names between capabilities.go and deprecations.go

Signed-off-by: Joe Julian <me@joejulian.name>

* show the error if the unexpected happens

Signed-off-by: Joe Julian <me@joejulian.name>

* bump k8sVersionMinor and golden chart templates for k8s 1.20

Signed-off-by: Joe Julian <me@joejulian.name>

* bump for tests to match 1.20.1

Signed-off-by: Joe Julian <me@joejulian.name>
2021-01-05 16:05:33 -07:00
..
testdata Fix test 2020-12-01 18:52:57 +02:00
chartfile.go Show errors when linting for Chart.yaml version and appVersion fields of type non-string 2020-05-25 13:24:15 +05:30
chartfile_test.go Show errors when linting for Chart.yaml version and appVersion fields of type non-string 2020-05-25 13:24:15 +05:30
dependencies.go Lint dependencies (#7970) 2020-07-09 14:31:51 -06:00
dependencies_test.go Lint dependencies (#7970) 2020-07-09 14:31:51 -06:00
deprecations.go Reduce linting severity for users of out-of-date kubernetes (#8608) 2021-01-05 16:05:33 -07:00
deprecations_test.go Reduce linting severity for users of out-of-date kubernetes (#8608) 2021-01-05 16:05:33 -07:00
template.go Reduce linting severity for users of out-of-date kubernetes (#8608) 2021-01-05 16:05:33 -07:00
template_test.go lint: lint all documents in a multi-doc yaml file 2020-11-06 14:14:19 +01:00
values.go feat: make the linter coalesce the passed-in values before running values tests (#7984) 2020-05-12 14:23:25 -06:00
values_test.go feat: make the linter coalesce the passed-in values before running values tests (#7984) 2020-05-12 14:23:25 -06:00