Martin Hickey
835b7334cf
Fix backwards compatibility
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
(cherry picked from commit b6fef6c466
)
3 years ago
Martin Hickey
3caf8b586b
Update string handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
(cherry picked from commit a59e584684
)
3 years ago
Martin Hickey
7c0e203529
Update repo handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
(cherry picked from commit 256e976331
)
3 years ago
Martin Hickey
f4b93226c6
Update schema validation handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
(cherry picked from commit 775af2a0ce
)
3 years ago
cui fliter
50f003e5ee
fix a few function names on comments
...
Signed-off-by: cui fliter <imcusg@gmail.com>
(cherry picked from commit 09d3f31358
)
3 years ago
Cyril Jouve
c3a62f7880
redirect registry client output to stderr
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
(cherry picked from commit 1535ad5671
)
3 years ago
Peter Leong
727bdf1813
Readiness & liveness probes correct port
...
Port number now comes from values.yaml
Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com>
(cherry picked from commit 9d027eaac8
)
3 years ago
Matt Farina
9f88ccb6ae
Updating the deb location for azure cli
...
This update moves to ubuntu jammy. The name moves off of debian
version names because jammy is based on bookworm and azure cli
does not have debian package support with bookworm
This is an update to the previous update for this because the
CircleCI environment is ubuntu 20.04 but the container this is
running is has 22.04 as the ubuntu version. Updating the in
container to 22.04 (jammy).
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 70a3df49d7
)
3 years ago
Matt Farina
a59afc47d6
Updating the repo the azure cli is installed from
...
CircleCI is now using Ubuntu 20.04 for the Go 1.18 image. The
azure CLI is expecting a version older than that. This change
updates.
Note, we have been using the debian name for the repo rather than
the ubuntu name. bullseye maps to Ubuntu 20.04 through 21.10.
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 9fbf1b34d5
)
3 years ago
Matt Farina
35af809b4d
Updating to kubernetes 1.25.2 packages
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 221b0f54c9
)
3 years ago
CI
97780c7ecc
one defer
...
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit 3b19ddeb56
)
3 years ago
CI
9f61b0a6bd
don't change r.CachePath
...
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit 781ddba690
)
3 years ago
CI
75a1369794
avoid adding new public function
...
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit cd76fcd805
)
3 years ago
CI
959acd8a1d
fix tests
...
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit 32a41fcfac
)
3 years ago
CI
f6830f7b0a
fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL ( #11171 )
...
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit 24fa3d910d
)
3 years ago
Joe Julian
9140924199
Allow CGO_ENABLED to be overridden for build
...
On Mac OS they have some custom dns c library that uses some
configuration files other than resolv.conf to configure dns lookups. The
standard go library does not handle these custom configuration files
which causes dns lookups to fail for some mac users.
This allows the downstream pacakgers to override CGO_ENABLED to build
binaries that use the custom dns library.
Signed-off-by: Joe Julian <me@joejulian.name>
(cherry picked from commit 6f6c0d831d
)
3 years ago
wujunwei
23ff142d8b
update: Optimize the error message
...
Signed-off-by: wujunwei <wjw3323@live.com>
(cherry picked from commit 4fcec24d15
)
3 years ago
wujunwei
f22e26085c
add nil judge for dependency , maintainers validate and some testcase.
...
Signed-off-by: wujunwei <wjw3323@live.com>
(cherry picked from commit a7a1117327
)
3 years ago
Mathieu Parent
4e075315f8
Fix URL with encoded path support for ChartDownloader
...
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
(cherry picked from commit d9e5bbc09d
)
3 years ago
wujunwei
4844431969
fix: add cases.NoLower option for we can get same effect to strings.Title
...
Signed-off-by: wujunwei <wjw3323@live.com>
(cherry picked from commit f0037e5ef6
)
3 years ago
Davanum Srinivas
802a22903b
Tolerate temporary errors from etcdserver
...
There are cases when the etcdserver is temporarily unavailable and the
errors that we get back from kube-apiserver reflect that error. It looks
like we bail out immediately when these errors happen currently. We
should retry until timeout is reached when this sort of errors happen.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
(cherry picked from commit ebc79fa807
)
3 years ago
Matt Farina
ce66412a72
bump version to v3.10.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Martin Hickey
bed23120b0
Merge pull request #11311 from mattfarina/k8s-1.25
...
Updating to Kubernetes 1.25 client libs
3 years ago
Matt Farina
2108a23d34
Updating to Kubernetes 1.25 client libs
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Martin Hickey
8199db309a
Merge pull request #10693 from lucadirocco/feat/--set-json
...
feat: add --set-json flag to set json values.
3 years ago
Matt Farina
d7b4c38c42
Merge pull request #11263 from mattfarina/fix-TestDownloadTo_TLS
...
Updating the certificates used for testing
3 years ago
Matt Farina
7cbec356b4
Updating the certificates used for testing
...
Closes #11259
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Matt Farina
10466e3e17
Merge pull request from GHSA-7hfp-qfw3-5jxh
...
Updating index handling
3 years ago
Martin Hickey
72e2bff0af
Merge pull request #11233 from ash2k/drop-docker-docker-dep
...
Drop direct github.com/docker/docker dependency
3 years ago
Matt Farina
225f8d7732
Updating index handling
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
3 years ago
Mikhail Mazurskiy
ea5365a3d1
Drop direct github.com/docker/docker dependency
...
Signed-off-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com>
3 years ago
Martin Hickey
f08db5c899
Merge pull request #10834 from stan-sz/stan-sz/10285
...
Log error message on failed download
3 years ago
Martin Hickey
1d15ad7ea4
Merge pull request #10506 from suzaku/support-no-headers
...
Add support for`helm list --no-headers`
3 years ago
Martin Hickey
4cd966fdb5
Merge pull request #11214 from d-d-up/fix_special_string
...
fix special string in the filename
3 years ago
Matt Farina
d9f776bb35
Merge pull request #11205 from longkai/install-desc-oci
...
chore: add oci install description
3 years ago
Matt Farina
26ce96464f
Merge pull request #11153 from macedogm/bump-kube-openapi
...
Update github.com/emicklei/go-restful to fix CVE-2022-1996
3 years ago
Matt Farina
4b18b19a5e
Merge pull request #11143 from aep/for-upstream
...
fixes #11142 missing array length check on release
3 years ago
d-d-up
ece46c1d3a
fix special string in the filename
...
Signed-off-by: d-d-up <qhr6113@163.com>
3 years ago
longkai
d1c0b7e0d0
chore: add oci install description
...
Signed-off-by: longkai <im.longkai@gmail.com>
3 years ago
Scott Rigby
9fe4f2ea72
Merge pull request #11160 from mattfarina/fix-darwin-acme-error
...
Fixing x509 test on darwin
3 years ago
Matt Farina
b3aa0b4118
Fixing x509 test on darwin
...
Go passes x509 verification off to the platform and different
platforms provide different responses. The Go tests for x509
even have different test files for different platform providers
that check for different messages.
This update haldes darwins difference for x509 authority handling
Closes #11159
Signed-off-by: Matt Farina <matt@mattfarina.com>
3 years ago
Matt Farina
44b4b5e8b3
Merge pull request #11136 from helm/dependabot/go_modules/github.com/stretchr/testify-1.8.0
...
chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
3 years ago
Guilherme Macedo
1e0f8a4ee9
Bump k8s.io/kube-openapi to fix CVE-2022-1996 in github.com/emicklei/go-restful
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
3 years ago
Arvid E. Picciani
b9f347a574
fixes #11142 missing array length check on release
...
Signed-off-by: Arvid E. Picciani <arvid@kraud.cloud>
3 years ago
dependabot[bot]
0c9de28b58
chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Martin Hickey
9377988685
Merge pull request #11094 from hickeyma/bump-k8s-1.24.2
...
Updating to Kubernetes 1.24.2
3 years ago
Martin Hickey
211bd2b60a
Upgrading to Kubernetes 1.24.2
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
3 years ago
Martin Hickey
d84655a9c5
Merge pull request #11093 from hickeyma/bump-oras
...
Bump Oras to 1.2.0 Containerd to 1.6.6
3 years ago
Martin Hickey
51e6c8e4e0
Bump Oras to 1.2.0
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
3 years ago
Matt Farina
001850aa4f
Merge pull request #11119 from bacongobbler/fix-ci
...
fix: use `go install` instead of `go get`
3 years ago