forked from pool/helmfile
Accepting request 948205 from home:manfred-h:Cubic
- v0.143.0: * (HEAD, tag: v0.143.0) Fix panic on normalizing path containing .. (#2042) * add cleanup to write-values & lint to harmonise this flag (#2021) * Correct enabled property in helmfile list (#1921) * Add readDir as a templating function (#1934) * Set postsync and cleanup error (#2009) * Bump sprig library to v3.2.1 (#1880) * Allow users other than root to use helm plugins (#1766) * Added example ArgoCD + helmfile deployment (#1882) * Update README.md * Bump helm-diff to version 3.3.1 (#2041) * feat: Option to pass kubeVersion to helm template (#2002) * support apple silicon builds (#2032) * Bumped go-getter to v1.5.9 (#1982) * Fix capitalization of disableOpenAPIValidation config in README (#2003) * bump to go 1.17.3 with alpine 3.13 (#2024) * upgrade vals allowing for the use of the AzureRM terraform backend (#2029) * Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) * feat: Add go-getter support to load base helmfiles (#1998) * Do fail on a possible typo in needs entries (#2026) * Fix typo in README (#2006) OBS-URL: https://build.opensuse.org/request/show/948205 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=53
This commit is contained in:
parent
1ebd0c6b4b
commit
93c3d20220
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.142.0</param>
|
||||
<param name="revision">v0.143.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">ca6dd7a60f3d3b5e1c70cd8023ea7f493214dc2d</param></service></servicedata>
|
||||
<param name="changesrevision">9e9a90f8ef30ec0f0f3e03e2f69fb4703c7e7831</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5501722203328903efa7d792a8a71ee87e96b268867fce5b197ca55a9c30850
|
||||
size 245279
|
3
helmfile-0.143.0.tar.gz
Normal file
3
helmfile-0.143.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad34ab0bcee504d6abf670e5c7a8c986a230ec74f793191101ff90d385573f8c
|
||||
size 257813
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 23 09:04:01 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- v0.143.0:
|
||||
* (HEAD, tag: v0.143.0) Fix panic on normalizing path containing .. (#2042)
|
||||
* add cleanup to write-values & lint to harmonise this flag (#2021)
|
||||
* Correct enabled property in helmfile list (#1921)
|
||||
* Add readDir as a templating function (#1934)
|
||||
* Set postsync and cleanup error (#2009)
|
||||
* Bump sprig library to v3.2.1 (#1880)
|
||||
* Allow users other than root to use helm plugins (#1766)
|
||||
* Added example ArgoCD + helmfile deployment (#1882)
|
||||
* Update README.md
|
||||
* Bump helm-diff to version 3.3.1 (#2041)
|
||||
* feat: Option to pass kubeVersion to helm template (#2002)
|
||||
* support apple silicon builds (#2032)
|
||||
* Bumped go-getter to v1.5.9 (#1982)
|
||||
* Fix capitalization of disableOpenAPIValidation config in README (#2003)
|
||||
* bump to go 1.17.3 with alpine 3.13 (#2024)
|
||||
* upgrade vals allowing for the use of the AzureRM terraform backend (#2029)
|
||||
* Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990)
|
||||
* feat: Add go-getter support to load base helmfiles (#1998)
|
||||
* Do fail on a possible typo in needs entries (#2026)
|
||||
* Fix typo in README (#2006)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 19:13:29 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package helmfile
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 2021 Manfred Hollstein <manfred.h@gmx.net>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit ca6dd7a60f3d3b5e1c70cd8023ea7f493214dc2d
|
||||
%define git_commit 9e9a90f8ef30ec0f0f3e03e2f69fb4703c7e7831
|
||||
Name: helmfile
|
||||
Version: 0.142.0
|
||||
Version: 0.143.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92a300ce6889b8e5f98c3d4705824233b2ed2d972f780c5a78f3ae0c3c38c37c
|
||||
size 6575474
|
||||
oid sha256:43e86ea5a99c485285d8fdd08540b916b105a59e1618fce1f09906a1ad34a2f0
|
||||
size 7176663
|
||||
|
Loading…
Reference in New Issue
Block a user