Commit Graph

3469 Commits

Author SHA1 Message Date
Robert Sirchia 600eb487f1
Merge pull request #31349 from TerryHowe/fix-shuffle-lint-test
fix: flakey lint test on shuffle
2025-10-07 16:00:51 -04:00
Robert Sirchia 788087a821
Merge pull request #31326 from TerryHowe/sign-31181
Update sign tests to use testify
2025-10-07 15:45:33 -04:00
Robert Sirchia acb1b2c651
Merge pull request #31354 from TerryHowe/fix-flake-upgrade-test
fix: flake upgrade test
2025-10-07 15:34:50 -04:00
George Jenkins 0adfe83ff8
Merge pull request #31227 from evankanderson/windows-filepath
Use filepath.Path when handling directory names
2025-10-02 17:41:41 -07:00
Joe Julian 9590d4214a
Merge pull request #31307 from TerryHowe/fix-ignore-local-path-when-repo-provided
fix: Ignore absolute path when RepoUrl is provided
2025-10-02 14:02:47 -07:00
Terry Howe a24318c7f1
fix: flake upgrade test
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-10-02 12:50:37 -06:00
George Jenkins a7a6a5e3b0
Merge pull request #31312 from gjenkins8/gjenkins/rm_plugin_schema_settings
Remove unused 'Settings' from plugin schema
2025-10-01 10:08:40 -07:00
Terry Howe ee322a9671
fix: flakey lint test on shuffle
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-10-01 10:24:42 -06:00
George Jenkins 61e3d95a94
Merge pull request #31143 from TerryHowe/fix-remove-redundant-error-check
fix: remove redundant error check
2025-09-25 08:12:37 -07:00
Terry Howe f9152dc048
chore: update sign tests to use testify
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-24 19:32:52 -06:00
George Jenkins 900cf2a93d
Merge pull request #31320 from kosiew/sign-31181
provenance: allow RSA signing when ed25519 keys are present (switch to ProtonMail/go-crypto)
2025-09-24 18:31:08 -07:00
Terry Howe 9c7bf37c6f
fix: Ignore absolute path when RepoUrl is provided
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Co-authored-by: Mohammad Forutan <mforutan@users.noreply.github.com>
2025-09-24 17:01:44 -06:00
juejinyuxitu 69dbd6115e chore: fix some typos in comment
Signed-off-by: juejinyuxitu <juejinyuxitu@outlook.com>
2025-09-23 18:40:56 +08:00
Siew Kam Onn 1c8d5804e2 Refactor SQL tests to use recentUnixTimestamp for time arguments
Signed-off-by: Siew Kam Onn <kosiew@gmail.com>
2025-09-23 16:00:45 +08:00
Siew Kam Onn 0b5d8033b9 Add Ed25519 key presence check in mixed keyring signing test
Signed-off-by: Siew Kam Onn <kosiew@gmail.com>
2025-09-23 16:00:45 +08:00
Siew Kam Onn 7c9176ae35 Update dependencies and refactor crypto imports to use ProtonMail's go-crypto package
Signed-off-by: Siew Kam Onn <kosiew@gmail.com>
2025-09-23 16:00:45 +08:00
George Jenkins 23c5662019
Merge pull request #31254 from benoittgt/fix-31253-closest-version
Warn when we fallback to a different version on `helm pull`
2025-09-22 17:15:09 -07:00
George Jenkins 561a7da61c
Merge pull request #31297 from TerryHowe/fix-hide-notes-in-helm-test
fix: hide notes in helm test command
2025-09-22 16:55:09 -07:00
George Jenkins 6bc6231bcc Remove unused 'Settings' from plugin schema
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2025-09-21 07:53:41 -07:00
Robert Sirchia 5b43b744b8
Merge pull request #31294 from TerryHowe/feature-remove-implicit-directory-from-helm-lint
Remove implicit support for helm lint current directory
2025-09-19 15:32:00 -04:00
Robert Sirchia fdb5e1a97a
Merge pull request #31301 from TerryHowe/chore-remove-helm-version-client
chore: remove helm version `--client` option
2025-09-19 15:25:37 -04:00
Matt Farina d2236e95ed
Merge pull request #31303 from mattfarina/unified-loader
Update the action interfaces for chart apiversions
2025-09-18 14:22:31 -06:00
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
This change is about handling the interfaces to public functions for
different chart apiVersions. The internals are still focused on v2.
This enables v3 to be layered in layer.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-09-17 15:19:02 -04:00
Terry Howe 469f4b457c
chore: remove helm version client option
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-16 20:00:24 -06:00
Matt Farina 90a91e097f
Merge pull request #31198 from TerryHowe/fix-pkg-engine-error-parsing
fix: replace pkg/engine regular expressions with parser
2025-09-16 13:57:40 -06:00
Matt Farina da595e0e71
Merge pull request #31293 from TerryHowe/copilot/fix-8
chore: remove pkg/time which is no longer needed
2025-09-16 13:35:13 -06:00
Terry Howe dab4fd2909
fix: hide notes in helm test command
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-15 19:24:59 -06:00
copilot-swe-agent[bot] 838c36a0f6
Remove implicit support for helm lint current directory
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-15 14:15:01 -06:00
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-15 12:29:35 -06:00
reddaisyy 1c67fbf108 refactor: use strings.builder
Signed-off-by: reddaisyy <reddaisy@outlook.jp>
2025-09-15 17:13:58 +08:00
Terry Howe b2870379c8
Update pkg/engine/engine.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-12 14:27:00 -06:00
Terry Howe 91a65234ac
Update pkg/engine/engine.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-12 14:26:53 -06:00
Terry Howe 9112687a7e
Update pkg/engine/engine.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-12 14:12:23 -06:00
bennsimon db50c37eda
remove metadata output on helm template
Signed-off-by: bennsimon <bennsimonotieno@gmail.com>
2025-09-12 13:21:07 +03:00
Robert Sirchia 5534c01cdb
Merge pull request #31277 from benoittgt/31234-fix
Fix deprecation warning for spf13/pflag from 1.0.7 to 1.0.10
2025-09-11 12:32:37 -04:00
Evan Anderson 20f4e1f12d Use filepath.Path when handling directory names
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
2025-09-10 14:30:03 -07:00
Benoit Tigeot 99e5fce71a
Fix deprecation warning for spf13/pflag from 1.0.7 to 1.0.10
Close: #31231

```
Error: cmd/helm/root.go:165:2: SA1019: flags.ParseErrorsWhitelist is deprecated: use [FlagSet.ParseErrorsAllowlist] instead. This field will be removed in a future release. (staticcheck)
```

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
2025-09-10 21:26:02 +02:00
Matt Farina 1a06fe9901
Merge pull request #31275 from benoittgt/13414-v2
Extend --skip-schema-validation for lint command
2025-09-10 12:52:07 -06:00
Benoit Tigeot 072e2a689a
Extend --skip-schema-validation for lint command
When --skip-schema-validation is enabled, the lint command will now skip
JSON schema validation for values.yaml files, allowing charts with schema
validation errors to pass linting when the flag is used.

This addresses the gap where --skip-schema-validation only applied to
templates but not to values files, providing complete schema validation
bypass when needed.

Fixes: #13413

Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
2025-09-10 15:23:05 +02:00
Scott Rigby 315b13334c
Merge pull request #31258 from StephanieHhnbrg/test-unreachable-client
Refactor unreachableKubeClient for testing into failingKubeClient
2025-09-08 17:54:48 -04:00
Stephanie Hohenberg e19d9fb6ee Refactor unreachableKubeClient for testing into failingKubeClient
Signed-off-by: Stephanie Hohenberg <stephanie.hohenberg@gmail.com>
2025-09-07 11:53:34 -04:00
Jesse Simpson 712cde4624
test: passes now
Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
2025-09-07 10:42:24 -04:00
Jesse Simpson b060911075
refactor: break out into functions and draft tests
Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
2025-09-06 11:36:39 -04:00
Benoit Tigeot 9e2d4680e1
Warn when we fallback to a different version on `helm pull`
Close: https://github.com/helm/helm/issues/31253

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
2025-09-05 19:27:44 +02:00
Kamil Swiechowski a645dfb7f8 fix:semverv2 lint test error message
Signed-off-by: Kamil Swiechowski <kamil.swiechowski@iprally.com>
2025-09-05 13:10:41 +02:00
Scott Rigby 78cf5470d1
Merge pull request #31199 from TerryHowe/fix-flaky-registry-data-race
fix: flaky registry data race on mockdns close
2025-09-04 22:39:45 -04:00
Scott Rigby 8602422b7a
Merge pull request #31064 from kamilswiec/main
lint: throw warning when chart version is not semverv2
2025-09-04 22:38:58 -04:00
Scott Rigby 50358d7ffd
Merge pull request #31200 from TerryHowe/fix-install-tests
fix: installer action goroutine count
2025-09-04 22:35:55 -04:00
Matt Farina fc22b6df31
Merge pull request #31222 from benoittgt/30987-ghcr-io
Prevent failing `helm push` on ghcr.io using standard GET auth token flow
2025-09-03 13:59:37 -06:00
Robert Sirchia 191154640f
Merge pull request #31197 from tzchenxixi/main
chore: fix function name
2025-09-03 15:45:57 -04:00