From c5c078df35addd06b68d7585489f1482e688a268da8e4e3b6b74983c0d751b01 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Sun, 30 Oct 2022 10:29:20 +0000 Subject: [PATCH] Accepting request 1032299 from home:manfred-h:devel:kubic - go1.19 is required for building. - Update to version 0.147.0: v0.147.0 is the first Helmfile version to officially support Helm 3.10.0, along with several fixes and new features. Starting from helmfile v0.147.0, helmfile version will check for the latest version of Helmfile and print a tip if the current version is not the latest. To disable this behavior, set environment variable HELMFILE_UPGRADE_NOTICE_DISABLED to any non-empty value. What's Changed * build(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.9.4 by @dependabot in #377 * Update towards-1.0.md by @mumoshu in #378 * build(deps): bump k8s.io/apimachinery from 0.24.4 to 0.25.1 by @dependabot in #376 * build(deps): bump helm.sh/helm/v3 from 3.9.4 to 3.10.0 by @dependabot in #387 * build(deps): bump k8s.io/apimachinery from 0.25.1 to 0.25.2 by @dependabot in #386 * docs: fix best pratices guide link by @TartanLeGrand in #398 * Fix incubator charts location in advanced-features.md by @duckty in #401 * fix: docs typo by @stoned in #400 * fix path issue in windows by @yxxhero in #385 * fix: build command short description by @stoned in #403 * imprv: convert hyphen included in repo name to underbar with gatherOCIUsernamePassword. by @mugioka in #406 * Optimize cmd pkg by @yxxhero in #384 * update helm-diff version to 3.5.0 by @yxxhero in #379 * Update ci.yaml and use helm 3.10.0 by @yxxhero in #383 * Use helm show chart to identify chart version by @felipecrs in #395 * fix SetRetainValuesFiles issue by @yxxhero in #388 * bump: upgrade gopkg.in/yaml.v2 to gopkg.in/yaml.v3 by @yxxhero in #396 * docs: update docs order by @yxxhero in #407 * feat: retrieve repository's username/password from environment by @kevinleturc in #415 * feat: add more clear error message and Environment info for template by @yxxhero in #413 * doc: update template funcs docs by @yxxhero in #414 * fix README.md users.md to USERS.md by @yxxhero in #410 * feat: optimize version output by @yxxhero in #412 * feat: add reuse-values args for diff apply and sync by @yxxhero in #411 * fix: helmfile deps issue with oci repo by @yxxhero in #419 OBS-URL: https://build.opensuse.org/request/show/1032299 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=67 --- _service | 2 +- _servicedata | 2 +- helmfile-0.146.0.tar.gz | 3 --- helmfile-0.147.0.tar.gz | 3 +++ helmfile.changes | 55 +++++++++++++++++++++++++++++++++++++++++ helmfile.spec | 6 ++--- vendor.tar.gz | 4 +-- 7 files changed, 65 insertions(+), 10 deletions(-) delete mode 100644 helmfile-0.146.0.tar.gz create mode 100644 helmfile-0.147.0.tar.gz diff --git a/_service b/_service index ac03416..3ef6b16 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v0.146.0 + v0.147.0 enable diff --git a/_servicedata b/_servicedata index 88449f8..ce38ebb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/helmfile/helmfile.git - 3c151b8d458890da5e2c7b6422fe3c754899bdf0 + ad257554c9fdd9e9cb036939dcea191540003517 diff --git a/helmfile-0.146.0.tar.gz b/helmfile-0.146.0.tar.gz deleted file mode 100644 index 8882567..0000000 --- a/helmfile-0.146.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb7810070cf69b4802fda814333b2edb4ae25cdd52e7c9f71457e1ae92b3a0b6 -size 566705 diff --git a/helmfile-0.147.0.tar.gz b/helmfile-0.147.0.tar.gz new file mode 100644 index 0000000..6918b7d --- /dev/null +++ b/helmfile-0.147.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ee83360e3bb07a3a0855763d8a6478d44e89ad0e3be55687faac20aacb273c +size 545762 diff --git a/helmfile.changes b/helmfile.changes index 3cf5337..fced598 100644 --- a/helmfile.changes +++ b/helmfile.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Sun Oct 30 08:55:27 UTC 2022 - manfred.h@gmx.net + +- go1.19 is required for building. + +------------------------------------------------------------------- +Sun Oct 30 08:39:22 UTC 2022 - manfred.h@gmx.net + +- Update to version 0.147.0: + v0.147.0 is the first Helmfile version to officially support Helm + 3.10.0, along with several fixes and new features. + Starting from helmfile v0.147.0, helmfile version will check for + the latest version of Helmfile and print a tip if the current + version is not the latest. To disable this behavior, set + environment variable HELMFILE_UPGRADE_NOTICE_DISABLED to any + non-empty value. + + What's Changed + * build(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.9.4 by + @dependabot in #377 + * Update towards-1.0.md by @mumoshu in #378 + * build(deps): bump k8s.io/apimachinery from 0.24.4 to 0.25.1 + by @dependabot in #376 + * build(deps): bump helm.sh/helm/v3 from 3.9.4 to 3.10.0 by + @dependabot in #387 + * build(deps): bump k8s.io/apimachinery from 0.25.1 to 0.25.2 + by @dependabot in #386 + * docs: fix best pratices guide link by @TartanLeGrand in #398 + * Fix incubator charts location in advanced-features.md by + @duckty in #401 + * fix: docs typo by @stoned in #400 + * fix path issue in windows by @yxxhero in #385 + * fix: build command short description by @stoned in #403 + * imprv: convert hyphen included in repo name to underbar with + gatherOCIUsernamePassword. by @mugioka in #406 + * Optimize cmd pkg by @yxxhero in #384 + * update helm-diff version to 3.5.0 by @yxxhero in #379 + * Update ci.yaml and use helm 3.10.0 by @yxxhero in #383 + * Use helm show chart to identify chart version by @felipecrs + in #395 + * fix SetRetainValuesFiles issue by @yxxhero in #388 + * bump: upgrade gopkg.in/yaml.v2 to gopkg.in/yaml.v3 by + @yxxhero in #396 + * docs: update docs order by @yxxhero in #407 + * feat: retrieve repository's username/password from environment + by @kevinleturc in #415 + * feat: add more clear error message and Environment info for + template by @yxxhero in #413 + * doc: update template funcs docs by @yxxhero in #414 + * fix README.md users.md to USERS.md by @yxxhero in #410 + * feat: optimize version output by @yxxhero in #412 + * feat: add reuse-values args for diff apply and sync by @yxxhero + in #411 + * fix: helmfile deps issue with oci repo by @yxxhero in #419 + ------------------------------------------------------------------- Wed Sep 28 09:20:45 UTC 2022 - manfred.h@gmx.net diff --git a/helmfile.spec b/helmfile.spec index d443b2e..fe7fe65 100644 --- a/helmfile.spec +++ b/helmfile.spec @@ -17,9 +17,9 @@ # -%define git_commit 3c151b8d458890da5e2c7b6422fe3c754899bdf0 +%define git_commit ad257554c9fdd9e9cb036939dcea191540003517 Name: helmfile -Version: 0.146.0 +Version: 0.147.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT @@ -30,7 +30,7 @@ Source1: vendor.tar.gz Requires: helm BuildRequires: golang-packaging BuildRequires: xz -BuildRequires: golang(API) >= 1.16 +BuildRequires: golang(API) >= 1.19 Obsoletes: %{name}-bash-completion < %{version} Obsoletes: %{name}-zsh-completion < %{version} %{go_nostrip} diff --git a/vendor.tar.gz b/vendor.tar.gz index 76a74df..f20aa97 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df4d30e2ac66397307a8ee5318f645af12f6354961a5a4fc095322230c6fec4c -size 10778979 +oid sha256:8d74a5247a4048151dbdb59589e19e48ecda4d07822127377a887890a79db8cd +size 11750819