Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package okteto for openSUSE:Factory checked 
in at 2023-06-27 23:16:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteto (Old)
 and      /work/SRC/openSUSE:Factory/.okteto.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteto"

Tue Jun 27 23:16:39 2023 rev:53 rq:1095511 version:2.16.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteto/okteto.changes    2023-06-13 
16:10:27.595221631 +0200
+++ /work/SRC/openSUSE:Factory/.okteto.new.15902/okteto.changes 2023-06-27 
23:16:57.107492288 +0200
@@ -1,0 +2,6 @@
+Tue Jun 27 04:50:20 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 2.16.4:
+  * fix: search first in dev registry (#3750) (#3752)
+
+-------------------------------------------------------------------

Old:
----
  okteto-2.16.3.obscpio

New:
----
  okteto-2.16.4.obscpio

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

Other differences:
------------------
++++++ okteto.spec ++++++
--- /var/tmp/diff_new_pack.OyS05G/_old  2023-06-27 23:16:58.327499467 +0200
+++ /var/tmp/diff_new_pack.OyS05G/_new  2023-06-27 23:16:58.335499515 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           okteto
-Version:        2.16.3
+Version:        2.16.4
 Release:        0
 Summary:        Develop your applications directly in your Kubernetes Cluster
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OyS05G/_old  2023-06-27 23:16:58.363499680 +0200
+++ /var/tmp/diff_new_pack.OyS05G/_new  2023-06-27 23:16:58.367499703 +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.16.3</param>
+    <param name="revision">2.16.4</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="match-tag">2.16.3</param>
+    <param name="match-tag">2.16.4</param>
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">okteto</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.OyS05G/_old  2023-06-27 23:16:58.387499821 +0200
+++ /var/tmp/diff_new_pack.OyS05G/_new  2023-06-27 23:16:58.391499844 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/okteto/okteto</param>
-              <param 
name="changesrevision">9f680c59234781cacc41ddaf5a33b8ba3f5587ce</param></service></servicedata>
+              <param 
name="changesrevision">b88a1be3200f966f58b7f340c5b6247915ddd7bb</param></service></servicedata>
 (No newline at EOF)
 

++++++ okteto-2.16.3.obscpio -> okteto-2.16.4.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.16.3/cmd/build/v2/tagger.go 
new/okteto-2.16.4/cmd/build/v2/tagger.go
--- old/okteto-2.16.3/cmd/build/v2/tagger.go    2023-06-02 12:52:02.000000000 
+0200
+++ new/okteto-2.16.4/cmd/build/v2/tagger.go    2023-06-26 14:39:35.000000000 
+0200
@@ -40,7 +40,7 @@
        registries := []string{}
 
        if okteto.IsOkteto() {
-               registries = append(registries, constants.GlobalRegistry, 
constants.DevRegistry)
+               registries = append(registries, constants.DevRegistry, 
constants.GlobalRegistry)
        }
 
        return registries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.16.3/cmd/build/v2/tagger_test.go 
new/okteto-2.16.4/cmd/build/v2/tagger_test.go
--- old/okteto-2.16.3/cmd/build/v2/tagger_test.go       2023-06-02 
12:52:02.000000000 +0200
+++ new/okteto-2.16.4/cmd/build/v2/tagger_test.go       2023-06-26 
14:39:35.000000000 +0200
@@ -216,8 +216,8 @@
                        name: "sha",
                        sha:  "sha",
                        expectedImages: []string{
-                               "okteto.global/test-test:sha",
                                "okteto.dev/test-test:sha",
+                               "okteto.global/test-test:sha",
                        },
                },
        }
@@ -244,8 +244,8 @@
                        name: "sha",
                        sha:  "sha",
                        expectedImages: []string{
-                               
"okteto.global/test-test:okteto-with-volume-mounts-sha",
                                
"okteto.dev/test-test:okteto-with-volume-mounts-sha",
+                               
"okteto.global/test-test:okteto-with-volume-mounts-sha",
                        },
                },
        }
@@ -267,18 +267,18 @@
                        name: "no sha",
                        sha:  "",
                        expectedImages: []string{
-                               "okteto.global/test-test:okteto",
                                "okteto.dev/test-test:okteto",
+                               "okteto.global/test-test:okteto",
                        },
                },
                {
                        name: "sha",
                        sha:  "sha",
                        expectedImages: []string{
-                               "okteto.global/test-test:sha",
                                "okteto.dev/test-test:sha",
-                               "okteto.global/test-test:okteto",
+                               "okteto.global/test-test:sha",
                                "okteto.dev/test-test:okteto",
+                               "okteto.global/test-test:okteto",
                        },
                },
        }
@@ -300,18 +300,18 @@
                        name: "no sha",
                        sha:  "",
                        expectedImages: []string{
-                               
"okteto.global/test-test:okteto-with-volume-mounts",
                                
"okteto.dev/test-test:okteto-with-volume-mounts",
+                               
"okteto.global/test-test:okteto-with-volume-mounts",
                        },
                },
                {
                        name: "sha",
                        sha:  "sha",
                        expectedImages: []string{
-                               
"okteto.global/test-test:okteto-with-volume-mounts-sha",
                                
"okteto.dev/test-test:okteto-with-volume-mounts-sha",
-                               
"okteto.global/test-test:okteto-with-volume-mounts",
+                               
"okteto.global/test-test:okteto-with-volume-mounts-sha",
                                
"okteto.dev/test-test:okteto-with-volume-mounts",
+                               
"okteto.global/test-test:okteto-with-volume-mounts",
                        },
                },
        }
@@ -338,8 +338,8 @@
                        name:     "okteto-cluster",
                        isOkteto: true,
                        expected: []string{
-                               "okteto.global",
                                "okteto.dev",
+                               "okteto.global",
                        },
                },
        }

++++++ okteto.obsinfo ++++++
--- /var/tmp/diff_new_pack.OyS05G/_old  2023-06-27 23:16:58.763502033 +0200
+++ /var/tmp/diff_new_pack.OyS05G/_new  2023-06-27 23:16:58.767502057 +0200
@@ -1,5 +1,5 @@
 name: okteto
-version: 2.16.3
-mtime: 1685703122
-commit: 9f680c59234781cacc41ddaf5a33b8ba3f5587ce
+version: 2.16.4
+mtime: 1687783175
+commit: b88a1be3200f966f58b7f340c5b6247915ddd7bb
 

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

Reply via email to