forked from pool/helmfile
* build(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 by
@dependabot[bot] in #2274
* build(deps): bump github.com/helmfile/vals from 0.42.4 to
0.42.5 by @dependabot[bot] in #2272
* build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
by @dependabot[bot] in #2277
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
1.90.2 to 1.91.1 by @dependabot[bot] in #2284
* Fix four critical issues: environment merging, kubeVersion
detection, lookup() with kustomize, and Helm 4 color flags by
@aditmeno in #2276
* build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by
@dependabot[bot] in #2283
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
1.31.20 to 1.32.0 by @dependabot[bot] in #2282
* build(deps): bump actions/checkout from 5 to 6 by
@dependabot[bot] in #2287
* build(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 by
@dependabot[bot] in #2285
* Fix four critical bugs: array merging (#2281), AWS SDK logging
(#2270), helmDefaults skip flags (#2269), and OCI chart versions
(#2247) by @aditmeno in #2288
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
1.91.1 to 1.92.0 by @dependabot[bot] in #2286
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=157
21 lines
769 B
Plaintext
21 lines
769 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<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">v1.2.1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">manfred.h@gmx.net</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">helmfile-*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">helmfile</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual"/>
|
|
</services>
|