From cc863d7f18f86f5da25d39658b1db1102ef20923902fb852dd9bc983b0915362 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Wed, 24 Jan 2024 09:45:06 +0000 Subject: [PATCH] Accepting request 1141197 from home:manfred-h:devel:kubic - Update to version 0.161.0: What's Changed * build(deps): bump github.com/helmfile/vals from 0.31.0 to 0.32.0 by @dependabot in #1250 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.8 to 1.49.9 by @dependabot in #1251 * feat: respect helmfile.lock with ad-hoc kustimzation by @vlpav030 in #1244 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.9 to 1.49.10 by @dependabot in #1257 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.10 to 1.49.11 by @dependabot in #1259 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.11 to 1.49.12 by @dependabot in #1260 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.12 to 1.49.13 by @dependabot in #1263 * fix: prevent preparing chart for disabled releases by @mighty1231 in #1210 * add support for HELMFILE_FILE_PATH envvar to set -f by @sstarcher in #1255 * fix checker error message by @petelock in #1266 * build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #1267 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.13 to 1.49.14 by @dependabot in #1269 * build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #1268 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.14 to 1.49.15 by @dependabot in #1270 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.15 to 1.49.16 by @dependabot in #1272 * build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #1273 * feat: include func support more template functions by @yxxhero in #1277 * chore: add zhihu to list of helmfile users by @zhaogaolong in #1278 * Bugfix: do not print registry password to stdout when running by @ennekein in #1275 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.16 to 1.49.17 by @dependabot in #1279 * build(deps): bump gitpython from 3.1.37 to 3.1.41 in /docs by @dependabot in #1280 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18 by @dependabot in #1283 * build(deps): bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #1284 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to 1.49.19 by @dependabot in #1285 * feat: bump helm-diff to v3.9.1 by @yxxhero in #1286 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.19 to 1.49.21 by @dependabot in #1287 * Bump helm diff to 3.9.2 by @kxkcx in #1291 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.21 to 1.49.22 by @dependabot in #1292 * fix: issue with pre-release Helm version by @yxxhero in #1293 * build(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.1 by @dependabot in #1298 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to 1.49.23 by @dependabot in #1296 * Bump helm diff to 3.9.2 by @kxkcx in #1299 * feat: bump helm to 3.14.0 by @yxxhero in #1295 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.23 to 1.49.24 by @dependabot in #1300 * feat: bump vals to 0.33.0 by @yxxhero in #1302 * build(deps): bump github.com/aws/aws-sdk-go from 1.49.24 to 1.50.0 by @dependabot in #1303 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.0 to 1.50.1 by @dependabot in #1305 * Fix the password display problem when passing the chart link by @NavesEdu in #1281 OBS-URL: https://build.opensuse.org/request/show/1141197 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=101 --- _service | 2 +- _servicedata | 2 +- helmfile-0.160.0.tar.gz | 3 -- helmfile-0.161.0.tar.gz | 3 ++ helmfile.changes | 75 +++++++++++++++++++++++++++++++++++++++++ helmfile.spec | 12 +++---- vendor.tar.gz | 4 +-- 7 files changed, 88 insertions(+), 13 deletions(-) delete mode 100644 helmfile-0.160.0.tar.gz create mode 100644 helmfile-0.161.0.tar.gz diff --git a/_service b/_service index 38bd260..0f5b862 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v0.160.0 + v0.161.0 enable diff --git a/_servicedata b/_servicedata index 05d8224..e9fc364 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/helmfile/helmfile.git - e9cb5a05fe38eeaceb89e6b268882140f83e76af + 430677d43cf4e591aa86a6c24268d02f15f7162a diff --git a/helmfile-0.160.0.tar.gz b/helmfile-0.160.0.tar.gz deleted file mode 100644 index 4786f2a..0000000 --- a/helmfile-0.160.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3425c3b626c0c634487f11f6450e5d8aa2b50310a116df291c34589e00c2e298 -size 1058206 diff --git a/helmfile-0.161.0.tar.gz b/helmfile-0.161.0.tar.gz new file mode 100644 index 0000000..c057488 --- /dev/null +++ b/helmfile-0.161.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d2e07e43f4824fa0aa5dbe06ece1128a9398e2d60de1a3f4cab73d97605be7 +size 1059970 diff --git a/helmfile.changes b/helmfile.changes index f15f62e..f3799c8 100644 --- a/helmfile.changes +++ b/helmfile.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Wed Jan 24 09:22:29 UTC 2024 - Manfred Hollstein + +- Update to version 0.161.0: + What's Changed + * build(deps): bump github.com/helmfile/vals from 0.31.0 to + 0.32.0 by @dependabot in #1250 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.8 to + 1.49.9 by @dependabot in #1251 + * feat: respect helmfile.lock with ad-hoc kustimzation by + @vlpav030 in #1244 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.9 to + 1.49.10 by @dependabot in #1257 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.10 to + 1.49.11 by @dependabot in #1259 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.11 to + 1.49.12 by @dependabot in #1260 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.12 to + 1.49.13 by @dependabot in #1263 + * fix: prevent preparing chart for disabled releases by + @mighty1231 in #1210 + * add support for HELMFILE_FILE_PATH envvar to set -f by + @sstarcher in #1255 + * fix checker error message by @petelock in #1266 + * build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 + by @dependabot in #1267 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.13 to + 1.49.14 by @dependabot in #1269 + * build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by + @dependabot in #1268 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.14 to + 1.49.15 by @dependabot in #1270 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.15 to + 1.49.16 by @dependabot in #1272 + * build(deps): bump github.com/cloudflare/circl from 1.3.3 to + 1.3.7 by @dependabot in #1273 + * feat: include func support more template functions by + @yxxhero in #1277 + * chore: add zhihu to list of helmfile users by @zhaogaolong + in #1278 + * Bugfix: do not print registry password to stdout when running + by @ennekein in #1275 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.16 to + 1.49.17 by @dependabot in #1279 + * build(deps): bump gitpython from 3.1.37 to 3.1.41 in /docs + by @dependabot in #1280 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to + 1.49.18 by @dependabot in #1283 + * build(deps): bump jinja2 from 3.1.1 to 3.1.3 in /docs by + @dependabot in #1284 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to + 1.49.19 by @dependabot in #1285 + * feat: bump helm-diff to v3.9.1 by @yxxhero in #1286 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.19 to + 1.49.21 by @dependabot in #1287 + * Bump helm diff to 3.9.2 by @kxkcx in #1291 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.21 to + 1.49.22 by @dependabot in #1292 + * fix: issue with pre-release Helm version by @yxxhero in #1293 + * build(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.1 + by @dependabot in #1298 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to + 1.49.23 by @dependabot in #1296 + * Bump helm diff to 3.9.2 by @kxkcx in #1299 + * feat: bump helm to 3.14.0 by @yxxhero in #1295 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.23 to + 1.49.24 by @dependabot in #1300 + * feat: bump vals to 0.33.0 by @yxxhero in #1302 + * build(deps): bump github.com/aws/aws-sdk-go from 1.49.24 to + 1.50.0 by @dependabot in #1303 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.0 to + 1.50.1 by @dependabot in #1305 + * Fix the password display problem when passing the chart link + by @NavesEdu in #1281 + ------------------------------------------------------------------- Tue Dec 26 09:32:39 UTC 2023 - Manfred Hollstein diff --git a/helmfile.spec b/helmfile.spec index b7c8781..de26210 100644 --- a/helmfile.spec +++ b/helmfile.spec @@ -1,8 +1,8 @@ # # spec file for package helmfile # -# Copyright (c) 2023 SUSE LLC -# 2021 Manfred Hollstein +# Copyright (c) 2024 SUSE LLC +# 2021-2024 Manfred Hollstein # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ # -%define git_commit e9cb5a05fe38eeaceb89e6b268882140f83e76af +%define git_commit 430677d43cf4e591aa86a6c24268d02f15f7162a Name: helmfile -Version: 0.160.0 +Version: 0.161.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT @@ -27,8 +27,8 @@ Group: Development/Languages/Other URL: https://github.com/helmfile/helmfile Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -Requires: helm >= 3.11.1 -Recommends: helm >= 3.13.1 +Requires: helm >= 3.13.1 +Recommends: helm >= 3.14.0 BuildRequires: golang-packaging BuildRequires: xz BuildRequires: golang(API) >= 1.21 diff --git a/vendor.tar.gz b/vendor.tar.gz index b83cb60..a3f1dbf 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3d2fcd3c8e738d5d8278d343ef00dbafc86eb9bfb61d35ebbf9f09e0a21586c -size 15419693 +oid sha256:682cdc8296411c0b5908f892f312be068f799930ba56e59e16f99e0d9f166187 +size 15506816