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
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
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
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>
9 months ago
George Jenkins
68294fdae0
Fix: Ignore alias validation error for index load
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
9 months ago
Matt Farina
8e6a5149d2
validation fix
...
Signed-off-by: Matt Farina <matt.farina@suse.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>
10 months ago
Matt Farina
27921d062f
Merge pull request #12698 from mattfarina/fix-10920
...
Fix issues when verify generation readiness was merged
10 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
Andrew Block
77d54d7dbe
Merge pull request #11351 from greed42/fast-tpl
...
Speed up `tpl`
11 months ago
Joe Julian
762a1c7adc
Merge pull request #12688 from mattfarina/bump-go-1.21
...
Update to Go 1.21 for builds
11 months 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>
11 months 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>
11 months ago
Matt Farina
83a76cea6a
Merge pull request #9176 from dastrobu/#9169/lint-dependency-shadowing
...
lint and validate dependency metadata to reference dependencies with …
11 months 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>
11 months ago
Joe Julian
6d96283c0b
Merge pull request #12204 from CARV-ICS-FORTH/riscv64
...
Add support for RISC-V
11 months ago
Joe Julian
e06a1432d5
Merge pull request #12530 from refl3ction/patch-1
...
helm create: move livenessProbe and readinessProbe values to default values file
11 months 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
11 months ago