forked from pool/helmfile
Manfred Hollstein
4587c27bb2
- Update to version 0.146.0: This minor release incorporates many new features and a few bug fixes, almost all thanks to 5 new contributors! Kudos to everyone who contributed code 🙏 Also, we've been fixing a handful of regressions introduced via v0.145.0 in v0.145.x patch releases. For this release, the only regression we found and fixed was #370. Hopefully, this will be the most reliable release ever since v0.145.0! What's Changed: * Support helm-secrets v4.0.0 by @KqLLL in #360 * use latest helm in github ci by @yxxhero in #367 * feat: show live output from the Helm binary by @rodrigorfk in #286 * remove flags.Parse in cobra by @yxxhero in #369 * fix(oci): clean dead code by @jycamier in #290 * added option for --no-hooks for helm diff and apply by @arpanadhikari in #279 * chore: Tidy up a local var scopinng for maintainability by @mumoshu in #372 * move interactive option to global by @yxxhero in #370 * fix: add missing untar flag to pull chart from oci registry by @toVersus in #371 * update CLI Ref by @yxxhero in #373 * Add preapply hook by @Sajfer in #79 * Fix not to ignore diff selector when it matched nothing by @mumoshu in #374 * Bump chartify to v0.11.0 by @mumoshu in #375 OBS-URL: https://build.opensuse.org/request/show/1007196 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=65
20 lines
721 B
Plaintext
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.146.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>
|