Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package helmfile for openSUSE:Factory 
checked in at 2022-08-25 15:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helmfile (Old)
 and      /work/SRC/openSUSE:Factory/.helmfile.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "helmfile"

Thu Aug 25 15:08:56 2022 rev:31 rq:999051 version:0.145.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/helmfile/helmfile.changes        2022-07-26 
19:45:41.100117488 +0200
+++ /work/SRC/openSUSE:Factory/.helmfile.new.2083/helmfile.changes      
2022-08-25 15:09:02.617208699 +0200
@@ -1,0 +2,67 @@
+Wed Aug 24 09:49:47 UTC 2022 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  helmfile-0.145.2.tar.gz

New:
----
  helmfile-0.145.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ helmfile.spec ++++++
--- /var/tmp/diff_new_pack.yVEDf5/_old  2022-08-25 15:09:04.241212130 +0200
+++ /var/tmp/diff_new_pack.yVEDf5/_new  2022-08-25 15:09:04.249212147 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define git_commit 96174e422940db988b78c555f668e9d635dbfd91
+%define git_commit e44a915d4024a161d2a5642cf078038ea314fc72
 Name:           helmfile
-Version:        0.145.2
+Version:        0.145.3
 Release:        0
 Summary:        Deploy Kubernetes Helm Charts
 License:        MIT
@@ -31,6 +31,8 @@
 BuildRequires:  golang-packaging
 BuildRequires:  xz
 BuildRequires:  golang(API) >= 1.16
+Obsoletes:      %{name}-bash-completion < %{version}
+Obsoletes:      %{name}-zsh-completion < %{version}
 %{go_nostrip}
 %{go_provides}
 
@@ -44,26 +46,6 @@
 To avoid upgrades for each iteration of helm, the helmfile executable
 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
 %setup -qa1
 
@@ -74,26 +56,10 @@
 make TAG=v%{version} install
 mkdir -p %{buildroot}%{_bindir}
 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
 %doc README.md
 %license LICENSE
 %{_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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yVEDf5/_old  2022-08-25 15:09:04.277212206 +0200
+++ /var/tmp/diff_new_pack.yVEDf5/_new  2022-08-25 15:09:04.281212214 +0200
@@ -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.145.2</param>
+    <param name="revision">v0.145.3</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yVEDf5/_old  2022-08-25 15:09:04.297212248 +0200
+++ /var/tmp/diff_new_pack.yVEDf5/_new  2022-08-25 15:09:04.301212257 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/helmfile/helmfile.git</param>
-              <param 
name="changesrevision">9179cfb55f734b809729f76d8edca36c18e7ea30</param></service></servicedata>
+              <param 
name="changesrevision">295d54d8386c5af126bfff032f6506b4cca651e3</param></service></servicedata>
 (No newline at EOF)
 

++++++ helmfile-0.145.2.tar.gz -> helmfile-0.145.3.tar.gz ++++++
++++ 14582 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/helmfile/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.helmfile.new.2083/vendor.tar.gz differ: char 5, 
line 1

Reply via email to