Revisions of helm

buildservice-autocommit accepted request 1075020 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- add fix-plugin-32bit.patch
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- include K8s tags
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- build against go 1.19 (bsc#1209670)
- run tests
buildservice-autocommit accepted request 1070342 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
buildservice-autocommit accepted request 1063985 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1063983 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 30)
- 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
buildservice-autocommit accepted request 1043303 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- Update to version 3.10.3 (bsc#1206467, CVE-2022-23524,
      bsc#1206469, CVE-2022-23525,
      bsc#1206471, CVE-2022-23526):
buildservice-autocommit accepted request 1042954 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- Update to version 3.10.3:
  * Fix backwards compatibility
  * Update string handling
  * Update repo handling
  * Update schema validation handling
buildservice-autocommit accepted request 1035138 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- Update to version 3.10.2:
  * fix a few function names on comments
  * redirect registry client output to stderr
  * Readiness & liveness probes correct port
buildservice-autocommit accepted request 1030112 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 21)
- 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
buildservice-autocommit accepted request 1005633 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- 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
Displaying revisions 41 - 60 of 78
openSUSE Build Service is sponsored by