Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-03-01 12:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velum (Old)
 and      /work/SRC/openSUSE:Factory/.velum.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "velum"

Thu Mar  1 12:08:39 2018 rev:10 rq:581543 
version:3.0.0+dev+git_r661_5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c

Changes:
--------
--- /work/SRC/openSUSE:Factory/velum/velum.changes      2018-02-27 
17:00:12.847150694 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-03-01 
12:08:44.064104501 +0100
@@ -1,0 +2,14 @@
+Thu Mar  1 08:40:08 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 1003acb by Rafael Fernández López eresli...@ereslibre.es
+ Rename "Retry cluster upgrade" to "Retry cluster update".
+ 
+ I didn't refactor down the line because ultimately we cannot have an enum
+ with a :update status (rails will complain, so at least the enum on the
+ Orchestration model would need to be called :upgrade).
+ 
+ For that reason, keep everything as it is (call internally `upgrade`, but
+ just show "Retry cluster update" on the button label).
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ velum.spec ++++++
--- /var/tmp/diff_new_pack.G3GM1u/_old  2018-03-01 12:08:45.560050794 +0100
+++ /var/tmp/diff_new_pack.G3GM1u/_new  2018-03-01 12:08:45.560050794 +0100
@@ -23,7 +23,7 @@
 # Version:      1.0.0
 # %%define branch 1.0.0
 
-Version:        3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df
+Version:        3.0.0+dev+git_r661_5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c
 Release:        0
 %define branch master
 Summary:        Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
6ac641fcbeac276b2a74c5797714694a5f9e21df from branch master on date Tue, 27 Feb 
2018 09:05:58 +0000
+This package has been built with commit 
5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c from branch master on date Thu, 01 Mar 
2018 08:39:29 +0000
 
 %prep
 %setup -q -n velum-%{branch}

++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/app/views/dashboard/index.html.slim 
new/velum-master/app/views/dashboard/index.html.slim
--- old/velum-master/app/views/dashboard/index.html.slim        2018-02-27 
10:05:48.000000000 +0100
+++ new/velum-master/app/views/dashboard/index.html.slim        2018-03-01 
09:39:02.000000000 +0100
@@ -55,7 +55,7 @@
 
       = link_to orchestrations_upgrade_path, method: :post, id: 
"retry-cluster-upgrade", class: "hidden btn btn-sm btn-primary pull-right" do
         i.fa.fa-refresh.fa-fw
-        | Retry cluster upgrade
+        | Retry cluster update
 
     .panel-body
       .row.nodes-loading


Reply via email to