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>
2 years ago
Matt Farina
dcf6819877
Merge pull request #12672 from gjenkins8/fixup_release
...
Fixup release
2 years ago
George Jenkins
57265115d8
Merge remote-tracking branch 'upstream/main' into fixup_release
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2 years ago
Matt Farina
f4c37e7db5
bump version to
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 69dcc92c56
)
2 years ago
Matt Farina
27921d062f
Merge pull request #12698 from mattfarina/fix-10920
...
Fix issues when verify generation readiness was merged
2 years ago
yyzxw
bf4d6f290b
fix: wrong cli description
...
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
2 years ago
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>
2 years ago
Matt Farina
b299359f66
Merge pull request #10920 from muang0/readiness-generation-check
...
Verify generation in readiness checks
2 years ago
Matt Farina
7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
...
feature(pkg/engine): introduce RenderWithClientProvider
2 years ago
Matt Farina
1ccde5a4ef
Merge pull request #10677 from antoinedeschenes/lint-kube-version
...
lint: Add --kube-version flag to set capabilities and deprecation rules
2 years ago
Joe Julian
6e5332e79b
fix test to use the default code's k8sVersionMinor
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Antoine Deschênes
869c1d2560
lint: Add --kube-version flag to set capabilities and deprecation rules
...
Signed-off-by: Antoine Deschênes <antoine@antoinedeschenes.com>
2 years ago
Andrew Block
77d54d7dbe
Merge pull request #11351 from greed42/fast-tpl
...
Speed up `tpl`
2 years ago
Joe Julian
762a1c7adc
Merge pull request #12688 from mattfarina/bump-go-1.21
...
Update to Go 1.21 for builds
2 years ago
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>
2 years ago
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>
2 years ago
Matt Farina
83a76cea6a
Merge pull request #9176 from dastrobu/#9169/lint-dependency-shadowing
...
lint and validate dependency metadata to reference dependencies with …
2 years ago
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>
2 years ago
Joe Julian
6d96283c0b
Merge pull request #12204 from CARV-ICS-FORTH/riscv64
...
Add support for RISC-V
2 years ago
Joe Julian
e06a1432d5
Merge pull request #12530 from refl3ction/patch-1
...
helm create: move livenessProbe and readinessProbe values to default values file
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
Joe Julian
35e94bb99d
Merge pull request #12440 from sergelogvinov/hook-name
...
print failed hook name
2 years ago
Joe Julian
c3742e6331
Merge pull request #12662 from ialidzhikov/enh/make-ignore-pkg-public
...
Make the `ignore` pkg public again
2 years ago
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>
2 years ago
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
2 years ago
Joe Julian
30c35166e8
Merge pull request #12350 from iamasmith/qps-iamasmith-1
...
QPS parameter proposal
2 years ago
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>
2 years ago
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
2 years ago
Joe Julian
cf2607704b
Merge pull request #12689 from mattfarina/remove-asset-transparency
...
Removing Asset Transparency
2 years ago
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>
2 years ago
Marcin Owsiany
a997de1f11
tests(pkg/engine): test RenderWithClientProvider
...
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2 years ago
George Jenkins
4790bb9bcc
Improve release action
...
Signed-off-by: George Jenkins <gjenkins8@bloomberg.net>
2 years ago
Ismail Alidzhikov
5586760133
Make the `ignore` pkg public again
...
Signed-off-by: Ismail Alidzhikov <i.alidjikov@gmail.com>
2 years ago
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>
2 years ago
Matt Farina
276121c869
Merge pull request #12654 from mattfarina/bump-k8s-1.29.0
...
Updating to Kubernetes 1.29.0 libraries
2 years ago
Matt Farina
e5fff68ad2
Updating to Kubernetes 1.29.0 libraries
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
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
2 years ago
Marcin Owsiany
bfec4ec926
feature(pkg/engine): introduce RenderWithClientProvider
...
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2 years ago
Daniel Pap
f25e0d6073
show crds command output separated by document separator
...
Signed-off-by: Daniel Pap <papfdani@gmail.com>
2 years ago
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>
2 years ago
Matt Farina
8b4be22a81
Merge pull request #12634 from helm/dependabot/github_actions/github/codeql-action-2.22.10
...
chore(deps): bump github/codeql-action from 2.22.9 to 2.22.10
2 years ago
Matt Farina
6322812ff3
Merge pull request #12633 from mattfarina/k8s-1.28.4
...
Updating Helm libraries for k8s 1.28.4
2 years ago
Fred Heinecke
73f1dcc1d9
Added `toYamlPretty` template function
...
Signed-off-by: Fred Heinecke <fred.heinecke@goteleport.com>
2 years ago
dependabot[bot]
be10183f32
chore(deps): bump github/codeql-action from 2.22.9 to 2.22.10
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.9 to 2.22.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c0d1daa7f7...305f654631
)
---
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>
2 years ago
dependabot[bot]
f980ad319c
chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](93397bea11...0c52d547c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
c6d2f6dba1
Merge pull request #12501 from helm/dependabot/github_actions/actions/checkout-4.1.1
...
chore(deps): bump actions/checkout from 3.6.0 to 4.1.1
2 years ago
Matt Farina
015e174698
Updating Helm libraries for k8s 1.28.4
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
a75bf43495
Merge pull request #12619 from helm/dependabot/github_actions/github/codeql-action-2.22.9
...
chore(deps): bump github/codeql-action from 2.22.8 to 2.22.9
2 years ago