forked from pool/helmfile
Accepting request 859936 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/859936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=15
This commit is contained in:
commit
ed12891b7b
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.135.0</param>
|
||||
<param name="revision">v0.136.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/roboll/helmfile.git</param>
|
||||
<param name="changesrevision">b910591e1d08973f9a73951f41c3e0b028d475a8</param></service></servicedata>
|
||||
<param name="changesrevision">e5d982ed336a54803ce91a28ff48f958224dc709</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5f268afee0300fbe56298a439e1990f1102f9eadb22a2552cda3777387faa64
|
||||
size 205008
|
3
helmfile-0.136.0.tar.gz
Normal file
3
helmfile-0.136.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6bbbf0b55f6bfa8f0ca40467827ce93ac75be902e1c6c6f1771ce178c1bf72c
|
||||
size 209075
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 3 09:57:17 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.136.0
|
||||
* e5d982e (HEAD, tag: v0.136.0, origin/master, origin/HEAD, master)
|
||||
Fix "No valid platforms to build for" build error on release
|
||||
* c815d01 Bump helm versions in Dockerfile to deal with stable and
|
||||
incubator repositories change
|
||||
* 9569d73 Bump helm versions in CI to deal with stable and incubator
|
||||
repositories change
|
||||
* dd5bc46 Include kustomize binary in helm3-based Docker image (#1626)
|
||||
* fc3567d Adding documentation for PR #6819 (#1623)
|
||||
* 9b64d65 feat: Stabilize helmfile-diff output (#1622)
|
||||
* 54eb73b Use ghodss/yaml for yaml marshaling & unmarshaling in
|
||||
template (#1556)
|
||||
* 4c0987a Don't append --tiller-namespace flag when running helm3 (#1594)
|
||||
* 0637973 fix: allow helmfiles to be corrected marshalled to YAML
|
||||
so they can be manipulated by other programs (#1604)
|
||||
* 3690bde Add documentation on how to use the docker image (#1607)
|
||||
* b92ff2b Fix selector syntax example (#1614)
|
||||
* afe82f6 chore: suppress empty values on serializing several helmfile
|
||||
values (#1616)
|
||||
* 1c7b872 Stabilize helmfile-diff output (#1619)
|
||||
* 28e7ebb fix: support arm64 images (#1612)
|
||||
* 1ef9b29 Improve handling of releases being newly installed by
|
||||
helmfile-apply (#1618)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 10:17:01 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 b910591e1d08973f9a73951f41c3e0b028d475a8
|
||||
%define git_commit e5d982ed336a54803ce91a28ff48f958224dc709
|
||||
Name: helmfile
|
||||
Version: 0.135.0
|
||||
Version: 0.136.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc9a32eae348e2761e3df2a914bfd162405f4f35cd1a8e083abdd858a0cef91
|
||||
size 5815553
|
||||
oid sha256:382170bf53e4da1f03229a7ecc34b0091df741a8a07b0129c72e38f9b6f8f0af
|
||||
size 5843218
|
||||
|
Loading…
Reference in New Issue
Block a user