Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package okteto for openSUSE:Factory checked 
in at 2022-07-28 20:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteto (Old)
 and      /work/SRC/openSUSE:Factory/.okteto.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteto"

Thu Jul 28 20:58:49 2022 rev:24 rq:991431 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteto/okteto.changes    2022-07-21 
11:35:24.767067190 +0200
+++ /work/SRC/openSUSE:Factory/.okteto.new.1533/okteto.changes  2022-07-28 
20:59:15.683673437 +0200
@@ -1,0 +2,8 @@
+Wed Jul 27 16:17:35 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 2.5.1:
+  * Fix release-branch workflow (#2962) (#2965)
+  * fix patch in release-branch (#2961)
+  * Remove paragraph in error template (#2959) (#2960)
+
+-------------------------------------------------------------------

Old:
----
  okteto-2.5.0.tar.gz

New:
----
  okteto-2.5.1.tar.gz

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

Other differences:
------------------
++++++ okteto.spec ++++++
--- /var/tmp/diff_new_pack.odyaND/_old  2022-07-28 20:59:17.015677188 +0200
+++ /var/tmp/diff_new_pack.odyaND/_new  2022-07-28 20:59:17.015677188 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           okteto
-Version:        2.5.0
+Version:        2.5.1
 Release:        0
 Summary:        Develop your applications directly in your Kubernetes Cluster
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.odyaND/_old  2022-07-28 20:59:17.059677312 +0200
+++ /var/tmp/diff_new_pack.odyaND/_new  2022-07-28 20:59:17.059677312 +0200
@@ -3,10 +3,10 @@
     <param name="url">https://github.com/okteto/okteto</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">2.5.0</param>
+    <param name="revision">2.5.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="match-tag">2.5.0</param>
+    <param name="match-tag">2.5.1</param>
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">okteto</param>
@@ -16,7 +16,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">okteto-2.5.0.tar.gz</param>
+    <param name="archive">okteto-2.5.1.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.odyaND/_old  2022-07-28 20:59:17.079677368 +0200
+++ /var/tmp/diff_new_pack.odyaND/_new  2022-07-28 20:59:17.083677379 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/okteto/okteto</param>
-              <param 
name="changesrevision">1779058e25614b926aaf528fcca3ea0226e284d4</param></service></servicedata>
+              <param 
name="changesrevision">aa2b7f1bf705a61a5fc2daeca570c8bb60babbf0</param></service></servicedata>
 (No newline at EOF)
 

++++++ okteto-2.5.0.tar.gz -> okteto-2.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.5.0/.circleci/config.yml 
new/okteto-2.5.1/.circleci/config.yml
--- old/okteto-2.5.0/.circleci/config.yml       2022-07-20 13:18:06.000000000 
+0200
+++ new/okteto-2.5.1/.circleci/config.yml       2022-07-27 15:44:17.000000000 
+0200
@@ -384,15 +384,15 @@
       - run-unit-test:
           filters:
             branches:
-              ignore: /.*/
+              only: *release-branch-regex
             tags:
-              ignore: *release-branch-regex
+              ignore: /.*/
       - run-windows-unit-test:
           filters:
             branches:
-              ignore: /.*/
+              only: *release-branch-regex
             tags:
-              ignore: *release-branch-regex
+              ignore: /.*/
       - test-integration:
           filters:
             branches:
@@ -403,6 +403,8 @@
           requires:
             - build-binaries
             - test-integration
+            - run-unit-test
+            - run-windows-unit-test
           filters:
             branches:
               only: *release-branch-regex
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.5.0/pkg/cmd/login/html/email_error.go 
new/okteto-2.5.1/pkg/cmd/login/html/email_error.go
--- old/okteto-2.5.0/pkg/cmd/login/html/email_error.go  2022-07-20 
13:18:06.000000000 +0200
+++ new/okteto-2.5.1/pkg/cmd/login/html/email_error.go  2022-07-27 
15:44:17.000000000 +0200
@@ -45,10 +45,6 @@
        emailErrorContent = template.HTML(`
 <h1 class="error">Business Email Required</h1>
 <h2>
-  We try our best to keep Okteto open and accessible to everyone, but some
-  email domains incur more spam than we can manage.
-</h2>
-<h2>
   Please add a business/work email to your Github account at
   <a href="https://github.com/settings/emails"; target="_blank">
     https://github.com/settings/emails
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.5.0/scripts/ci/release-branch.sh 
new/okteto-2.5.1/scripts/ci/release-branch.sh
--- old/okteto-2.5.0/scripts/ci/release-branch.sh       2022-07-20 
13:18:06.000000000 +0200
+++ new/okteto-2.5.1/scripts/ci/release-branch.sh       2022-07-27 
15:44:17.000000000 +0200
@@ -92,7 +92,7 @@
                         ;;
 
                 # normal bound of the release branch
-                prerelease | patch)
+                prerelease | patch | "")
                         if [ "$(semver compare "${ROOT_MINOR_TAG}" 
"$previous_stable")" -eq "1" ]; then
                                 NEXT_TAG="${ROOT_MINOR_TAG}-beta.1"
                                 echo "Latest reachable tag from release branch 
${CURRENT_BRANCH} is a stable release from a previous release 
(${previous_stable})"

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

Reply via email to