SHA256
1
0
forked from pool/helmfile

Accepting request 999051 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/999051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2022-08-25 13:08:56 +00:00 committed by Git OBS Bridge
commit 6f5c5c8295
7 changed files with 78 additions and 45 deletions

View File

@ -5,7 +5,7 @@
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v0.145.2</param> <param name="revision">v0.145.3</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/helmfile/helmfile.git</param> <param name="url">https://github.com/helmfile/helmfile.git</param>
<param name="changesrevision">9179cfb55f734b809729f76d8edca36c18e7ea30</param></service></servicedata> <param name="changesrevision">295d54d8386c5af126bfff032f6506b4cca651e3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:546e8792eb6e4514490c91d9137d08b9c4b5d4ca1c98a4a452463df23df33ccd
size 299538

3
helmfile-0.145.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4dd493c77d8dc427ab79e84f413e6e355f174cb312f6e3d5b72d8beeb1f5406
size 349699

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Wed Aug 24 09:49:47 UTC 2022 - manfred.h@gmx.net
- autocomplete files have been removed; obsolete bash-completion
and zsh-completion sub-packages older than this version.
-------------------------------------------------------------------
Wed Aug 24 09:26:33 UTC 2022 - manfred.h@gmx.net
- Update to version 0.145.3:
* Bump github.com/hashicorp/go-version from 1.4.0 to 1.6.0 by
@dependabot in #183
* fix doc link error and style error by @yxxhero in #217
* fix(doc): add missing version field in the release template
example by @lemeurherve in #228
* update readme about image repo and fix link error by @yxxhero
in #224
* fix: use helm secrets view rather than helm secrets dec to
decrypt by @philomory in #201
* add Go lint by @yxxhero in #169
* Include the working helmfile ver in the bug report by
@mumoshu in #237
* update Readmd.md by @yxxhero in #236
* feat: bump chartify to v0.10.0 to support OCI registry for adhoc
dependencies by @toVersus in #238
* on canary build, version should show "0.0.0-dev" by @itscaro in
#162
* Add integration test for #238 with local docker registry as a
OCI-based helm chart repo by @mumoshu in #239
* chore: clean up snapshot test by @toVersus in #241
* doc: getting start adds repositories configuration by @xiaomudk
in #240
* Use cobra by @yxxhero in #234
* E2E helmfile-template testing with local chart repo server by
@mumoshu in #245
* correct --help cli arg regression by @jouve in #252
* revert environment long option from --env to --environment by
@jouve in #250
* test: Add unit tests for ChartExport by @xiaomudk in #256
* test: Add unit tests for ChartPull by @xiaomudk in #257
* fix: OCI Url and Version parse error by @xiaomudk in #258
* Implement readDirEntries method by @vasicvuk in #254
* remove selector override in cmd/apply by @jouve in #266
* update doccs/index.md about CLI ref by @yxxhero in #264
* fix: needs error with context that includes slash by @sergeief
in #268
* Bump k8s.io/apimachinery from 0.23.4 to 0.24.3 by @dependabot
in #230
* Add flags about need for lint subcmd by @yxxhero in #273
* fix go.mod by @yxxhero in #275
* Refactor cobra flag default values for readability by @yxxhero
in #274
* build(deps): bump go.uber.org/zap from 1.21.0 to 1.22.0 by
@dependabot in #280
* Add file existence check for remote values by @kuzaxak in #284
* Update ArchLinux installation instructions by @AnatolyRugalev
in #282
* Fix Inclusion of Releases for Other Environments by @dackroyd
in #276
* Cleanup pkg/config/config.go by @yxxhero in #287
* update golang lint by @yxxhero in #288
* Refactor 'images' workflow, include Ubuntu image to push by
@pathob in #262
* build(deps): bump github.com/mattn/go-isatty from 0.0.14 to
0.0.16 by @dependabot in #293
* fix tag miss in docker build by @yxxhero in #294
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 26 07:50:07 UTC 2022 - manfred.h@gmx.net Tue Jul 26 07:50:07 UTC 2022 - manfred.h@gmx.net

View File

@ -17,9 +17,9 @@
# #
%define git_commit 96174e422940db988b78c555f668e9d635dbfd91 %define git_commit e44a915d4024a161d2a5642cf078038ea314fc72
Name: helmfile Name: helmfile
Version: 0.145.2 Version: 0.145.3
Release: 0 Release: 0
Summary: Deploy Kubernetes Helm Charts Summary: Deploy Kubernetes Helm Charts
License: MIT License: MIT
@ -31,6 +31,8 @@ Requires: helm
BuildRequires: golang-packaging BuildRequires: golang-packaging
BuildRequires: xz BuildRequires: xz
BuildRequires: golang(API) >= 1.16 BuildRequires: golang(API) >= 1.16
Obsoletes: %{name}-bash-completion < %{version}
Obsoletes: %{name}-zsh-completion < %{version}
%{go_nostrip} %{go_nostrip}
%{go_provides} %{go_provides}
@ -44,26 +46,6 @@ Helmfile is a declarative spec for deploying helm charts. It lets you...
To avoid upgrades for each iteration of helm, the helmfile executable To avoid upgrades for each iteration of helm, the helmfile executable
delegates to helm - as a result, helm must be installed. delegates to helm - as a result, helm must be installed.
%package bash-completion
Summary: Bash Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Supplements: packageand(%{name}:bash-completion)
BuildArch: noarch
%description bash-completion
Bash command line completion support for %{name}.
%package zsh-completion
Summary: Zsh Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Supplements: packageand(%{name}:zsh)
BuildArch: noarch
%description zsh-completion
Zsh command line completion support for %{name}.
%prep %prep
%setup -qa1 %setup -qa1
@ -74,26 +56,10 @@ go build -mod=vendor -buildmode=pie
make TAG=v%{version} install make TAG=v%{version} install
mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_bindir}
install -m755 ${HOME}/go/bin/helmfile %{buildroot}/%{_bindir}/helmfile install -m755 ${HOME}/go/bin/helmfile %{buildroot}/%{_bindir}/helmfile
mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions
install -m644 autocomplete/helmfile_bash_autocomplete \
%{buildroot}%{_datarootdir}/bash-completion/completions/%{name}
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d
install -m644 autocomplete/helmfile_zsh_autocomplete \
%{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
%files %files
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{_bindir}/helmfile %{_bindir}/helmfile
%files bash-completion
%defattr(-,root,root)
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{name}
%files zsh-completion
%defattr(-,root,root)
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{name}
%changelog %changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1884cd4d96228db0d1e3a36057440e56de489d3cb79086ab5910060076e9f1ab oid sha256:a6531d93a8581522826b6378d74fbd3011b769ab07bbb39d62a3671de32f7c8c
size 6926674 size 10860597