From 62261ee8486af73d6d222841e3cf448a81e746dcce53bde0163a2ff597a1f631 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Mon, 19 Feb 2024 09:47:48 +0000 Subject: [PATCH] Accepting request 1147541 from home:manfred-h:devel:kubic - Update to version 0.162.0: New feature * add suppress output line regex support by @yxxhero in #1329 see more: https://github.com/helmfile/helmfile/blob/v0.162.0/test/integration/test-cases/suppress-output-line-regex/input/helmfile.yaml.gotmpl What's Changed * build(deps): bump github.com/aws/aws-sdk-go from 1.50.1 to 1.50.2 by @dependabot in #1309 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.2 to 1.50.3 by @dependabot in #1312 * feat: document that jsonPatches et al can be files by @rsrchboy in #1313 * build(deps): bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 by @dependabot in #1314 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.3 to 1.50.4 by @dependabot in #1315 * feat: Bump helm-diff to 3.9.4 by @yxxhero in #1316 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.4 to 1.50.5 by @dependabot in #1318 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.5 to 1.50.6 by @dependabot in #1319 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.6 to 1.50.7 by @dependabot in #1321 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.7 to 1.50.8 by @dependabot in #1322 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.9 by @dependabot in #1323 * disable version check for sops while building container image by @itscaro in #1320 * build(deps): bump github.com/helmfile/vals from 0.33.0 to 0.33.1 by @dependabot in #1325 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.10 by @dependabot in #1324 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.11 by @dependabot in #1328 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.11 to 1.50.12 by @dependabot in #1330 * feat: update to use go 1.22 by @chenrui333 in #1332 * build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in #1334 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.12 to 1.50.13 by @dependabot in #1333 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.13 to 1.50.14 by @dependabot in #1336 * build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #1338 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.14 to 1.50.15 by @dependabot in #1337 * build(deps): bump github.com/helmfile/vals from 0.33.1 to 0.34.1 by @dependabot in #1339 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.15 to 1.50.17 by @dependabot in #1342 * build(deps): bump github.com/helmfile/chartify from 0.17.0 to 0.18.1 by @dependabot in #1341 * fix: use finer-grained locking when listing releases for diff by @steved in #1343 * run deps without chart preparation by @jouve in #1011 * build(deps): bump k8s.io/apimachinery from 0.29.1 to 0.29.2 by @dependabot in #1348 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.17 to 1.50.18 by @dependabot in #1347 * build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 by @dependabot in #1346 * fix: version path issue by @yxxhero in #1344 * Make it clear that the plugin install prompt is a question by @wallrj in #1355 * Update Helm version to v3.14.1 by @yxxhero in #1352 * build(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to 1.50.19 by @dependabot in #1357 * feat: add suppress output line regex support by @yxxhero in #1329 - Use go1.22 for building. OBS-URL: https://build.opensuse.org/request/show/1147541 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=103 --- _service | 2 +- _servicedata | 2 +- helmfile-0.161.0.tar.gz | 3 -- helmfile-0.162.0.tar.gz | 3 ++ helmfile.changes | 76 +++++++++++++++++++++++++++++++++++++++++ helmfile.spec | 6 ++-- vendor.tar.gz | 4 +-- 7 files changed, 86 insertions(+), 10 deletions(-) delete mode 100644 helmfile-0.161.0.tar.gz create mode 100644 helmfile-0.162.0.tar.gz diff --git a/_service b/_service index 0f5b862..89a7abf 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v0.161.0 + v0.162.0 enable diff --git a/_servicedata b/_servicedata index e9fc364..065765f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/helmfile/helmfile.git - 430677d43cf4e591aa86a6c24268d02f15f7162a + 9203641f03d3802a59f88178b972a4139001774d diff --git a/helmfile-0.161.0.tar.gz b/helmfile-0.161.0.tar.gz deleted file mode 100644 index c057488..0000000 --- a/helmfile-0.161.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83d2e07e43f4824fa0aa5dbe06ece1128a9398e2d60de1a3f4cab73d97605be7 -size 1059970 diff --git a/helmfile-0.162.0.tar.gz b/helmfile-0.162.0.tar.gz new file mode 100644 index 0000000..025b192 --- /dev/null +++ b/helmfile-0.162.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a40bde8ad3ee0aefba6efdaaf3a312ff59d0b2fdab6e6ef627452babfdcc9 +size 1066359 diff --git a/helmfile.changes b/helmfile.changes index f3799c8..5f20ae6 100644 --- a/helmfile.changes +++ b/helmfile.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Mon Feb 19 09:32:11 UTC 2024 - Manfred Hollstein + +- Update to version 0.162.0: + New feature + * add suppress output line regex support by @yxxhero in #1329 + see more: https://github.com/helmfile/helmfile/blob/v0.162.0/test/integration/test-cases/suppress-output-line-regex/input/helmfile.yaml.gotmpl + + What's Changed + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.1 to + 1.50.2 by @dependabot in #1309 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.2 to + 1.50.3 by @dependabot in #1312 + * feat: document that jsonPatches et al can be files by + @rsrchboy in #1313 + * build(deps): bump github.com/goccy/go-yaml from 1.11.2 to + 1.11.3 by @dependabot in #1314 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.3 to + 1.50.4 by @dependabot in #1315 + * feat: Bump helm-diff to 3.9.4 by @yxxhero in #1316 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.4 to + 1.50.5 by @dependabot in #1318 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.5 to + 1.50.6 by @dependabot in #1319 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.6 to + 1.50.7 by @dependabot in #1321 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.7 to + 1.50.8 by @dependabot in #1322 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.8 to + 1.50.9 by @dependabot in #1323 + * disable version check for sops while building container + image by @itscaro in #1320 + * build(deps): bump github.com/helmfile/vals from 0.33.0 to + 0.33.1 by @dependabot in #1325 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.9 to + 1.50.10 by @dependabot in #1324 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to + 1.50.11 by @dependabot in #1328 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.11 to + 1.50.12 by @dependabot in #1330 + * feat: update to use go 1.22 by @chenrui333 in #1332 + * build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 + by @dependabot in #1334 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.12 to + 1.50.13 by @dependabot in #1333 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.13 to + 1.50.14 by @dependabot in #1336 + * build(deps): bump golangci/golangci-lint-action from 3 to 4 + by @dependabot in #1338 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.14 to + 1.50.15 by @dependabot in #1337 + * build(deps): bump github.com/helmfile/vals from 0.33.1 to + 0.34.1 by @dependabot in #1339 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.15 to + 1.50.17 by @dependabot in #1342 + * build(deps): bump github.com/helmfile/chartify from 0.17.0 to + 0.18.1 by @dependabot in #1341 + * fix: use finer-grained locking when listing releases for diff + by @steved in #1343 + * run deps without chart preparation by @jouve in #1011 + * build(deps): bump k8s.io/apimachinery from 0.29.1 to 0.29.2 + by @dependabot in #1348 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.17 to + 1.50.18 by @dependabot in #1347 + * build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 + by @dependabot in #1346 + * fix: version path issue by @yxxhero in #1344 + * Make it clear that the plugin install prompt is a question + by @wallrj in #1355 + * Update Helm version to v3.14.1 by @yxxhero in #1352 + * build(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to + 1.50.19 by @dependabot in #1357 + * feat: add suppress output line regex support by @yxxhero + in #1329 +- Use go1.22 for building. + ------------------------------------------------------------------- Wed Jan 24 09:22:29 UTC 2024 - Manfred Hollstein diff --git a/helmfile.spec b/helmfile.spec index de26210..6869454 100644 --- a/helmfile.spec +++ b/helmfile.spec @@ -17,9 +17,9 @@ # -%define git_commit 430677d43cf4e591aa86a6c24268d02f15f7162a +%define git_commit 9203641f03d3802a59f88178b972a4139001774d Name: helmfile -Version: 0.161.0 +Version: 0.162.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT @@ -31,7 +31,7 @@ Requires: helm >= 3.13.1 Recommends: helm >= 3.14.0 BuildRequires: golang-packaging BuildRequires: xz -BuildRequires: golang(API) >= 1.21 +BuildRequires: golang(API) >= 1.22 Obsoletes: %{name}-bash-completion < %{version} Obsoletes: %{name}-zsh-completion < %{version} diff --git a/vendor.tar.gz b/vendor.tar.gz index a3f1dbf..1af6fd0 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:682cdc8296411c0b5908f892f312be068f799930ba56e59e16f99e0d9f166187 -size 15506816 +oid sha256:a3701746e6e54d5205c6ab07404ced5f7a0a904a020b32049c5aa0e28980cf24 +size 15608416