From 3de96d61518a4a6688989b354283096d2c5b11ca12cc874504538697279b84ca Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Thu, 30 Mar 2023 10:22:41 +0000 Subject: [PATCH] Accepting request 1075532 from home:manfred-h:devel:kubic - Update to version 0.152.0: What's Changed: * build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #704 * optimize logger code by @yxxhero in #706 * Use Masterminds/semver/v3 instead of hashicorp/go-version by @johejo in #712 * fix cobra issue by @yxxhero in #715 * issue with in process label will never be considered stale by @yxxhero in #716 * fix: update file help message by @yxxhero in #714 * build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #717 * build(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by @dependabot in #720 * fix build-in objects docs by @yxxhero in #719 * fix get template func by @yxxhero in #721 * v1: Fix --state-values-set to override values of environments colocated with releases by @yxxhero in #705 * build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 by @dependabot in #728 * fix: improve set and values flags help message by @yxxhero in #724 * build(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0 by @dependabot in #731 * bump helm to 3.11.2 by @yxxhero in #733 * build(deps): bump github.com/helmfile/vals from 0.22.0 to 0.23.0 by @dependabot in #735 * clean: helm v2 logic code by @yxxhero in #736 * clean: optimize postrenderer code by @yxxhero in #738 * fix concurrency issue by @yxxhero in #742 * build(deps): bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.1 by @dependabot in #745 * bump mergo to 0.3.14 by @yxxhero in #751 * chore(ci): use docker/metadata-action by @rmoreas in #756 * build(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 by @dependabot in #758 * bump chartify to v0.14.0 by @yxxhero in #759 * feat: use new helm version parse function by @yxxhero in #760 * build(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 by @dependabot in #762 * chore(release): add latest tag only on release tags by @rmoreas in #766 * fix: formatting of YAML samples in 1.0 proposal doc by @smlx in #767 * feat: use offical goccy/go-yaml by @yxxhero in #769 * fix: goccy/go-yaml tests by @yxxhero in #770 * remove unnecessary remote.Locate() by @itscaro in #565 OBS-URL: https://build.opensuse.org/request/show/1075532 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=80 --- _service | 2 +- _servicedata | 2 +- helmfile-0.151.0.tar.gz | 3 --- helmfile-0.152.0.tar.gz | 3 +++ helmfile.changes | 52 +++++++++++++++++++++++++++++++++++++++++ helmfile.spec | 5 ++-- vendor.tar.gz | 4 ++-- 7 files changed, 62 insertions(+), 9 deletions(-) delete mode 100644 helmfile-0.151.0.tar.gz create mode 100644 helmfile-0.152.0.tar.gz diff --git a/_service b/_service index 543cc5d..216b0ff 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v0.151.0 + v0.152.0 enable diff --git a/_servicedata b/_servicedata index ded15ce..b937d0f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/helmfile/helmfile.git - f629ee1ae6540dcb1b3c9917bf3dbc81f96a07c0 + 5650661a882e73b0c4c6dff55e33bff8d7cae493 diff --git a/helmfile-0.151.0.tar.gz b/helmfile-0.151.0.tar.gz deleted file mode 100644 index 400c73a..0000000 --- a/helmfile-0.151.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a22002e531f63bf49dd60f06be2e7f18e1f64f3f469f07ca6f89f601f4e4df29 -size 586402 diff --git a/helmfile-0.152.0.tar.gz b/helmfile-0.152.0.tar.gz new file mode 100644 index 0000000..89cc2cc --- /dev/null +++ b/helmfile-0.152.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88149cf51daabe75cd7ad896d32d25b590120091a7307fbbd3b442cb8e094efe +size 588719 diff --git a/helmfile.changes b/helmfile.changes index b0dda4b..b37f072 100644 --- a/helmfile.changes +++ b/helmfile.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Thu Mar 30 10:07:21 UTC 2023 - Manfred Hollstein + +- Update to version 0.152.0: + What's Changed: + * build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by + @dependabot in #704 + * optimize logger code by @yxxhero in #706 + * Use Masterminds/semver/v3 instead of hashicorp/go-version by + @johejo in #712 + * fix cobra issue by @yxxhero in #715 + * issue with in process label will never be considered stale by + @yxxhero in #716 + * fix: update file help message by @yxxhero in #714 + * build(deps): bump github.com/stretchr/testify from 1.8.1 to + 1.8.2 by @dependabot in #717 + * build(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by + @dependabot in #720 + * fix build-in objects docs by @yxxhero in #719 + * fix get template func by @yxxhero in #721 + * v1: Fix --state-values-set to override values of environments + colocated with releases by @yxxhero in #705 + * build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 by + @dependabot in #728 + * fix: improve set and values flags help message by @yxxhero in + #724 + * build(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0 by + @dependabot in #731 + * bump helm to 3.11.2 by @yxxhero in #733 + * build(deps): bump github.com/helmfile/vals from 0.22.0 to + 0.23.0 by @dependabot in #735 + * clean: helm v2 logic code by @yxxhero in #736 + * clean: optimize postrenderer code by @yxxhero in #738 + * fix concurrency issue by @yxxhero in #742 + * build(deps): bump github.com/hashicorp/go-getter from 1.7.0 to + 1.7.1 by @dependabot in #745 + * bump mergo to 0.3.14 by @yxxhero in #751 + * chore(ci): use docker/metadata-action by @rmoreas in #756 + * build(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 by + @dependabot in #758 + * bump chartify to v0.14.0 by @yxxhero in #759 + * feat: use new helm version parse function by @yxxhero in #760 + * build(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 + by @dependabot in #762 + * chore(release): add latest tag only on release tags by @rmoreas + in #766 + * fix: formatting of YAML samples in 1.0 proposal doc by @smlx in + #767 + * feat: use offical goccy/go-yaml by @yxxhero in #769 + * fix: goccy/go-yaml tests by @yxxhero in #770 + * remove unnecessary remote.Locate() by @itscaro in #565 + ------------------------------------------------------------------- Mon Feb 20 09:59:27 UTC 2023 - Manfred Hollstein diff --git a/helmfile.spec b/helmfile.spec index b86498d..fbf97db 100644 --- a/helmfile.spec +++ b/helmfile.spec @@ -17,9 +17,9 @@ # -%define git_commit f629ee1ae6540dcb1b3c9917bf3dbc81f96a07c0 +%define git_commit 5650661a882e73b0c4c6dff55e33bff8d7cae493 Name: helmfile -Version: 0.151.0 +Version: 0.152.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT @@ -28,6 +28,7 @@ URL: https://github.com/helmfile/helmfile Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz Requires: helm >= 3.11.1 +Recommends: helm >= 3.11.2 BuildRequires: golang-packaging BuildRequires: xz BuildRequires: golang(API) >= 1.19 diff --git a/vendor.tar.gz b/vendor.tar.gz index be95967..f4c83e1 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b521c1f7cc4efdb9bbe4c0c482f8788867a60cde4c3664a2b209107e2b4d4089 -size 12305131 +oid sha256:0980496eca9a4c6f181172e32d6a4be876e54ea8b21cf190c2a46b4bcb6dd825 +size 12294967