Commit Graph

94 Commits (ac8d2f9aedfcbac2889daecd682d44b2841e78e2)

Author SHA1 Message Date
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
5 months ago
Justen Stall 3877ec9049
fix golangci-lint issues
5 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Benoit Tigeot eb65ce280b
could apply De Morgan's law
5 months ago
George Jenkins be2b84685a cleanup: Remove Helm v2 template lint rules
6 months ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
7 months ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
7 months ago
George Jenkins 3b9cce9669 cleanup: Remove 'ProcessDependenciesWithMerge'
9 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
9 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
anessi acf7158565
feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
1 year ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
2 years ago
Antoine Deschênes 869c1d2560 lint: Add --kube-version flag to set capabilities and deprecation rules
2 years ago
Matt Farina 847369c184
Update to Go 1.21 for builds
2 years ago
Joe Julian b12139a6ec
Merge pull request #11586 from jmhbnz/main
2 years ago
James Blair 9dab6e9770
Remove warning for template directory not found.
2 years ago
Matt Farina 0a5148faff
Fix multiple bugs in values handling
2 years ago
wujunwei 8e1c3d0d39 fix comment grammar error.
3 years ago
wujunwei 316d3fb56a bugfix:(#11391) helm lint infinite loop
3 years ago
Stuart Drennan 1931b0702d fix(helm): process dependencies import-values
4 years ago
Adam Reese 53263c6fb7
feat(linter): check for nested resource-policy annotations
4 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
4 years ago
Adam Reese 213a7df2dc
Merge pull request #9416 from croomes/resource-name-validation
5 years ago
Simon Croome 6c82c83b3a
Wrap validation error instead of recreating
5 years ago
Simon Croome 54de1c1f25
Move default to avoid nil check
5 years ago
Simon Croome ba325bdf7e
Add name validation rules for object kinds
5 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
5 years ago
Joe Julian fdcd22ef58
Reduce linting severity for users of out-of-date kubernetes (#8608)
5 years ago
Scaat Feng 9020c95fb1 [FIX]comment should start with whitespace
5 years ago
Nandor Kracser dfb5a5e8cc
lint: lint all documents in a multi-doc yaml file
5 years ago
Christophe VILA f736af95eb do not check YAML if nothing was parsed
5 years ago
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
5 years ago
Matt Butcher 04fb35814f
Fixed a variable name collision caused by two PR merges (#8681)
5 years ago
Matt Butcher 70d03e5cef
Fix/8467 linter failing (#8496)
5 years ago
Matt Butcher 96d9ab9663
fix name length check on lint (#8543)
5 years ago
Matt Farina 11f658e223
Fixing linting of templates on Windows
5 years ago
Matthew Fisher e7ab975112
Merge pull request #8142 from technosophos/feat/1990-match-labels-lint
5 years ago
Matt Farina dbd001e532
Removing tiller language
5 years ago
Matt Butcher 118d46eb3e
feat: Detect missing selector during lint
5 years ago
Matt Butcher 08e546f169
fix: removed strict template errors in linter (#8017)
5 years ago
Matt Butcher bf9d629dc0
feat: implement deprecation warnings in helm lint (#7986)
5 years ago
Matt Butcher 6fc9353056
feat: lint the names of templated resources (#8011)
5 years ago
Matt Butcher 16024dc19a
fix: add new static linter and fix issues it found (#7655)
6 years ago
Taylor Thomas caf629a3e9 feat(lint): Adds v3 chart checks to linter
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Vibhav Bobade 68a8f36a92 Fix Adding Errors from Linter.Messages to result.Errors
6 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
6 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
6 years ago
Adam Reese 590bf10ab5
fix(pkg/action): add namespace to release options
6 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
6 years ago