Commit graph

7294 commits

Author SHA1 Message Date
George Jenkins
8d19bcb78a add error messages
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2024-02-08 11:07:36 -08:00
George Jenkins
68294fdae0 Fix: Ignore alias validation error for index load
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2024-02-08 09:08:09 -08:00
Matt Farina
e81f6140dd
Merge pull request #12428 from matt-carr/main
fix(helm): fix grammatical error in default NOTES.txt
2024-01-24 12:55:04 -05:00
Matt Farina
ead84c6ec7
Merge pull request #12723 from helm/dependabot/github_actions/github/codeql-action-3.23.1
chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1
2024-01-24 12:42:06 -05:00
dependabot[bot]
de332ae396
chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e5f05b81d5...0b21cf2492)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 21:36:18 +00:00
Matt Farina
33ab351984
Merge pull request #12616 from helm/dependabot/github_actions/actions/setup-go-5.0.0
chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0
2024-01-17 14:17:34 -05:00
Matt Farina
3a9d4e78bf
Merge pull request #12713 from helm/dependabot/go_modules/github.com/containerd/containerd-1.7.12
chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12
2024-01-17 14:12:10 -05:00
dependabot[bot]
a2dd34b3f2
chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.11 to 1.7.12.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.11...v1.7.12)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 21:07:23 +00:00
Matt Farina
d3118c17fb
Merge pull request #12696 from helm/dependabot/go_modules/github.com/DATA-DOG/go-sqlmock-1.5.2
chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2
2024-01-12 11:43:12 -05:00
Matt Farina
1df81d01d9
Merge pull request #12704 from weidongkl/main
Update architecture detection method
2024-01-11 14:05:11 -05:00
Matt Farina
984c233c31
Merge pull request #12697 from helm/dependabot/github_actions/github/codeql-action-3.23.0
chore(deps): bump github/codeql-action from 3.22.11 to 3.23.0
2024-01-11 13:54:13 -05:00
weidongkl
57a1bb80e5
Update architecture detection method
```
In some OS, obtaining the processor type from `uname - p` may fail.
For Golang programs, we should use `go env GOARCH` to obtain the architecture

=====================
$ go env GOARCH
amd64
$ uname -m
x86_64
$ uname -p
unknown
```

Signed-off-by: weidongkl <weidong@uniontech.com>
2024-01-11 10:53:29 +08:00
Matt Farina
dcf6819877
Merge pull request #12672 from gjenkins8/fixup_release
Fixup release
2024-01-10 10:02:32 -05:00
George Jenkins
57265115d8 Merge remote-tracking branch 'upstream/main' into fixup_release
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2024-01-09 11:34:16 -08:00
Matt Farina
27921d062f
Merge pull request #12698 from mattfarina/fix-10920
Fix issues when verify generation readiness was merged
2024-01-09 12:05:24 -05:00
Matt Farina
c042264a9d
Fix issues when verify generation readiness was merged
CI, tests, and building failed after #10920 was merged. This change
fixes the issues that were introduced.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-01-08 22:40:28 -05:00
Matt Farina
b299359f66
Merge pull request #10920 from muang0/readiness-generation-check
Verify generation in readiness checks
2024-01-08 22:29:31 -05:00
Matt Farina
7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
feature(pkg/engine): introduce RenderWithClientProvider
2024-01-08 21:30:59 -05:00
Matt Farina
1ccde5a4ef
Merge pull request #10677 from antoinedeschenes/lint-kube-version
lint: Add --kube-version flag to set capabilities and deprecation rules
2024-01-08 20:37:58 -05:00
Joe Julian
6e5332e79b
fix test to use the default code's k8sVersionMinor
Signed-off-by: Joe Julian <me@joejulian.name>
2024-01-08 16:42:01 -08:00
Antoine Deschênes
869c1d2560 lint: Add --kube-version flag to set capabilities and deprecation rules
Signed-off-by: Antoine Deschênes <antoine@antoinedeschenes.com>
2024-01-08 19:35:41 -05:00
Andrew Block
77d54d7dbe
Merge pull request #11351 from greed42/fast-tpl
Speed up `tpl`
2024-01-08 16:51:29 -06:00
Joe Julian
762a1c7adc
Merge pull request #12688 from mattfarina/bump-go-1.21
Update to Go 1.21 for builds
2024-01-08 13:53:56 -08:00
dependabot[bot]
8cab7c17f4
chore(deps): bump github/codeql-action from 3.22.11 to 3.23.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.23.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b374143c11...e5f05b81d5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 21:24:12 +00:00
dependabot[bot]
5f9533fef7
chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2
Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases)
- [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/DATA-DOG/go-sqlmock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 21:21:26 +00:00
Matt Farina
83a76cea6a
Merge pull request #9176 from dastrobu/#9169/lint-dependency-shadowing
lint and validate dependency metadata to reference dependencies with …
2024-01-08 15:56:29 -05:00
Matt Farina
847369c184
Update to Go 1.21 for builds
Noteis:
1. This moves golangci scanning to a GitHub action. This will
   enable inline pointers to issues in the PR where linting fails.
2. Go 1.21 is specified in the go.mod because Kubernetes libs
   require it.
3. The lint issues were removed. Some were fixed while others
   were handled by skipping linting or using _ as an argument.
   Many of these can be refactored later for better cleanup.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-01-08 15:48:36 -05:00
Joe Julian
6d96283c0b
Merge pull request #12204 from CARV-ICS-FORTH/riscv64
Add support for RISC-V
2024-01-05 16:30:18 -08:00
Joe Julian
e06a1432d5
Merge pull request #12530 from refl3ction/patch-1
helm create: move livenessProbe and readinessProbe values to default values file
2024-01-05 16:26:21 -08:00
Joe Julian
c9366c3a5c
Merge pull request #11878 from Exchizz/feature/pass-basic-auth-to-download-plugin
feat: pass basic auth to env-vars when running download plugins
2024-01-05 15:47:59 -08:00
Joe Julian
99b8f443d1
Merge pull request #11387 from zak905/fix_post_install_hook_issue
fix post install hook deletion due to before-hook-creation policy
2024-01-05 15:44:20 -08:00
Joe Julian
8fa4ec8af1
Merge pull request #12630 from helm/dependabot/go_modules/github.com/containerd/containerd-1.7.11
chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11
2024-01-05 15:16:51 -08:00
Joe Julian
35e94bb99d
Merge pull request #12440 from sergelogvinov/hook-name
print failed hook name
2024-01-05 15:09:04 -08:00
Joe Julian
c3742e6331
Merge pull request #12662 from ialidzhikov/enh/make-ignore-pkg-public
Make the `ignore` pkg public again
2024-01-05 15:06:06 -08:00
dependabot[bot]
08ea59c47f
chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.6 to 1.7.11.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.6...v1.7.11)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 23:02:05 +00:00
Joe Julian
00aed34d8d
Merge pull request #12551 from helm/dependabot/go_modules/github.com/spf13/cobra-1.8.0
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
2024-01-05 15:00:42 -08:00
Joe Julian
30c35166e8
Merge pull request #12350 from iamasmith/qps-iamasmith-1
QPS parameter proposal
2024-01-05 14:55:40 -08:00
dependabot[bot]
30e1a2c029
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 22:54:58 +00:00
Joe Julian
ef62478213
Merge pull request #12655 from helm/dependabot/go_modules/golang.org/x/crypto-0.17.0
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2024-01-05 14:52:16 -08:00
Joe Julian
cf2607704b
Merge pull request #12689 from mattfarina/remove-asset-transparency
Removing Asset Transparency
2024-01-05 14:46:29 -08:00
Matt Farina
803cf2d874
Removing Asset Transparency
The transparencylog project is inactive. The CLI has been archived
and the homebrew tap was last updated about 2 years ago. Removing
it as the project does not appear to be active.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-01-05 16:37:22 -05:00
Marcin Owsiany
a997de1f11 tests(pkg/engine): test RenderWithClientProvider
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2024-01-03 12:04:20 +01:00
George Jenkins
4790bb9bcc Improve release action
Signed-off-by: George Jenkins <gjenkins8@bloomberg.net>
2023-12-28 14:12:19 -08:00
Ismail Alidzhikov
5586760133 Make the ignore pkg public again
Signed-off-by: Ismail Alidzhikov <i.alidjikov@gmail.com>
2023-12-22 09:14:12 +02:00
dependabot[bot]
b3cb20a3e6
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 17:42:54 +00:00
Matt Farina
276121c869
Merge pull request #12654 from mattfarina/bump-k8s-1.29.0
Updating to Kubernetes 1.29.0 libraries
2023-12-20 12:41:13 -05:00
Matt Farina
e5fff68ad2
Updating to Kubernetes 1.29.0 libraries
Signed-off-by: Matt Farina <matt.farina@suse.com>
2023-12-18 15:09:58 -05:00
Matt Farina
973e86bc7b
Merge pull request #12641 from helm/dependabot/github_actions/github/codeql-action-3.22.11
chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11
2023-12-18 14:55:24 -05:00
Marcin Owsiany
bfec4ec926 feature(pkg/engine): introduce RenderWithClientProvider
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2023-12-18 10:02:57 +01:00
dependabot[bot]
70c15195c7
chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.10 to 3.22.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](305f654631...b374143c11)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 21:36:40 +00:00