Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dd29393639 | |||
| 3e429a48b6 | |||
| 1a7f8b061f | |||
| 6dbdf72038 | |||
| bf47e76927 |
2
_service
2
_service
@@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v3.19.1</param>
|
||||
<param name="revision">v3.18.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helm/helm.git</param>
|
||||
<param name="changesrevision">4f953c223ba21103268e0b664c64240bc69fced7</param></service></servicedata>
|
||||
<param name="changesrevision">d80839cf37d860c8aa9a0503fe463278f26cd5e2</param></service></servicedata>
|
||||
BIN
helm-3.18.4.obscpio
LFS
Normal file
BIN
helm-3.18.4.obscpio
LFS
Normal file
Binary file not shown.
BIN
helm-3.19.1.obscpio
LFS
BIN
helm-3.19.1.obscpio
LFS
Binary file not shown.
115
helm.changes
115
helm.changes
@@ -1,118 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: helm
|
||||
version: 3.19.1
|
||||
mtime: 1762826932
|
||||
commit: 4f953c223ba21103268e0b664c64240bc69fced7
|
||||
version: 3.18.4
|
||||
mtime: 1752004680
|
||||
commit: d80839cf37d860c8aa9a0503fe463278f26cd5e2
|
||||
|
||||
19
helm.spec
19
helm.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package helm
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define goipath helm.sh/helm/v3
|
||||
%define git_dirty clean
|
||||
Name: helm
|
||||
Version: 3.19.1
|
||||
Version: 3.18.4
|
||||
Release: 0
|
||||
Summary: The Kubernetes Package Manager
|
||||
License: Apache-2.0
|
||||
@@ -27,9 +27,7 @@ Group: Development/Languages/Other
|
||||
URL: https://github.com/helm/helm
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: fish
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: zsh
|
||||
%if 0%{?suse_version} == 1600
|
||||
# go is not available on Framework one for x86
|
||||
ExcludeArch: %ix86
|
||||
@@ -45,7 +43,6 @@ pre-configured Kubernetes resources.
|
||||
Summary: Bash Completion for %{name}
|
||||
Group: System/Shells
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
Supplements: (%{name} and bash-completion)
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -56,7 +53,6 @@ Bash command line completion support for %{name}.
|
||||
Summary: Zsh Completion for %{name}
|
||||
Group: System/Shells
|
||||
Requires: %{name} = %{version}
|
||||
Requires: zsh
|
||||
Supplements: (%{name} and zsh)
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -67,7 +63,6 @@ Zsh command line completion support for %{name}.
|
||||
Summary: Fish Completion for %{name}
|
||||
Group: System/Shells
|
||||
Requires: %{name} = %{version}
|
||||
Requires: fish
|
||||
Supplements: (%{name} and fish)
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -99,8 +94,8 @@ export CGO_ENABLED=0
|
||||
%goinstall
|
||||
mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions
|
||||
%{buildroot}/%{_bindir}/helm completion bash > %{buildroot}%{_datarootdir}/bash-completion/completions/%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions
|
||||
%{buildroot}/%{_bindir}/helm completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d
|
||||
%{buildroot}/%{_bindir}/helm completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
|
||||
%{buildroot}/%{_bindir}/helm completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
@@ -121,12 +116,16 @@ GO111MODULE=on go test -p 2 ./...
|
||||
%{_bindir}/helm
|
||||
|
||||
%files bash-completion
|
||||
%dir %{_datarootdir}/bash-completion/completions/
|
||||
%{_datarootdir}/bash-completion/completions/%{name}
|
||||
|
||||
%files zsh-completion
|
||||
%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
%dir %{_datarootdir}/zsh_completion.d/
|
||||
%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
|
||||
%files fish-completion
|
||||
%dir %{_datarootdir}/fish
|
||||
%dir %{_datarootdir}/fish/vendor_completions.d
|
||||
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
vendor.tar.gz
LFS
BIN
vendor.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user