forked from pool/helmfile
Accepting request 1007197 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1007197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=33
This commit is contained in:
commit
80e8b42bba
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.145.5</param>
|
||||
<param name="revision">v0.146.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">3ff98c02a1ff92c7d1d3118ee064f73e1a95fa36</param></service></servicedata>
|
||||
<param name="changesrevision">3c151b8d458890da5e2c7b6422fe3c754899bdf0</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de432c1421e11c8845a994eba00acda2d7cdfa0b48edec4fc588204845832940
|
||||
size 560693
|
3
helmfile-0.146.0.tar.gz
Normal file
3
helmfile-0.146.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb7810070cf69b4802fda814333b2edb4ae25cdd52e7c9f71457e1ae92b3a0b6
|
||||
size 566705
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 09:20:45 UTC 2022 - manfred.h@gmx.net
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 08:42:13 UTC 2022 - manfred.h@gmx.net
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 3ff98c02a1ff92c7d1d3118ee064f73e1a95fa36
|
||||
%define git_commit 3c151b8d458890da5e2c7b6422fe3c754899bdf0
|
||||
Name: helmfile
|
||||
Version: 0.145.5
|
||||
Version: 0.146.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e37842380bc67fc2130cc8b4004cf7401bb6cd8de7ca4bbaa9f349b70228973
|
||||
size 10778268
|
||||
oid sha256:df4d30e2ac66397307a8ee5318f645af12f6354961a5a4fc095322230c6fec4c
|
||||
size 10778979
|
||||
|
Loading…
Reference in New Issue
Block a user