Andrew Block
0772be633f
Merge pull request #2 from scottrigby/merge-11820-into-11676-clean
...
Merge 11820 into 11676
2 years ago
Martin Hickey
bb463b4c27
Merge pull request #11799 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.3.1
...
chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1
2 years ago
Scott Rigby
b69646482a
Remove job dependency. Should have done when I moved job to new file
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c8efe2086d
Remove check to run only in helm org
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c5dda0995b
Add why comments
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
131f6f39bb
Convert remaining CircleCI config to GitHub Actions
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
6ba17f1762
CircleCI Migration
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
xin.li
8a310c5a98
chore:Use http constants as http.request parameters
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2 years ago
Martin Hickey
b789d8677d
Merge pull request #11829 from cpanato/renamek8s
...
update k8s registry domain
2 years ago
cpanato
006bc0f39d
update k8s registry domain
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2 years ago
Martin Hickey
010e932f55
Merge pull request #11779 from Fish-pro/chore/golangci
...
chore(golang-ci): the linter `varcheck` and `deadcode` are deprecated (since v1.49.0)
2 years ago
Martin Hickey
46103aa1df
Merge pull request #11806 from joejulian/in_progress
...
don't mark issues as stale where a PR is in progress
2 years ago
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Matt Farina
5abcf74227
Merge pull request from GHSA-pwcw-6f5g-gxf8
...
Update to func handling
2 years ago
dependabot[bot]
a071378209
chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1
...
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate ) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/rubenv/sql-migrate/releases )
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.2.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
863bc74e5a
Update to func handling
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
2 years ago
MichaelMorris
830d4a9ee9
Add option to support cascade deletion options
...
Add --cascade=<background|foreground|orphan> option to helm uninstall
Current behaviour is hardcoded to background
Addresses issue: https://github.com/helm/helm/issues/10586
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2 years ago
Matt Farina
5bf273d81b
Merge pull request #11487 from yxxhero/fix_template_with_output_dir
...
fix template --output-dir issue
2 years ago
Fish-pro
c1108177a9
the linter varcheck and deadcode are deprecated (since v1.49.0)
...
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
2 years ago
Matt Farina
76157c6d06
Merge pull request #11720 from mattfarina/fix-11712
...
Fix improper use of Table request/response to k8s API
2 years ago
Matt Farina
b2d5235c1c
Merge pull request #11723 from cenkalti/leader-changed-fix
...
Check status code before retrying request
2 years ago
Cenk Alti
442d594570
Check status code before retrying request
...
Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2 years ago
Matt Farina
36e18fa6e1
Fix improper use of Table request/response to k8s API
...
Fixes #11712
A change was made that when validation was turned off the Kubernetes
packages were building objects as a Table type. This was done for
display purposes. When details about the objects was going to be
printed as part of #10912 .
This broke rollback, and possibly other functionality, as a Table
type was returned in some cases that needed the regular object.
This caused things to break silently.
The fix involved adding in a new Function (and interface) to
query for tables instead of the objects themselves. There was not
a clean way to add it to the existing function that covered all
cases.
A second problem was noticed along the way. When data was output
via status as YAML or JSON it was in the form of a table rather
than the objects themselves. This did not reflect expectations
and did not match the functionality in kubectl. The code was
updated to return a table when that was presented and the objects
when they are being output for YAML or JSON. The API also supports
this handling to SDK users can replicate this functionality.
API changes made here were never released. The functions were
developed for this release of Helm and only ever appeared in an
RC. In this case, they can be changed.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
44ec1c1575
Merge pull request #11704 from mattfarina/bump-version-3.11
...
bump version to v3.11.0
2 years ago
Matt Farina
6facbada26
bump version to v3.11.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 9d8fee155b
)
2 years ago
Matt Farina
6487d43965
Merge pull request #11672 from VaibhavSharma-47/feature
...
[CMD/PKG] Adopted resource not replaced when using upgrade --install --force
2 years ago
yxxhero
1c25a1fadd
fix template --output-dir issue
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2 years ago
Matt Farina
774c6ce703
Merge pull request #11439 from phoenixsqf/main
...
use intstr.GetScaledValueFromIntOrPercent instead of the deprecated
2 years ago
Matt Farina
946967ffd1
Merge pull request #11490 from learnitall/pr/learnitall/allow-csv-api-versions
...
Add support for CSVs in template --api-versions arg
2 years ago
Matt Farina
84485da7cf
Merge pull request #11489 from yanggangtony/update-go-lint
...
update .golangci for go1.18
2 years ago
Matt Farina
0aaa7d8394
Merge pull request #11609 from lucacome/bump-containerd
...
Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2
2 years ago
Patrick Scheid
c1a65d589a
Add protection for stack-overflows for nested keys
...
Signed-off-by: Patrick Scheid <p.scheid92@gmail.com>
2 years ago
Martin Hickey
1819f1f616
Merge pull request #11628 from dastrobu/Linting_error_on_null_in_dependencies_is_misleading_#11627
...
change linting error messages for null values in arrays
2 years ago
Luca Comellini
017785a2f1
Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2
...
Signed-off-by: Luca Comellini <luca.com@gmail.com>
2 years ago
Daniel Strobusch
6a5f240e9a
change linting error messages for null values in arrays
...
Closes #11627
Signed-off-by: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com>
2 years ago
Matt Farina
bb13245313
Merge pull request #11545 from helm/dependabot/go_modules/github.com/BurntSushi/toml-1.2.1
...
chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
2 years ago
Martin Hickey
866c6af20c
Merge pull request #11622 from lucacome/bump-k8s-deps
...
Bump k8s.io deps to v0.26.0
2 years ago
Martin Hickey
162d93f72b
Merge pull request #11226 from programmer04/fix-user-agent
...
Fix User-Agent header in requests made by Helm
2 years ago
Jakub Warczarek
3d81ea22ac
Fix after CR
...
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2 years ago
Jakub Warczarek
f46ff131c2
Trigger CI
...
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2 years ago
Jakub Warczarek
553f1e34f5
Add test for User-Agent header setting and refactor
...
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2 years ago
Jakub Warczarek
2fa7b3d1b7
Fix User-Agent header in requests made by Helm
...
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2 years ago
Luca Comellini
1fc2a6a39c
Bump k8s.io deps to v0.26.0
...
Signed-off-by: Luca Comellini <luca.com@gmail.com>
2 years ago
Matt Farina
50ec3d4fe4
Fixing indentation
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
6611cdcd01
Merge branch 'main' into 4030-provide-literal-alternative-for-set-flag
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
2 years ago
Matt Farina
71ef5f477b
Merge pull request #11524 from sap-contributions/harmonize-url-reference-resolving
...
harmonize URL reference resolving
2 years ago
Matt Farina
6d2b10832e
Merge pull request #11616 from zalsader/add-docs-cli-values
...
docs: add docs for cli/values.Options
2 years ago
Vaibhav Sharma
3181c7ddad
fix adopted resource not replaced
...
Signed-off-by: Vaibhav Sharma <17532va@gmail.com>
2 years ago
dependabot[bot]
8774890e7e
chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/BurntSushi/toml/releases )
- [Commits](https://github.com/BurntSushi/toml/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago