|
|
|
|
@@ -1,3 +1,780 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 22 06:01:14 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.1.0:
|
|
|
|
|
* Notable Changes
|
|
|
|
|
- Feature: added chart name to dependency logs, namespace to
|
|
|
|
|
resource waiting logs, and confirmation message when all
|
|
|
|
|
resources are ready #31530
|
|
|
|
|
- Feature: improved plugin name validation error messages and
|
|
|
|
|
field name detection #31491
|
|
|
|
|
- Feature: improved the --wait flag by allowing explicit
|
|
|
|
|
strategy selection (including explicit --wait=hookOnly) and
|
|
|
|
|
preventing SDK timeout errors when timeout is not specified
|
|
|
|
|
#31421
|
|
|
|
|
- Feature: allow concurrent dependency build with atomic file
|
|
|
|
|
write #30984
|
|
|
|
|
- Feature: added a --no-headers flag to the 'helm repo list'
|
|
|
|
|
command, allowing users to suppress table headers in the
|
|
|
|
|
output. Useful for scripting and automation #31448
|
|
|
|
|
- SDK feature: added a LoadArchive to common loader #31462
|
|
|
|
|
- SDK feature: introduced support for custom kstatus readers
|
|
|
|
|
#31706
|
|
|
|
|
- Fixed bug where a plugin name could already be used by
|
|
|
|
|
another command #31427
|
|
|
|
|
- Fixed bug where --server-side flag was not passed to install
|
|
|
|
|
when using upgrade --install #31635
|
|
|
|
|
- Fixed bug where HELM_ environment variables were not passed
|
|
|
|
|
to plugins. this fixes a regression which was blocking some
|
|
|
|
|
getter plugins #31613
|
|
|
|
|
- Fixed bug where Helm test --logs failed with
|
|
|
|
|
hook-delete-policy "hook-failed" or "hook-succeed" #31579
|
|
|
|
|
- Fixed kube client logging issue #31560
|
|
|
|
|
- Fixed regression where vendor-specific suffixes were stripped
|
|
|
|
|
from .Capabilities.KubeVersion.GitVersion, breaking charts
|
|
|
|
|
that detect managed Kubernetes platforms #31528
|
|
|
|
|
- Fixed a bug where helm uninstall with --keep-history did not
|
|
|
|
|
suspend previous deployed releases #12564
|
|
|
|
|
- SDK: bump k8s API versions to v0.35.0
|
|
|
|
|
- docs: updated helm template help text to document
|
|
|
|
|
--api-versions #31683
|
|
|
|
|
- docs: fixed documentation about default wait strategy
|
|
|
|
|
* Changelog
|
|
|
|
|
- Update pkg/kube/statuswait.go
|
|
|
|
|
- pkg/kube: introduce support for custom kstatus readers
|
|
|
|
|
- chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0
|
|
|
|
|
- chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0
|
|
|
|
|
- fix(release): fix test compilation error
|
|
|
|
|
- Suppress SC2154 without changing behavior
|
|
|
|
|
- chore(deps): bump github.com/foxcpp/go-mockdns from 1.1.0 to
|
|
|
|
|
1.2.0
|
|
|
|
|
- Lint sync-repo.sh with ShellCheck
|
|
|
|
|
- chore: move Evans Mungai from triage to maintainers
|
|
|
|
|
- Replace reflect.Ptr with reflect.Pointer
|
|
|
|
|
- fix: typo in the function names
|
|
|
|
|
- Add documentation for --api-versions flag in template command
|
|
|
|
|
- Fixing failing tests for cli-tools update
|
|
|
|
|
- chore(deps): bump github.com/fluxcd/cli-utils
|
|
|
|
|
- Replace deprecated `NewSimpleClientset`
|
|
|
|
|
- docs(README): add mise alternate installation documentation
|
|
|
|
|
- enable exhaustive linter
|
|
|
|
|
- fix: add default casess to switch statements
|
|
|
|
|
- build: set kube version via `debug.BuildInfo`
|
|
|
|
|
- chore(deps): bump github.com/tetratelabs/wazero from 1.10.1
|
|
|
|
|
to 1.11.0
|
|
|
|
|
- chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to
|
|
|
|
|
1.6.0
|
|
|
|
|
- doc: update based on review suggestion
|
|
|
|
|
- test(statuswait): fix Copilot code review suggestion for
|
|
|
|
|
goroutine in tests
|
|
|
|
|
- test(statuswait): add more tests suggested by Copilot code
|
|
|
|
|
review
|
|
|
|
|
- test(statuswait): add some tests for statuswait
|
|
|
|
|
- fix: use namespace-scoped watching to avoid cluster-wide LIST
|
|
|
|
|
permissions
|
|
|
|
|
- fix(doc): Update default wait strategy
|
|
|
|
|
- Update to use slog
|
|
|
|
|
- Fix TestCliPluginExitCode
|
|
|
|
|
- Check plugin name is not used
|
|
|
|
|
- chore(deps): bump github.com/fluxcd/cli-utils
|
|
|
|
|
- Fix `TestConcurrencyDownloadIndex` typo
|
|
|
|
|
- Use errors.Is to check for io.EOF and gzip.ErrHeader
|
|
|
|
|
- chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0
|
|
|
|
|
- chore(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0
|
|
|
|
|
- chore: fix some comments to improve readability
|
|
|
|
|
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0
|
|
|
|
|
- feat: move TerryHowe triage to maintainers
|
|
|
|
|
- Use latest patch release of Go in releases
|
|
|
|
|
- chore(deps): bump github.com/rubenv/sql-migrate from 1.8.0 to
|
|
|
|
|
1.8.1
|
|
|
|
|
- fix(upgrade): pass --server-side flag to install when using
|
|
|
|
|
upgrade --install
|
|
|
|
|
- chore(deps): bump github.com/spf13/cobra from 1.10.1 to
|
|
|
|
|
1.10.2
|
|
|
|
|
- chore(deps): bump golang.org/x/term from 0.37.0 to 0.38.0
|
|
|
|
|
- Run the vulnerability check on PR that change the file
|
|
|
|
|
- Fix govulncheck in CI
|
|
|
|
|
- Update the govulncheck.yml to run on change
|
|
|
|
|
- Enable the sloglint linter
|
|
|
|
|
- fix(cli): handle nil config in EnvSettings.Namespace()
|
|
|
|
|
- fix(getter): pass settings environment variables
|
|
|
|
|
- fixes comment in install.go
|
|
|
|
|
- chore(deps): bump actions/stale from 10.1.0 to 10.1.1
|
|
|
|
|
- chore(deps): bump golangci/golangci-lint-action from 9.1.0 to
|
|
|
|
|
9.2.0
|
|
|
|
|
- fixes tests after merge
|
|
|
|
|
- fixes lint issue
|
|
|
|
|
- updates tests after rebase from master
|
|
|
|
|
- Add tests to action package to improve coverage
|
|
|
|
|
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
|
|
|
|
|
- Inform we use a different golangci-lint version than the CI
|
|
|
|
|
- Deal with golint warning with private executeShutdownFunc
|
|
|
|
|
- Use length check for MetaDependencies instead of nil
|
|
|
|
|
comparison
|
|
|
|
|
- Code review
|
|
|
|
|
- Fix linting issue
|
|
|
|
|
- Update pkg/action/hooks.go
|
|
|
|
|
- added check for nil shutdown
|
|
|
|
|
- cleaned up empty line
|
|
|
|
|
- updated comment and made defer of shutdown function return
|
|
|
|
|
errors as before and not the possible shutdown error
|
|
|
|
|
- added shutdown hook that is executed after the logs have been
|
|
|
|
|
retrieved
|
|
|
|
|
- chore: fix typo in pkg/downloader/chart_downloader.go
|
|
|
|
|
- Bump required go version (`go.mod` version)
|
|
|
|
|
- Use modernize to use newer Golang features.
|
|
|
|
|
- Remove two redundant if-checks.
|
|
|
|
|
- Fix kube client logging
|
|
|
|
|
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to
|
|
|
|
|
9.1.0
|
|
|
|
|
- chore(deps): bump actions/checkout from 5.0.1 to 6.0.0
|
|
|
|
|
- chore(deps): bump actions/setup-go from 5.5.0 to 6.1.0
|
|
|
|
|
- fix: prevent segmentation violation on empty yaml in multidoc
|
|
|
|
|
- fix: prevent reporting fallback on version when none
|
|
|
|
|
specified
|
|
|
|
|
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
|
|
|
|
|
- chore(deps): bump github.com/cyphar/filepath-securejoin
|
|
|
|
|
- bump version to 4.1
|
|
|
|
|
- fix: add missing context to debug logs
|
|
|
|
|
- fix: preserve vendor suffixes in KubeVersion.GitVersion
|
|
|
|
|
- chore(deps): bump actions/checkout from 5.0.0 to 5.0.1
|
|
|
|
|
- fixup test
|
|
|
|
|
- logs
|
|
|
|
|
- fix
|
|
|
|
|
- chore: add warning for registry login with namespace
|
|
|
|
|
- style: linting
|
|
|
|
|
- test: split tests between valid and invalid
|
|
|
|
|
- test: convert tests to table drive tests
|
|
|
|
|
- test: refactor TestMetadataLegacyValidate to be more generic
|
|
|
|
|
- update tests
|
|
|
|
|
- fix: Use server-side apply for object create during update
|
|
|
|
|
- Copy adopted resource info
|
|
|
|
|
- Refactor environment variable expansion in PrepareCommands
|
|
|
|
|
and update tests
|
|
|
|
|
- fix: correct LDFLAGS path for default Kubernetes version
|
|
|
|
|
- fix: improve plugin name validation err messages early via
|
|
|
|
|
unmarshalling
|
|
|
|
|
- fix: Make invalid name error message more similar and move
|
|
|
|
|
tests
|
|
|
|
|
- fix: focus only on plugin name but give more info about what
|
|
|
|
|
we get
|
|
|
|
|
- Make validation error similar and explicit for both metadatas
|
|
|
|
|
- fix: improve plugin name validation error messages
|
|
|
|
|
- Fix syntax errors in the document
|
|
|
|
|
- chore(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- docs: Fix LFX Health Score badge URL in README.md
|
|
|
|
|
- chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0
|
|
|
|
|
- chore(deps): bump github.com/tetratelabs/wazero from 1.9.0 to
|
|
|
|
|
1.10.1
|
|
|
|
|
- Publish Helm v4 -> `helm-latest-version`
|
|
|
|
|
- Adding script to download Helm v4
|
|
|
|
|
- chore(deps): bump golang.org/x/term from 0.36.0 to 0.37.0
|
|
|
|
|
- refactor: use strings.Builder to improve performance
|
|
|
|
|
- chore(deps): bump sigs.k8s.io/kustomize/kyaml from 0.20.1 to
|
|
|
|
|
0.21.0
|
|
|
|
|
- chore(deps): bump golangci/golangci-lint-action from 8.0.0 to
|
|
|
|
|
9.0.0
|
|
|
|
|
- Update pkg/cmd/flags.go
|
|
|
|
|
- Error strategy list match help
|
|
|
|
|
- Prevent surprising failure with SDK when timeout is not set
|
|
|
|
|
- Do not change the default waiting strategy when --wait is not
|
|
|
|
|
set
|
|
|
|
|
- Provide more help for SDK user when setting up WaitStrategy
|
|
|
|
|
- Avoid confusion between `--wait` (watcher) and no --wait
|
|
|
|
|
(hookOnly)
|
|
|
|
|
- The default is not HookOnlyStrategy but WaitStrategy
|
|
|
|
|
- Make wait strategy selection more obvious
|
|
|
|
|
- Update pkg/cmd/flags.go
|
|
|
|
|
- Increase documentation of --wait flag
|
|
|
|
|
- While testing SDK features for v4. I was surprised with the
|
|
|
|
|
error:
|
|
|
|
|
- fix: do not run release workflow on forks
|
|
|
|
|
- Convert pkg/cmd/load_plugins.go to slog
|
|
|
|
|
- Rename copilot-instructions.md to AGENTS.md
|
|
|
|
|
- fix(rollback): `errors.Is` instead of string comp
|
|
|
|
|
- fix(uninstall): supersede deployed releases
|
|
|
|
|
- for remaining local variable case inconsistency
|
|
|
|
|
- Properly test error messages on pull command's test
|
|
|
|
|
- Adding a LoadArchive to common loader
|
|
|
|
|
- for all other similar cases
|
|
|
|
|
- chore(deps): bump github.com/cyphar/filepath-securejoin
|
|
|
|
|
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.3
|
|
|
|
|
to 0.22.4
|
|
|
|
|
- chore: increase logging package test coverage
|
|
|
|
|
- feat(repo): add --no-headers option to 'helm repo list'
|
|
|
|
|
- chore: fix typo of public field
|
|
|
|
|
- rename interface{} to any
|
|
|
|
|
- test: protect unknown hook delete policies
|
|
|
|
|
- chore: replace github.com/mitchellh/copystructure
|
|
|
|
|
- fix: Fix Helm v4 release distribtion/get-helm-3 script
|
|
|
|
|
- fix test
|
|
|
|
|
- Make test scripts run without /bin/bash
|
|
|
|
|
- Ignore duplicated URN in logs
|
|
|
|
|
- jsonschema: warn and ignore unresolved URN $ref to match
|
|
|
|
|
v3.18.4
|
|
|
|
|
- chore: delete unused var in installer.go
|
|
|
|
|
- fix: assign KUBECONFIG environment variable value to
|
|
|
|
|
env.Kubeconfig
|
|
|
|
|
- add concurrency test on write & load index file
|
|
|
|
|
- update writing index files to writeAtomicFile
|
|
|
|
|
- fix index concurrency
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 15 05:58:15 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.5:
|
|
|
|
|
* Notable Changes
|
|
|
|
|
- Fixed bug where helm uninstall with --keep-history did not
|
|
|
|
|
suspend previous deployed releases #12556
|
|
|
|
|
- Fixed rollback error when a manifest is removed in a failed
|
|
|
|
|
upgrade #13437
|
|
|
|
|
- Fixed check to ensure CLI plugin does not load with the same
|
|
|
|
|
name as an existing Helm command
|
|
|
|
|
- Fixed helm test --logs failure with hook-delete-policy
|
|
|
|
|
"hook-failed" or "hook-succeed" #9098
|
|
|
|
|
- Fixed a bug where empty dependency lists were incorrectly
|
|
|
|
|
treated as present
|
|
|
|
|
- Fixed a bug where the watch library did not only watch
|
|
|
|
|
namespaces associated with the objects
|
|
|
|
|
- Fixed regression in downloader plugins environment variables
|
|
|
|
|
#31612
|
|
|
|
|
- Fixed bug where --server-side flag is not respected with helm
|
|
|
|
|
upgrade --install #31627
|
|
|
|
|
- For SDK users: exposed KUBECONFIG to env
|
|
|
|
|
* Changelog
|
|
|
|
|
- fix(upgrade): pass --server-side flag to install when using
|
|
|
|
|
upgrade --install 1b6053d (Evans Mungai)
|
|
|
|
|
- fix(cli): handle nil config in EnvSettings.Namespace()
|
|
|
|
|
1e3ee1d (Zadkiel AHARONIAN)
|
|
|
|
|
- fix(getter): pass settings environment variables 31bd995
|
|
|
|
|
(Zadkiel AHARONIAN)
|
|
|
|
|
- test(statuswait): fix Copilot code review suggestion for
|
|
|
|
|
goroutine in tests 41a6b36 (Mohsen Mottaghi)
|
|
|
|
|
- test(statuswait): add more tests suggested by Copilot code
|
|
|
|
|
review 2a2e6f7 (Mohsen Mottaghi)
|
|
|
|
|
- test(statuswait): add some tests for statuswait 3818c02
|
|
|
|
|
(Mohsen Mottaghi)
|
|
|
|
|
- fix: use namespace-scoped watching to avoid cluster-wide LIST
|
|
|
|
|
permissions 66cab24 (Mohsen Mottaghi)
|
|
|
|
|
- Use length check for MetaDependencies instead of nil
|
|
|
|
|
comparison abf2007 (Calvin Bui)
|
|
|
|
|
- Deal with golint warning with private executeShutdownFunc
|
|
|
|
|
4b3de18 (Benoit Tigeot)
|
|
|
|
|
- Code review 3212770 (Benoit Tigeot)
|
|
|
|
|
- Fix linting issue 417aae9 (Benoit Tigeot)
|
|
|
|
|
- Update pkg/action/hooks.go 6c838b4 (Michelle Fernandez
|
|
|
|
|
Bieber)
|
|
|
|
|
- added check for nil shutdown c5d87f2 (Michelle Fernandez
|
|
|
|
|
Bieber)
|
|
|
|
|
- cleaned up empty line 53175b7 (Michelle Fernandez Bieber)
|
|
|
|
|
- updated comment and made defer of shutdown function return
|
|
|
|
|
errors as before and not the possible shutdown error d2df1ab
|
|
|
|
|
(Michelle Fernandez Bieber)
|
|
|
|
|
- added shutdown hook that is executed after the logs have been
|
|
|
|
|
retrieved 5b223de (Michelle Fernandez Bieber)
|
|
|
|
|
- Fix TestCliPluginExitCode e845b68 (tison)
|
|
|
|
|
- Check plugin name is not used 30bfd57 (tison)
|
|
|
|
|
- Fix rollback for missing resources 0fd2c41 (Feruzjon
|
|
|
|
|
Muyassarov)
|
|
|
|
|
- fix: assign KUBECONFIG environment variable value to
|
|
|
|
|
env.Kubeconfig b456e27 (LinPr)
|
|
|
|
|
- fix(rollback): errors.Is instead of string comp e2021f8
|
|
|
|
|
(Hidde Beydals)
|
|
|
|
|
- fix(uninstall): supersede deployed releases af7c153 (Hidde
|
|
|
|
|
Beydals)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 13 19:26:45 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.4 (4.0.3 was not released):
|
|
|
|
|
* Bump v4.0.2 CVE deps cd700e0 (George Jenkins)
|
|
|
|
|
* Use latest patch release of Go in releases 9db13ee (Matt
|
|
|
|
|
Farina)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 11 07:00:08 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.2:
|
|
|
|
|
* fix: prevent reporting fallback on version when none specified
|
|
|
|
|
* fix: prevent segmentation violation on empty yaml in multidoc
|
|
|
|
|
* Ignore duplicated URN in logs
|
|
|
|
|
* jsonschema: warn and ignore unresolved URN $ref to match
|
|
|
|
|
v3.18.4
|
|
|
|
|
* Publish Helm v4 -> `helm-latest-version`
|
|
|
|
|
* fix: Fix Helm v4 release distribtion/get-helm-3 script
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 25 07:41:27 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.1:
|
|
|
|
|
* Copy adopted resource info 12500dd (George Jenkins)
|
|
|
|
|
* fixup test 1cf3841 (George Jenkins)
|
|
|
|
|
* logs 32e2d08 (George Jenkins)
|
|
|
|
|
* fix 4b6472f (George Jenkins)
|
|
|
|
|
* fix: Use server-side apply for object create during update
|
|
|
|
|
9dfe3b3 (George Jenkins)
|
|
|
|
|
* Fix kube client logging 861adc2 (Matt Farina)
|
|
|
|
|
* update tests b2f7872 (yxxhero)
|
|
|
|
|
* Refactor environment variable expansion in PrepareCommands and
|
|
|
|
|
update tests 77f97a1 (yxxhero)
|
|
|
|
|
* Fix syntax errors in the document a156195 (Fish-pro)
|
|
|
|
|
* fix: correct LDFLAGS path for default Kubernetes version
|
|
|
|
|
2c0dcda (Benoit Tigeot)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 14 08:16:41 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.0:
|
|
|
|
|
https://github.com/helm/helm/releases/tag/v4.0.0
|
|
|
|
|
The Helm Team is proud to announce the first stable release of
|
|
|
|
|
Helm 4.
|
|
|
|
|
For full release notes, please see:
|
|
|
|
|
https://helm.sh/docs/overview/
|
|
|
|
|
https://helm.sh/docs/changelog/
|
|
|
|
|
* New Features
|
|
|
|
|
Helm 4 has numerous new features, but a few deserve
|
|
|
|
|
highlighting here:
|
|
|
|
|
- Redesigned plugin system that supports Web Assembly based
|
|
|
|
|
plugins
|
|
|
|
|
- Post-renderers are now plugins
|
|
|
|
|
- Server side apply is now supported
|
|
|
|
|
- Improved resource watching, to support waiting, based on
|
|
|
|
|
kstatus
|
|
|
|
|
- Local Content-based caching (e.g. for charts)
|
|
|
|
|
- Logging via slog enabling SDK logging to integrate with
|
|
|
|
|
modern loggers
|
|
|
|
|
- Reproducible builds of chart archives
|
|
|
|
|
- Updated SDK API including support for multiple chart API
|
|
|
|
|
versions (new experimental v3 chart API version coming soon)
|
|
|
|
|
* Compatibility with Helm v3
|
|
|
|
|
Helm v4 is a major version with backward incompatible changes
|
|
|
|
|
including to the flags and output of the Helm CLI and to the
|
|
|
|
|
SDK.
|
|
|
|
|
Please evaluate the changes to your workflows. The changes are
|
|
|
|
|
not as extensive as those from Helm v2 to v3, with the goal
|
|
|
|
|
that the majority of workflows remain compatible between Helm
|
|
|
|
|
v3 and v4.
|
|
|
|
|
Helm charts apiVersion v2 (majority of today's charts) will
|
|
|
|
|
continue to be supported in Helm v4. Existing charts should
|
|
|
|
|
continue to install, upgrade, and otherwise work. Please test
|
|
|
|
|
the installation and upgrade of charts to ensure it works as
|
|
|
|
|
expected. Changes (e.g., server side apply) may impact the
|
|
|
|
|
experience.
|
|
|
|
|
* Breaking Changes
|
|
|
|
|
- Post-renderers implemented as plugins
|
|
|
|
|
Post-renderers are implemented as plugins. With this change,
|
|
|
|
|
it is no longer possible to pass an executable directly to
|
|
|
|
|
helm render --post-renderer, but a plugin name must be
|
|
|
|
|
passed. This might require updates to existing any
|
|
|
|
|
post-renderer workflows.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 12 15:01:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.19.2:
|
|
|
|
|
* [backport] fix: get-helm-3 script use helm3-latest-version
|
|
|
|
|
8766e71 (George Jenkins)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 11 10:17:19 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.19.1 (bsc#1251649, CVE-2025-58190,
|
|
|
|
|
bsc#1251442, CVE-2025-47911):
|
|
|
|
|
* chore(deps): bump github.com/containerd/containerd from 1.7.28
|
|
|
|
|
to 1.7.29
|
|
|
|
|
* jsonschema: warn and ignore unresolved URN $ref to match
|
|
|
|
|
v3.18.4
|
|
|
|
|
* Avoid "panic: interface conversion: interface {} is nil"
|
|
|
|
|
* Fix `helm pull` untar dir check with repo urls
|
|
|
|
|
* Fix deprecation warning
|
|
|
|
|
* chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
|
|
|
|
|
* Add timeout flag to repo add and update flags
|
|
|
|
|
* chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 13 16:02:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.19.0:
|
|
|
|
|
* bump version to v3.19.0
|
|
|
|
|
* fix: use username and password if provided
|
|
|
|
|
* chore(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
|
|
|
|
|
* chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
|
|
|
|
|
* chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
|
|
|
|
|
* fix(helm-lint): fmt
|
|
|
|
|
* fix(helm-lint): Add TLSClientConfig
|
|
|
|
|
* fix(helm-lint): Add HTTP/HTTPS URL support for json schema references
|
|
|
|
|
* chore(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* fix: go mod tidy for v3
|
|
|
|
|
* chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0
|
|
|
|
|
* chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0
|
|
|
|
|
* fix Chart.yaml handling
|
|
|
|
|
* Handle messy index files
|
|
|
|
|
* chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28
|
|
|
|
|
* json schema fix
|
|
|
|
|
* fix: k8s version parsing to match original
|
|
|
|
|
* chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0
|
|
|
|
|
* Do not explicitly set SNI in HTTPGetter
|
|
|
|
|
* chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7
|
|
|
|
|
* chore(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0
|
|
|
|
|
* chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0
|
|
|
|
|
* chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0
|
|
|
|
|
* Disabling linter due to unknown issue
|
|
|
|
|
* Updating link handling
|
|
|
|
|
* Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0
|
|
|
|
|
* fix: user username password for login
|
|
|
|
|
* Update pkg/registry/transport.go
|
|
|
|
|
* Update pkg/registry/transport.go
|
|
|
|
|
* fix: add debug logging to oci transport
|
|
|
|
|
* build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0
|
|
|
|
|
* build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0
|
|
|
|
|
* fix: legacy docker support broken for login
|
|
|
|
|
* fix: plugin installer test with no Internet
|
|
|
|
|
* Handle an empty registry config file.
|
|
|
|
|
* Prevent fetching newReference again as we have in calling method
|
|
|
|
|
* Prevent failure when resolving version tags in oras memory store
|
|
|
|
|
* fix(client): skipnode utilization for PreCopy
|
|
|
|
|
* test: Skip instead of returning early. looks more intentional
|
|
|
|
|
* test: tests repo stripping functionality
|
|
|
|
|
* test: include tests for Login based on different protocol prefixes
|
|
|
|
|
* fix(client): layers now returns manifest - remove duplicate from descriptors
|
|
|
|
|
* fix(client): return nil on non-allowed media types
|
|
|
|
|
* Fix 3.18.0 regression: registry login with scheme
|
|
|
|
|
* Update pkg/plugin/plugin.go
|
|
|
|
|
* Update pkg/plugin/plugin.go
|
|
|
|
|
* Wait for Helm v4 before raising when platformCommand and Command are set
|
|
|
|
|
* Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]"
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* chore: update generalization warning message
|
|
|
|
|
* build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0
|
|
|
|
|
* fix: move warning to top of block
|
|
|
|
|
* fix: govulncheck workflow
|
|
|
|
|
* fix: replace fmt warning with slog
|
|
|
|
|
* fix: add warning when ignore repo flag
|
|
|
|
|
* bump version to v3.18.0
|
|
|
|
|
* backport #30673 to dev-v3
|
|
|
|
|
* feat: add httproute from gateway-api to create chart template
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 20 11:12:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.6:
|
|
|
|
|
* fix(helm-lint): fmt
|
|
|
|
|
* fix(helm-lint): Add TLSClientConfig
|
|
|
|
|
* fix(helm-lint): Add HTTP/HTTPS URL support for json schema
|
|
|
|
|
references
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 19 05:19:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.5:
|
|
|
|
|
* fix Chart.yaml handling 7799b48 (Matt Farina)
|
|
|
|
|
* Handle messy index files dd8502f (Matt Farina)
|
|
|
|
|
* json schema fix cb8595b (Robert Sirchia)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 4 15:20:55 UTC 2025 - Alexey Kolos <lioli7k@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Fix shell completion dependencies
|
|
|
|
|
* Add BuildRequires to prevent inclusion of folders owned by shells.
|
|
|
|
|
* Add Requires because installing completions without appropriate
|
|
|
|
|
shell is questionable.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 29 20:02:25 UTC 2025 - Alexey Kolos <lioli7k@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Fix zsh completion location
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 09 04:44:40 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.4 (bsc#1246152, CVE-2025-53547):
|
|
|
|
|
* Disabling linter due to unknown issue f20a4ad (Matt Farina)
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates 563b094
|
|
|
|
|
(dependabot[bot])
|
|
|
|
|
* Updating link handling 00de613 (Matt Farina)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 17 04:30:30 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.3:
|
|
|
|
|
* build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0
|
|
|
|
|
6838ebc (dependabot[bot])
|
|
|
|
|
* fix: user username password for login 5b9e2f6 (Terry Howe)
|
|
|
|
|
* Update pkg/registry/transport.go 2782412 (Terry Howe)
|
|
|
|
|
* Update pkg/registry/transport.go e66cf6a (Terry Howe)
|
|
|
|
|
* fix: add debug logging to oci transport 191f05c (Terry Howe)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 10 08:14:00 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- remove flaky test
|
|
|
|
|
* cmd/helm/dependency_build_test.go
|
|
|
|
|
* cmd/helm/dependency_update_test.go
|
|
|
|
|
* cmd/helm/pull_test.go
|
|
|
|
|
* cmd/helm/registry_login_test.go
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 02 15:44:48 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.2:
|
|
|
|
|
* fix: legacy docker support broken for login 04cad46 (Terry
|
|
|
|
|
Howe)
|
|
|
|
|
* Handle an empty registry config file. bc9f8a2 (Matt Farina)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 31 05:20:36 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.1:
|
|
|
|
|
* Notes:
|
|
|
|
|
- This release fixes regressions around template generation and
|
|
|
|
|
OCI registry interaction in 3.18.0
|
|
|
|
|
- There are at least 2 known regressions unaddressed in this
|
|
|
|
|
release. They are being worked on.
|
|
|
|
|
- Empty registry configuration files. When the file exists
|
|
|
|
|
but it is empty.
|
|
|
|
|
- Login to Docker Hub on some domains fails.
|
|
|
|
|
* Changelog
|
|
|
|
|
- fix(client): skipnode utilization for PreCopy
|
|
|
|
|
- fix(client): layers now returns manifest - remove duplicate
|
|
|
|
|
from descriptors
|
|
|
|
|
- fix(client): return nil on non-allowed media types
|
|
|
|
|
- Prevent fetching newReference again as we have in calling
|
|
|
|
|
method
|
|
|
|
|
- Prevent failure when resolving version tags in oras memory
|
|
|
|
|
store
|
|
|
|
|
- Update pkg/plugin/plugin.go
|
|
|
|
|
- Update pkg/plugin/plugin.go
|
|
|
|
|
- Wait for Helm v4 before raising when platformCommand and
|
|
|
|
|
Command are set
|
|
|
|
|
- Fix 3.18.0 regression: registry login with scheme
|
|
|
|
|
- Revert "fix (helm) : toToml` renders int as float [ backport
|
|
|
|
|
to v3 ]"
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 22 18:13:21 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
- Don't disable CGO on riscv64
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 20 19:29:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- reduce parallelism even more on tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 20 04:35:56 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.18.0 (bsc#1241802, CVE-2025-22872):
|
|
|
|
|
* Notable Changes
|
|
|
|
|
- Add support for JSON Schema 2020
|
|
|
|
|
- Enabled cpu and memory profiling
|
|
|
|
|
- Add hook annotation to output hook logs to client on error
|
|
|
|
|
* Changelog
|
|
|
|
|
- build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- fix: govulncheck workflow
|
|
|
|
|
- bump version to v3.18.0
|
|
|
|
|
- fix:add proxy support when mTLS configured
|
|
|
|
|
- docs: Note about http fallback for OCI registries
|
|
|
|
|
- Bump net package to avoid CVE on dev-v3
|
|
|
|
|
- Bump toml
|
|
|
|
|
- backport #30677to dev3
|
|
|
|
|
- build(deps): bump github.com/rubenv/sql-migrate from 1.7.2 to
|
|
|
|
|
1.8.0
|
|
|
|
|
- Add install test for TakeOwnership flag
|
|
|
|
|
- Fix --take-ownership
|
|
|
|
|
- build(deps): bump github.com/rubenv/sql-migrate from 1.7.1 to
|
|
|
|
|
1.7.2
|
|
|
|
|
- build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
|
|
|
|
|
- build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0
|
|
|
|
|
- Testing text bump
|
|
|
|
|
- Permit more Go version and not only 1.23.8
|
|
|
|
|
- Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3
|
|
|
|
|
to 3.0.0
|
|
|
|
|
- Unarchiving fix
|
|
|
|
|
- Fix typo
|
|
|
|
|
- Report as debug log, the time spent waiting for resources
|
|
|
|
|
- build(deps): bump github.com/containerd/containerd from
|
|
|
|
|
1.7.26 to 1.7.27
|
|
|
|
|
- Update pkg/registry/fallback.go
|
|
|
|
|
- automatic fallback to http
|
|
|
|
|
- chore(oci): upgrade to ORAS v2
|
|
|
|
|
- Updating to 0.37.0 for x/net
|
|
|
|
|
- build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
|
|
|
|
|
- build(deps): bump github.com/opencontainers/image-spec
|
|
|
|
|
- build(deps): bump github.com/containerd/containerd from
|
|
|
|
|
1.7.25 to 1.7.26
|
|
|
|
|
- build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
|
|
|
|
|
- Fix cherry-pick helm.sh/helm/v4 -> helm.sh/helm/v3
|
|
|
|
|
- Refactor based on review comment
|
|
|
|
|
- Refactor based on review comment
|
|
|
|
|
- Add HookOutputFunc and generic yaml unmarshaller
|
|
|
|
|
- clarify fix error message
|
|
|
|
|
- fix err check
|
|
|
|
|
- remove comments about previous functionality
|
|
|
|
|
- add short circuit return
|
|
|
|
|
- Update based on review comments
|
|
|
|
|
- Update based on review comments
|
|
|
|
|
- Fix lint
|
|
|
|
|
- Tidy up imports
|
|
|
|
|
- Add hook annotations to output pod logs to client on success
|
|
|
|
|
and fail
|
|
|
|
|
- chore: use []error instead of []string
|
|
|
|
|
- Update cmd/helm/profiling.go
|
|
|
|
|
- chore: update profiling doc in CONTRIBUTING.md
|
|
|
|
|
- Update CONTRIBUTING guide
|
|
|
|
|
- Prefer environment variables to CLI flags
|
|
|
|
|
- Fix linter warning
|
|
|
|
|
- Move pprof paths to HELM_PPROF env variable
|
|
|
|
|
- Update CONTRIBUTING.md
|
|
|
|
|
- Update CONTRIBUTING.md
|
|
|
|
|
- Additional review fixes from PR
|
|
|
|
|
- feat: Add flags to enable CPU and memory profiling
|
|
|
|
|
- build(deps): bump github.com/distribution/distribution/v3
|
|
|
|
|
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
|
|
|
|
|
- Moving to SetOut and SetErr for Cobra
|
|
|
|
|
- build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
|
|
|
|
|
- build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0
|
|
|
|
|
- build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
|
|
|
|
|
- build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
|
|
|
|
|
- build(deps): bump github.com/cyphar/filepath-securejoin
|
|
|
|
|
- build(deps): bump github.com/evanphx/json-patch
|
|
|
|
|
- build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
- fix: check group for resource info match
|
|
|
|
|
- Bump github.com/cyphar/filepath-securejoin from 0.3.6 to
|
|
|
|
|
0.4.0
|
|
|
|
|
- add test for nullifying nested global value
|
|
|
|
|
- Ensuring the file paths are clean prior to passing to
|
|
|
|
|
securejoin
|
|
|
|
|
- Bump github.com/containerd/containerd from 1.7.24 to 1.7.25
|
|
|
|
|
- Bump golang.org/x/crypto from 0.31.0 to 0.32.0
|
|
|
|
|
- Bump golang.org/x/term from 0.27.0 to 0.28.0
|
|
|
|
|
- bump version to v3.17.0
|
|
|
|
|
- Bump github.com/moby/term from 0.5.0 to 0.5.2
|
|
|
|
|
- Add test case for removing an entire object
|
|
|
|
|
- Tests for bugfix: Override subcharts with null values #12879
|
|
|
|
|
- feat: Added multi-platform plugin hook support to v3
|
|
|
|
|
- This commit fixes the issue where the yaml.Unmarshaller
|
|
|
|
|
converts all int values into float64, this passes in option
|
|
|
|
|
to decoder, which enables conversion of int into .
|
|
|
|
|
- merge null child chart objects
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 10 04:56:46 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.17.3:
|
|
|
|
|
Helm v3.17.3 is a security (patch) release. Users are strongly
|
|
|
|
|
recommended to update to this release.
|
|
|
|
|
* Changelog
|
|
|
|
|
- Unarchiving fix e4da497 (Matt Farina)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 13 18:16:55 UTC 2025 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.17.2 (bsc#1238688, CVE-2025-22870):
|
|
|
|
|
* Updating to 0.37.0 for x/net
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 10 16:41:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- skip 32bit builds on SLFO
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 14 11:52:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- reduce test flakyness by limiting parallelism to what upstream
|
|
|
|
|
uses
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 13 06:16:05 UTC 2025 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.17.1:
|
|
|
|
|
* add test for nullifying nested global value
|
|
|
|
|
* Add test case for removing an entire object
|
|
|
|
|
* Tests for bugfix: Override subcharts with null values #12879
|
|
|
|
|
* merge null child chart objects
|
|
|
|
|
* build(deps): bump the k8s-io group with 7 updates
|
|
|
|
|
* fix: check group for resource info match
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 16 05:57:13 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- Update to 3.17.0 (bsc#1235318, CVE-2024-45338):
|
|
|
|
|
Full changelog:
|
|
|
|
|
https://github.com/helm/helm/releases/tag/v3.17.0
|
|
|
|
|
* Notable Changes
|
|
|
|
|
- Allow pulling and installation by OCI digest
|
|
|
|
|
- Annotations and dependencies are now in chart metadata output
|
|
|
|
|
- New --take-ownership flag for install and upgrade commands
|
|
|
|
|
- SDK: Authorizer and registry authorizer are now configurable
|
|
|
|
|
- Removed the Kubernetes configuration file permissions check
|
|
|
|
|
- Added username/password to helm push and dependency
|
|
|
|
|
build/update subcommands
|
|
|
|
|
- Added toYamlPretty template function
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 16 21:45:40 UTC 2024 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.16.4 (bsc#1234482, CVE-2024-45337):
|
|
|
|
|
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0
|
|
|
|
|
* Bump the k8s-io group with 7 updates
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 14 13:05:38 UTC 2024 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.16.3:
|
|
|
|
|
* fix: fix label name
|
|
|
|
|
* Fix typo in pkg/lint/rules/chartfile_test.go
|
|
|
|
|
* Increasing the size of the runner used for releases.
|
|
|
|
|
* fix(hooks): correct hooks delete order
|
|
|
|
|
* Bump github.com/containerd/containerd from 1.7.12 to 1.7.23
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 11 08:24:54 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.16.2:
|
|
|
|
|
* Revering change unrelated to issue #13176
|
|
|
|
|
* adds tests for handling of Helm index with broken chart
|
|
|
|
|
versions #13176
|
|
|
|
|
* improves handling of Helm index with broken helm chart versions
|
|
|
|
|
#13176
|
|
|
|
|
* Bump the k8s-io group with 7 updates
|
|
|
|
|
* adding check-latest:true
|
|
|
|
|
* Grammar fixes
|
|
|
|
|
* Fix typos
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 14 14:00:08 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.16.1:
|
|
|
|
|
* bumping version to 1.22.7
|
|
|
|
|
* Merge pull request #13327 from mattfarina/revert-11726
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 14 13:55:08 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.16.0:
|
|
|
|
|
Helm v3.16.0 is a feature release. Users are encouraged to
|
|
|
|
|
upgrade for the best experience.
|
|
|
|
|
* Notable Changes
|
|
|
|
|
- added sha512sum template function
|
|
|
|
|
- added ActiveHelp for cmds that don't take any more args
|
|
|
|
|
- drops very old Kubernetes versions support in helm create
|
|
|
|
|
- add --skip-schema-validation flag to helm 'install',
|
|
|
|
|
'upgrade' and 'lint'
|
|
|
|
|
- fixed bug to now use burst limit setting for discovery
|
|
|
|
|
- Added windows arm64 support
|
|
|
|
|
* Full changelog see
|
|
|
|
|
https://github.com/helm/helm/releases/tag/v3.16.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 14 16:54:27 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
@@ -37,7 +814,10 @@ Thu May 23 19:45:52 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 18 09:20:56 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.15.0:
|
|
|
|
|
- Update to version 3.15.0 (bsc#1220207, CVE-2024-26147,
|
|
|
|
|
bsc#1219969, CVE-2024-25620):
|
|
|
|
|
- obsoletes CVE-2024-26147.patch in older distributions
|
|
|
|
|
- obsoletes CVE-2024-25620.patch in odler distributions
|
|
|
|
|
Helm v3.15.0 is a feature release. Users are encouraged to
|
|
|
|
|
upgrade for the best experience.
|
|
|
|
|
* Updating to k8s 1.30 c4e37b3 (Matt Farina)
|
|
|
|
|
|