Commit graph

7615 commits

Author SHA1 Message Date
Matt Farina
2da76a06e7
Merge pull request #13345 from AdamKorcz/fuzzzzz2
add chart fuzz tests
2024-10-04 21:47:32 +02:00
Matt Farina
7ad309791c
Merge pull request #13344 from AdamKorcz/fuzzzz1
add strvals fuzzer from cncf-fuzzing
2024-10-04 21:47:22 +02:00
Robert Sirchia
0b46e35fb6
Merge pull request #13369 from robertsirc/updating-oweners.md
updating owners file
2024-10-04 15:30:10 -04:00
Matt Farina
d1557b2e40
Merge pull request #13371 from helm/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
2024-10-04 14:32:44 +02:00
dependabot[bot]
9e192b28eb
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](aaa42aa062...971e284b60)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 21:52:53 +00:00
Robert Sirchia
36f0b42de3
updating owners file
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-10-03 13:21:17 -04:00
Matt Farina
090f8bb14e
Merge pull request #13360 from helm/dependabot/github_actions/golang/govulncheck-action-1.0.4
Bump golang/govulncheck-action from 1.0.3 to 1.0.4
2024-10-02 00:10:51 +02:00
dependabot[bot]
79257331c2
Bump golang/govulncheck-action from 1.0.3 to 1.0.4
Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/golang/govulncheck-action/releases)
- [Commits](dd0578b371...b625fbe08f)

---
updated-dependencies:
- dependency-name: golang/govulncheck-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 21:38:55 +00:00
Matt Farina
159844e2c6
Merge pull request #13349 from TerryHowe/format-chart-name
Format chart name
2024-10-01 20:09:36 +02:00
Matt Farina
b2286c4caa
Merge pull request #13328 from robertsirc/adjusting-go-setup-check-latest
adding check-latest:true
2024-10-01 14:58:10 +02:00
Matt Farina
663a4e64ea
Merge pull request #13338 from yardenshoham/issues/13320
Remove the Kubernetes configuration file permissions check
2024-10-01 14:50:20 +02:00
Matt Farina
eecb848dcb
Merge pull request #13301 from NathanBaulch/typos
Fix typos
2024-09-30 14:55:21 +02:00
Matt Farina
d1ede4fb57
Merge pull request #13355 from gjenkins8/gjenkins_maintainer
Move gjenkins to maintainer
2024-09-30 14:53:31 +02:00
Andrew Block
f5e7b117c5
Merge pull request #13353 from helm/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2024-09-27 19:00:54 -05:00
George Jenkins
9c36d1f7b5 Move gjenkins to maintainer
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2024-09-27 17:42:19 -04:00
Matt Farina
f0f98817e3
Merge pull request #13240 from rauno56/docs/repo-index-desc
docs(repo_index): explicitly state that the result is written to the directory passed in
2024-09-27 21:53:00 +02:00
Matt Farina
d45439f2e9
Merge pull request #11923 from Bhargav-InfraCloud/helm-create-deprication-tests
test(create): Add test to check deprecated `apiVersion`s in resource templates created by `helm create`
2024-09-27 21:37:28 +02:00
dependabot[bot]
2cd8d54c83
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 21:28:37 +00:00
Matt Farina
983d5c26f8
Merge pull request #13348 from robertsirc/fixing-gh-actions-permissions
Fixing gh actions permissions
2024-09-25 21:18:43 +02:00
Terry Howe
de18ac1602 fix: add missing formatChartName call
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2024-09-24 08:33:07 -06:00
myeunee
4735f2be9b Update history.go
Rename formatChartname to formatChartName for consistency

Signed-off-by: myeunee <myeunee@gmail.com>
2024-09-24 08:30:11 -06:00
Robert Sirchia
a8750f4ce9
adding toplevel permissions to workflows missing them
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-24 10:14:38 -04:00
Adam Korczynski
b203cc17c8 add strvals fuzzer from cncf-fuzzing
Signed-off-by: Adam Korczynski <adam@adalogics.com>
2024-09-20 10:40:13 +01:00
Adam Korczynski
e432f39ea7 add chart fuzz tests
Signed-off-by: Adam Korczynski <adam@adalogics.com>
2024-09-20 10:31:48 +01:00
Yarden Shoham
49cb14a15c Remove the Kubernetes configuration file permissions check
See https://github.com/helm/helm/issues/13320#issuecomment-2346724311

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
2024-09-15 17:34:32 +00:00
Nathan Baulch
ef85fa7f2d
Grammar fixes
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
2024-09-14 10:30:31 +10:00
Nathan Baulch
ff9dd262e3
Fix typos
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
2024-09-14 10:29:56 +10:00
Robert Sirchia
62069eb7b5
removing testing trigger from govulncheck action
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-13 16:27:53 -04:00
Robert Sirchia
114db17898
adding top-level permissions
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-13 16:24:36 -04:00
Matt Farina
3a3e3846ca
Merge pull request #13331 from helm/dependabot/github_actions/ossf/scorecard-action-2.4.0
Bump ossf/scorecard-action from 2.3.1 to 2.4.0
2024-09-13 15:44:20 -04:00
Matt Farina
b7c29d776f
Merge pull request #13329 from chenrui333/fix-test-chart
fix: fix testchart lint errors
2024-09-13 15:38:03 -04:00
Matt Farina
334f5ed87e
Merge pull request #13330 from helm/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.1 to 4.1.7
2024-09-13 15:37:32 -04:00
Matt Farina
16ec059814
Merge pull request #13335 from robertsirc/fixing-codeql-permissions
Fixing codeql permissions
2024-09-13 15:28:58 -04:00
Robert Sirchia
8642225be3
Fixing the action trigger
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-13 15:22:57 -04:00
Robert Sirchia
5217ea8f18
testing permissing for codeql
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-13 15:18:24 -04:00
dependabot[bot]
9134b9edab
Bump ossf/scorecard-action from 2.3.1 to 2.4.0
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...62b2cac7ed)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 21:10:25 +00:00
dependabot[bot]
144e7b0287
Bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...692973e3d937129bcbf40652eb9f2f61becf3332)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 21:10:20 +00:00
Scott Rigby
54fc7fbefd
Merge pull request #12583 from fheinecke/feat/add-toyamlpretty-1 2024-09-12 16:39:22 -04:00
Rui Chen
ddead08eb8
fix: fix testchart lint errors
Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-09-12 15:40:43 -04:00
Fred Heinecke
30ce031d77 Merge branch 'main' into feat/add-toyamlpretty-1 2024-09-12 13:00:22 -05:00
Robert Sirchia
611fae3d7d
adding check-latest:true
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-09-12 12:51:48 -04:00
Joe Julian
ff4877e696
Merge pull request #13224 from sttts/sttts-fix-apiext-registration
kube/client: add to global client-go scheme in init func
2024-09-12 09:14:38 -07:00
Joe Julian
ef2719448b
Merge pull request #13233 from harshitasao/issue-13131
Added the scorecard github action and its badge
2024-09-12 09:13:41 -07:00
Joe Julian
1a55457375
Merge pull request #13259 from harshitasao/scorecard-checks-fix
fix: fixed the token-permission and pinned-dependencies issue
2024-09-12 09:12:47 -07:00
Joe Julian
af588d6cfc
Merge pull request #13306 from helm/dependabot/go_modules/golang.org/x/crypto-0.27.0
Bump golang.org/x/crypto from 0.26.0 to 0.27.0
2024-09-12 09:07:41 -07:00
Joe Julian
4cc747150d
Merge pull request #12026 from dominikmueller/feat/toml-parsing
Feature / toml parsing
2024-09-12 08:53:28 -07:00
Joe Julian
1c73ea44ad
Merge remote-tracking branch 'upstream/main' into feat/toml-parsing
Signed-off-by: Joe Julian <me@joejulian.name>
2024-09-12 08:48:58 -07:00
Joe Julian
9c0ca063c9
Merge pull request #13327 from mattfarina/revert-11726
Revert "Improve helm dependency update performance"
2024-09-12 08:41:33 -07:00
Matt Farina
c81bd8912e
Revert "Improve helm dependency update performance"
The change in #11726 caused a regression where `helm dependency udpate`
stopped working. The format of the internal representation of the data
changed causing errors of "non-absolute URLs should be in form of
repo_name/path_to_chart". See #13324 for more details.

Since this change is in released Helm and it's a regression, reverting
the original change was the fastest and safest route to deliver a
fix as quickly as possible.

Closes #13324

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-09-12 10:37:15 -04:00
Matt Farina
7d1df7654c
Merge pull request #13323 from robertsirc/bumping-version-1.22.7
bumping version to 1.22.7
2024-09-12 08:29:15 -04:00