forked from pool/helmfile
Accepting request 849358 from home:manfred-h:Cubic
- v0.135.0: Add support for Kustomize Transformers (#1592) * b910591 (HEAD, tag: v0.135.0, origin/master, origin/HEAD, master) Add support for Kustomize Transformers (#1592) * d807510 Enable shell completion (#1559) * 4e48521 Fix the logic of helmfile deps and add tests. (#1588) * b0e0429 Fix incorrect help text of some CLI options. (#1587) * f877de7 Fix openSUSE repo URL. (#1584) * 655d593 Mention about helmBinary in readme (#1590) - v0.134.1: Fix `helmfile template --include-crds` not to break with `chartify` (… * f6bf885 (HEAD, tag: v0.134.1, origin/master, origin/HEAD, master) Fix helmfile template --include-crds not to break with chartify (#1583) * 2857382 fix: support arm binaries (#1580) * 972667f Mention openSUSE packages for helmfile (#1581) * 3c88145 Update readme stable/incubator URLs (#1582) OBS-URL: https://build.opensuse.org/request/show/849358 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=27
This commit is contained in:
parent
7c1dab8d25
commit
92880c9482
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v0.134.0</param>
|
<param name="revision">v0.135.0</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/roboll/helmfile.git</param>
|
<param name="url">https://github.com/roboll/helmfile.git</param>
|
||||||
<param name="changesrevision">709913b5eac85033effea3d4f05ad37c255f97bc</param></service></servicedata>
|
<param name="changesrevision">b910591e1d08973f9a73951f41c3e0b028d475a8</param></service></servicedata>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44d20198b0b4bb811dba27740177146f3a878a9bcf5778214d8c84b3cdf855dd
|
|
||||||
size 202733
|
|
3
helmfile-0.135.0.tar.gz
Normal file
3
helmfile-0.135.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5f268afee0300fbe56298a439e1990f1102f9eadb22a2552cda3777387faa64
|
||||||
|
size 205008
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 19 09:42:48 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- v0.135.0: Add support for Kustomize Transformers (#1592)
|
||||||
|
* b910591 (HEAD, tag: v0.135.0, origin/master, origin/HEAD, master)
|
||||||
|
Add support for Kustomize Transformers (#1592)
|
||||||
|
* d807510 Enable shell completion (#1559)
|
||||||
|
* 4e48521 Fix the logic of helmfile deps and add tests. (#1588)
|
||||||
|
* b0e0429 Fix incorrect help text of some CLI options. (#1587)
|
||||||
|
* f877de7 Fix openSUSE repo URL. (#1584)
|
||||||
|
* 655d593 Mention about helmBinary in readme (#1590)
|
||||||
|
|
||||||
|
- v0.134.1: Fix `helmfile template --include-crds` not to break with
|
||||||
|
`chartify` (…
|
||||||
|
* f6bf885 (HEAD, tag: v0.134.1, origin/master, origin/HEAD, master)
|
||||||
|
Fix helmfile template --include-crds not to break with chartify (#1583)
|
||||||
|
* 2857382 fix: support arm binaries (#1580)
|
||||||
|
* 972667f Mention openSUSE packages for helmfile (#1581)
|
||||||
|
* 3c88145 Update readme stable/incubator URLs (#1582)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 10 15:32:53 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net>
|
Tue Nov 10 15:32:53 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package helmfile
|
# spec file for package helmfile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# 2020 Manfred Hollstein <manfred.h@gmx.net>
|
# 2020 Manfred Hollstein <manfred.h@gmx.net>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,9 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define git_commit 709913b5eac85033effea3d4f05ad37c255f97bc
|
%define git_commit b910591e1d08973f9a73951f41c3e0b028d475a8
|
||||||
Name: helmfile
|
Name: helmfile
|
||||||
Version: 0.134.0
|
Version: 0.135.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deploy Kubernetes Helm Charts
|
Summary: Deploy Kubernetes Helm Charts
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,7 @@ Group: Development/Languages/Other
|
|||||||
URL: https://github.com/roboll/helmfile
|
URL: https://github.com/roboll/helmfile
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Requires: helm
|
Requires: helm
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: golang(API) >= 1.14
|
BuildRequires: golang(API) >= 1.14
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54f4b71d67cc8d6c9aeceba3d1c3e8fe8f2ced6857546ad7d642236a8e83d33b
|
oid sha256:bcc9a32eae348e2761e3df2a914bfd162405f4f35cd1a8e083abdd858a0cef91
|
||||||
size 5814876
|
size 5815553
|
||||||
|
Loading…
Reference in New Issue
Block a user