forked from pool/helmfile
Accepting request 1103589 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1103589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=43
This commit is contained in:
commit
82a4372309
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.155.0</param>
|
||||
<param name="revision">v0.155.1</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">aedcc4373ed9f8153d332f6bbcf93a4cd5e0223b</param></service></servicedata>
|
||||
<param name="changesrevision">c19f220f06aa6c68cacad90d6c3271a1cd637766</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e8ac68f72263e5e5f615091fe9870eba955cd14ba2fa485acb1e90606c37fbf
|
||||
size 596565
|
3
helmfile-0.155.1.tar.gz
Normal file
3
helmfile-0.155.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d00db152f1108c54fa5edf50e45f2df4b2b969a4a1930c2e3f4873ffa61dde38
|
||||
size 598558
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:05:31 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 06:43:51 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit aedcc4373ed9f8153d332f6bbcf93a4cd5e0223b
|
||||
%define git_commit c19f220f06aa6c68cacad90d6c3271a1cd637766
|
||||
Name: helmfile
|
||||
Version: 0.155.0
|
||||
Version: 0.155.1
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ae0473de3aef9d488dc8272d01ab95df808f3ab05431a5a25b01db7b58afe78
|
||||
size 13540880
|
||||
oid sha256:ffa22d22f94ba63dcd3768ff64d7c495a6e0cacc209657ae8cdf70418bf1d9ad
|
||||
size 13560021
|
||||
|
Loading…
Reference in New Issue
Block a user