SHA256
1
0
forked from pool/helmfile

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
This commit is contained in:
Manfred Hollstein 2023-03-30 10:22:41 +00:00 committed by Git OBS Bridge
parent 37d8d3e7ff
commit 3de96d6151
7 changed files with 62 additions and 9 deletions

View File

@ -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.151.0</param>
<param name="revision">v0.152.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/helmfile/helmfile.git</param>
<param name="changesrevision">f629ee1ae6540dcb1b3c9917bf3dbc81f96a07c0</param></service></servicedata>
<param name="changesrevision">5650661a882e73b0c4c6dff55e33bff8d7cae493</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a22002e531f63bf49dd60f06be2e7f18e1f64f3f469f07ca6f89f601f4e4df29
size 586402

3
helmfile-0.152.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88149cf51daabe75cd7ad896d32d25b590120091a7307fbbd3b442cb8e094efe
size 588719

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Thu Mar 30 10:07:21 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- 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 <manfred.h@gmx.net>

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b521c1f7cc4efdb9bbe4c0c482f8788867a60cde4c3664a2b209107e2b4d4089
size 12305131
oid sha256:0980496eca9a4c6f181172e32d6a4be876e54ea8b21cf190c2a46b4bcb6dd825
size 12294967