forked from pool/helmfile
Accepting request 963015 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/963015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=28
This commit is contained in:
commit
abc1b6f489
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.143.0</param>
|
||||
<param name="revision">v0.143.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/roboll/helmfile.git</param>
|
||||
<param name="changesrevision">9e9a90f8ef30ec0f0f3e03e2f69fb4703c7e7831</param></service></servicedata>
|
||||
<param name="changesrevision">185bc829926911ed5bd08922ad7596658cf9164e</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad34ab0bcee504d6abf670e5c7a8c986a230ec74f793191101ff90d385573f8c
|
||||
size 257813
|
3
helmfile-0.143.1.tar.gz
Normal file
3
helmfile-0.143.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba921a913ee91e52c56e3f875eb76d086f7c109bd24706c5bb520454bc5cb6bd
|
||||
size 258731
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 08:54:38 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.143.1:
|
||||
* Add --skip-tests to helmfile template command by @drivelikebrazil
|
||||
in #2057
|
||||
* Fix context of the ReadDir templating function by @nlueb in #2058
|
||||
* Fix readdir regression while merging by @mumoshu in #2061
|
||||
* feat: Add --suppress option for diff and apply commands by
|
||||
@sjentzsch in #2077
|
||||
* enable get() to be used with alias $.StateValues by @itscaro
|
||||
in #2081
|
||||
* Use os.UserCacheDir()/helmfile to store downloaded artifacts
|
||||
instead of relative .helmfile directory by @itscaro in #2022
|
||||
* Fix various golangci-lint errors by @Sajfer in #2059
|
||||
* add integration tests for helm v3.8.0 by @itscaro in #2085
|
||||
* Update USERS.md by @yohanb in #2089
|
||||
* Allow more characters in label selectors by @Sajfer in #2064
|
||||
* Make release template to work on needs by @mumoshu in #2099
|
||||
* Stop panic when deduplicating releases by @Sajfer in #2067
|
||||
* Bump chartify to v0.9.2 by @mumoshu in #2102
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 23 09:04:01 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 9e9a90f8ef30ec0f0f3e03e2f69fb4703c7e7831
|
||||
%define git_commit 185bc829926911ed5bd08922ad7596658cf9164e
|
||||
Name: helmfile
|
||||
Version: 0.143.0
|
||||
Version: 0.143.1
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43e86ea5a99c485285d8fdd08540b916b105a59e1618fce1f09906a1ad34a2f0
|
||||
size 7176663
|
||||
oid sha256:85fadd131b51b47d1dc2aa14a1aadef1b81d31c823844310e16108eda2d18097
|
||||
size 7224422
|
||||
|
Loading…
Reference in New Issue
Block a user