forked from pool/helmfile
Accepting request 1245574 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1245574 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=65
This commit is contained in:
commit
cdc02eabe3
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">v0.170.1</param>
|
||||
<param name="revision">v0.171.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">9dc0aaa1e7263f2a89e973f4dcbe343dc93c3c1d</param></service></servicedata>
|
||||
<param name="changesrevision">41d8070b85e461505cc8eb3ad6ca1e75e44c3936</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1373a24cae087d9c9943deff8bb6f20068829106d31f0c2709acc367790f1406
|
||||
size 1127956
|
3
helmfile-0.171.0.tar.gz
Normal file
3
helmfile-0.171.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d440201affd72f9813a5755a204414bd02e158d23e838a7105463d960eb9d911
|
||||
size 1128799
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 09:00:02 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.171.0:
|
||||
* feat: execute templates against postRendererHooks by @allanger
|
||||
in #1839
|
||||
* build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
|
||||
by @dependabot in #1897
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.15 to
|
||||
1.15.16 by @dependabot in #1901
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.16 to
|
||||
1.15.17 by @dependabot in #1905
|
||||
* Use a regex to match --state-values-set-string arguments
|
||||
by @gllb in #1902
|
||||
* build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0
|
||||
by @dependabot in #1911
|
||||
* Chartify v0.20.8 update by @scodeman in #1908
|
||||
* cleanup: remove all about v0.x by @yxxhero in #1903
|
||||
* build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0
|
||||
by @dependabot in #1913
|
||||
* chore: update babel to resolve CVEs by @zhaque44 in #1916
|
||||
* remove deprecated charts.yaml by @yxxhero in #1437
|
||||
* Revert "cleanup: remove all about v0.x" by @yxxhero in #1918
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.17 to
|
||||
1.15.19 by @dependabot in #1920
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.19 to
|
||||
1.15.20 by @dependabot in #1921
|
||||
* feat: Add support for --wait-retries flag. by @connyay in #1922
|
||||
* build: update go-yaml to v1.15.21 by @yxxhero in #1923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 09:45:41 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 9dc0aaa1e7263f2a89e973f4dcbe343dc93c3c1d
|
||||
%define git_commit 41d8070b85e461505cc8eb3ad6ca1e75e44c3936
|
||||
Name: helmfile
|
||||
Version: 0.170.1
|
||||
Version: 0.171.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad8691e4af98c79c43af75e6b5c414a139cbc3bedfc19c39a811a81c000dd70c
|
||||
size 24102939
|
||||
oid sha256:3a9381a0ad9068812940fc9f1c4d758778622dda0490279cd4f81c6aa8e0dc1c
|
||||
size 24111755
|
||||
|
Loading…
x
Reference in New Issue
Block a user