SHA256
1
0
forked from pool/helmfile

Accepting request 1035804 from home:manfred-h:devel:kubic

- Update to version 0.148.1:
  What's Changed
  * Introduce a new test helper for easier log snapshot testing by
    @mumoshu in #514
  * fix: helmfile template fails when selector matches a chart
    fetched with go-getter by @yxxhero in #499
- Update to version 0.148.0:
  What's Changed
  * fix: child process not exit when recive term signal by @yxxhero
    in #418
  * deps: build with go1.19 by @chenrui333 in #420
  * Update ci.yaml by @mumoshu in #422
  * fix helmfile version issue in docker image by @yxxhero in #427
  * Prevent excessive log in tests by @mumoshu in #424
  * Fix preapply hook behavior by @mumoshu in #423
  * build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by
    @dependabot in #433
  * deps: update dockerfile dependencies by @chenrui333 in #421
  * feat: add helm-diff and kustomize in ci matrix by @yxxhero
    in #434
  * build(deps): bump helm.sh/helm/v3 from 3.10.0 to 3.10.1 by
    @dependabot in #436
  * build(deps): bump k8s.io/apimachinery from 0.25.2 to 0.25.3
    by @dependabot in #439
  * fix: issue path in test on windows by @yxxhero in #449
  * fix: fix deps args by @yxxhero in #446
  * fix helmfile diff error in window platform by @yxxhero in #451
  * move HELMFILE_UPGRADE_NOTICE_DISABLED into envvar file by
    @yxxhero in #441
  * Add --skip-refresh flag to the build command by @indrekj in #444
  * fix: needs logic in chart stage by @yxxhero in #458
  * fix typo by @yxxhero in #461
  * build(deps): bump github.com/stretchr/testify from 1.8.0 to
    1.8.1 by @dependabot in #462
  * fix --debug flag by @yxxhero in #465
  * use curl instead of wget & update helm to 3.10.1 by @itscaro
    in #467
  * add basepath along with filepath into yaml comment by @itscaro
    in #460
  * build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
    by @dependabot in #470
  * Fix OCI example by @itscaro in #476
  * fix chart needs test issue by @yxxhero in #480
  * use fs.Getwd() to get working dir for sub helmfile by @itscaro
    in #471
  * Document git for windows env auto-prefix #481 by @strainovic
    in #487
  * fix oci:// chart by @itscaro in #477
  * Allow to override build date with SOURCE_DATE_EPOCH by
    @bmwiedemann in #486
  * Add subcommand init for checks and installs helmfile deps by
    @xiaomudk in #389
  * split run.sh to make run.sh be more clear. by @yxxhero in #485
  * remove hooks dir by @yxxhero in #484
  * fix: args parse issue by @yxxhero in #457
  * fix deps issues by @yxxhero in #492
  * test: add template anchors merge e2e test by @yxxhero in #494
  * feat: add go test total cover by @yxxhero in #495
  * Add --output-dir-template flag to the fetch command by
    @elchenberg in #456
  * build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2 by
    @dependabot in #511
  * bump: helm to 3.10.2 by @yxxhero in #512
  * build(deps): bump k8s.io/apimachinery from 0.25.3 to 0.25.4 by
    @dependabot in #513
  * Add the ability to specify a lock file by @lassizci in #432

OBS-URL: https://build.opensuse.org/request/show/1035804
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=69
This commit is contained in:
Manfred Hollstein 2022-11-15 10:12:49 +00:00 committed by Git OBS Bridge
parent c5c078df35
commit 03af96c477
7 changed files with 80 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.147.0</param>
<param name="revision">v0.148.1</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">ad257554c9fdd9e9cb036939dcea191540003517</param></service></servicedata>
<param name="changesrevision">f09ec18aa9d555f6c8f668bfbcf084a6e5e8ee6b</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Tue Nov 15 09:44:47 UTC 2022 - manfred.h@gmx.net
- Update to version 0.148.1:
What's Changed
* Introduce a new test helper for easier log snapshot testing by
@mumoshu in #514
* fix: helmfile template fails when selector matches a chart
fetched with go-getter by @yxxhero in #499
- Update to version 0.148.0:
What's Changed
* fix: child process not exit when recive term signal by @yxxhero
in #418
* deps: build with go1.19 by @chenrui333 in #420
* Update ci.yaml by @mumoshu in #422
* fix helmfile version issue in docker image by @yxxhero in #427
* Prevent excessive log in tests by @mumoshu in #424
* Fix preapply hook behavior by @mumoshu in #423
* build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by
@dependabot in #433
* deps: update dockerfile dependencies by @chenrui333 in #421
* feat: add helm-diff and kustomize in ci matrix by @yxxhero
in #434
* build(deps): bump helm.sh/helm/v3 from 3.10.0 to 3.10.1 by
@dependabot in #436
* build(deps): bump k8s.io/apimachinery from 0.25.2 to 0.25.3
by @dependabot in #439
* fix: issue path in test on windows by @yxxhero in #449
* fix: fix deps args by @yxxhero in #446
* fix helmfile diff error in window platform by @yxxhero in #451
* move HELMFILE_UPGRADE_NOTICE_DISABLED into envvar file by
@yxxhero in #441
* Add --skip-refresh flag to the build command by @indrekj in #444
* fix: needs logic in chart stage by @yxxhero in #458
* fix typo by @yxxhero in #461
* build(deps): bump github.com/stretchr/testify from 1.8.0 to
1.8.1 by @dependabot in #462
* fix --debug flag by @yxxhero in #465
* use curl instead of wget & update helm to 3.10.1 by @itscaro
in #467
* add basepath along with filepath into yaml comment by @itscaro
in #460
* build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
by @dependabot in #470
* Fix OCI example by @itscaro in #476
* fix chart needs test issue by @yxxhero in #480
* use fs.Getwd() to get working dir for sub helmfile by @itscaro
in #471
* Document git for windows env auto-prefix #481 by @strainovic
in #487
* fix oci:// chart by @itscaro in #477
* Allow to override build date with SOURCE_DATE_EPOCH by
@bmwiedemann in #486
* Add subcommand init for checks and installs helmfile deps by
@xiaomudk in #389
* split run.sh to make run.sh be more clear. by @yxxhero in #485
* remove hooks dir by @yxxhero in #484
* fix: args parse issue by @yxxhero in #457
* fix deps issues by @yxxhero in #492
* test: add template anchors merge e2e test by @yxxhero in #494
* feat: add go test total cover by @yxxhero in #495
* Add --output-dir-template flag to the fetch command by
@elchenberg in #456
* build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2 by
@dependabot in #511
* bump: helm to 3.10.2 by @yxxhero in #512
* build(deps): bump k8s.io/apimachinery from 0.25.3 to 0.25.4 by
@dependabot in #513
* Add the ability to specify a lock file by @lassizci in #432
-------------------------------------------------------------------
Sun Oct 30 08:55:27 UTC 2022 - manfred.h@gmx.net

View File

@ -17,9 +17,9 @@
#
%define git_commit ad257554c9fdd9e9cb036939dcea191540003517
%define git_commit f09ec18aa9d555f6c8f668bfbcf084a6e5e8ee6b
Name: helmfile
Version: 0.147.0
Version: 0.148.1
Release: 0
Summary: Deploy Kubernetes Helm Charts
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d74a5247a4048151dbdb59589e19e48ecda4d07822127377a887890a79db8cd
size 11750819
oid sha256:87a670ad7304524c45396d3a71825f8612ff4e7b3deb1e48187e310bdf941c2d
size 11759639