George Jenkins
a32d47e7b0
Merge pull request #13556 from helm/dependabot/go_modules/main/github.com/distribution/distribution/v3-3.0.0-rc.2
...
Bump github.com/distribution/distribution/v3 from 3.0.0-rc.1 to 3.0.0-rc.2
9 months ago
Matt Farina
9c7ee48066
Merge pull request #13563 from helm/fix_dev_v3_actions
...
Run `build-test` action on `dev-v3` branch
9 months ago
George Jenkins
bfada38aa9
Run `build-test` action on `dev-v3` branch
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
9 months ago
dependabot[bot]
9ff8e6fece
Bump github.com/distribution/distribution/v3
...
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution ) from 3.0.0-rc.1 to 3.0.0-rc.2.
- [Release notes](https://github.com/distribution/distribution/releases )
- [Commits](https://github.com/distribution/distribution/compare/v3.0.0-rc.1...v3.0.0-rc.2 )
---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Andrew Block
6ca5f12b18
Merge pull request #13552 from helm/fix_dependabot_targetbranch
...
Fix `dependabot.yml` `target-branch` typo
9 months ago
George Jenkins
eee046f704
Fix `dependabot.yml`
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
9 months ago
George Jenkins
b97ed6545a
Merge pull request #13232 from dnskr/helm-create-dont-render-empty-resource-fields
...
ref(create): don't render empty resource fields
9 months ago
Austin Abro
2f44164fc6
Merge branch 'refactor-wait' of github.com:AustinAbro321/helm into refactor-wait
9 months ago
dependabot[bot]
80cbd61008
Bump github.com/distribution/distribution/v3
...
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution ) from 3.0.0-rc.1 to 3.0.0-rc.2.
- [Release notes](https://github.com/distribution/distribution/releases )
- [Commits](https://github.com/distribution/distribution/compare/v3.0.0-rc.1...v3.0.0-rc.2 )
---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Matt Farina
e4c8da3609
Merge pull request #13546 from mattfarina/bump-go-1.23
...
Update to Go 1.23
9 months ago
Matt Farina
66f84e510e
Update golangci-lint version
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
9 months ago
Scott Rigby
9c0d3c4561
Merge pull request #13439 from mayankshah1607/cli-take-ownership
...
Add --take-ownership flag for install and upgrade commands
9 months ago
Matt Farina
5727f56a96
Update to Go 1.23
...
Multiple changes were made to pass linting. Some Go built-in names
are being used for variables (e.g., min). This happens in the Go
source itself including the Go standard library and is not always
a bad practice.
To handle allowing some built-in names to be used the linter config
is updated to allow (via opt-in) some names to pass. This allows us
to still check for re-use of Go built-in names and opt-in to any
new uses.
There were also several cases where a value was checked for nil
before checking its length when this is already handled by len()
or the types default value. These were cleaned up.
The license validation was updated because it was checking everything
in the .git directory including all remote content that was local.
The previous vendor directory was from a time prior to Go modules
when Helm handled dependencies differently. It was no longer needed.
Signed-off-by: Matt Farina <matt.farina@suse.com>
9 months ago
Matt Farina
a2992a6b8b
Merge pull request #13542 from helm/dependabot/go_modules/github.com/cyphar/filepath-securejoin-0.3.6
...
Bump github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6
9 months ago
Austin Abro
41700f0248
WIP
...
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
9 months ago
dependabot[bot]
0794055837
Bump github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6 )
---
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>
9 months ago
Payal Godhani
5b18f525ed
Fixing a typo
...
-e
Signed-off-by: Payal Godhani <godhanipayal@gmail.com>
9 months ago
Payal Godhani
34cd8341c3
Add Contextual Error Messages to RunWithContext
...
-e
Signed-off-by: Payal Godhani <godhanipayal@gmail.com>
9 months ago
George Jenkins
a933bcc7d1
Merge pull request #13520 from helm/dependabot/github_actions/actions/setup-go-5.2.0
...
Bump actions/setup-go from 5.1.0 to 5.2.0
10 months ago
George Jenkins
c53c1475ec
Merge pull request #13527 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.7.1
...
Bump github.com/rubenv/sql-migrate from 1.7.0 to 1.7.1
10 months ago
George Jenkins
e3e84343d2
refactor: tlsutil use options pattern
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
George Jenkins
fbdf1ccbd7
Merge pull request #13529 from godhanipayal/godhanipayal/updatecontributors
...
Adding Oracle to the adopters list
10 months ago
Mayank Shah
edf7b66ae9
fix test output
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
10 months ago
Payal Godhani
22765a71d6
Adding Oracle to the adopters list
...
-e
Signed-off-by: Payal Godhani <godhanipayal@gmail.com>
10 months ago
dependabot[bot]
6b8f541c0a
Bump github.com/rubenv/sql-migrate from 1.7.0 to 1.7.1
...
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate ) from 1.7.0 to 1.7.1.
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Matt Farina
da532d2993
Merge pull request #13522 from helm/dependabot/go_modules/golang.org/x/crypto-0.31.0
...
Bump golang.org/x/crypto from 0.30.0 to 0.31.0
10 months ago
Mayank Shah
b9d58a19f1
fix test
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
10 months ago
dependabot[bot]
194d989b23
Bump golang.org/x/crypto from 0.30.0 to 0.31.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.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>
10 months ago
dependabot[bot]
08487907d9
Bump actions/setup-go from 5.1.0 to 5.2.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](41dfa10bad...3041bf56c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Mayank Shah
2541e465c4
fix upgrade
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
10 months ago
Evans Mungai
5b1eb784cb
Fix linter warning
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
10 months ago
Evans Mungai
d4175cfcff
Move pprof paths to HELM_PPROF env variable
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
10 months ago
Evans Mungai
cc6c953373
Update CONTRIBUTING.md
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
10 months ago
Evans Mungai
e6f829e6b6
Update CONTRIBUTING.md
...
Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
10 months ago
Terry Howe
569f62e58b
chore: fix problems with latest lint
...
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
10 months ago
George Jenkins
b91a772d71
Merge pull request #13444 from justenstall/remove-status-flags
...
fix(status): remove --show-desc and --show-resources flags
10 months ago
George Jenkins
1bc7a28a45
Merge pull request #13510 from helm/dependabot/go_modules/github.com/cyphar/filepath-securejoin-0.3.5
...
Bump github.com/cyphar/filepath-securejoin from 0.3.4 to 0.3.5
10 months ago
dependabot[bot]
4e5b7f89bc
Bump github.com/cyphar/filepath-securejoin from 0.3.4 to 0.3.5
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.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>
10 months ago
Matt Farina
4dd2a7d626
Merge branch 'main' into oci-install-digest
10 months ago
Matt Farina
a1af40621a
Merge pull request #13499 from gjenkins8/shadow_oras_remoteclient_type
...
Shadow ORAS remote.Client interface
10 months ago
Matt Farina
5edfc10bb1
Merge pull request #13509 from helm/dep_update_devv3
...
Dependabot update `dev-v3` branch go modules
10 months ago
George Jenkins
2cdc77a2ef
Dependabot update `dev-v3` branch go modules
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
George Jenkins
872198b610
Merge pull request #13503 from helm/dependabot/go_modules/golang.org/x/crypto-0.30.0
...
Bump golang.org/x/crypto from 0.29.0 to 0.30.0
10 months ago
dependabot[bot]
54a75093c1
Bump golang.org/x/crypto from 0.29.0 to 0.30.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.30.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>
10 months ago
George Jenkins
f3b81964e7
Merge pull request #13474 from helm/dependabot/go_modules/k8s-io-9661ab4414
...
Bump the k8s-io group with 7 updates
10 months ago
dependabot[bot]
4872c724c5
Bump the k8s-io group with 7 updates
...
Bumps the k8s-io group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.2` | `0.31.3` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver ) | `0.31.2` | `0.31.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.2` | `0.31.3` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver ) | `0.31.2` | `0.31.3` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime ) | `0.31.2` | `0.31.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.2` | `0.31.3` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl ) | `0.31.2` | `0.31.3` |
Updates `k8s.io/api` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/api/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apiextensions-apiserver` from 0.31.2 to 0.31.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases )
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apiserver` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/cli-runtime` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/client-go` from 0.31.2 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/kubectl` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.31.2...v0.31.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>
10 months ago
Andrew Block
2cea1466d3
Merge pull request #12962 from stevehipwell/add-plugin-platform-hooks
...
feat: Added multi-platform plugin hook support
10 months ago
George Jenkins
76ba8a4b9f
naming is hard
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
George Jenkins
6dfaf955ee
Shadow ORAS remote.Client interface
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago
George Jenkins
6202d96f38
Remove deprecated `repo add --no-update` flag
...
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
10 months ago