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-03-17 17:01:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteto (Old)
 and      /work/SRC/openSUSE:Factory/.okteto.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteto"

Thu Mar 17 17:01:49 2022 rev:8 rq:962389 version:1.15.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteto/okteto.changes    2022-03-13 
20:25:55.083708343 +0100
+++ /work/SRC/openSUSE:Factory/.okteto.new.25692/okteto.changes 2022-03-17 
17:02:04.273711661 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 18:05:35 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 1.15.8:
+  * Retry build errors if i/o timeout (#2351)
+
+-------------------------------------------------------------------

Old:
----
  okteto-1.15.7.tar.gz

New:
----
  okteto-1.15.8.tar.gz

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

Other differences:
------------------
++++++ okteto.spec ++++++
--- /var/tmp/diff_new_pack.65qaQs/_old  2022-03-17 17:02:06.713713529 +0100
+++ /var/tmp/diff_new_pack.65qaQs/_new  2022-03-17 17:02:06.721713534 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           okteto
-Version:        1.15.7
+Version:        1.15.8
 Release:        0
 Summary:        Develop your applications directly in your Kubernetes Cluster
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.65qaQs/_old  2022-03-17 17:02:06.765713568 +0100
+++ /var/tmp/diff_new_pack.65qaQs/_new  2022-03-17 17:02:06.769713571 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/okteto/okteto</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">1.15.7</param>
+    <param name="revision">1.15.8</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
   </service>
@@ -15,7 +15,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">okteto-1.15.7.tar.gz</param>
+    <param name="archive">okteto-1.15.8.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.65qaQs/_old  2022-03-17 17:02:06.793713590 +0100
+++ /var/tmp/diff_new_pack.65qaQs/_new  2022-03-17 17:02:06.797713592 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/okteto/okteto</param>
-              <param 
name="changesrevision">d551675a954c5625f2c2d7b344d1f880cdf197de</param></service></servicedata>
+              <param 
name="changesrevision">21c9426e49e71275e5ba18b8d4c7e1e9476c0526</param></service></servicedata>
 (No newline at EOF)
 

++++++ okteto-1.15.7.tar.gz -> okteto-1.15.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-1.15.7/pkg/cmd/stack/deploy.go 
new/okteto-1.15.8/pkg/cmd/stack/deploy.go
--- old/okteto-1.15.7/pkg/cmd/stack/deploy.go   2022-03-12 20:51:52.000000000 
+0100
+++ new/okteto-1.15.8/pkg/cmd/stack/deploy.go   2022-03-15 00:09:00.000000000 
+0100
@@ -539,6 +539,7 @@
                spinner.Stop()
                oktetoLog.Success("Endpoint '%s' created", ingressName)
                spinner.Start()
+               return nil
        }
 
        if old.GetLabels()[model.StackNameLabel] == "" {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-1.15.7/pkg/registry/errors.go 
new/okteto-1.15.8/pkg/registry/errors.go
--- old/okteto-1.15.7/pkg/registry/errors.go    2022-03-12 20:51:52.000000000 
+0100
+++ new/okteto-1.15.8/pkg/registry/errors.go    2022-03-15 00:09:00.000000000 
+0100
@@ -60,6 +60,10 @@
        case strings.Contains(err.Error(), "failed commit on ref") && 
strings.Contains(err.Error(), "500 Internal Server Error"),
                strings.Contains(err.Error(), "transport is closing"):
                return true
+       case strings.Contains(err.Error(), "transport: error while dialing: 
dial tcp: i/o timeout"):
+               return true
+       case strings.Contains(err.Error(), "error while dialing: dial tcp: 
lookup buildkit") && strings.Contains(err.Error(), "no such host"):
+               return true
        case strings.Contains(err.Error(), "failed commit on ref") && 
strings.Contains(err.Error(), "400 Bad Request"):
                return true
        case strings.Contains(err.Error(), "failed to do request") && 
strings.Contains(err.Error(), "http: server closed idle connection"):

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

Reply via email to