forked from pool/helmfile
Accepting request 830799 from home:manfred-h
- v0.125.9: Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-r… * c575587 (HEAD, tag: v0.125.9, origin/master, origin/HEAD, master) Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-release * f2dfa7c Fix kubeContext not taken into account for release uniqueness * 41cd1fe Fix race while running helm dep build on local chart (#1439) * 94e01b7 Bump chartify to 0.4.2 (#1437) * 85e7798 Update to the latest version of helm-diff plugin (#1430) * b42e847 Fix race while running helm dep build on local chart - v0.125.8: Fix regression in helmfile deps (#1431) * 14e2b9e (HEAD, tag: v0.125.8, origin/master, origin/HEAD, master) Fix regression in helmfile deps (#1431) * 90a4122 fix: panic when using helm v3.3 (#1427) (#1428) OBS-URL: https://build.opensuse.org/request/show/830799 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=11
This commit is contained in:
parent
896b96cf7a
commit
ea15671005
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.125.7</param>
|
||||
<param name="revision">v0.125.9</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">a9aa7af5725ddf95b73b783202ec953897d67240</param></service></servicedata>
|
||||
<param name="changesrevision">f2dfa7ce642f36c70a0957a62c0c830d52bae537</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29804d1a7630575d98e20abbc52dcf3bdc2573a3874570b3ecfca1f3faeeb63b
|
||||
size 202980
|
3
helmfile-0.125.9.tar.gz
Normal file
3
helmfile-0.125.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c52503a1be9e95f5dd18af5d493bf5273f78a39fd41c17b41485af3b2edb8104
|
||||
size 203821
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 12:20:16 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.125.9: Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-r…
|
||||
* c575587 (HEAD, tag: v0.125.9, origin/master, origin/HEAD, master)
|
||||
Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-release
|
||||
* f2dfa7c Fix kubeContext not taken into account for release uniqueness
|
||||
* 41cd1fe Fix race while running helm dep build on local chart (#1439)
|
||||
* 94e01b7 Bump chartify to 0.4.2 (#1437)
|
||||
* 85e7798 Update to the latest version of helm-diff plugin (#1430)
|
||||
* b42e847 Fix race while running helm dep build on local chart
|
||||
|
||||
- v0.125.8: Fix regression in helmfile deps (#1431)
|
||||
* 14e2b9e (HEAD, tag: v0.125.8, origin/master, origin/HEAD, master)
|
||||
Fix regression in helmfile deps (#1431)
|
||||
* 90a4122 fix: panic when using helm v3.3 (#1427) (#1428)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 15:38:34 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define git_commit a9aa7af5725ddf95b73b783202ec953897d67240
|
||||
%define git_commit c575587e1ff2aa8dac8269e071c1c65fa5181865
|
||||
Name: helmfile
|
||||
Version: 0.125.7
|
||||
Version: 0.125.9
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c14fbef7cabd9c94bd63de56d859036037d368d0a6896880dbf36a54986d0986
|
||||
size 5610875
|
||||
oid sha256:c180115dafc6207e092c946731d01985c37535a15133a370c2d942b4899c64cb
|
||||
size 5610896
|
||||
|
Loading…
Reference in New Issue
Block a user