From ba393f983c0cac796ee8787ce4f65b1b8fa1a982869808b4f92d3a63fa7bd496 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Tue, 24 Oct 2023 12:21:48 +0000 Subject: [PATCH] Accepting request 1119974 from home:manfred-h:devel:kubic - Update to version 0.158.0: What's Changed * feat: add an option to set a custom kustomize binary by @alessiodionisi in #1012 * feat: bump helm to 3.13.0 by @yxxhero in #1044 * feat: skip deps when installed is false by @yxxhero in #1054 * feat: add duration to failed releases summary by @felipecrs in #1066 * feat: bump helm version to 3.13.1 of tests by @yxxhero in #1068 * feat: support most remote urls by @xiaomudk in #1061 * Add diffArgs to helmDefaults by @yktakaha4 in #1019 * Fix symlink behaviour by @reegnz in #1020 * fix: security/dependabot/33 by @yxxhero in #1025 * by @lucasfcnunes in #1028 * optimize OCI chart version check by @yxxhero in #1052 * optimize flag logic about wait by @yxxhero in #1051 * doc: remote Environment values support more protocols by @xiaomudk in #1089 * add more tests for Desired func by @yxxhero in #1082 * upgrade helm in dockerfile images by @jouve in #1067 * replace all mozilla/sops with getsops/sops * test: fix running tests locally by @felipecrs in #1088 * build(deps): bump docker/login-action from 2 to 3 by @dependabot in #1018 * build(deps): bump docker/metadata-action from 4 to 5 by @dependabot in #1017 * build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #1016 * build(deps): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #1015 * build(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #1014 * build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #1022 * build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #1032 * build(deps): bump github.com/goccy/go-yaml from 1.11.0 to 1.11.2 by @dependabot in #1031 * build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 by @dependabot in #1033 * build(deps): bump helm.sh/helm/v3 from 3.12.3 to 3.13.0 by @dependabot in #1045 * build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in #1026 * build(deps): bump github.com/helmfile/vals from 0.27.1 to 0.28.0 by @dependabot in #1048 * build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 by @dependabot in #1055 * build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #1056 * build(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 by @dependabot in #1058 * build(deps): bump gitpython from 3.1.35 to 3.1.37 in /docs by @dependabot in #1059 * build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #1060 * build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #1063 * build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 by @dependabot in #1065 * build(deps): bump github.com/helmfile/vals from 0.28.0 to 0.28.1 by @dependabot in #1071 * build(deps): bump github.com/aws/aws-sdk-go from 1.44.251 to 1.45.27 by @dependabot in #1076 * build(deps): bump github.com/aws/aws-sdk-go from 1.45.27 to 1.45.28 by @dependabot in #1083 * build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 by @dependabot in #1084 * build(deps): bump github.com/aws/aws-sdk-go from 1.45.28 to 1.46.0 by @dependabot in #1085 - Use go1.21 for building. - Bump helm to v3.13.1 OBS-URL: https://build.opensuse.org/request/show/1119974 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=90 --- _service | 2 +- _servicedata | 2 +- helmfile-0.157.0.tar.gz | 3 -- helmfile-0.158.0.tar.gz | 3 ++ helmfile.changes | 80 +++++++++++++++++++++++++++++++++++++++++ helmfile.spec | 8 ++--- vendor.tar.gz | 4 +-- 7 files changed, 91 insertions(+), 11 deletions(-) delete mode 100644 helmfile-0.157.0.tar.gz create mode 100644 helmfile-0.158.0.tar.gz diff --git a/_service b/_service index e749def..88e6ad5 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v0.157.0 + v0.158.0 enable diff --git a/_servicedata b/_servicedata index ecf2904..d1bfab9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/helmfile/helmfile.git - e7560afe04406ff95c31b492671ab32209d13715 + 9596790a51f9a2c32b66c44cd8b9850c4aa2d7ef diff --git a/helmfile-0.157.0.tar.gz b/helmfile-0.157.0.tar.gz deleted file mode 100644 index e2f4f4b..0000000 --- a/helmfile-0.157.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2acaae6ee4fd3c8cb5eeddd70def3447a98d37d461db942c5a9e7ae7de1ea1a6 -size 602910 diff --git a/helmfile-0.158.0.tar.gz b/helmfile-0.158.0.tar.gz new file mode 100644 index 0000000..efd4466 --- /dev/null +++ b/helmfile-0.158.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29980d815fdae9522941cce0fc269f4c8312563631c73a174c047593586d4ab2 +size 605152 diff --git a/helmfile.changes b/helmfile.changes index 9e3f5ff..142ce41 100644 --- a/helmfile.changes +++ b/helmfile.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Tue Oct 24 12:05:38 UTC 2023 - Manfred Hollstein + +- Update to version 0.158.0: + What's Changed + * feat: add an option to set a custom kustomize binary by + @alessiodionisi in #1012 + * feat: bump helm to 3.13.0 by @yxxhero in #1044 + * feat: skip deps when installed is false by @yxxhero in #1054 + * feat: add duration to failed releases summary by @felipecrs + in #1066 + * feat: bump helm version to 3.13.1 of tests by @yxxhero in #1068 + * feat: support most remote urls by @xiaomudk in #1061 + * Add diffArgs to helmDefaults by @yktakaha4 in #1019 + * Fix symlink behaviour by @reegnz in #1020 + * fix: security/dependabot/33 by @yxxhero in #1025 + * by @lucasfcnunes in #1028 + * optimize OCI chart version check by @yxxhero in #1052 + * optimize flag logic about wait by @yxxhero in #1051 + * doc: remote Environment values support more protocols by + @xiaomudk in #1089 + * add more tests for Desired func by @yxxhero in #1082 + * upgrade helm in dockerfile images by @jouve in #1067 + * replace all mozilla/sops with getsops/sops + * test: fix running tests locally by @felipecrs in #1088 + * build(deps): bump docker/login-action from 2 to 3 by + @dependabot in #1018 + * build(deps): bump docker/metadata-action from 4 to 5 by + @dependabot in #1017 + * build(deps): bump docker/build-push-action from 4 to 5 by + @dependabot in #1016 + * build(deps): bump docker/setup-qemu-action from 2 to 3 by + @dependabot in #1015 + * build(deps): bump goreleaser/goreleaser-action from 4 to 5 by + @dependabot in #1014 + * build(deps): bump docker/setup-buildx-action from 2 to 3 by + @dependabot in #1022 + * build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 by + @dependabot in #1032 + * build(deps): bump github.com/goccy/go-yaml from 1.11.0 to + 1.11.2 by @dependabot in #1031 + * build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 + by @dependabot in #1033 + * build(deps): bump helm.sh/helm/v3 from 3.12.3 to 3.13.0 + by @dependabot in #1045 + * build(deps): bump github.com/cyphar/filepath-securejoin from + 0.2.3 to 0.2.4 by @dependabot in #1026 + * build(deps): bump github.com/helmfile/vals from 0.27.1 to + 0.28.0 by @dependabot in #1048 + * build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 + by @dependabot in #1055 + * build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 + by @dependabot in #1056 + * build(deps): bump github.com/hashicorp/go-getter from 1.7.2 + to 1.7.3 by @dependabot in #1058 + * build(deps): bump gitpython from 3.1.35 to 3.1.37 in /docs by + @dependabot in #1059 + * build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 + by @dependabot in #1060 + * build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by + @dependabot in #1063 + * build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 by + @dependabot in #1065 + * build(deps): bump github.com/helmfile/vals from 0.28.0 to 0.28.1 + by @dependabot in #1071 + * build(deps): bump github.com/aws/aws-sdk-go from 1.44.251 to + 1.45.27 by @dependabot in #1076 + * build(deps): bump github.com/aws/aws-sdk-go from 1.45.27 to + 1.45.28 by @dependabot in #1083 + * build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 + by @dependabot in #1084 + * build(deps): bump github.com/aws/aws-sdk-go from 1.45.28 to + 1.46.0 by @dependabot in #1085 + +------------------------------------------------------------------- +Thu Oct 12 12:56:43 UTC 2023 - Manfred Hollstein + +- Use go1.21 for building. +- Bump helm to v3.13.1 + ------------------------------------------------------------------- Fri Sep 15 11:13:10 UTC 2023 - Manfred Hollstein diff --git a/helmfile.spec b/helmfile.spec index 4fe42f3..3da3191 100644 --- a/helmfile.spec +++ b/helmfile.spec @@ -17,9 +17,9 @@ # -%define git_commit e7560afe04406ff95c31b492671ab32209d13715 +%define git_commit 9596790a51f9a2c32b66c44cd8b9850c4aa2d7ef Name: helmfile -Version: 0.157.0 +Version: 0.158.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT @@ -28,10 +28,10 @@ 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 +Recommends: helm >= 3.13.1 BuildRequires: golang-packaging BuildRequires: xz -BuildRequires: golang(API) >= 1.19 +BuildRequires: golang(API) >= 1.21 Obsoletes: %{name}-bash-completion < %{version} Obsoletes: %{name}-zsh-completion < %{version} diff --git a/vendor.tar.gz b/vendor.tar.gz index fe5f19b..f9e4317 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84a64aff8f3a46543058d754cdcc0aef72f3e99a0f480167a00521903287a10f -size 13928454 +oid sha256:33ba7d63ec43eccca4e15b8557350d0b47682a4e3840782be4976aca2cf2795a +size 14914489