dependabot[bot]
|
91a7646327
|
chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.40.0.
- [Commits](https://github.com/golang/crypto/compare/v0.39.0...v0.40.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 months ago |
Scott Rigby
|
091f9a24fe
|
Merge pull request #13154 from carloslima/post-render-everything
Allow post-renderer to process hooks
|
2 months ago |
Robert Sirchia
|
49e82c1fe9
|
Merge pull request #31042 from TerryHowe/fix-test-teardown-dns-data-race
fix: test teardown dns data race
|
2 months ago |
Robert Sirchia
|
1859528190
|
Merge pull request #31047 from jingchanglu/main
chore: fix typo in pkg/repo/chartrepo.go
|
2 months ago |
Robert Sirchia
|
931158a5d9
|
Merge pull request #31045 from helm/dependabot/go_modules/main/golang.org/x/term-0.33.0
chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0
|
2 months ago |
dependabot[bot]
|
c1740e9081
|
chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/term/compare/v0.32.0...v0.33.0)
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 months ago |
Robert Sirchia
|
9bfd3a461a
|
Merge pull request #31046 from helm/dependabot/go_modules/main/golang.org/x/text-0.27.0
chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0
|
2 months ago |
jingchanglu
|
2da734d0b2
|
chore: fix typo in pkg/repo/chartrepo.go
Signed-off-by: jingchanglu <jingchanglu@outlook.com>
|
2 months ago |
dependabot[bot]
|
4ff0d50f66
|
chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.26.0...v0.27.0)
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 months ago |
Terry Howe
|
82bc9adcc2
|
fix: test teardown dns data race
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
|
2 months ago |
Yuriy Losev
|
46b1a41631
|
Add release labels to the release Metadata
Signed-off-by: Yuriy Losev <yuriy.losev@flant.com>
|
2 months ago |
Robert Sirchia
|
4b8e61093d
|
Merge commit from fork
Updating link handling
|
2 months ago |
naving1989
|
4310b2bc36
|
Fixed linting issues
Signed-off-by: naving1989 <navinag1989@gmail.com>
|
2 months ago |
Zach Burgess
|
1002ec5ae9
|
Update tests in lint_test.go
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
35434947a3
|
Return a lint warning if `templates/` does not exist.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
b6e3301bef
|
Merge branch 'helm:main' into templates_lint
|
2 months ago |
Zach Burgess
|
fe11438715
|
Raise error instead of warning if `crds/` is not a valid directory
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
eea2d4577b
|
Raise an error if the `templates/` dir is not valid and return early.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Mohammadreza Asadollahifard
|
1e00790b8c
|
refactor tests to use t.Setenv for NO_COLOR environment variable
Signed-off-by: Mohammadreza Asadollahifard <mazafard@gmail.com>
|
2 months ago |
Mohammadreza Asadollahifard
|
c547d1f2ae
|
add color output functionality and tests for release statuses
Signed-off-by: Mohammadreza Asadollahifard <mazafard@gmail.com>
|
2 months ago |
Zach Burgess
|
3a318c2fa3
|
Update crds.go after https://github.com/helm/helm/pull/31029
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
81af3c9570
|
Merge branch 'helm:main' into crds_lint
|
2 months ago |
George Jenkins
|
d21a8a04cb
|
Merge pull request #31029 from gjenkins8/gjenkins/k8s_yaml_struct
chore(refactor): Privatize 'k8sYamlStruct'
|
2 months ago |
Zach Burgess
|
cc85352a0e
|
Use `assert.Len` instead of `assert.Lenf`
The default message from testify is descriptive enough.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
c59a097209
|
Remove duplicate test case from crds_test.go
The "good" test case for CRDs is done in `TestGoodChart` in lint_test.go.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
naving1989
|
3b2f9e7d6f
|
test: increase test coverage for pkg/cli/options.go file
Signed-off-by: naving1989 <navinag1989@gmail.com>
|
2 months ago |
Zach Burgess
|
bf9084a16a
|
Rename `validateCrdApiVersion` to `validateCrdAPIVersion`
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
357957b0d3
|
Use testify and add a CRD to the `goodone` test case.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Zach Burgess
|
dadaff716a
|
Merge branch 'helm:main' into crds_lint
|
2 months ago |
Zach Burgess
|
6e30619d8f
|
Merge branch 'helm:main' into templates_lint
|
2 months ago |
Matt Farina
|
76fdba4c8c
|
Updating link handling
Signed-off-by: Matt Farina <matt.farina@suse.com>
|
2 months ago |
George Jenkins
|
bbea98ed6b
|
Merge pull request #30898 from fidelity-contributions/fix-issue-13198
Fix issue 13198
|
2 months ago |
George Jenkins
|
4c674728d2
|
Privatize 'k8sYamlStruct'
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
George Jenkins
|
edd0dabe02
|
Merge pull request #31021 from zachburg/test_temp_dir
Update tests in create_test.go and package_test.go to work in a temp directory
|
2 months ago |
Matt Farina
|
e8be2e540d
|
Merge pull request #31023 from gjenkins8/gjenkins/rm_recreate_pods
Remove deprecated '--create-pods' flag
|
2 months ago |
Matt Farina
|
f684da6561
|
Merge pull request #31024 from helm/gjenkins/fix_lint_test_flake
fix: 'TestRunLinterRule' stateful test
|
2 months ago |
George Jenkins
|
a3bcc5b184
|
fix: 'TestRunLinterRule' stateful test
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
George Jenkins
|
5283915c57
|
Remove deprecated '--create-pods' flag
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
George Jenkins
|
de1bdf5820
|
switch to slog
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
George Jenkins
|
62ca98f521
|
fix up verbiage
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
George Jenkins
|
5f9cbe6f4a
|
fix: Port pluginCommand & command warning
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
2 months ago |
Zach Burgess
|
eaf40b4b4f
|
Call `ensure.HelmHome()` in package_test.go
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Matt Farina
|
9517cfc5ce
|
Merge pull request #31009 from tpresa/test-coverage-pusher
test: increase test coverage for pkg/pusher
|
2 months ago |
Zach Burgess
|
c48a3435f5
|
Remove unnecessary calls for changing directory to `helmpath.CachePath`.
This was only set on some tests in create_test.go and isn't
affecting the test.
Signed-off-by: Zach Burgess <zachburg@google.com>
|
2 months ago |
Carlos Lima
|
6991a0a531
|
Make annotateAndMerge deterministic
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |
Carlos Lima
|
c01e76b5c3
|
review: change annotation name to postrenderer.helm.sh/postrender-filename
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |
Carlos Lima
|
a1416cf225
|
review: style changes
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |
Carlos Lima
|
859721bd77
|
review: rewrite error messages from the end-user perspective
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |
Carlos Lima
|
b26b473bf6
|
review: make splitAndDeannotate private
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |
Carlos Lima
|
855b5a44b7
|
review: make annotateAndMerge private
Signed-off-by: Carlos Lima <carlos@cpan.org>
|
2 months ago |