forked from pool/helmfile
Accepting request 1032300 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1032300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=34
This commit is contained in:
commit
50593054c7
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.146.0</param>
|
||||
<param name="revision">v0.147.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">3c151b8d458890da5e2c7b6422fe3c754899bdf0</param></service></servicedata>
|
||||
<param name="changesrevision">ad257554c9fdd9e9cb036939dcea191540003517</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb7810070cf69b4802fda814333b2edb4ae25cdd52e7c9f71457e1ae92b3a0b6
|
||||
size 566705
|
3
helmfile-0.147.0.tar.gz
Normal file
3
helmfile-0.147.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01ee83360e3bb07a3a0855763d8a6478d44e89ad0e3be55687faac20aacb273c
|
||||
size 545762
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df4d30e2ac66397307a8ee5318f645af12f6354961a5a4fc095322230c6fec4c
|
||||
size 10778979
|
||||
oid sha256:8d74a5247a4048151dbdb59589e19e48ecda4d07822127377a887890a79db8cd
|
||||
size 11750819
|
||||
|
Loading…
Reference in New Issue
Block a user