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
This commit is contained in:
parent
535c9bb1b2
commit
ba393f983c
2
_service
2
_service
@ -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.157.0</param>
|
||||
<param name="revision">v0.158.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">e7560afe04406ff95c31b492671ab32209d13715</param></service></servicedata>
|
||||
<param name="changesrevision">9596790a51f9a2c32b66c44cd8b9850c4aa2d7ef</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2acaae6ee4fd3c8cb5eeddd70def3447a98d37d461db942c5a9e7ae7de1ea1a6
|
||||
size 602910
|
3
helmfile-0.158.0.tar.gz
Normal file
3
helmfile-0.158.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29980d815fdae9522941cce0fc269f4c8312563631c73a174c047593586d4ab2
|
||||
size 605152
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 12:05:38 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- 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 <manfred.h@gmx.net>
|
||||
|
||||
- Use go1.21 for building.
|
||||
- Bump helm to v3.13.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 11:13:10 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84a64aff8f3a46543058d754cdcc0aef72f3e99a0f480167a00521903287a10f
|
||||
size 13928454
|
||||
oid sha256:33ba7d63ec43eccca4e15b8557350d0b47682a4e3840782be4976aca2cf2795a
|
||||
size 14914489
|
||||
|
Loading…
x
Reference in New Issue
Block a user