AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 3.11.1 (bsc#1208084, CVE-2023-25165) * Update to func handling - from version 3.11.0 * Fix improper use of Table request/response to k8s API * Check status code before retrying request * bump version to v3.11.0 * Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2 * change linting error messages for null values in arrays * Fix after CR * Trigger CI * Add test for User-Agent header setting and refactor * Fix User-Agent header in requests made by Helm * Bump k8s.io deps to v0.26.0 * fix adopted resource not replaced * chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 * Resolve conflicts for go.mod and go.sum * Fix backwards compatibility * docs: add docs for cli/values.Options * Update chartrepo.go * chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 * bump sprig version 3.2.3 * Update string handling * Update repo handling * improve error message on plugin install * harmonize URL reference resolving * Update logic of non-git situation just to print warning logs * Add a flag var to check git is installed or not * Add support for CSVs in template --api-versions arg * update .golangci for go1.18 * redirect registry client output to stderr * chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 * Readiness & liveness probes correct port * Update schema validation handling * fix a few function names on comments * use intstr.GetScaledValueFromIntOrPercent instead of the deprecated * Updating the deb location for azure cli * retry http request on temporary errors * Revert "Tolerate temporary errors from etcdserver" * Updating the repo the azure cli is installed from * Updating to kubernetes 1.25.2 packages * Allow CGO_ENABLED to be overridden for build * chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 * chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 * chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 * chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0 * Tolerate temporary errors from etcdserver * update: Optimize the error message * add nil judge for dependency , maintainers validate and some testcase. * Fix code style * bump version to v3.10.0 * Addressing review comments - move printing code out of client.go * Addressing review comments: Extend Interface with new InterfaceResources to avoid breaking changes Move change to staus command behind --show-resources flag * feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command * During deletion, explicitly log already deleted resource name. * fix: add cases.NoLower option for we can get same effect to strings.Title * one defer * don't change r.CachePath * avoid adding new public function * fix tests * fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171) * Fix URL with encoded path support for ChartDownloader
- Update to version 3.10.3 (bsc#1206467, CVE-2022-23524, bsc#1206469, CVE-2022-23525, bsc#1206471, CVE-2022-23526): * Fix backwards compatibility * Update string handling * Update repo handling * Update schema validation handling
- Update to version 3.10.2: * fix a few function names on comments * redirect registry client output to stderr * Readiness & liveness probes correct port
- Update to version 3.10.1: * Updating the deb location for azure cli * Updating the repo the azure cli is installed from * Updating to kubernetes 1.25.2 packages * one defer * don't change r.CachePath * avoid adding new public function * fix tests * fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171) * Allow CGO_ENABLED to be overridden for build * update: Optimize the error message * add nil judge for dependency , maintainers validate and some testcase. * Fix URL with encoded path support for ChartDownloader * fix: add cases.NoLower option for we can get same effect to strings.Title * Tolerate temporary errors from etcdserver
- Update to version 3.10.0: * bump version to v3.10.0 * Updating to Kubernetes 1.25 client libs * Updating the certificates used for testing * Updating index handling * Drop direct github.com/docker/docker dependency * fix special string in the filename * chore: add oci install description * Fixing x509 test on darwin * Bump k8s.io/kube-openapi to fix CVE-2022-1996 in github.com/emicklei/go-restful * fixes #11142 missing array length check on release * chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 * Upgrading to Kubernetes 1.24.2 * Bump Oras to 1.2.0 * fix: use `go install` instead of `go get` * bump Go 1.18 * fix: improve logging & safety of statefulSetReady * make token caching an opt in feature * chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 * chore(deps): bump github.com/rubenv/sql-migrate from 1.1.1 to 1.1.2 * chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#11075) * chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.4 * Upgrading to Kubernetes 1.24.1 packages * chore(deps): bump github.com/Masterminds/squirrel from 1.5.2 to 1.5.3 * feat(*): add flags/env for kube api tls overrides * Add --burst-limit option for client-side throttling limit configuration (#10842) * chore(deps): bump github.com/lib/pq from 1.10.5 to 1.10.6 * chore(deps): bump oras.land/oras-go from 1.1.0 to 1.1.1 * chore(deps): bump github.com/evanphx/json-patch * Bump github.com/lib/pq from 1.10.4 to 1.10.5 * build(deps): bump github.com/containerd/containerd from 1.6.3 to 1.6.4 * build(deps): bump github.com/docker/docker * bump version to v3.9.0 * build(deps): bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 * Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 * Fixed helm uninstall not deleting the resource. * Fix UT * Fix linter * Update install.go * Log error message on failed download * Add support `helm list --no-headers` * update go.mod * fix --registry-config issue * feat: add --set-json flag to set json values. * fix(helm): ignore file-not-found error for `helm repo list -o json`