Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package werf for openSUSE:Factory checked in 
at 2024-11-02 16:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/werf (Old)
 and      /work/SRC/openSUSE:Factory/.werf.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "werf"

Sat Nov  2 16:12:03 2024 rev:14 rq:1220167 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/werf/werf.changes        2024-10-18 
15:56:03.768287129 +0200
+++ /work/SRC/openSUSE:Factory/.werf.new.2020/werf.changes      2024-11-02 
16:12:15.040432292 +0100
@@ -1,0 +2,43 @@
+Sat Nov 02 08:32:23 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 2.11.0:
+  * chore: release 2.11.0
+  * test(e2e, compose): add compose e2e test (#6385)
+  * chore(werf-in-image): optimize build and export
+  * chore(ci): add ghcr cleanup (#6383)
+  * Fix color in configurator table (#6386)
+  * docs(contributing): update supported scopes (#6384)
+  * chore(deps): update go-git from v5.10.1 to v5.12.0 (#6379)
+  * feat(release): add crane to werf images (#6377)
+  * fix(release): fix /home/build/.werf: permission denied when
+    volume is used with werf images (#6382)
+  * Revert "chore(release): 1.2 ea,stable 2 ea,stable,rock-solid"
+  * chore(release): 1.2 ea,stable 2 ea,stable,rock-solid
+  * fix(deploy): ensure werf commands run consistently with service
+    values
+  * refactor(deploy, get-autogenerated-values): rename
+    commonCmdData with getAutogeneratedValuedCmdData
+  * feat(release): add tzdata to werf images (#6376)
+  * fix(deploy): ensure werf commands run consistently without
+    images or with stubs
+  * fix(build,docker): remove quiet mode when using buildkit
+  * chore(werf-in-image): fix required version getting
+  * chore(ci): add friendly closure messages to auto-closed issues
+  * chore(ci): fix issues:delayed-auto-close
+  * chore(ci): enable issues:new-add-triage-label workflow
+  * chore(ci): close issues with no user response
+  * feat(release): distribute werf images for linux/arm64 plarform
+  * fix(export, multiplatform): fix unexpected condition: stage
+    image without labels
+  * chore(export, multiplatform): update error message
+  * fix(export, multiplatform): fix no child with platform
+    linux/amd64 in index
+  * chore(export): fix incorrect image color in log
+  * docs(bundles): use custom image tags
+  * fix(cleanup, ecr): fix aws sso not supported
+  * chore(issue): add triage label to new issues
+  * chore(release): 1.2 beta,ea 2 beta,ea,stable,rock-solid
+  * chore(release): 1.2 alpha, 2 alpha
+  * chore(release): 1.2 beta, 2 beta,ea,stable
+
+-------------------------------------------------------------------

Old:
----
  werf-2.10.10.obscpio

New:
----
  werf-2.11.0.obscpio

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

Other differences:
------------------
++++++ werf.spec ++++++
--- /var/tmp/diff_new_pack.03ePI8/_old  2024-11-02 16:12:15.748461685 +0100
+++ /var/tmp/diff_new_pack.03ePI8/_new  2024-11-02 16:12:15.748461685 +0100
@@ -16,17 +16,18 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           werf
-Version:        2.10.10
+Version:        2.11.0
 Release:        0
 Summary:        CLI for the Werf CI/CD system
 License:        Apache-2.0
 URL:            https://github.com/werf/werf
 Source:         werf-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  go >= 1.20
+BuildRequires:  bash-completion
+BuildRequires:  fish
+BuildRequires:  go >= 1.22.7
+BuildRequires:  zsh
 #
 BuildRequires:  device-mapper-devel
 BuildRequires:  libbtrfs-devel
@@ -87,7 +88,7 @@
 
 %install
 # Install the binary.
-install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
+install -D -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name}
 
 # create the bash completion file
 mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/
@@ -98,8 +99,8 @@
 %{buildroot}/%{_bindir}/%{name} completion fish > 
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
 
 # create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
 
 %files
 %doc README.md
@@ -107,16 +108,11 @@
 %{_bindir}/%{name}
 
 %files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
 %{_datarootdir}/bash-completion/completions/%{name}
 
 %files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
 %{_datarootdir}/fish/vendor_completions.d/%{name}.fish
 
 %files -n %{name}-zsh-completion
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{name}
+%{_datarootdir}/zsh/site-functions/_%{name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.03ePI8/_old  2024-11-02 16:12:15.788463345 +0100
+++ /var/tmp/diff_new_pack.03ePI8/_new  2024-11-02 16:12:15.788463345 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/werf/werf</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.10.10</param>
+    <param name="revision">v2.11.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.03ePI8/_old  2024-11-02 16:12:15.816464508 +0100
+++ /var/tmp/diff_new_pack.03ePI8/_new  2024-11-02 16:12:15.816464508 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/werf/werf</param>
-              <param 
name="changesrevision">7350c8f52bfe5f108ad0a7dad861667b84a212b4</param></service></servicedata>
+              <param 
name="changesrevision">ad457768303301a3b0252f64c39971df50d3a956</param></service></servicedata>
 (No newline at EOF)
 

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

++++++ werf-2.10.10.obscpio -> werf-2.11.0.obscpio ++++++
/work/SRC/openSUSE:Factory/werf/werf-2.10.10.obscpio 
/work/SRC/openSUSE:Factory/.werf.new.2020/werf-2.11.0.obscpio differ: char 49, 
line 1

++++++ werf.obsinfo ++++++
--- /var/tmp/diff_new_pack.03ePI8/_old  2024-11-02 16:12:15.876466999 +0100
+++ /var/tmp/diff_new_pack.03ePI8/_new  2024-11-02 16:12:15.880467165 +0100
@@ -1,5 +1,5 @@
 name: werf
-version: 2.10.10
-mtime: 1729178346
-commit: 7350c8f52bfe5f108ad0a7dad861667b84a212b4
+version: 2.11.0
+mtime: 1730493184
+commit: ad457768303301a3b0252f64c39971df50d3a956
 

Reply via email to