forked from pool/helmfile
Accepting request 930536 from home:manfred-h:Cubic
- v0.142.0: * Add support for transitive dependencies (needs). by @pjotre86 in #1983 * Add documentation for needs parameterization. by @pjotre86 in #1987 * Process feedback for pr 1983 by @pjotre86 in #1992 * Make .Environment values available in .gotmpl files. by @pjotre86 in #2000 OBS-URL: https://build.opensuse.org/request/show/930536 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=52
This commit is contained in:
parent
ff8126271c
commit
1ebd0c6b4b
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.141.0</param>
|
||||
<param name="revision">v0.142.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/roboll/helmfile.git</param>
|
||||
<param name="changesrevision">9a0ce53608603677a59a77e55d1c2f141a7a46fb</param></service></servicedata>
|
||||
<param name="changesrevision">ca6dd7a60f3d3b5e1c70cd8023ea7f493214dc2d</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3fdec78a211da39d9da51d4fd50219a0337b96930075291170e84f5eba2d615
|
||||
size 242141
|
3
helmfile-0.142.0.tar.gz
Normal file
3
helmfile-0.142.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5501722203328903efa7d792a8a71ee87e96b268867fce5b197ca55a9c30850
|
||||
size 245279
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 19:13:29 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.142.0:
|
||||
* Add support for transitive dependencies (needs). by @pjotre86 in #1983
|
||||
* Add documentation for needs parameterization. by @pjotre86 in #1987
|
||||
* Process feedback for pr 1983 by @pjotre86 in #1992
|
||||
* Make .Environment values available in .gotmpl files. by @pjotre86 in #2000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 08:16:35 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 9a0ce53608603677a59a77e55d1c2f141a7a46fb
|
||||
%define git_commit ca6dd7a60f3d3b5e1c70cd8023ea7f493214dc2d
|
||||
Name: helmfile
|
||||
Version: 0.141.0
|
||||
Version: 0.142.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:251a3b6aae6548f831171e65620971016cf9d04964d7713959e0318c0ef0bac4
|
||||
size 6575713
|
||||
oid sha256:92a300ce6889b8e5f98c3d4705824233b2ed2d972f780c5a78f3ae0c3c38c37c
|
||||
size 6575474
|
||||
|
Loading…
Reference in New Issue
Block a user