Marc Khouzam
c92cc07c1b
ActiveHelp for cmds that don't take any more args
...
The result is that when doing shell completion (bash and zsh only),
instead of getting no suggestions for commands that take no more
arguments, the user will instead be shown an informative message:
$ helm list <TAB>
This command does not take any more arguments (but may accept flags).
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
1 year ago
Matt Farina
109dbe7c18
Merge pull request #13172 from maorfr/repository-cache-help-fix
...
fix repository-cache flag help description from file to directory
1 year ago
Matt Farina
c86e0d3ad9
Merge pull request #13251 from scottrigby/scott-release-key
...
Add Scott's key for releases
1 year ago
Matt Farina
22bc28c55d
Merge pull request #13252 from scottrigby/fix-linting-err-for-12876
...
Fix linting error for pr 12876
1 year ago
Scott Rigby
8a26add23f
Fix linting error for pr 12876
...
golangci-lint passed when last commit was made on #12876 , but has since failed.
This is probably because the linter has since updated.
I ran locally with the same version of golangci-lint we run in GH Actions, and
this is the only error now (an additional linting error in
pkg/action/package.go since #12876 has already been fixed.
```sh
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.58.1
./bin/golangci-lint run pkg/action/...
./bin/golangci-lint run ./...
```
we should be good now.
Signed-off-by: Scott Rigby <scott@r6by.com>
1 year ago
Matt Farina
c261d0655c
Merge pull request #12876 from manno/sdk-ignore-missing-annotations
...
Allow install, update action to adopt existing resources (sdk only)
1 year ago
Matt Farina
9654ffb18b
Merge pull request #13250 from helm/dependabot/github_actions/github/codeql-action-3.26.1
...
Bump github/codeql-action from 3.26.0 to 3.26.1
1 year ago
Scott Rigby
32875e244e
Add Scott's key for releases
...
Signed-off-by: Scott Rigby <scott@r6by.com>
1 year ago
dependabot[bot]
990dbf671c
Bump github/codeql-action from 3.26.0 to 3.26.1
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.0 to 3.26.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](eb055d739a...29d86d22a3 )
---
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>
1 year ago
Scott Rigby
f0442777bb
Merge pull request #12743 from anessi/feat/skip-schema-validation
...
feat(helm): add --skip-schema-validation flag to helm 'install', 'uprade' and 'lint'
1 year ago
Scott Rigby
b1fb6b4d65
Merge pull request #13187 from helm/dependabot/go_modules/k8s-io-4a36690ef2
...
Bump the k8s-io group across 1 directory with 7 updates
1 year ago
dependabot[bot]
ac57b6099f
Bump the k8s-io group across 1 directory with 7 updates
...
Bumps the k8s-io group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver ), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime ) and [k8s.io/kubectl](https://github.com/kubernetes/kubectl ).
Updates `k8s.io/api` from 0.30.0 to 0.30.3
- [Commits](https://github.com/kubernetes/api/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/apiextensions-apiserver` from 0.30.0 to 0.30.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases )
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/apimachinery` from 0.30.0 to 0.30.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/apiserver` from 0.30.0 to 0.30.3
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/cli-runtime` from 0.30.0 to 0.30.3
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/client-go` from 0.30.0 to 0.30.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.30.0...v0.30.3 )
Updates `k8s.io/kubectl` from 0.30.0 to 0.30.3
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.30.0...v0.30.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apiextensions-apiserver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apiserver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/cli-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kubectl
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Farina
abdbe1ed34
Merge pull request #13217 from helm/dependabot/github_actions/golangci/golangci-lint-action-6.1.0
...
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
1 year ago
Matt Farina
6d5bb999b0
Merge pull request #13235 from helm/dependabot/github_actions/github/codeql-action-3.26.0
...
Bump github/codeql-action from 3.25.15 to 3.26.0
1 year ago
dependabot[bot]
5bbe19a479
Bump github/codeql-action from 3.25.15 to 3.26.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](afb54ba388...eb055d739a )
---
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>
1 year ago
Scott Rigby
5a114ac09d
Merge pull request #13226 from helm/dependabot/go_modules/github.com/docker/docker-25.0.6incompatible
...
Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible
1 year ago
dependabot[bot]
3a1aa217ca
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.5+incompatible to 25.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.5...v25.0.6 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
f293480688
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](a4f60bb28d...aaa42aa062 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Farina
a958f3a9b6
Merge pull request #13209 from helm/dependabot/github_actions/github/codeql-action-3.25.15
...
Bump github/codeql-action from 3.25.13 to 3.25.15
1 year ago
dependabot[bot]
8c1bfc7c99
Bump github/codeql-action from 3.25.13 to 3.25.15
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.13 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2d790406f5...afb54ba388 )
---
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>
1 year ago
Scott Rigby
816d908d29
Merge pull request #13194 from gjenkins8/docs_label
1 year ago
George Jenkins
c677272ca4
verbiage
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
04ece1f027
verbiage
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
e1b95d5258
verbiage
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
1ea6fd5dc8
Update CONTRIBUTING.md
...
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
7530241620
Update .github/pull_request_template.md
...
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
0554fdd0da
Update CONTRIBUTING.md
...
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
Matt Farina
b48f9c9b1d
Merge pull request #13190 from helm/dependabot/github_actions/github/codeql-action-3.25.13
...
Bump github/codeql-action from 3.25.12 to 3.25.13
1 year ago
Martin Hickey
4d3cc066d1
Merge pull request #13186 from hickeyma/chore/move-emeritus
...
Move hickeyma to emeritus
1 year ago
George Jenkins
b881266850
rm spurious paste
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
George Jenkins
cd92c431d0
docs: Introduce `docs wanted` label
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 year ago
dependabot[bot]
856d57600d
Bump github/codeql-action from 3.25.12 to 3.25.13
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.12 to 3.25.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4fa2a79536...2d790406f5 )
---
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>
1 year ago
Martin Hickey
a5ff111193
Move hickeyma to emeritus
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
1 year ago
Scott Rigby
cd71a359bf
Merge pull request #13100 from syself/add-syself-to-adopters
...
Add Syself to ADOPTERS.md
1 year ago
Matt Farina
878af3ef1d
Merge pull request #13170 from helm/dependabot/github_actions/actions/setup-go-5.0.2
...
Bump actions/setup-go from 5.0.1 to 5.0.2
1 year ago
Matt Farina
1e447db19d
Merge pull request #13178 from helm/dependabot/github_actions/github/codeql-action-3.25.12
...
Bump github/codeql-action from 3.25.11 to 3.25.12
1 year ago
dependabot[bot]
168c48be99
Bump github/codeql-action from 3.25.11 to 3.25.12
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b611370bb5...4fa2a79536 )
---
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>
1 year ago
Maor Friedman
84cbb2c59b
fix repository-cache flag help description from file to directory
...
Signed-off-by: Maor Friedman <mafriedm@redhat.com>
1 year ago
dependabot[bot]
98e2af96d5
Bump actions/setup-go from 5.0.1 to 5.0.2
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](cdcb360436...0a12ed9d6a )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Farina
2feac15cc3
Merge pull request #13165 from helm/dependabot/go_modules/github.com/cyphar/filepath-securejoin-0.2.5
...
Bump github.com/cyphar/filepath-securejoin from 0.2.4 to 0.2.5
1 year ago
dependabot[bot]
6dba544140
Bump github.com/cyphar/filepath-securejoin from 0.2.4 to 0.2.5
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.2.4...v0.2.5 )
---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joe Julian
4278ada158
Merge pull request #13085 from alex-kattathra-johnson/issue-12961
...
Fix race condition in TestInstallRelease_Wait_Interrupted test
1 year ago
Joe Julian
8f7e8ed3ee
Merge pull request #13103 from helm/dependabot/github_actions/actions/checkout-4.1.7
...
Bump actions/checkout from 4.1.1 to 4.1.7
2 years ago
Joe Julian
0c866e1d21
Merge pull request #13158 from helm/dependabot/go_modules/golang.org/x/crypto-0.25.0
...
Bump golang.org/x/crypto from 0.21.0 to 0.25.0
2 years ago
Joe Julian
15e36139c1
Merge pull request #13130 from idsulik/issue-13127
...
fix: update error handling in Configuration.Init method, add tests for the method
2 years ago
Joe Julian
4cc16360d5
Merge pull request #12715 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.6.1
...
chore(deps): bump github.com/rubenv/sql-migrate from 1.5.2 to 1.6.1
2 years ago
Joe Julian
cda2c4f802
Merge pull request #12924 from porridge/drop-apis
...
Drop unused field.
2 years ago
dependabot[bot]
e4c792f884
Bump golang.org/x/crypto from 0.21.0 to 0.25.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.21.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
588041f6a5
Merge pull request #12746 from mattfarina/remove-circle
...
Remove circleci configuration
2 years ago
Matt Farina
b3b6479e4c
Merge pull request #13117 from sidkmenon/sm/proxy-tls
...
Fix: add proxy support when mTLS configured on helm install/upgrade
2 years ago