SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein 92880c9482 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
2020-11-19 10:12:48 +00:00

20 lines
719 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/roboll/helmfile.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v0.135.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">helmfile-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">helmfile</param>
</service>
<service name="go_modules" mode="disabled"/>
</services>