forked from pool/helmfile
Accepting request 1084737 from home:manfred-h:devel:kubic
- Update to version 0.153.1: What's Changed: * Properly emulated arm64 Docker builds by @lavifb in #826 - Update to version 0.153.0: What's Changed: * build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 by @dependabot in #772 * feat: add/expose cli flags by @hans-m-song in #771 * build(deps): bump github.com/goccy/go-yaml from 1.10.1 to 1.11.0 by @dependabot in #778 * Bump github.com/helmfile/vals by @jkroepke in #781 * build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #783 * build(deps): bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible by @dependabot in #784 * Update USERS.md by @AndreiBrandes in #777 * build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 by @dependabot in #789 * build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 by @dependabot in #796 * Documentation updated about kubeVersion field by @Edu-DevOps in #797 * build(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.0 by @dependabot in #801 * bump helm to v3.11.3 by @yxxhero in #802 * fix: ValuesTemplate quote issue by @yxxhero in #787 * feat: add duration to affected releases on sync by @AlexAxenti in #773 * Add kube version flag by @FeLvi-zzz in #804 * bump vals to v0.25.0 by @stoned in #808 * build(deps): bump k8s.io/apimachinery from 0.27.0 to 0.27.1 by @dependabot in #810 * Add documentation on internal environment variables by @voron in #811 * Doc fixes by @stoned in #812 * Fix inherit examples following #674 by @stoned in #815 * Fix Markdown rendering of indented code blocks by @stoned in #814 * Uniformize usage message by @stoned in #813 * Build correct arch for container image by @lavifb in #817 * Fix depedency binaries for arm64 builds by @lavifb in #820 * chore(release): fix condition for latest tag by @rmoreas in #823 OBS-URL: https://build.opensuse.org/request/show/1084737 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=82
This commit is contained in:
parent
3de96d6151
commit
8b3af54e4a
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.152.0</param>
|
||||
<param name="revision">v0.153.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">5650661a882e73b0c4c6dff55e33bff8d7cae493</param></service></servicedata>
|
||||
<param name="changesrevision">b7233d12388f8b924b5147b7a2545a8272cc2ab8</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88149cf51daabe75cd7ad896d32d25b590120091a7307fbbd3b442cb8e094efe
|
||||
size 588719
|
3
helmfile-0.153.1.tar.gz
Normal file
3
helmfile-0.153.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d88a4447f7353053c61ab7d2aa08f604ca6283a992a618452901c9da85583574
|
||||
size 589401
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 14:03:01 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.153.1:
|
||||
What's Changed:
|
||||
* Properly emulated arm64 Docker builds by @lavifb in #826
|
||||
|
||||
- Update to version 0.153.0:
|
||||
What's Changed:
|
||||
* build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0
|
||||
by @dependabot in #772
|
||||
* feat: add/expose cli flags by @hans-m-song in #771
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.10.1 to
|
||||
1.11.0 by @dependabot in #778
|
||||
* Bump github.com/helmfile/vals by @jkroepke in #781
|
||||
* build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
|
||||
by @dependabot in #783
|
||||
* build(deps): bump github.com/docker/docker from
|
||||
20.10.21+incompatible to 20.10.24+incompatible by @dependabot
|
||||
in #784
|
||||
* Update USERS.md by @AndreiBrandes in #777
|
||||
* build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 by
|
||||
@dependabot in #789
|
||||
* build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0
|
||||
to 3.2.1 by @dependabot in #796
|
||||
* Documentation updated about kubeVersion field by @Edu-DevOps
|
||||
in #797
|
||||
* build(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.0
|
||||
by @dependabot in #801
|
||||
* bump helm to v3.11.3 by @yxxhero in #802
|
||||
* fix: ValuesTemplate quote issue by @yxxhero in #787
|
||||
* feat: add duration to affected releases on sync by @AlexAxenti
|
||||
in #773
|
||||
* Add kube version flag by @FeLvi-zzz in #804
|
||||
* bump vals to v0.25.0 by @stoned in #808
|
||||
* build(deps): bump k8s.io/apimachinery from 0.27.0 to 0.27.1 by
|
||||
@dependabot in #810
|
||||
* Add documentation on internal environment variables by @voron
|
||||
in #811
|
||||
* Doc fixes by @stoned in #812
|
||||
* Fix inherit examples following #674 by @stoned in #815
|
||||
* Fix Markdown rendering of indented code blocks by @stoned
|
||||
in #814
|
||||
* Uniformize usage message by @stoned in #813
|
||||
* Build correct arch for container image by @lavifb in #817
|
||||
* Fix depedency binaries for arm64 builds by @lavifb in #820
|
||||
* chore(release): fix condition for latest tag by @rmoreas
|
||||
in #823
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 10:07:21 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 5650661a882e73b0c4c6dff55e33bff8d7cae493
|
||||
%define git_commit b7233d12388f8b924b5147b7a2545a8272cc2ab8
|
||||
Name: helmfile
|
||||
Version: 0.152.0
|
||||
Version: 0.153.1
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0980496eca9a4c6f181172e32d6a4be876e54ea8b21cf190c2a46b4bcb6dd825
|
||||
size 12294967
|
||||
oid sha256:52a11bfd54faddb0b47307d0dacc900918433923fe1766e33510922545c31192
|
||||
size 13524200
|
||||
|
Loading…
Reference in New Issue
Block a user