Commit graph

6796 commits

Author SHA1 Message Date
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:42 -06:00
Andrew Block
6ba17f1762
CircleCI Migration
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:41 -06:00
Martin Hickey
b789d8677d
Merge pull request #11829 from cpanato/renamek8s
update k8s registry domain
2023-02-17 09:55:47 +00:00
cpanato
006bc0f39d
update k8s registry domain
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-02-17 09:50:04 +01:00
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)
2023-02-14 12:37:51 +00:00
Martin Hickey
46103aa1df
Merge pull request #11806 from joejulian/in_progress
don't mark issues as stale where a PR is in progress
2023-02-10 09:42:35 +00:00
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
Signed-off-by: Joe Julian <me@joejulian.name>
2023-02-09 09:37:51 -08:00
Matt Farina
5abcf74227
Merge pull request from GHSA-pwcw-6f5g-gxf8
Update to func handling
2023-02-08 11:34:57 -05:00
Matt Farina
863bc74e5a
Update to func handling
Signed-off-by: Matt Farina <matt@mattfarina.com>
2023-02-03 15:36:32 -05:00
Matt Farina
5bf273d81b
Merge pull request #11487 from yxxhero/fix_template_with_output_dir
fix template --output-dir issue
2023-02-01 13:19:13 -05:00
Fish-pro
c1108177a9 the linter varcheck and deadcode are deprecated (since v1.49.0)
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
2023-02-01 11:19:09 +08:00
Matt Farina
76157c6d06
Merge pull request #11720 from mattfarina/fix-11712
Fix improper use of Table request/response to k8s API
2023-01-13 11:57:35 -05:00
Matt Farina
b2d5235c1c
Merge pull request #11723 from cenkalti/leader-changed-fix
Check status code before retrying request
2023-01-13 05:55:44 -05:00
Cenk Alti
442d594570 Check status code before retrying request
Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2023-01-12 21:03:45 -05:00
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>
2023-01-12 08:38:10 -05:00
Matt Farina
44ec1c1575
Merge pull request #11704 from mattfarina/bump-version-3.11
bump version to v3.11.0
2023-01-10 12:53:15 -05:00
Matt Farina
6facbada26
bump version to v3.11.0
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 9d8fee155b)
2023-01-09 21:23:22 -05:00
Matt Farina
6487d43965
Merge pull request #11672 from VaibhavSharma-47/feature
[CMD/PKG] Adopted resource not replaced when using upgrade --install --force
2023-01-09 20:48:08 -05:00
yxxhero
1c25a1fadd fix template --output-dir issue
Signed-off-by: yxxhero <aiopsclub@163.com>
2023-01-10 07:35:35 +08:00
Matt Farina
774c6ce703
Merge pull request #11439 from phoenixsqf/main
use intstr.GetScaledValueFromIntOrPercent instead of the deprecated
2023-01-09 18:08:40 -05:00
Matt Farina
946967ffd1
Merge pull request #11490 from learnitall/pr/learnitall/allow-csv-api-versions
Add support for CSVs in template --api-versions arg
2023-01-09 17:58:51 -05:00
Matt Farina
84485da7cf
Merge pull request #11489 from yanggangtony/update-go-lint
update .golangci for go1.18
2023-01-09 17:37:47 -05:00
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
2023-01-09 16:26:22 -05:00
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
2023-01-06 09:46:48 +00:00
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>
2023-01-05 19:53:30 +01:00
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>
2023-01-05 18:28:14 +01:00
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
2023-01-05 10:40:01 -05:00
Martin Hickey
866c6af20c
Merge pull request #11622 from lucacome/bump-k8s-deps
Bump k8s.io deps to v0.26.0
2023-01-05 11:43:36 +00:00
Martin Hickey
162d93f72b
Merge pull request #11226 from programmer04/fix-user-agent
Fix User-Agent header in requests made by Helm
2023-01-05 11:11:48 +00:00
Jakub Warczarek
3d81ea22ac Fix after CR
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2023-01-03 23:35:19 +01:00
Jakub Warczarek
f46ff131c2 Trigger CI
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2023-01-03 23:13:11 +01:00
Jakub Warczarek
553f1e34f5 Add test for User-Agent header setting and refactor
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2023-01-03 23:13:11 +01:00
Jakub Warczarek
2fa7b3d1b7 Fix User-Agent header in requests made by Helm
Signed-off-by: Jakub Warczarek <jakub.warczarek@gmail.com>
2023-01-03 23:13:11 +01:00
Luca Comellini
1fc2a6a39c
Bump k8s.io deps to v0.26.0
Signed-off-by: Luca Comellini <luca.com@gmail.com>
2023-01-03 15:21:36 +01:00
Matt Farina
71ef5f477b
Merge pull request #11524 from sap-contributions/harmonize-url-reference-resolving
harmonize URL reference resolving
2023-01-03 09:02:12 -05:00
Matt Farina
6d2b10832e
Merge pull request #11616 from zalsader/add-docs-cli-values
docs: add docs for cli/values.Options
2023-01-03 09:01:24 -05:00
Vaibhav Sharma
3181c7ddad fix adopted resource not replaced
Signed-off-by: Vaibhav Sharma <17532va@gmail.com>
2022-12-24 00:19:06 +05:30
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>
2022-12-23 16:02:25 +00:00
Matt Farina
eb7150fc61
Merge pull request #10912 from SoujanyaMangipudi/main
feat(helm): Supporting helm3 to show up resource names in helm status
2022-12-23 11:00:59 -05:00
Soujanya Mangipudi
9de543a801
Merge pull request #5 from SoujanyaMangipudi/somangip/MergeHelmMain1219
Somangip/merge helm main1219
2022-12-19 15:28:14 -08:00
Soujanya Mangipudi
6f8c1785a4 Merge remote-tracking branch 'helm-upstream/main' into somangip/MergeHelmMain1219
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2022-12-19 15:22:52 -08:00
Matt Farina
5a8e91a010
Merge pull request #11604 from xishengcai/patch-1
Update chartrepo.go
2022-12-19 17:34:50 -05:00
Matt Farina
538f6aecca
Merge pull request #11601 from helm/dependabot/go_modules/golang.org/x/text-0.5.0
chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
2022-12-19 16:30:45 -05:00
Martin Hickey
3636f68247
Merge pull request from GHSA-6rx9-889q-vv2r
Update string value name handling
2022-12-14 13:56:49 +00:00
Martin Hickey
638ebffbc2
Merge pull request from GHSA-53c4-hhmh-vw5q
Update repo handling
2022-12-14 13:55:41 +00:00
Martin Hickey
bafafa8bb1
Merge pull request from GHSA-67fx-wx78-jx33
Update schema validation handling
2022-12-14 13:54:39 +00:00
Soujanya Mangipudi
6c76abb3df Resolve conflicts for go.mod and go.sum
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2022-12-12 11:42:50 -08:00
Soujanya Mangipudi
038cc4a0ca
Merge branch 'main' into main
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2022-12-12 10:48:20 -08:00
Matt Farina
f91b515a25
Merge pull request #11470 from helm/dependabot/go_modules/github.com/spf13/cobra-1.6.1
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
2022-12-09 13:09:53 -05:00
Martin Hickey
b1b0d18a83
Merge pull request #11508 from sap-contributions/improve-plugin-install-error
improve error message on plugin install
2022-12-09 12:30:51 +00:00