Matt Farina
e2326139d9
Merge pull request #13129 from evanfoster/set-discovery-burst
...
fix(helm): Use burst limit setting for discovery
1 year ago
Evans Mungai
12d8d28534
Add username/password to package subcommand
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Evans Mungai
0ad80e3b58
Run go fmt
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Evans Mungai
837ae4242c
Add username/password to dependency build/update subcommands
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Evans Mungai
7672a1700d
Add username/password to push subcommand
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Alex Johnson
f69a2dd03e
Fix race condition in TestInstallRelease_Wait_Interrupted test
...
Signed-off-by: Alex Johnson <hello@alex-johnson.net>
1 year ago
Suleiman Dibirov
800c33a5aa
fix: update error handling in Configuration.Init method, add tests for the method
...
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
1 year ago
Evan Foster
69362df367
fix(helm): Use burst limit setting for discovery
...
When --burst-limit/$HELM_BURST_LIMIT is set, the specified value is not
currently used for the discovery client instantiated by
genericclioptions. This change sets genericclioptions.discoveryBurst to
the value of --burst-limit, meaning it should now be possible to fix
client-side throttling issues encountered by the discovery client.
This value is only configured if --burst-limit is actually set. If
--burst-limit is set to the default value, then discoveryBurst should be
left at its default of 300.
Closes #13128
Signed-off-by: Evan Foster <efoster@adobe.com>
1 year ago
Suleiman Dibirov
4d25dd3d8e
fixed dependency_update_test.go
...
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
1 year ago
Matt Farina
a2a324e511
Merge pull request #13106 from helm/dependabot/github_actions/github/codeql-action-3.25.10
...
Bump github/codeql-action from 3.25.9 to 3.25.10
1 year ago
Suleiman Dibirov
adeb4ca3d9
fix(dependencyBuild): prevent race condition in concurrent helm dependency
...
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
1 year ago
Sidharth Menon
b0603fb042
fix: respect proxy envvars on helm install/upgrade
...
Signed-off-by: Sidharth Menon <menon.sid.k@gmail.com>
1 year ago
Leo R. Lundgren
be88c963c4
style(pkg/chartutil): add missing dots and indentation to defaultValues
...
Pure cosmetics, add missing dots to a few comments and make indentation
coherent between different parts of the defaultValues YAML.
Signed-off-by: Leo R. Lundgren <leo@finalresort.org>
1 year ago
Nick Josevski
e0751f34a7
Update ADOPTERS.md
...
Add Octopus Deploy (octopus.com)
Signed-off-by: Nick Josevski <NickJosevski@users.noreply.github.com>
1 year ago
dependabot[bot]
b4f71678b0
Bump github/codeql-action from 3.25.9 to 3.25.10
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.9 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](530d4feaa9...23acc5c183
)
---
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
Matt Farina
15f76cf83c
Merge pull request #13102 from helm/dependabot/github_actions/github/codeql-action-3.25.9
...
Bump github/codeql-action from 3.25.8 to 3.25.9
1 year ago
dependabot[bot]
a13a353a3e
Bump actions/checkout from 4.1.1 to 4.1.7
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](b4ffde65f4...692973e3d9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
7e6904ecdf
Bump github/codeql-action from 3.25.8 to 3.25.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.8 to 3.25.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2e230e8fe0...530d4feaa9
)
---
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
69636e6ac5
Merge pull request #13048 from banjoh/em/update-contributing-doc
...
chore: Update backward compatibility section in CONTRIBUTING.md
1 year ago
Andrew Block
414cf94666
Merge pull request #11600 from miles-w-3/chart-notes
...
Added support for hiding notes from install/upgrade output
1 year ago
Matt Farina
f1e85184e2
Merge pull request #12649 from yyzxw/fix/wrong-cli-description
...
fix: wrong cli description
1 year ago
Matt Farina
2a2aa4aafd
Merge pull request #12856 from yxxhero/fix-typo-in-load_plugins.go
...
fix typo in load_plugins.go
1 year ago
Matt Farina
16c1220767
Merge pull request #13054 from dastrobu/docs/deployed-all
...
fix docs of DeployedAll
1 year ago
Matt Farina
5d371e9a51
Merge pull request #13028 from helm/dependabot/go_modules/github.com/opencontainers/image-spec-1.1.0
...
chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc5 to 1.1.0
1 year ago
Janis Kemper
144d65eac0
Add Syself to ADOPTERS.md
...
Signed-off-by: janiskemper <janis.kemper@syself.com>
1 year ago
Matt Farina
03a29db66a
Merge pull request #13088 from helm/dependabot/github_actions/github/codeql-action-3.25.8
...
Bump github/codeql-action from 3.25.7 to 3.25.8
1 year ago
dependabot[bot]
ca98970158
Bump github/codeql-action from 3.25.7 to 3.25.8
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f079b84933...2e230e8fe0
)
---
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
Matt Farina
79cad1a133
Merge pull request #12934 from AndiDog/error-message-chart-version
...
Add error details when a dependent chart's version cannot be found in a repo
1 year ago
Robert Sirchia
a01f19e1f5
Update CONTRIBUTING.MD
...
Adding changes that was requested by @mattfarina
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 year ago
Matt Farina
d1595e701f
Merge pull request #13083 from helm/dependabot/go_modules/github.com/docker/docker-25.0.5incompatible
...
Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible
1 year ago
Matt Farina
6f32a8f9d3
Merge pull request #13084 from helm/dependabot/github_actions/github/codeql-action-3.25.7
...
Bump github/codeql-action from 3.25.6 to 3.25.7
1 year ago
dependabot[bot]
6ae643892d
Bump github/codeql-action from 3.25.6 to 3.25.7
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9fdb3e4972...f079b84933
)
---
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
dependabot[bot]
b61a1fc546
chore(deps): bump github.com/opencontainers/image-spec
...
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec ) from 1.1.0-rc5 to 1.1.0.
- [Release notes](https://github.com/opencontainers/image-spec/releases )
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md )
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.1.0-rc5...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
6773d5b14d
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.1+incompatible to 25.0.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.1...v25.0.5 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Andrew Block
26b785191b
Merge pull request #12998 from AustinAbro321/bump-oras-minor-version
...
bump oras minor version
1 year ago
Robert Sirchia
35e91dcb8b
Update CONTRIBUTE.md
...
Minor update to the docs. Messed up the previous PR for this.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 year ago
Evans Mungai
ae558331cf
Update CONTRIBUTING.md
...
Co-authored-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Matt Clegg
866bc05bb2
ISSUE-9507: TEST server with varied Accept Header
1 year ago
Matt Farina
e90b456d65
Merge pull request #13063 from robertsirc/Comment-for-symlink-logging
...
Update walk.go
1 year ago
Robert Sirchia
30a5598f2b
Update walk.go
...
Putting a comment on why we are logging a found symlink.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 year ago
Matt Farina
61086e1906
Merge pull request #13029 from asmitde/asmitde/windows-arm64-build
...
Windows arm64 build
1 year ago
Matt Farina
691f313442
Merge pull request #13059 from mattfarina/fix-build-tag
...
Fixing build issue where wrong version is used
1 year ago
Daniel Strobusch
90df4fa4d1
fix docs of DeployedAll
...
Signed-off-by: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com>
1 year ago
Matt Farina
0b64775386
Fixing build issue where wrong version is used
...
The release process had selected the tag to use as the version
automatically. But, this presented a problem when a release
candidate and final release pointed to the same commit id. For a
long time it had automatically selected the final release. But,
we ran into a problem where it selected the RC tag instead of the
final release.
This change explicitly tells the build scripts the version to use
based on the tag passed into the CI run. It should no longer try
to self discover the version.
Closes #13040
Signed-off-by: Matt Farina <matt@mattfarina.com>
1 year ago
Matt Farina
c3cff5bdb4
Merge pull request #13050 from helm/dependabot/github_actions/github/codeql-action-3.25.6
...
chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6
1 year ago
dependabot[bot]
5e31004068
---
...
1 year ago
Evans Mungai
0f026b4364
chore: Update backward compatibility section in CONTRIBUTING.md
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Matt Clegg
3c39705212
ISSUE-9507: TEST server with varied Accept Header
...
Signed-off-by: Matt Clegg <m@cle.gg>
1 year ago
Scott Rigby
51a07e7e78
Merge pull request #13013 from mattfarina/release-version-3.15
...
bump version to v3.15.0
1 year ago
fheinecke
e502486109
Merge branch 'main' into feat/add-toyamlpretty-1
...
Signed-off-by: fheinecke <23390735+fheinecke@users.noreply.github.com>
1 year ago