SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein 28a1fe41b9 Accepting request 1103588 from home:manfred-h:devel:kubic
- Update to version 0.155.1:
  What's Changed
  * feat: add --insecure-skip-tls-verify support for helmfile
    template by @yxxhero in #916
  * feat: Allow to skip diff output on release base by @jkroepke
    in #906
  * build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 by
    @dependabot in #918
  * build(deps): bump helm.sh/helm/v3 from 3.12.1 to 3.12.2 by
    @dependabot in #930
  * build(deps): bump github.com/docker/docker from
    23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #932
  * bump helm to v3.12.2 by @yxxhero in #933
  * build(deps): bump k8s.io/apimachinery from 0.27.3 to 0.27.4
    by @dependabot in #936
  * build(deps): bump github.com/helmfile/vals from 0.25.0 to
    0.26.0 by @dependabot in #938
  * Cancel rendering helmfile parts once the missing env is
    detected in the previous part by @mumoshu in #941
  * fix typo by @lucasfcnunes in #940
  * fix: oci pull directory conflict when download twice by
    @yxxhero in #914
  * feat: add insecure support for oci repo by @yxxhero in #921
  * add bug to exempt labels on git stale.yml by @lucasfcnunes
    in #942
  * build(deps): bump github.com/helmfile/vals from 0.26.0 to
    0.26.1 by @dependabot in #944

OBS-URL: https://build.opensuse.org/request/show/1103588
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=86
2023-08-12 09:22:26 +00:00

20 lines
721 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/helmfile/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.155.1</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>