Commit Graph

9911 Commits

Author SHA1 Message Date
dependabot[bot]
ae877c8bfb chore(deps): bump the github-actions group with 4 updates (#32508)
Bumps the github-actions group with 4 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/autobuild](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e4fba868fa...f205ea1c33)

Updates `github/codeql-action/autobuild` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e4fba868fa...f205ea1c33)

Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e4fba868fa...f205ea1c33)

Updates `github/codeql-action/upload-sarif` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e4fba868fa...f205ea1c33)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/autobuild
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 15:54:38 -06:00
Nikolaus Schuetz
a8ab76e86f test(action): poll for the interrupted install goroutine instead of a zero-margin sleep (#32328)
TestInstallRelease_Wait_Interrupted and
TestInstallRelease_RollbackOnFailure_Interrupted assert that the detached
installation goroutine has exited by sleeping a fixed 10s -- exactly the
FailingKubeClient WaitDuration the goroutine blocks on. Sleeping the same
duration the goroutine takes is a zero-margin race: if the goroutine
finishes a hair after the fixed sleep elapses (scheduler jitter under load),
getGoroutineCount() has not decremented yet and the assertion flakes.

Replace the fixed sleep + point-in-time assert with is.Eventually polling
getGoroutineCount() (30s ceiling, 10ms tick). It returns as soon as the
goroutine has actually finished and no longer races the exact wait
duration. Test-only; no change to install behavior.

Signed-off-by: Nikolaus Schuetz <nikolauspschuetz@gmail.com>
2026-07-28 18:59:38 -06:00
dependabot[bot]
ac1c68746f chore(deps): bump actions/stale in the github-actions group (#32487)
Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale).


Updates `actions/stale` from 10.4.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](1e223db275...4391f3da66)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-28 15:39:05 -06:00
George Jenkins
9b1eb018a3 Merge pull request #32339 from 1solomonwakhungu/fix/get-helm-cache-busting
fix(scripts): add cache-busting to Helm version checks
2026-07-28 14:30:37 -07:00
Terry Howe
7e641d30a9 Merge pull request #32481 from mmorel-35/gofumpt
chore: fix gofumpt issues
2026-07-28 07:59:31 -06:00
Terry Howe
fda6e6043d Merge pull request #32484 from helm/dependabot/go_modules/main/go.yaml.in/yaml/v3-3.0.5
chore(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5
2026-07-28 07:47:48 -06:00
dependabot[bot]
ce27485634 chore(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5
Bumps [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) from 3.0.4 to 3.0.5.
- [Commits](https://github.com/yaml/go-yaml/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-27 21:33:45 +00:00
Solomon Wakhungu
bc0114c708 fix(scripts): clarify cache-busting behavior
Signed-off-by: Solomon Wakhungu <65043605+1solomonwakhungu@users.noreply.github.com>
2026-07-27 13:55:05 -05:00
Matthieu MOREL
24bbb46c62 chore: fix gofumpt issues
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-27 19:53:24 +02:00
Solomon Wakhungu
bbaf420a10 fix(scripts): address cache-busting review feedback
Signed-off-by: Solomon Wakhungu <65043605+1solomonwakhungu@users.noreply.github.com>
2026-07-27 10:42:43 -05:00
Terry Howe
8eb65528be Merge pull request #32467 from mmorel-35/testify-assertions-pkg-3
chore(pkg): refactor: finer tests conversions to testify part 3
2026-07-24 12:03:52 -06:00
Matthieu MOREL
622f16b37f Update resource_test.go
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 19:06:05 +02:00
Matthieu MOREL
61d99a8bdb Update labels_test.go
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 18:53:45 +02:00
Matthieu MOREL
532eabf88a Update chartrepo_test.go
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 18:47:43 +02:00
Matthieu MOREL
bfca0688b1 Update show_test.go
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 18:45:58 +02:00
Matthieu MOREL
b59dfd3901 Update rollback_test.go
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 18:44:53 +02:00
Matthieu MOREL
a27f3a0620 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 18:19:56 +02:00
Terry Howe
e29e06e97d Merge pull request #32466 from mmorel-35/testify-assertions-pkg-2
chore(pkg): refactor: finer tests conversions to testify part 2
2026-07-24 08:11:31 -06:00
Terry Howe
b152447a15 Merge pull request #32465 from mmorel-35/testify-assertions-internal-1
chore(internal): refactor: finer tests conversions to testify part 1
2026-07-24 08:11:25 -06:00
Terry Howe
c994f2a36a Merge pull request #32464 from mmorel-35/testify-assertions-pkg-1
chore(pkg): refactor: finer tests conversions to testify part 1
2026-07-24 08:11:19 -06:00
Matthieu MOREL
828d01a878 chore(pkg): refactor: finer tests conversions to testify part 1
refactor: finer tests conversions to testify in pkg/strvals
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 14:20:03 +02:00
Matthieu MOREL
9a2be11e6f chore(pkg): refactor: finer tests conversions to testify part 3
refactor: finer tests conversions to testify in pkg/cmd
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 14:18:15 +02:00
Matthieu MOREL
4d9c03f51c chore(pkg): refactor: finer tests conversions to testify part 2
#### Description

refactor: finer tests conversions to testify in pkg/storage/driver
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 13:24:06 +02:00
Matthieu MOREL
5142ca8ddc chore(internal): refactor: finer tests conversions to testify part 1
#### Description

refactor: finer tests conversions to testify in internal/chart/v3/util
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-07-24 13:24:06 +02:00
dependabot[bot]
8f74dce6ba chore(deps): bump the k8s-io group across 1 directory with 7 updates (#32459)
Bumps the k8s-io group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/kubectl](https://github.com/kubernetes/kubectl).


Updates `k8s.io/api` from 0.36.2 to 0.36.3
- [Commits](https://github.com/kubernetes/api/compare/v0.36.2...v0.36.3)

Updates `k8s.io/apiextensions-apiserver` from 0.36.2 to 0.36.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.2...v0.36.3)

Updates `k8s.io/apimachinery` from 0.36.2 to 0.36.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.36.2...v0.36.3)

Updates `k8s.io/apiserver` from 0.36.2 to 0.36.3
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.36.2...v0.36.3)

Updates `k8s.io/cli-runtime` from 0.36.2 to 0.36.3
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.36.2...v0.36.3)

Updates `k8s.io/client-go` from 0.36.2 to 0.36.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.36.2...v0.36.3)

Updates `k8s.io/kubectl` from 0.36.2 to 0.36.3
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.36.2...v0.36.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apiserver
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/kubectl
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 04:40:32 -06:00
dependabot[bot]
050d3e99b9 chore(deps): bump ossf/scorecard-action in the github-actions group (#32458)
Bumps the github-actions group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `ossf/scorecard-action` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](4eaacf0543...2d1146689b)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 04:32:02 -06:00
Robert Sirchia
39231d01e1 Merge pull request #32435 from mmorel-35/testifylint-manual-assert-pkg-19
chore(pkg): refactor: convert tests to testify assert/require part 19
2026-07-23 12:19:45 -04:00
Terry Howe
f65e3b72b0 Merge pull request #32438 from mmorel-35/testifylint-manual-assert-pkg-22
chore(pkg): refactor: convert tests to testify assert/require part 22
2026-07-22 14:12:54 -06:00
Terry Howe
e5378ad47e Merge pull request #32437 from mmorel-35/testifylint-manual-assert-pkg-21
chore(pkg): refactor: convert tests to testify assert/require part 21
2026-07-22 14:12:14 -06:00
Terry Howe
76bf75c956 Merge pull request #32436 from mmorel-35/testifylint-manual-assert-pkg-20
chore(pkg): refactor: convert tests to testify assert/require part 20
2026-07-22 14:11:38 -06:00
Terry Howe
bfb074a601 Merge pull request #32434 from mmorel-35/testifylint-manual-assert-pkg-18
chore(pkg): refactor: convert tests to testify assert/require part 18
2026-07-22 14:09:08 -06:00
Terry Howe
54b915e38a Merge pull request #32433 from mmorel-35/testifylint-manual-assert-pkg-17
chore(pkg): refactor: convert tests to testify assert/require part 17
2026-07-22 14:08:36 -06:00
Terry Howe
d8a4a8287b Merge pull request #32432 from mmorel-35/testifylint-manual-assert-pkg-16
chore(pkg): refactor: convert tests to testify assert/require part 16
2026-07-22 14:08:08 -06:00
Terry Howe
a6409a7eba Merge pull request #32430 from mmorel-35/testifylint-manual-assert-pkg-15
chore(pkg): refactor: convert tests to testify assert/require part 15
2026-07-22 14:07:34 -06:00
Terry Howe
ea9e38035d Merge pull request #32429 from mmorel-35/testifylint-manual-assert-pkg-14
chore(pkg): refactor: convert tests to testify assert/require part 14
2026-07-22 14:07:10 -06:00
Terry Howe
da9e2b6bab Merge pull request #32428 from mmorel-35/testifylint-manual-assert-pkg-13
chore(pkg): refactor: convert tests to testify assert/require part 13
2026-07-22 14:06:31 -06:00
Terry Howe
f416c3b830 Merge pull request #32427 from mmorel-35/testifylint-manual-assert-pkg-12
chore(pkg): refactor: convert tests to testify assert/require part 12
2026-07-22 14:05:59 -06:00
Terry Howe
41627cd338 Merge pull request #32426 from mmorel-35/testifylint-manual-assert-pkg-11
chore(pkg): refactor: convert tests to testify assert/require part 11
2026-07-22 14:05:15 -06:00
Terry Howe
5d4165bfaf Merge pull request #32425 from mmorel-35/testifylint-manual-assert-pkg-10
chore(pkg): refactor: convert tests to testify assert/require part 10
2026-07-22 14:04:36 -06:00
Terry Howe
00c2e025e5 Merge pull request #32424 from mmorel-35/testifylint-manual-assert-pkg-9
chore(pkg): refactor: convert tests to testify assert/require part 9
2026-07-22 14:04:09 -06:00
Terry Howe
78796e26bc Merge pull request #32423 from mmorel-35/testifylint-manual-assert-pkg-8
chore(pkg): refactor: convert tests to testify assert/require part 8
2026-07-22 14:03:30 -06:00
Terry Howe
eea1defc88 Merge pull request #32422 from mmorel-35/testifylint-manual-assert-pkg-7
chore(pkg): refactor: convert tests to testify assert/require part 7
2026-07-22 14:02:56 -06:00
Matt Farina
598f567f83 Merge pull request #32400 from SetagGnaw/fix/upgrade-dependency-update-oci-panic
fix: pass registry client to downloader.Manager in upgrade
2026-07-22 15:35:10 -04:00
Robert Sirchia
69173e8ec1 Merge pull request #32451 from helm/dependabot/github_actions/main/github-actions-85dd5d8b53
chore(deps): bump the github-actions group with 4 updates
2026-07-22 15:21:50 -04:00
dependabot[bot]
ea7c838e08 chore(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/autobuild](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.37.2 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e0647621c2...e4fba868fa)

Updates `github/codeql-action/autobuild` from 4.37.2 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e0647621c2...e4fba868fa)

Updates `github/codeql-action/analyze` from 4.37.2 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e0647621c2...e4fba868fa)

Updates `github/codeql-action/upload-sarif` from 4.37.2 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e0647621c2...e4fba868fa)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/autobuild
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-22 19:09:19 +00:00
Matt Farina
093825446e Merge pull request #32439 from TerryHowe/chore/group-github-actions-dependabot
chore: group github-actions dependabot updates
2026-07-22 15:06:23 -04:00
Terry Howe
1ea6f4649a Merge pull request #32450 from helm/dependabot/go_modules/google.golang.org/grpc-1.82.1
chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1
2026-07-22 03:37:08 -06:00
dependabot[bot]
fe3f98b564 chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.80.0 to 1.82.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.82.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-22 09:11:20 +00:00
Terry Howe
7e1b187e6b Merge pull request #32442 from helm/dependabot/github_actions/main/github/codeql-action/analyze-4.37.2
chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.2
2026-07-22 03:09:53 -06:00
Terry Howe
014772fed1 Merge pull request #32443 from helm/dependabot/github_actions/main/github/codeql-action/init-4.37.2
chore(deps): bump github/codeql-action/init from 4.37.1 to 4.37.2
2026-07-22 03:09:36 -06:00