Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

helm-3.11.2-1.3 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: helm Distribution: openSUSE Tumbleweed
Version: 3.11.2 Vendor: openSUSE
Release: 1.3 Build date: Fri Mar 24 19:03:27 2023
Group: Development/Languages/Other Build host: obs-arm-10
Size: 47694824 Source RPM: helm-3.11.2-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/helm/helm
Summary: The Kubernetes Package Manager
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Mar 09 2023 kastl@b1-systems.de
  - Update to version 3.11.2:
    * chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to
      1.3.1
    * the linter varcheck and deadcode are deprecated (since v1.49.0)
    * fix template --output-dir issue
* Thu Feb 09 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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
* Wed Dec 14 2022 dmueller@suse.com
  - 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
* Thu Nov 10 2022 dmueller@suse.com
  - Update to version 3.10.2:
    * fix a few function names on comments
    * redirect registry client output to stderr
    * Readiness & liveness probes correct port
* Thu Oct 13 2022 dmueller@suse.com
  - 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
* Fri Sep 23 2022 dmueller@suse.com
  - 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`
* Thu Aug 25 2022 dmueller@suse.com
  - Update to version 3.9.4 (bsc#1203054, CVE-2022-36055):
    * Updating the certificates used for testing
    * Updating index handling
* Wed Aug 10 2022 Dirk Müller <dmueller@suse.com>
  - Update to version 3.9.3 (CVE-2022-1996, bsc#1200528):
    * Bump k8s.io/kube-openapi to fix CVE-2022-1996 in github.com/emicklei/go-restful
    * fixes #11142 missing array length check on release
* Fri Jul 22 2022 dmueller@suse.com
  - Update to version 3.9.2:
    * Updating the circleci image we use
* Fri Jul 15 2022 dmueller@suse.com
  - Update to version 3.9.1:
    * Upgrading to Kubernetes 1.24.2
    * fix: improve logging & safety of statefulSetReady
    * make token caching an opt in feature
    * chore(deps): bump github.com/lib/pq from 1.10.5 to 1.10.6
    * Upgrading to Kubernetes 1.24.1 packages
    * chore(deps): bump github.com/Masterminds/squirrel from 1.5.2 to 1.5.3
* Fri Jul 08 2022 dmueller@suse.com
  - Update to version 3.9.0:
    * Added a --quiet flag to helm lint
    * Added a --post-renderer-args flag to support arguments being passed to the post renderer
    * Added more checks during the signing process
    * Updated to add Kubernetes 1.24 support
* Mon May 09 2022 dmueller@suse.com
  - Update to version 3.8.2:
    * Bump oras.land/oras-go from 1.1.0 to 1.1.1
    * Fixing downloader plugin error handling
    * Simplify testdata charts
    * Simplify testdata charts
    * Add tests for multi-level dependencies.
    * Fix value precedence
    * Bumping Kubernetes package versions
    * Updating vcs to latest version
    * Dont modify provided transport
    * Pass http getter as pointer in tests
    * Add docs block
    * Add transport option and tests
    * Reuse http transport
    * Updating Kubernetes libs to 0.23.4 (latest)
    * fix: remove deadcode
    * fix: helm package tests
    * fix: helm package with dependency update for charts with OCI dependencies
    * Fix typo Unset the env var before func return in Unit Test
    * add legal name check
    * maint: fix syntax error in deploy.sh
    * linting issue fixed
    * only apply overwrite if version is canary
    * overwrite flag added to az storage blob upload-batch
    * Avoid querying for OCI tags can explicit version provided in chart dependencies
    * Management of bearer tokens for tag listing
    * Updating Kubernetes packages to 1.23.3
    * refactor: use `os.ReadDir` for lightweight directory reading
    * Add IngressClass to manifests to be (un)installed
    * feat(comp): Shell completion for OCI
    * Fix install memory/goroutine leak
* Wed Mar 09 2022 Dirk Müller <dmueller@suse.com>
  - avoid CGO to workaround missing gold dependency (bsc#1183043)
* Thu Mar 03 2022 Dirk Müller <dmueller@suse.com>
  - build against go 1.17 similar to how upstream does
* Wed Feb 02 2022 Michal Hlavac <miso@hlavki.eu>
  - Update to version 3.8.0 (jsc#SLE-21196):
    * OCI registry support for charts is now generally available. It has graduated out of being an experiment. Some changes over Helm 3.7 include:
    * When setting a chart in the dependencies as OCI the version can be set to a range, like other dependencies
    * SemVer tags that include build information can be pushed and used. OCI registries don't support + as a tag character. Helm translates the + to _ when stored as a tag
    * helm registry login now follows the same structure as the Docker CLI for storing credentials. The same location for registry configuration can be passed to both Helm and the Docker CLI
    * A --list-repo-url flag has been added to helm search hub to quickly show the repositories URL.
    * Release names are validated during installation
    * Added support for installing Helm on Windows via Cygwin
    * Added support for Kubernetes 1.23
* Mon Oct 18 2021 Robert Munteanu <rombert@apache.org>
  - use 'v' prefix for the version to match upstream builds
  - package fish completions
* Thu Sep 16 2021 jenting.hsiao@suse.com
  - Update to version 3.6.3:
    * Ensure RawPath match Path when resolving reference
    * Set Helm as manager for managedFields
    * fix(dep update): helm dep update is not respecting the "version" stipulated in the requirements
    * fix(doc): fix kube client interface doc. (#9882)
    * use TLS client information from repo config when downloading a chart
    * Adding test for user/pass without repo on Helm install
    * Fix the url being set by WithURL on the getters
    * tweak basic handling
    * keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode
    * fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found
    * Add Test cases for repository-config without file extension
    * Correctly determine repository-config lockfile path
    * Fixed Test
    * Added test for lint mode
    * Fail message is now the same as the required message. Fixed #8973 Helm function 'fail' should not fail when doing 'helm lint'
    * fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add
* Tue Jul 06 2021 jenting.hsiao@suse.com
  - Update to version 3.6.2:
    * Fix the url being set by WithURL on the getters
    * Adding test for user/pass without repo on Helm install
* Fri Jun 18 2021 jenting.hsiao@suse.com
  - Update to version 3.6.1:
    * tweak basic handling
* Sat May 29 2021 jenting.hsiao@suse.com
  - Update to version 3.6.0:
    * bump version to v3.6.0
    * chore: update testdata to use the new ingress template
    * feat: add networking.k8s.io/v1 support to ingress template
    * Moving myself to maintainer emeritus
    * upgrade to kubernetes 1.21
    * Fix capabilities changes leaking into other tests
    * Add tests for template --kube-version
    * feat(helm): Support setting --kube-version
    * fix(ci) update ci to use main branch
    * Update references to default branch name as it has changed to main
    * Add ReadyChecker to decouple ready check logic from --wait
    * chore(deps): Bump github.com/deislabs/oras from v0.10.0 to v0.11.1 and drop replace
    * Add/update deprecation notices
    * Wrap validation error instead of recreating
    * Move default to avoid nil check
    * Add name validation rules for object kinds
    * Improve description for version flag.
    * chore: Spelling (#9410)
    * chore(deps): Bump k8s.io/klog/v2 from 2.5.0 to 2.8.0
    * chore(deps): Bump github.com/containerd/containerd from 1.4.3 to 1.4.4
    * chore(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.0
    * Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
    * Cleanup mpodule dependencies
    * feat(comp): Uninstall accepts multiple releases
    * new key for technosophos (#9478)
    * chore(deps): Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
    * add flag trimpath in the go build command
    * stick to 0.20.4
    * updated unit tests to conform with helm best practices
    * corrected order of helm lint coalescing of multiple values files
    * upgrade to v0.21.0-beta.0
    * Fix the example for --time-format flag
    * Use kube libraries v0.20.4
    * Added s390x support to get script
    * add test to ensure OCIGetter registryClient is set
    * initialize registry client in oci getter
    * feat(comp): Add descriptions for output format
    * feat(comp): Add descriptions for --version comp
    * feat(comp): Add descriptions for revision comp
    * feat(comp): Add descriptions for kube-context comp
    * feat(comp): Add descriptions for plugin completion
    * feat(comp): Add descriptions for release name comp
    * feat(comp): Improve completion for plugin commands
    * fix(cmd): Show that flags can be used for zsh/fish
    * use relative linking
    * formatting
    * more words
    * keep it concise
    * docs(CONTRIBUTING): writing a HIP
    * update test expectation for new template error string
    * Add darwin/arm64 (Apple Silicon) support
    * fix windows tests
    * fix(test): Increase golangci-lint timeout
    * fix(helm): get/get-helm-3 whitespace support in runAsRoot
    * fix release sha256
    * feat(comp): Completion for the docs --type flag
    * Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1
    * Updating golangci-lint to 1.36.0
    * chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras
    * fix(*): Validate metadata semver and printable characters
    * Bump github.com/mitchellh/copystructure from 1.0.0 to 1.1.1
    * closes #9312
    * Fix-9253: Change the deprecated charts repo URL in release notes
    * Fix `helm list --offset` cli help string
    * Define GPG_PUBRING to make pubring configurable
    * Bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11
    * Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
    * Upgrade to oras v0.9.0 (#9269) (bsc#1181419, CVE-2021-21272)
    * use kube libraries v0.20.2
    * print warning message instead of debug message when ~/.config exists but is not accessible
    * Update default ingress values section to correspond with template
    * chore(Makefile): add target to generate golden files
    * Fix dep build with OCI based charts
    * Fix typo in comment
    * bump version to
    * fix(Makefile): rebuild the binary if go.mod has changed
    * fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error
    * test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions
    * Bump github.com/containerd/containerd from 1.3.4 to 1.4.3
    * Improve the console output for resource policy keep to align with helm2.
* Mon Apr 19 2021 jenting.hsiao@suse.com
  - Update to version 3.5.4:
    * Add/update deprecation notices
    * Wrap validation error instead of recreating
    * Move default to avoid nil check
    * Add name validation rules for object kinds
    * Use kube libraries v0.20.4
* Wed Mar 17 2021 dmueller@suse.com
  - Update to version 3.5.3:
    * Fix the example for --time-format flag
    * Improve the console output for resource policy keep to align with helm2.
    * test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions
    * fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error
    * fix(test): Increase golangci-lint timeout
    * fix release sha256
    * Fix-9253: Change the deprecated charts repo URL in release notes
    * Update default ingress values section to correspond with template
    * use kube libraries v0.20.2
* Fri Feb 05 2021 jenting.hsiao@suse.com
  - Update to version 3.5.2:
    * Upgrade to oras v0.9.0 (#9269)
    * Adding missing replace directive for oras
    * chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras
    * fix(*): Validate metadata semver and printable characters
    * Fix dep build with OCI based charts
    * bump version to
    * Adding apiserver to mod/sum
    * Reduce linting severity for users of out-of-date kubernetes (#8608)
    * Bumping kubernetes to 1.20.1
    * Add explanatory comments to action.List and action.History
    * Address error on deletion of old dependencies
    * Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set (#9070)
    * Replace Helm Hub with Artifact Hub (#8626)
    * fix(pkg/chartutil): Remove warning for nils
    * Updating to sprig 3.2.0
    * Updating to Kuberentes 1.20 packages
    * Bump github.com/Masterminds/semver/v3 from 3.1.0 to 3.1.1 (#9109)
    * Bump github.com/Masterminds/squirrel from 1.4.0 to 1.5.0 (#9108)
    * Bump github.com/lib/pq from 1.8.0 to 1.9.0 (#9107)
    * Remove OCI boolean from  struct
    * Clean up imports and add doc comments
    * Implement `helm pull` for OCI registries
    * Adds the option kube-cafile and env variable HELM_KUBECAFILE for a overwrite of the certificate authority file
    * Builds with go 1.15
    * Updating to Kubernetes 1.19.4 package versions
    * Add CodeQL Security Scanning
    * Fix test
    * Fixes #9083
    * [COMMENT]fix comment
    * Fix typo
    * fix: ingress path issue
    * Revert "Add support to judge whether desired version is available or not"
    * Cleanup tempfiles introduced by unit tests under pkg/
    * bump actions/stale to v3.0.14
    * increase number of operations per run to 100
    * feat(helm): Allow generating markdown docs headers
    * chore(comp): Remove unnecessary completion code
    * Added tests for PR 8948
    * add unittes for 'helm dep build' with --skip-refresh flag.
    * Updating to k8s 1.19.3 based packages
    * lint: lint all documents in a multi-doc yaml file
    * fix(helm): flag descriptions start with lowercase
    * List either incubator or stable.
    * add waitwithjobs instead of changing wait api
    * add wait-for-jobs flag
    * fix style conformance
    * fix test-style error
    * add test cases
    * helm upgrade with --wait support jobs in manifest to be completed
    * completion: move to native zshCompletion
    * Add remaining tests in TestDependentChartAliases
    * Clarifies action needed to list new stable repo
    * feat: Allow helm test to run a subset of tests
    * Fix that the invalid version number of the helm package command will escape
    * Updating descriptions
    * Add support to judge whether desired version is available or not
    * Add test case for LoadFiles
    * Fixes Error: could not find protocol handler for
    * [#7696] Avoid crash in chart loader on unexpected file sequence
    * helm search supports semver pre version numbers starting with 0
    * added test for https://github.com/helm/helm/pull/8913 related to https://github.com/helm/helm/issues/8621
    * [#7696] Avoid crash in chart loader on unexpected file sequence
    * feat(test): Adapt completion tests to Cobra 1.1
    * Bump github.com/spf13/cobra from 1.0.0 to 1.1.1
    * Update err message to use the regex pattern directly
    * Fix the lint error message for valid names
    * do not check YAML if nothing was parsed
    * fix(test): display error message
    * bump version to v3.4.0
    * Skip tests when running helm template
    * Add --skip-refresh option in helm dep build
    * Adjusted import
    * Reuse kube-client
    * fix(helm): allow skipping manifests in tests directories
    * prepare testdata
    * Bugfix: panic when chart contains requirements.lock
* Wed Dec 09 2020 dmueller@suse.com
  - Update to version 3.4.2:
    * Updating to Kubernetes 1.19.4 package versions
    * fix: ingress path issue
* Thu Nov 12 2020 jenting.hsiao@suse.com
  - Update to version 3.4.1 (bsc#1179619):
    * add unittes for 'helm dep build' with --skip-refresh flag.
    * Add --skip-refresh option in helm dep build
    * Added tests for PR 8948
    * [#7696] Avoid crash in chart loader on unexpected file sequence
    * [#7696] Avoid crash in chart loader on unexpected file sequence
    * Updating to k8s 1.19.3 based packages
    * lint: lint all documents in a multi-doc yaml file
    * List either incubator or stable.
    * Clarifies action needed to list new stable repo
    * added test for https://github.com/helm/helm/pull/8913 related to https://github.com/helm/helm/issues/8621
    * do not check YAML if nothing was parsed
    * helm search supports semver pre version numbers starting with 0
    * Fix that the invalid version number of the helm package command will escape
    * Update err message to use the regex pattern directly
    * Fix the lint error message for valid names
    * Updating descriptions
    * Adjusted import
    * Reuse kube-client
    * Fixes Error: could not find protocol handler for
    * Add test case for LoadFiles
    * Bugfix: panic when chart contains requirements.lock
* Fri Oct 30 2020 Vicente Zepeda Mas <vzepedamas@suse.com>
  - Update to version 3.4.0:
    * bump version to v3.4.0
    * this rewrites a whole bunch of old repo URLs to the new repo URL (#8902)
    * warn and block old repo URLs (#8903)
    * improved user-facing error messages to explain the underlying problem (#8731)
    * Linking to a more complete list of meeting details.
    * add authentication to CircleCI jobs
    * helm create: make generated YAML indentation more consistent
    * Makefile: check and use GOBIN environment variable first
    * TestCheckPerms: utilize pipe to read stderr
    * Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0
    * Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
    * feat(install): add requested version to error
    * Bump github.com/gofrs/flock from 0.7.1 to 0.8.0
    * Bump github.com/lib/pq from 1.7.0 to 1.8.0
    * Fix wrong function's name in comment
    * ref(cmd): prevent klogs flags from polluting the help text
    * Adding support for k8s 1.19
    * remove redudant time func
    * fix example time format
    * rename to time format flag
    * refactor time formatting
    * fix ls command example
    * add time-format flag to list command
    * Adding annotation to index.yaml file
    * Fixing import package issue
    * Update go version to 1.14 in go.mod
    * use warning function
    * Adding size labels pointer
    * Fixing issue with idempotent repo add
    * support passing signing passphrase from file or stdin (#8394)
    * size/S and larger requiring 2 LGTMs
    * Update docs links in release notes script
    * fix: allow serverInfo field on index files
    * fix(cmd/helm): add build tags for architecture
    * switched to stricter YAML parsing on plugin metadata files
    * Merge pull request from GHSA-m54r-vrmv-hw33
    * Merge pull request from GHSA-jm56-5h66-w453
    * Merge pull request from GHSA-9vp5-m38w-j776
    * go fmt
    * improve the HTTP detection for tar archives
    * replace --no-update with --force-update and invert default. BREAKING.
    * handle case where dependency name collisions break dependency resolution
    * fixed bug that caused helm create to not overwrite modified files
    * refactor the release name validation to be consistent across Helm
    * fix: if not .Values.autoscaling.enabled indent
    * validate the name passed in during helm create
    * fix: check mode bits on kubeconfig file
    * fix incorrect wildcard expand
    * fix(comp): Disable file comp for output formats
    * Makefile: Fix LDFLAGS overriding
    * Add support to install helm
    * Fixing typo in engine comments
    * Use T.cleanup() to cleanup cmdtest_temp file
    * Use RemoveAll to remove a non-empty directory
    * mark NewTempServer as Deprecated
    * Use T.Cleanup() to cleanup temp dir helm-repotest
    * Support impersonation via flags similar to kubectl --as="user"
    * Document all env vars for CLI help
    * Use T.cleanup() to cleanup helm-action-test
    * Add GPG signature verification to install script (#7944)
    * fix: with .Values.podAnnotations indent template
    * Revert PR 8562
    * feat(comp): Add support for fish completion
    * feat: status command display description
    * Remove duplicate variable definition
    * Fixed a variable name collision caused by two PR merges (#8681)
    * Fix/8467 linter failing (#8496)
    * fix name length check on lint (#8543)
    * Fix spelling in completion.go
    * cleanup tempfiles for load_test
    * add checkFileCompletion for env HELM_BIN
    * feat(env): add support of accepting a specific variable for helm env
    * Fixing failing CI for windows
    * pkg/*: Small linting fixes
    * Correct checksum file links
    * Fixing linting of templates on Windows
    * use URL escape codes
    * add v4 to list of exempt labels
    * optimise if condition in service ready logic
    * feat(comp): Disable file completion when not valid
    * Bump Kubernetes to v0.18.8 + Bump jsonpatch
    * release/mock: Ensure conversion from int to string yields a string
    * Update Common Lables template in starter chart
    * chore(deps): add dependabot.yml
    * Fix Quick Start Guide Link in README.md
    * add helm v4 todo comments for FindChartInAuthAndTLSRepoURL.
    * polish the error handler
    * Move selector filtering after latest release version filtering
    * Added testing for list action with selector
    * Added notice about supported backends
    * Fix linting issues
    * Added selector filtering
    * Pass labels from secret/configmap to release object
    * Added selector option to list command
    * fix test that modifies the wrong cache data
    * bufix: fix validateNumColons docs
    * Fix typo
    * darwin-386 and windows-386 are not supported now
    * Fix issue with install and upgrade running all hooks
    * introduce stale issue bot
    * Close gzip reader when done.
    * fix watch error due to elb/proxy timeout
    * Avoid hardcoded container port in default notes
    * add unit tests for FindChartInAuthAndTLSRepoURL.
    * Restoring Build behavior
    * Adding helm v4 todo
    * Make unmanaged repositories version resolvable
    * Locking file URIs to a version in lockfile
    * Enhance readability by extracting bitwise operation
    * fix(sdk): Polish the downloader/manager package error return (#8491)
    * fix insecure-skip-tls-verify flag does't work on helm install, Keep FindChartInRepoURL and FindChartInAuthRepoURL functions signatures intact.
    * fix: Allow building in a path containing spaces
    * Alter whitespace in "Update Complete" output
    * fix(create): update the hook name of test-connection pod
    * polish the help text of flag
    * Reinstating comment that is still accurate
    * Rollback command support for max history
    * fix(helm): Update test during pending install
    * Correct make target in Makefile
    * fix(helm): Added test for concurrent upgrades
    * fix(helm): Avoid corrupting storage via a lock
    * Fixing version and spelling errors
    * Clarify comments to match practice
    * fix the code style error
    * feature(show): support jsonpath output for `helm show value`
    * fix(kube): use logger instead of fmt.Printf
    * fix windows build failure caused by #8431
    * address PR comment, adding whitespace for formatting
    * feat(helm): prompt for password with helm repo add
    * Lint dependencies (#7970)
    * Environment variable for setting the max history for an environment
    * chore(OWNERS): move michelleN to emeritus
    * bump version to v3.3
    * fix conflict
    * add test case
    * fix another extreme case
    * add test case
    * fix #6116
    * Make helm ls return only current releases if providing state filter
    * Report what cause finding chart to fail
    * Simplify chart installable check
* Mon Sep 28 2020 dmueller@suse.com
  - Update to version 3.3.4:
    * Fixing import package issue
    * use warning function
    * Fixing issue with idempotent repo add
* Mon Sep 21 2020 Vicente Zepeda Mas <vzepedamas@suse.com>
  - Update to version 3.3.3:
    * fix: allow serverInfo field on index files
* Mon Sep 21 2020 Vicente Zepeda Mas <vzepedamas@suse.com>
  - Update to version 3.3.2:
    * fix rebase
    * fix(cmd/helm): add build tags for architecture
    * switched to stricter YAML parsing on plugin metadata files
    * Merge pull request from GHSA-m54r-vrmv-hw33
    * Merge pull request from GHSA-jm56-5h66-w453
    * Merge pull request from GHSA-9vp5-m38w-j776
    * fixed bug that caused helm create to not overwrite modified files
    * replace --no-update with --force-update and invert default. BREAKING.
    * improve the HTTP detection for tar archives
    * handle case where dependency name collisions break dependency resolution
    * validate the name passed in during helm create
    * refactor the release name validation to be consistent across Helm
    * fix: check mode bits on kubeconfig file
* Wed Sep 09 2020 dmueller@suse.com
  - Update to version 3.3.1:
    * Fix spelling in completion.go
    * Fixing linting of templates on Windows
    * Bump Kubernetes to v0.18.8 + Bump jsonpatch
    * Fix Quick Start Guide Link in README.md
    * fix test that modifies the wrong cache data
    * bufix: fix validateNumColons docs
    * Fix typo
    * Enhance readability by extracting bitwise operation
    * Make helm ls return only current releases if providing state filter
    * fix: Allow building in a path containing spaces
    * Alter whitespace in "Update Complete" output
    * Fixing version and spelling errors
* Tue Aug 18 2020 dmueller@suse.com
  - Update to version 3.3.0:
    * Fix issue with install and upgrade running all hooks
    * bump version to v3.3
    * fix(template):Issue:helm template with --output-dir (#8156)
    * Adding v4 link
    * Updating for today's actual milestone practices
    * fix(cmd): display warnings on stderr
    * Determine chart digest by manifest (#8249)
    * Fix some go-lint warnings
    * Fix golint issue
    * feat(comp): Complete revision for rollback command
    * fix template command use --show-only flags error in windows environment
    * version bump
    * remove s390x arch check
    * feat(comp): Provide completion for --version flag
    * chore(Makefile): Remove unused variable
    * Improve the extractor and add tests (#8317)
    * Add HelmVersion to Capabilities
    * feat(cmd): Subcommands for the completion command
    * fix(chartutil): do not set helpers.tpl filetype for vim
    * Add unit test case
    * feat(comp): Move custom completions to Cobra 1.0
    * fix(doc): generic description for --version/verify
    * Fix description is ignore when installed with upgrade
    * Add unit test for man-in-the-middle attack on pull
    * chore(helm): Avoid confusion in command usage
    * Fix crashing `helm chart list` with large list
    * Show errors when linting for Chart.yaml version and appVersion fields of type non-string
    * ref(tests): localize unit test fixtures to package
    * Fix issue with unhandled error on Stat
    * Removing legacy completions.bash file
    * Using flags instead of persistent flags on status
    * Removing tiller language
    * Added s390x support
    * add kind_sorter support for SecretList
    * Fix unit test
    * Fix repo cache setting
    * Update the Helm version docs
    * Revert "group command for easy read"
    * Catching a potential panic in strval parsing
    * Recovering from panic that can occur with make
    * Fixing error with strvals parsing
    * ref(pkg/chartutil): use minimal in-memory fixtures
    * feat: Detect missing selector during lint
    * Add new line to fix code formatting in doc
    * fix(comp): Prepare plugin completion for Cobra 1.0
    * feat(test): Update golangci-lint to 1.27.0
    * chore(*): Fix formatting
    * Fixing PAX Header handling (#8086)
    * fix: upgrade using --force shoud not run patch logic (#8000)
    * feat(getter): add timeout option (#7950)
    * fix security mailing list address
    * bump DefaultCapabilities to 1.18
    * bump to kubernetes 1.18.2
    * scripts: do not use optional 'which' command in get-helm installation (#8048)
    * feat: make the linter coalesce the passed-in values before running values tests (#7984)
    * Removed scheme
    * Fixes repo parsing
    * Fixes repo parsing
    * Set DisableCompression to true to disable unwanted httpclient transformation
    * Update lint deprecation list
    * refactor: alter constant `pluginFileName` to `PluginFileName`
    * Fixing argument to be lower case
    * docs: fix capitalization in a few help messages
    * bump version to v3.2
    * fix: removed strict template errors in linter (#8017)
    * Add checking of length of resourceList before creating of deleting
    * fix: use correct regular expression for Kubernetes names (#8013)
    * feat: implement deprecation warnings in helm lint (#7986)
    * added option --insecure-skip-tls-verify for helm install, addresses #7875
    * added option --insecure-skip-tls-verify for helm pull, addresses #7875
    * polish to keep the same log style
    * Fix markdown table in helm command doc
    * feat: lint the names of templated resources (#8011)
    * Adding Helm env vars where XDG exposed
    * Fix : Prints empty list in json/yaml is no repositories are present (#7949)
    * Updating CONTRIBUTING to match current practice
    * Adding PR template from dev-v2 branch
    * Add unit test for pkg/chart/chart.go
    * fix: write index.yaml file atomically (#7954)
    * test: add test for bom test data integrity
    * Fixing docs from version to appVersion (#7975)
    * Modify Circle config to use Go 1.14 (#7980)
    * fix(pkg/cli): ensure correct configuration from kubeconfig file
    * fix(cmd/env): make helm env command respect cli flags (#7978)
    * fix(*): remove bom in utf files when loading chart files (#6081)
    * Helm upgrades with --reuse-values and nil user values -- with tests (#7959)
    * fix(pkg/plugin): copy plugins directly to the data directory (#7962)
    * fix linting error with lookup function (#7969)
    * Parse reference templates in predictable order (#7702)
    * group command for easy read
    * fs_test: use os.Getuid() instead user.Current() to determine if a test is executed with root privileges.
    * fix(helm): allow a previously failed release to be upgraded (#7653)
    * Updating get stripts to skip pre-releases
    * fix(pkg/kube): continue deleting objects when one fails
    * Add comments about release Version variable
    * fixed to mirror master
    * removed panic, and replaced with error
    * fix test
    * added config file string
    * Fix a typo "update" -> "updates" (#7346)
    * fix(cmd): Fixes logging on action conf init error (#6909)
    * Remove duplicated words (#7336)
* Fri Jul 17 2020 manfred.h@gmx.net
  - Add bash and zsh completion sub-packages
* Tue Jul 07 2020 dmueller@suse.com
  - Update to version 3.2.4 (fixes security issue
    - https://github.com/helm/helm/security/advisories/GHSA-q8q8-93cv-v6h8
    - https://github.com/helm/helm/security/advisories/GHSA-cjjc-xp8v-855w
    - https://github.com/helm/helm/security/advisories/GHSA-qq3j-xp49-j73f )
    * Improve the extractor and add tests (#8317)
    * Add checking of length of resourceList before creating of deleting
    * docs: fix capitalization in a few help messages
    * polish to keep the same log style
    * Fix markdown table in helm command doc
    * Add unit test for pkg/chart/chart.go
    * Fixing docs from version to appVersion (#7975)
    * Helm upgrades with --reuse-values and nil user values -- with tests (#7959)
    * fix(pkg/plugin): copy plugins directly to the data directory (#7962)
    * fs_test: use os.Getuid() instead user.Current() to determine if a test is executed with root privileges.
    * fix(helm): allow a previously failed release to be upgraded (#7653)
    * Fixing per gofmt
    * Fix issue with unhandled error on Stat
    * chore(helm): Avoid confusion in command usage
    * Fix unit test
    * Fix repo cache setting
    * Fixing PAX Header handling (#8086)
    * fix: upgrade using --force shoud not run patch logic (#8000)
    * Set DisableCompression to true to disable unwanted httpclient transformation
    * fix: write index.yaml file atomically (#7954)
    * fix linting error with lookup function (#7969)
    * bump version to v3.2
    * fix: removed inaccurate comment (#7937)
    * Migrate SQL storage driver to Helm 3 (#7635)
    * fix: Fixed a regression that was introduced with changed nil handling (#7938)
    * Fix nested null value overrides (#7743)
    * Updating sprig and semver to newer versions
    * add unit test for function FindPlugins
    * fix: rebuild chart after dependency update on install (#7897)
    * Make get script eaiser for helm versions to live side by side (helm3 etc) (#7752)
    * add softonic to adopters (#7918)
    * test: forward-port regression test from Helm 2 (#7927)
    * Add an improved user error message for removed k8s apis
    * fix(tests): fix broken unit tests in storage (#7928)
    * Add unit test for Secrets/ConfigMaps (#7765)
    * docs: Update inline docs on action/upgrade.go (#7834)
    * add unit test for metadata Validate
    * add unit test for ChartFullPath
    * add unit test for ChartPath
    * add unit test for IsRoot
    * updated help text for install --atomic, which was completely inaccurate (#7912)
    * feat(cmd/helm): Update Cobra to 1.0.0 release
    * fix(storage): preserve last deployed revision (#7806)
    * fixed capitalization in a few help messages. (#7898)
    * chore(comp): Remove unnecessary code
    * ref(*): kubernetes v1.18 (#7831)
    * Adding template docs to the version command
    * Implement support for multiple args for repo remove (#7791)
    * fix: fixed bug in Dependency.List() (#7852)
    * Adding notes on semver to create Chart.yaml
    * feat: allow image tag override
    * feat: add pod annotations
    * Avoid downloading same chart multiple times
    * fix(helm): Data race in kube/client Delete func. (#7820)
    * Improve --show-only flag (#7816)
    * Add unit test for pkg/chart/chart.go
    * remove unneeded values files from testchart
    * update test chart to helm3 format
    * fix: update unit test for go 1.14 error string change (#7835)
    * Add fromYamlArray and fromJsonArray template helpers (#7712)
    * Delete unneeded chart output
    * add testing for upgrade --install with subchart notes
    * pass subchart notes option to install client
    * Snapcraft installation instructions added
    * helm create command's templates more consistent
    * Improve error message to check in unit test
    * Add unit test for lint/values.go
    * Fix a bug in Delete() in storage/driver/cfgmaps.go (#7367)
    * Fix a bug in storage/driver/secrets.go Delete() (#7348)
    * fix(cli): Make upgrade check if cluster reachable
    * Correcting links for release notes
    * Add tests
    * Add more detail to error messages and support a non-force mode in metadata visitor
    * Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml
    * Fixing issue where archives created on windows have broken paths
    * fix(install): correct append tls config.
    * Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml
    * Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml
    * Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml
    * Add unit test
    * Fix stray modules
    * Port --devel flag from v2 to v3
    * Use Create method if no resources need to be adopted
    * chore(go.mod): run `go mod tidy`
    * Make the charts cache safe in presence of several Helm instances
    * fix: add new static linter and fix issues it found (#7655)
    * Add --insecure-skip-tls-verify for repositories (#7254)
    * ref(environment): use string checking instead
    * Save Chart.lock to helm package tar
    * test(helm): fix client update error
    * fix(helm): polish goimport
    * add unit test for RecordsReplace
    * fix(helm): respect resource policy on ungrade Don't delete a resource on upgrade if it is annotated with helm.io/resource-policy=keep. This can cause data loss for users if the annotation is ignored(e.g. for a PVC)
    * add unit test for ConfigMapDelete
    * add unit test for SecretDelete
    * fix(ADOPTERS): alphabetize org list (#7645)
    * Add verification output to the verify command
    * Fixes verification output on pull command
    * fix(helm): stdin values for helm upgrade --install
    * Update README.md
    * Add test for unknown subcommand
    * Return "unknown command" error for unknown subcommands
    * Fix golangci-lint errors.
    * Fix dep build to be compatiable with Helm 2 when requirements use repo alias
    * fix(cmd/helm): upgrade go-shellwords
    * Printing name of chart that do not have requested import value.
    * pkg/storage/records: add unit test for Exists
    * pkg/storage/records: add unit test for Index
    * pkg/storage/records: add unit test for Get
    * fix(helm): add --skipCRDs flag to 'helm upgrade' When 'helm upgrade --install' is run, this will allow to skip installing CRDs Closes #7452
    * feat(tests): Allow to provision memory driver
    * feat(comp): Dynamic completion for plugins
    * feat(comp): Static completion for plugins
    * Alternative: annotation-only solution
    * Adopt resources into release with correct instance and managed-by labels
    * feat(comp): Move kube-context completion to Go
    * feat(install): introduce --create-namespace
    * Fix output of list action when it is failed
    * Pass the apiserver address/port via cli, introduce HELM_KUBEAPISERVER envvar
    * add license headers to release-notes.sh script
    * Adds script to help craft release notes
    * pkg/helmpath: fix unit test for Windows
    * fix golint failure in pkg/action
    * cmd/helm/search_repo: print info to stderr
    * pkg/gates: add unit test for String
    * Fix render error not being propogated
    * IsReachable() needs to give detailed error message.
    * fix(scripts): scrape for the latest v2/v3 release from the releases page
    * feat(upgrade): introduce --disable-openapi-validation: This is a copy of the --disable-openapi-validation flag from the install command as introduced by Matthew Fisher. See commit 67e57a5fbb7b210e534157b8f67c15ffc3445453
    * ref(go.mod): k8s api 0.17.3
    * Making fetch-dist get the sha256sum files
    * Pass kube user token via cli, introduce HELM_KUBETOKEN envvar
    * Place rendering invalid YAML under --debug flag
    * fix(kube): generate k8s native scheme only once
    * fix(kube): use non global Scheme to convert
    * Revert "Do not delete templated CRDs"
    * fix(helm): improved logs
    * Fix shasums to be usable by shasum and sha256sum applications
    * fix(comp): Fix broken completion for --output flag
    * add test for template recursion
    * fix recursion count in templates
    * Fix 'helm template' to also print invalid yaml
    * fixed missing bullet
    * Add ADOPTERS file, per CNCF requirements (#7507)
    * bump version to v3.1
    * fix(version): fix typo in doc comment
    * fix(helm): Reworded logs for clarity
    * chore(*): Removes support for searching the plugin dir
    * chore(postrender): Adds unit tests for exec post renderer
    * Adds post-render support
    * fix(memory_test): rebase master
    * fix(cmd): Specify namespace for template command
    * fix(tests): Add namespace support to memory driver
    * Fixes issue where non-CRDs are read in from the crd directory
    * ref(kind_sorter): use an in-place sort for sortManifestsByKind, reduce code duplication
    * Fix engine.newFiles doc comment
    * Fixes issue where <CHARTNAME> is left in starter values file
    * fix(tests): Ignores tarball that will change on dep update
    * fix(helm): Don't wait for service to be ready when external IP are set
    * fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261)
    * Create a single shasums.txt
    * Create a single shasums.txt
    * ref(go.mod): oras v0.8.1 (#6862)
    * feat(template): Allow template output to use release name (#7503)
    * fix(tests): Make tests pass on MacOS
    * fixed dependencies processing in case of helm install or upgrade for disabled/enabled sub charts
    * fix(test) use newly created index instead of ignoring it
    * Fix tests on arm64 and ppc64le (#7500)
    * style(cmd/lint): removed slash in subcharts fp
    * fix(lookup_func): do not return error when object is not found
    * Fix typo
    * Tidy up go dependencies (#7494)
    * fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204)
    * Fix some spelling errors in comment (#7492)
    * When no resources were created, do not try to clean them up
    * fix(comp): Allow zsh completion to handle -n flag
    * Adding security file
    * maintain backwards compatibility in the api for the CRDs function
    * fix(package): remove --set, --values, etc. flags
    * fix(chartutil): remove empty lines and a space from rendered chart templates (#7455)
    * Friendly error message for non-existent Chart while packaging (#7127)
    * fix(helm): sort hooks by kind for equal weight
    * fix test-style
    * allow limited recursion in templates
    * Render the CRDs to spec files
    * fix(test): Remove invalid subcommand in test
    * fix(kube) only add to scheme.Scheme once
    * Use /usr/bin/env for bash
    * Remove references to protobuf (#7425)
    * Allow tests to run on s390x (#7096)
    * fix(comp): Update based on review comments
    * Add unit test for Reverse() in pkg/releaseutil.go
    * fix: catch one additional discovery client warning (#7176)
    * feat(version): show "unreleased" when built from a branch
    * fix(helm): improve handling of corrupted storage
    * unnecessary import removed
    * Signed-off-by: Ahmad Kazemi <ahmad.kazemi@recordpoint.com> log.Printf replaced to fix the log issue.
    * feat(comp): Isolate go completion framework better
    * feat(comp): Use cached charts file for speed
    * feat(test): add some completion tests
    * feat(comp): Don't use error codes for completion
    * feat(comp): Support completion for --revision flag
    * feat(comp): Support --generate-name in completion
    * feat(comp): Dynamic completion of flags in Go
    * feat(comp): Dynamic completion of arguments in Go
    * go.mod,go.sum: bump to k8s v1.17.1
    * ref(pkg/storage): Refactor Deployed and DeployedAll (#7374)
    * Fix: helm3 - kind sorter incorrectly compares unknown and namespace
    * Fix typo in comment for func IsReachable
    * fix(test): Make resetEnv() properly reset settings
    * Refactored alpine-pod.yaml file to make the example work in accordance to the Values.yaml file
    * feat(comp): Speed up completion of charts
    * feat(chore): Remove unused code
    * Add hpa boilerplate
    * go.mod,go.sum: bump Kubernetes dependencies 1.17.0
    * stop with an error immediately if a file or directory with that name already exists (#7187)
    * add option to bypass kubeconfig namespace
    * [helm create] Include serviceAccount.annotations value (#7246)
    * Add corresponding unit test to the function in parser.go
    * fix(helm): move ServiceAccount before Secret in InstallOrder.
    * chore(go.sum): run `go mod tidy`
    * fix error output
    * fix(tests): use sigs.k8s.io/yaml
    * Fix a typo "update" -> "updates" (#7346)
    * Add unit test for List() of pkg/storage/driver/memory.go
    * fix(cmd): Fixes logging on action conf init error (#6909)
    * Remove duplicated words (#7336)
    * Improve description for `--all` flag (#7144)
    * Add corresponding unit test to the function in resolver.go
    * Fix typo in --values cmd flag
    * Do not delete templated CRDs
    * Fix a typo "the the" -> "the"
    * fix(comp): tail cannot open +2 for reading
    * fix(tests): Use relative path to acceptance tests
    * Add corresponding unit test to the function in resource.go.
    * feat(cmd/lint): added a flag for linting subcharts
    * test(cmd/lint): added test for --with-subcharts flag
    * docs: point users to helm hub
    * fixup! Updated make to create two files sha256/sha256sum Please link sha256sum as checksum file in GIT releases page for future release
    * Updated make to create two files sha256/sha256sum Please link sha256sum as checksum file in GIT releases page for future release
    * fix(helm): add .orig as typical backup file
    * feat(checksum): update to get/get-helm-3 to match shasum fix
    * feat(checksum): Generate shasum/sha256sum -c compatible sha256 file
    * Port PR #4161 Fix incorrect timestamp when helm package to Helmv3
    * Add back fix for CRD patch creation
    * Add new Makefile targets
    * Spelling (#7258)
    * add technosophos public key (#7256)
    * fix(kube): Port use of watcher with retries to wait for resources (#7217)
    * fixed golint
    * additional fixes based on @thomastaylor312 comment
    * addressing some feedback from  @thomastaylor312
    * fixed test issue
    * added rest client passed with action configuration
    * added license header
    * fixed circle ci issues
    * added check on namespaced resource
    * first lookup template function implementation
    * doc(helmpath) move licensing info out of godoc
    * fix(install) crd install with apiextensions.k8s.io/v1
    * feat(template): process manifests in file path order, then in order found in each file (before sorting manifests)
    * fix(helm): Validate number of arguments in install client
    * Add missing statuses to the status help text (#7035)
    * Updating to sprig 3.0.2 to bring in a bugfix
    * fix(cmd): Add message about deprecated chart (#6889)
    * ref(pkg/action): split test of filterList (#6875)
    * fix(*): Helm v3 handling of APIVersion v1 charts dependencies (#7009)
    * add Marc Khouzam as a core maintainer
    * feat(install): introduce --disable-openapi-validation
    * chore(testdata): remove stale output
    * fix(tests): Repair tests failures
    * fix(helm): add --description flag to helm (#7074)
    * Repair failing unit tests - failure caused by os.Stat return values for directory size on Linux.
    * Reintroduce --is-upgrade to template command
    * fix: clarified behavior of 'list --deleted' (#6950)
    * improved the error message for failed package signing (#6948)
    * fix this inconsistency in the docs (#7157)
    * Fix godoc badge
    * Restoring fetch-dist and sign Make targets
    * fix(install): use ca file for install (#7140)
    * use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2
    * Fixing the code of conduct pointer
    * fix "Chart.lock is out of sync with Chart.yaml" (#7119)
    * Add a flag to allow template to output CRDs
    * fix(tests): mapfile is not available on MacOS
    * fix(cli): IsReachable check for "get values"
    * fix stack overflow error (#7114)
    * test(pkg): add unit tests for tar file edge cases
    * docs(install): clarify the --replace flag (#7089)
    * fix: ignore pax header files in chart validation
    * fix(plugin): Avoid crash on missing flag
    * chart_downloader: fix lint issue.
    * chart_downloader: avoid overriding TLS options from command flags when not setup in repo config.
    * cli/pull: pass TLS config to chart downloader from flags. (#7055)
    * chart_downloader: add TLS client config to options from repo config. (#7055)
    * chart_downloader: add test to verify that http opts are used correctly. (#7055)
    * fix(plugin): Avoid duplication of flag list
    * fix(plugin): Add missing -n known flag
    * fix(lint): Remove requirement that directory name and chart name match
    * remove unused variable
    * fix(lint): Remove requirement that directory name and chart name match
    * Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
    * Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
    * homebrew renamed formula to just helm from kubernetes-helm
    * Add s390x build target
    * fix: change error message to contain correct field name
    * fix(get-helm-3): remove tiller checks, fixup version check
    * fix(get): hard code DESIRED_VERSION when unset
    * fix(wait): Adds support for waiting on v1 apiextensions for CRDs
    * fix(get): install Helm v2.16.1
    * fix(reame):  update links to docs
    * fix(install): log the error when recording the release
    * fix(pkg/downloader): resolve repo alias before checking digests on build
    * fix(pkg/downloader): add failing test for build with repo alias
    * fix(strvals): port #3912, #4142, #4682, and #5151 to Helm 3
    * fix(ci): pin golangci-lint to v1.21.0
    * Used timeout instead of deadline
    * fix(cli): helm list was ignoring some errors
    * ref(tlsutil): remove ServerConfig
    * fix(tlsutil): accept only a CA certificate for validation
    * fix: stop discovery errors from halting chart rendering. (#6908)
    * print gvk information on existing resource conflict
    * fix(cli): Sort output of helm env
    * fix(show): restore comments from raw values
    * Correct spelling mistakes
    * fix(cmd): Standardizes all output to use lower snake_case names
    * Consider namespace when comparing resources
    * fix(version): implement `helm version -c`, mark as hidden
    * fix(getter): set up TLS options during .Get()
    * fix(chart): add JSON tags to chart object
    * fix(comp): Protect against user's aliases
    * fix(cmd): Updates description for template validation flag
    * Updating the usage language for search repo
    * feat(v3): Add shorthand for --all-namespace flag in list command (#6848)
    * fix(action): strip file extensions from name
    * Revert "[Makefile] Support reproducible builds"
    * Add namespace option to example kubectl command
    * fix(kube): return error when object cannot be patched
    * feat(helm): add linting support for '.tar.gz' tarballs for helm charts (#6829)
    * [Makefile] Support reproducible builds
    * fix(comp): helm plugin 'remove' is now 'uninstall'
    * fix(version): lift "unreleased" status
    * Porting fix from commit f5986db184cf6d16dcd48760ac749a20236fb845
    * Fix import
    * fix rename for helm dependency upgrade
* Thu Feb 06 2020 Joachim Gleissner <jgleissner@suse.com>
  - Update to version 3.0.3
  - Drop obsolete README.packaging

Files

/usr/bin/helm
/usr/share/doc/packages/helm
/usr/share/doc/packages/helm/README.md
/usr/share/licenses/helm
/usr/share/licenses/helm/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:22:44 2024