Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rancher-cli for openSUSE:Factory 
checked in at 2022-10-17 14:57:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rancher-cli (Old)
 and      /work/SRC/openSUSE:Factory/.rancher-cli.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rancher-cli"

Mon Oct 17 14:57:58 2022 rev:5 rq:1011955 version:2.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/rancher-cli/rancher-cli.changes  2022-09-08 
14:23:44.902681995 +0200
+++ /work/SRC/openSUSE:Factory/.rancher-cli.new.2275/rancher-cli.changes        
2022-10-17 14:58:00.966129178 +0200
@@ -1,0 +2,8 @@
+Mon Oct 17 05:14:23 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 2.6.9:
+  * update errors and usage for add-node
+  * Ignore FOSSA failures
+- skipping non-existent release 2.6.8
+
+-------------------------------------------------------------------

Old:
----
  cli-2.6.7.tar.gz

New:
----
  cli-2.6.9.tar.gz

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

Other differences:
------------------
++++++ rancher-cli.spec ++++++
--- /var/tmp/diff_new_pack.75tsgU/_old  2022-10-17 14:58:01.658130507 +0200
+++ /var/tmp/diff_new_pack.75tsgU/_new  2022-10-17 14:58:01.666130523 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           rancher-cli
-Version:        2.6.7
+Version:        2.6.9
 Release:        0
 Summary:        Rancher CLI
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.75tsgU/_old  2022-10-17 14:58:01.702130592 +0200
+++ /var/tmp/diff_new_pack.75tsgU/_new  2022-10-17 14:58:01.706130599 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/rancher/cli</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.6.7</param>
+    <param name="revision">v2.6.9</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">cli-2.6.7.tar.gz</param>
+    <param name="archive">cli-2.6.9.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.75tsgU/_old  2022-10-17 14:58:01.726130637 +0200
+++ /var/tmp/diff_new_pack.75tsgU/_new  2022-10-17 14:58:01.730130646 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rancher/cli</param>
-              <param 
name="changesrevision">8f35783891bde2e0528a8a13bb979a88bbfb179c</param></service></servicedata>
+              <param 
name="changesrevision">2144a4c449b479a4906aab94b0c4ac6af799c189</param></service></servicedata>
 (No newline at EOF)
 

++++++ cli-2.6.7.tar.gz -> cli-2.6.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.6.7/.drone.yml new/cli-2.6.9/.drone.yml
--- old/cli-2.6.7/.drone.yml    2022-06-13 20:45:14.000000000 +0200
+++ new/cli-2.6.9/.drone.yml    2022-08-31 19:14:29.000000000 +0200
@@ -281,10 +281,19 @@
 steps:
 - name: fossa
   image: rancher/drone-fossa:latest
+  failure: ignore
   settings:
     api_key:
       from_secret: FOSSA_API_KEY
   when:
     instance:
       - drone-publish.rancher.io
+    ref:
+      include:
+        - "refs/heads/*"
+        - "refs/tags/v*"
+        - "refs/pull/*"
+      event:
+        - push
+        - tag
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.6.7/cmd/cluster.go new/cli-2.6.9/cmd/cluster.go
--- old/cli-2.6.7/cmd/cluster.go        2022-06-13 20:45:14.000000000 +0200
+++ new/cli-2.6.9/cmd/cluster.go        2022-08-31 19:14:29.000000000 +0200
@@ -106,7 +106,7 @@
                        },
                        {
                                Name:      "add-node",
-                               Usage:     "Outputs the docker command needed 
to add a node to an existing Rancher cluster",
+                               Usage:     "Outputs the docker command needed 
to add a node to an existing Rancher custom cluster",
                                ArgsUsage: "[CLUSTERID CLUSTERNAME]",
                                Action:    clusterAddNode,
                                Flags: []cli.Flag{
@@ -353,10 +353,10 @@
                }
 
                if len(nodePools.Data) > 0 {
-                       return errors.New("a node can't be added to the cluster 
this way")
+                       return errors.New("a node can't be manually registered 
to a cluster utilizing node-pools")
                }
        } else {
-               return errors.New("a node can't be added to the cluster this 
way")
+               return errors.New("a node can only be manually registered to a 
custom cluster")
        }
 
        clusterToken, err := getClusterRegToken(ctx, c, cluster.ID)

++++++ vendor.tar.gz ++++++

Reply via email to