Matt Farina
d37e2e9097
Merge pull request #12873 from helm/dependabot/github_actions/github/codeql-action-3.24.7
...
chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7
8 months ago
Matt Farina
25c473834e
Enabling hide secrets on install and upgrade dry run
...
This change adds a new flag to the install and upgrade commands in
the Helm client and properties to the install and upgrade action.
The new flag is --hide-secret and can only be used with the
--dry-run flag.
The --dry-run flag is designed to send all chart rendered manifests to
stdout so that they can be inspected.
When the --hide-secret flag is used the Secret content is removed from
the output.
Signed-off-by: Matt Farina <matt.farina@suse.com>
8 months ago
dependabot[bot]
ff94e93191
chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.6 to 3.24.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8a470fddaf...3ab4101902
)
---
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>
8 months ago
Aaron U'Ren
29ab5c4b02
feat(load.go): add warning on requirements.lock
...
Signed-off-by: Aaron U'Ren <aauren@users.noreply.github.com>
8 months ago
Robert Sirchia
571f69d7ff
Merge branch 'Correcting-Linting-Errors' of https://github.com/robertsirc/helm into Correcting-Linting-Errors
8 months ago
Robert Sirchia
d58d7b3762
Fixing all the linting errors
...
Cleaned up all the linting errors we are getting.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
8 months ago
Matt Farina
fa47752b89
Merge pull request #12724 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
8 months ago
Matt Farina
106f7a8661
Merge pull request #12859 from mattfarina/update-dry-run-messaging
...
Add a note about --dry-run displaying secrets
8 months ago
Matt Farina
a23dd9e3b7
Add a note about --dry-run displaying secrets
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
8 months ago
Matt Farina
098eed2c07
Merge pull request #12792 from helm/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
...
chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
8 months ago
George Jenkins
7700be5e09
Remove Helm 2 instructions from CONTRIBUTING.md
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
8 months ago
Matt Farina
32f3691c3e
Merge pull request #12833 from helm/dependabot/github_actions/github/codeql-action-3.24.6
...
chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6
8 months ago
dependabot[bot]
275f2ab43b
chore(deps): bump golang.org/x/term from 0.15.0 to 0.18.0
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.15.0 to 0.18.0.
- [Commits](https://github.com/golang/term/compare/v0.15.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Matt Farina
15d116b854
Merge pull request #12834 from robertsirc/main
...
Updating .gitignore
9 months ago
Robert Sirchia
8b424baea1
Updating .gitignore
...
Adding a line to ignore the .devcontainer/ to the .gitignore file so I can use containers to develop with Helm.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
9 months ago
dependabot[bot]
e22d881495
chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](47b3d888fe...8a470fddaf
)
---
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>
9 months ago
Matt Farina
3764b483b3
Merge pull request #12816 from helm/dependabot/github_actions/github/codeql-action-3.24.5
...
chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5
9 months ago
dependabot[bot]
4f200fa74f
chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.3 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](379614612a...47b3d888fe
)
---
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>
9 months ago
Matt Farina
c5698e5e51
Merge pull request #12801 from helm/dependabot/github_actions/github/codeql-action-3.24.3
...
chore(deps): bump github/codeql-action from 3.23.1 to 3.24.3
9 months ago
Matt Farina
bb4cc91255
Merge pull request from GHSA-r53h-jv2g-vpx6
...
Some fixes
9 months ago
Matt Farina
764557c470
Some fixes
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
9 months ago
Matt Farina
c7f318ca4c
Merge pull request #12789 from gjenkins8/fix_chart_index_load_invalid_alias
...
Fix: Ignore alias validation error for index load
9 months ago
dependabot[bot]
5bc97b9c4e
chore(deps): bump github/codeql-action from 3.23.1 to 3.24.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.23.1 to 3.24.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0b21cf2492...379614612a
)
---
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>
9 months ago
Matt Farina
0d0f91d1ce
Merge pull request from GHSA-v53g-5gjp-272r
...
validation fix
9 months ago
dependabot[bot]
e6db0ec933
chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](3a91952989...3cfe3a4abb
)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
George Jenkins
8d19bcb78a
add error messages
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
George Jenkins
68294fdae0
Fix: Ignore alias validation error for index load
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
Matt Farina
8e6a5149d2
validation fix
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
10 months ago
Ricardo Maraschini
94c1deae6d
bug: add proxy support for oci getter
...
adds missing proxy support on oci chart getter.
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
10 months ago
Matt Farina
e81f6140dd
Merge pull request #12428 from matt-carr/main
...
fix(helm): fix grammatical error in default NOTES.txt
10 months ago
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
10 months ago
dependabot[bot]
cbab6d6227
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](https://github.com/actions/setup-go/compare/v4.1.0...0c52d547c9bc32b1aa3301fd7a9cb496313a4491 )
---
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>
10 months ago
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>
10 months ago
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
10 months ago
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
10 months ago
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>
10 months ago
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
10 months ago
Matt Farina
1df81d01d9
Merge pull request #12704 from weidongkl/main
...
Update architecture detection method
10 months ago
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
10 months ago
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>
10 months ago
Matt Farina
dcf6819877
Merge pull request #12672 from gjenkins8/fixup_release
...
Fixup release
10 months ago
George Jenkins
57265115d8
Merge remote-tracking branch 'upstream/main' into fixup_release
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
11 months ago
Matt Farina
f4c37e7db5
bump version to
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 69dcc92c56
)
11 months ago
Matt Farina
27921d062f
Merge pull request #12698 from mattfarina/fix-10920
...
Fix issues when verify generation readiness was merged
11 months 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>
11 months ago
Matt Farina
b299359f66
Merge pull request #10920 from muang0/readiness-generation-check
...
Verify generation in readiness checks
11 months ago
Matt Farina
7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
...
feature(pkg/engine): introduce RenderWithClientProvider
11 months ago
Matt Farina
1ccde5a4ef
Merge pull request #10677 from antoinedeschenes/lint-kube-version
...
lint: Add --kube-version flag to set capabilities and deprecation rules
11 months ago
Joe Julian
6e5332e79b
fix test to use the default code's k8sVersionMinor
...
Signed-off-by: Joe Julian <me@joejulian.name>
11 months 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>
11 months ago