Accepting request 1097043 from home:manfred-h:devel:kubic
- Update to version 0.155.0: What's Changed * fix: more stringent condition checking by @thejan2009 in #869 * build(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16 by @dependabot in #873 * build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #876 * feat: update repo Spec var type skipTLSVerify to bool by @yxxhero in #877 * feat: set RepositorySpec.PassCredentials var type to bool by @yxxhero in #878 * cleanup: remove tls configures about helm v2 by @yxxhero in #880 * Upgrade helm diff version by @yxxhero in #883 * Add insecure skip tls verify support by @yxxhero in #882 * chore(docs): fix table by @josephgardner in #881 * Feat: add --strip-args-values-on-exit-error by @jkroepke in #887 * Stop failing on single helmfile part missing specified env by @mumoshu in #885 * fix(docs): table and list formatting by @josephgardner in #891 * add unittest for storage by @yxxhero in #894 * cleanup: remove panic in testutil by @yxxhero in #890 * fix: chartifyOpts ignore release set values by @yxxhero in #896 * build(deps): bump golang.org/x/term from 0.8.0 to 0.9.0 by @dependabot in #897 * build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #898 * bump helm to v3.12.1 by @yxxhero in #899 * build(deps): bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #900 * replace interface{} by any by @yxxhero in #901 * fix set-file cannot find the file on windows by @xiaomudk in #908 * feat: add starhistory by @yxxhero in #909 - Update to version 0.154.0: What's Changed * Feat: support helm flag --enable-dns by @vincentstchu in #830 * Make helmfile respect signals send by kill command (not only Ctrl+C in terminal) by @dm3ch in #750 * build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 by @dependabot in #846 * build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #847 * feat: add --skip-trailing-cr to helmfile diff by @rezonant in #625 * fix: loadBases overrodeEnv issue by @yxxhero in #838 * build(deps): bump go.szostok.io/version from 1.1.0 to 1.2.0 by @dependabot in #852 * bump helm to v3.12.0 by @yxxhero in #855 * build(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #857 * Feat add cascade support by @yxxhero in #860 * docs: update cascade by @yxxhero in #861 * fix extra args missing in helmfile apply subcommand by @yxxhero in #858 * build(deps): bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #865 * build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #866 * feat: make environment context available by @SeWieland in #832 * Fix set flag are ignored when used in conjunction with jsonPatches by @xiaomudk in #867 OBS-URL: https://build.opensuse.org/request/show/1097043 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=84
This commit is contained in:
parent
8b3af54e4a
commit
d3ece97dbd
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.153.1</param>
|
||||
<param name="revision">v0.155.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">b7233d12388f8b924b5147b7a2545a8272cc2ab8</param></service></servicedata>
|
||||
<param name="changesrevision">aedcc4373ed9f8153d332f6bbcf93a4cd5e0223b</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d88a4447f7353053c61ab7d2aa08f604ca6283a992a618452901c9da85583574
|
||||
size 589401
|
3
helmfile-0.155.0.tar.gz
Normal file
3
helmfile-0.155.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e8ac68f72263e5e5f615091fe9870eba955cd14ba2fa485acb1e90606c37fbf
|
||||
size 596565
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 06:43:51 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.155.0:
|
||||
What's Changed
|
||||
* fix: more stringent condition checking by @thejan2009 in #869
|
||||
* build(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16
|
||||
by @dependabot in #873
|
||||
* build(deps): bump github.com/stretchr/testify from 1.8.3 to
|
||||
1.8.4 by @dependabot in #876
|
||||
* feat: update repo Spec var type skipTLSVerify to bool by
|
||||
@yxxhero in #877
|
||||
* feat: set RepositorySpec.PassCredentials var type to bool by
|
||||
@yxxhero in #878
|
||||
* cleanup: remove tls configures about helm v2 by @yxxhero in #880
|
||||
* Upgrade helm diff version by @yxxhero in #883
|
||||
* Add insecure skip tls verify support by @yxxhero in #882
|
||||
* chore(docs): fix table by @josephgardner in #881
|
||||
* Feat: add --strip-args-values-on-exit-error by @jkroepke in #887
|
||||
* Stop failing on single helmfile part missing specified env by
|
||||
@mumoshu in #885
|
||||
* fix(docs): table and list formatting by @josephgardner in #891
|
||||
* add unittest for storage by @yxxhero in #894
|
||||
* cleanup: remove panic in testutil by @yxxhero in #890
|
||||
* fix: chartifyOpts ignore release set values by @yxxhero in #896
|
||||
* build(deps): bump golang.org/x/term from 0.8.0 to 0.9.0 by
|
||||
@dependabot in #897
|
||||
* build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 by
|
||||
@dependabot in #898
|
||||
* bump helm to v3.12.1 by @yxxhero in #899
|
||||
* build(deps): bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by
|
||||
@dependabot in #900
|
||||
* replace interface{} by any by @yxxhero in #901
|
||||
* fix set-file cannot find the file on windows by @xiaomudk in #908
|
||||
* feat: add starhistory by @yxxhero in #909
|
||||
|
||||
- Update to version 0.154.0:
|
||||
What's Changed
|
||||
* Feat: support helm flag --enable-dns by @vincentstchu in #830
|
||||
* Make helmfile respect signals send by kill command (not only
|
||||
Ctrl+C in terminal) by @dm3ch in #750
|
||||
* build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 by
|
||||
@dependabot in #846
|
||||
* build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 by
|
||||
@dependabot in #847
|
||||
* feat: add --skip-trailing-cr to helmfile diff by @rezonant
|
||||
in #625
|
||||
* fix: loadBases overrodeEnv issue by @yxxhero in #838
|
||||
* build(deps): bump go.szostok.io/version from 1.1.0 to 1.2.0
|
||||
by @dependabot in #852
|
||||
* bump helm to v3.12.0 by @yxxhero in #855
|
||||
* build(deps): bump github.com/docker/distribution from
|
||||
2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #857
|
||||
* Feat add cascade support by @yxxhero in #860
|
||||
* docs: update cascade by @yxxhero in #861
|
||||
* fix extra args missing in helmfile apply subcommand by
|
||||
@yxxhero in #858
|
||||
* build(deps): bump k8s.io/apimachinery from 0.27.1 to 0.27.2
|
||||
by @dependabot in #865
|
||||
* build(deps): bump github.com/stretchr/testify from 1.8.2 to
|
||||
1.8.3 by @dependabot in #866
|
||||
* feat: make environment context available by @SeWieland in #832
|
||||
* Fix set flag are ignored when used in conjunction with
|
||||
jsonPatches by @xiaomudk in #867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 14:03:01 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit b7233d12388f8b924b5147b7a2545a8272cc2ab8
|
||||
%define git_commit aedcc4373ed9f8153d332f6bbcf93a4cd5e0223b
|
||||
Name: helmfile
|
||||
Version: 0.153.1
|
||||
Version: 0.155.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52a11bfd54faddb0b47307d0dacc900918433923fe1766e33510922545c31192
|
||||
size 13524200
|
||||
oid sha256:2ae0473de3aef9d488dc8272d01ab95df808f3ab05431a5a25b01db7b58afe78
|
||||
size 13540880
|
||||
|
Loading…
x
Reference in New Issue
Block a user