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-04-20 15:14:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteto (Old)
 and      /work/SRC/openSUSE:Factory/.okteto.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteto"

Thu Apr 20 15:14:36 2023 rev:45 rq:1080407 version:2.14.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteto/okteto.changes    2023-04-06 
15:56:12.748387534 +0200
+++ /work/SRC/openSUSE:Factory/.okteto.new.2023/okteto.changes  2023-04-20 
15:15:38.654338275 +0200
@@ -1,0 +2,6 @@
+Wed Apr 19 13:29:13 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 2.14.3:
+  * feat: deactivate git pull approach (#3565) (#3567)
+
+-------------------------------------------------------------------

Old:
----
  okteto-2.14.2.obscpio

New:
----
  okteto-2.14.3.obscpio

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

Other differences:
------------------
++++++ okteto.spec ++++++
--- /var/tmp/diff_new_pack.W5EDHv/_old  2023-04-20 15:15:39.570344490 +0200
+++ /var/tmp/diff_new_pack.W5EDHv/_new  2023-04-20 15:15:39.574344517 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           okteto
-Version:        2.14.2
+Version:        2.14.3
 Release:        0
 Summary:        Develop your applications directly in your Kubernetes Cluster
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.W5EDHv/_old  2023-04-20 15:15:39.622344843 +0200
+++ /var/tmp/diff_new_pack.W5EDHv/_new  2023-04-20 15:15:39.626344870 +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.14.2</param>
+    <param name="revision">2.14.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="match-tag">2.14.2</param>
+    <param name="match-tag">2.14.3</param>
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">okteto</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.W5EDHv/_old  2023-04-20 15:15:39.646345006 +0200
+++ /var/tmp/diff_new_pack.W5EDHv/_new  2023-04-20 15:15:39.650345033 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/okteto/okteto</param>
-              <param 
name="changesrevision">ac0f5a90199e4aac4f4b6fab478259dc3b879bda</param></service></servicedata>
+              <param 
name="changesrevision">d11a604e425f913cc725389baaefe380e02f8e36</param></service></servicedata>
 (No newline at EOF)
 

++++++ okteto-2.14.2.obscpio -> okteto-2.14.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.14.2/cmd/build/v2/build.go 
new/okteto-2.14.3/cmd/build/v2/build.go
--- old/okteto-2.14.2/cmd/build/v2/build.go     2023-04-05 18:55:26.000000000 
+0200
+++ new/okteto-2.14.3/cmd/build/v2/build.go     2023-04-19 11:04:55.000000000 
+0200
@@ -150,12 +150,14 @@
                        if options.EnableStages {
                                oktetoLog.SetStage(fmt.Sprintf("Building 
service %s", svcToBuild))
                        }
-                       if imageTag, isBuilt := 
bc.checkIfCommitIsAlreadyBuilt(options.Manifest.Name, svcToBuild, 
bc.Config.GetHash(), options.NoCache); isBuilt {
-                               oktetoLog.Warning("Skipping build of '%s' svc 
because it's commit is already built", svcToBuild)
-                               bc.SetServiceEnvVars(svcToBuild, imageTag)
-                               bc.builtImages[svcToBuild] = true
-                               continue
-                       }
+
+                       // TODO: uncomment this when we have the commit + build 
args hashed
+                       // if imageTag, isBuilt := 
bc.checkIfCommitIsAlreadyBuilt(options.Manifest.Name, svcToBuild, 
bc.Config.GetHash(), options.NoCache); isBuilt {
+                       //      oktetoLog.Warning("Skipping build of '%s' image 
because it's already built for commit %s", svcToBuild, bc.Config.GetHash())
+                       //      bc.SetServiceEnvVars(svcToBuild, imageTag)
+                       //      bc.builtImages[svcToBuild] = true
+                       //      continue
+                       // }
 
                        buildSvcInfo := buildManifest[svcToBuild]
                        if !okteto.Context().IsOkteto && buildSvcInfo.Image == 
"" {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.14.2/cmd/build/v2/services.go 
new/okteto-2.14.3/cmd/build/v2/services.go
--- old/okteto-2.14.2/cmd/build/v2/services.go  2023-04-05 18:55:26.000000000 
+0200
+++ new/okteto-2.14.3/cmd/build/v2/services.go  2023-04-19 11:04:55.000000000 
+0200
@@ -153,10 +153,11 @@
 func (bc *OktetoBuilder) tagsToCheck(manifestName, svcName string, b 
*model.BuildInfo) []string {
        targetRegistries := []string{constants.DevRegistry}
        sha := ""
-       if bc.Config.HasGlobalAccess() && bc.Config.IsCleanProject() {
-               targetRegistries = []string{constants.GlobalRegistry, 
constants.DevRegistry}
-               sha = bc.Config.GetHash()
-       }
+       // TODO: uncomment add support for global registry
+       // if bc.Config.HasGlobalAccess() && bc.Config.IsCleanProject() {
+       //      targetRegistries = []string{constants.GlobalRegistry, 
constants.DevRegistry}
+       //      sha = bc.Config.GetHash()
+       // }
 
        // manifestName can be not sanitized when option name is used at deploy
        sanitizedName := format.ResourceK8sMetaString(manifestName)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteto-2.14.2/cmd/build/v2/services_test.go 
new/okteto-2.14.3/cmd/build/v2/services_test.go
--- old/okteto-2.14.2/cmd/build/v2/services_test.go     2023-04-05 
18:55:26.000000000 +0200
+++ new/okteto-2.14.3/cmd/build/v2/services_test.go     2023-04-19 
11:04:55.000000000 +0200
@@ -232,9 +232,9 @@
                        manifestName: "test",
                        svcName:      "test",
                        output: []string{
-                               "okteto.global/test-test:hello-this-is-a-test",
-                               "okteto.dev/test-test:hello-this-is-a-test",
-                               "okteto.global/test-test:okteto",
+                               // 
"okteto.global/test-test:hello-this-is-a-test",
+                               // "okteto.dev/test-test:hello-this-is-a-test",
+                               // "okteto.global/test-test:okteto",
                                "okteto.dev/test-test:okteto",
                        },
                },
@@ -259,9 +259,9 @@
                        manifestName: "test",
                        svcName:      "test",
                        output: []string{
-                               "okteto.global/test-test:hello-this-is-a-test",
-                               "okteto.dev/test-test:hello-this-is-a-test",
-                               
"okteto.global/test-test:okteto-with-volume-mounts",
+                               // 
"okteto.global/test-test:hello-this-is-a-test",
+                               // "okteto.dev/test-test:hello-this-is-a-test",
+                               // 
"okteto.global/test-test:okteto-with-volume-mounts",
                                
"okteto.dev/test-test:okteto-with-volume-mounts",
                        },
                },

++++++ okteto.obsinfo ++++++
--- /var/tmp/diff_new_pack.W5EDHv/_old  2023-04-20 15:15:40.030347611 +0200
+++ /var/tmp/diff_new_pack.W5EDHv/_new  2023-04-20 15:15:40.034347638 +0200
@@ -1,5 +1,5 @@
 name: okteto
-version: 2.14.2
-mtime: 1680713726
-commit: ac0f5a90199e4aac4f4b6fab478259dc3b879bda
+version: 2.14.3
+mtime: 1681895095
+commit: d11a604e425f913cc725389baaefe380e02f8e36
 

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

Reply via email to