Update helmfile to version 1.2.1 in leap-16.0 #4
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">v1.1.9</param>
|
||||
<param name="revision">v1.2.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">manfred.h@gmx.net</param>
|
||||
</service>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">4a1c53cf9f09e45c3a94cba63ea2f5679b1b9470</param>
|
||||
<param name="changesrevision">570ee3a8bbbf4cebe566866d36a5b735046dd103</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7df8bf0f72990225820afe7bbce9afe86cdbc6b3c80685a8d054b69506afed53
|
||||
size 1070491
|
||||
3
helmfile-1.2.1.tar.gz
Normal file
3
helmfile-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90ba23efd32c84c1f833cb0e40c345560eefb69331474bafb85eddafc6656655
|
||||
size 1110676
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 08:43:30 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 1.2.1:
|
||||
* build(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 by
|
||||
@dependabot[bot] in #2274
|
||||
* build(deps): bump github.com/helmfile/vals from 0.42.4 to
|
||||
0.42.5 by @dependabot[bot] in #2272
|
||||
* build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
|
||||
by @dependabot[bot] in #2277
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.90.2 to 1.91.1 by @dependabot[bot] in #2284
|
||||
* Fix four critical issues: environment merging, kubeVersion
|
||||
detection, lookup() with kustomize, and Helm 4 color flags by
|
||||
@aditmeno in #2276
|
||||
* build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by
|
||||
@dependabot[bot] in #2283
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.20 to 1.32.0 by @dependabot[bot] in #2282
|
||||
* build(deps): bump actions/checkout from 5 to 6 by
|
||||
@dependabot[bot] in #2287
|
||||
* build(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 by
|
||||
@dependabot[bot] in #2285
|
||||
* Fix four critical bugs: array merging (#2281), AWS SDK logging
|
||||
(#2270), helmDefaults skip flags (#2269), and OCI chart versions
|
||||
(#2247) by @aditmeno in #2288
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.91.1 to 1.92.0 by @dependabot[bot] in #2286
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 08:05:36 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.15 to 1.31.16 by @dependabot[bot] in #2242
|
||||
* build(deps): bump github.com/hashicorp/go-getter from 1.8.2
|
||||
to 1.8.3 by @dependabot[bot] in #2241
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.89.0 to 1.89.1 by @dependabot[bot] in #2240
|
||||
* build(deps): bump github.com/containerd/containerd from 1.7.28
|
||||
to 1.7.29 by @dependabot[bot] in #2249
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.89.1 to 1.90.0 by @dependabot[bot] in #2248
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.16 to 1.31.17 by @dependabot[bot] in #2245
|
||||
* build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by
|
||||
@dependabot[bot] in #2251
|
||||
* build(deps): bump golangci/golangci-lint-action from 8 to 9 by
|
||||
@dependabot[bot] in #2250
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.17 to 1.31.18 by @dependabot[bot] in #2253
|
||||
* build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 by
|
||||
@dependabot[bot] in #2256
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.18 to 1.31.20 by @dependabot[bot] in #2259
|
||||
* perf(app): Parallelize helmfile.d rendering and eliminate chdir
|
||||
race conditions by @aditmeno in #2261
|
||||
* build(deps): bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by
|
||||
@dependabot[bot] in #2264
|
||||
* Issue-1883 fix by @zhaque44 in #2058
|
||||
* feat: add Helm 4 support while maintaining Helm 3 compatibility
|
||||
by @aditmeno in #2262
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.90.0 to 1.90.2 by @dependabot[bot] in #2258
|
||||
- Bump golang(API) to >= 1.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 08:31:50 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 4a1c53cf9f09e45c3a94cba63ea2f5679b1b9470
|
||||
%define git_commit 570ee3a8bbbf4cebe566866d36a5b735046dd103
|
||||
Name: helmfile
|
||||
Version: 1.1.9
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
@@ -31,7 +31,7 @@ Requires: helm >= 3.13.1
|
||||
Recommends: helm >= 3.14.3
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: xz
|
||||
BuildRequires: golang(API) >= 1.24
|
||||
BuildRequires: golang(API) >= 1.25
|
||||
Obsoletes: %{name}-bash-completion < %{version}
|
||||
Obsoletes: %{name}-zsh-completion < %{version}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8b2d8981403736fd4765db6eab64496bf148e37fa7b3268bdc241c3207b93fe
|
||||
size 28335804
|
||||
oid sha256:6b1a301ada977c3bdf69c64f9a4c302455d77fcaa5e7cbf31172bc0fb545880b
|
||||
size 29368982
|
||||
|
||||
Reference in New Issue
Block a user