forked from pool/helmfile
Accepting request 867921 from home:manfred-h:Cubic
- v0.138.1: fix: fixed up OCI repos so they support paths and URLs that differ fr… * 8212b63 (HEAD, tag: v0.138.1, origin/master, origin/HEAD, master) fix: fixed up OCI repos so they support paths and URLs that differ from chart names contained there (#1661) - v0.138.0: feat: added in oci repository flag and added helm methods to pull and… * 2a71640 (HEAD, tag: v0.138.0, origin/master, origin/HEAD, master) feat: added in oci repository flag and added helm methods to pull and export charts (#1629) OBS-URL: https://build.opensuse.org/request/show/867921 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=35
This commit is contained in:
parent
72dbbc1c79
commit
003f6269dd
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.137.0</param>
|
||||
<param name="revision">v0.138.1</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">33880dab77a032b205a226b718728fd0855c8773</param></service></servicedata>
|
||||
<param name="changesrevision">8212b630ff694b300b77cab0d87ca0053a08525e</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:105408b619bd7465c6ce32c5d3245eba2e8ce5642a419d28e9f4380ca57d789e
|
||||
size 209749
|
3
helmfile-0.138.1.tar.gz
Normal file
3
helmfile-0.138.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a172d120ed05b3d6f4378002ebc91ebee07d85a3fdb02511fc6c6243c58f247
|
||||
size 210687
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 30 09:58:45 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.138.1: fix: fixed up OCI repos so they support paths and URLs
|
||||
that differ fr…
|
||||
* 8212b63 (HEAD, tag: v0.138.1, origin/master, origin/HEAD, master)
|
||||
fix: fixed up OCI repos so they support paths and URLs that differ
|
||||
from chart names contained there (#1661)
|
||||
|
||||
- v0.138.0: feat: added in oci repository flag and added helm
|
||||
methods to pull and…
|
||||
* 2a71640 (HEAD, tag: v0.138.0, origin/master, origin/HEAD, master)
|
||||
feat: added in oci repository flag and added helm methods to pull
|
||||
and export charts (#1629)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 14:36:41 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define git_commit 33880dab77a032b205a226b718728fd0855c8773
|
||||
%define git_commit 8212b630ff694b300b77cab0d87ca0053a08525e
|
||||
Name: helmfile
|
||||
Version: 0.137.0
|
||||
Version: 0.138.1
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a0bd64e8d686e2ed0b2b5154f16057e84a29bc95ae984b3aa8cbdca261dad82
|
||||
size 5858982
|
||||
oid sha256:0b2cb9125dbede70dbe474ee7c5ab0edd6ff3c33158afbe717f83facdb45c3eb
|
||||
size 5858824
|
||||
|
Loading…
x
Reference in New Issue
Block a user