Hello community,

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

Package is "velum"

Thu Mar 22 12:08:14 2018 rev:15 rq:589837 
version:3.0.0+dev+git_r680_b67a614f1900c58674e0de37797339511f040afe

Changes:
--------
--- /work/SRC/openSUSE:Factory/velum/velum.changes      2018-03-16 
10:45:14.980367081 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-03-22 
12:12:14.602347940 +0100
@@ -1,0 +2,29 @@
+Wed Mar 21 14:53:21 UTC 2018 - [email protected]
+
+- Commit 5aa9cf5 by Jordi Massaguer Pla [email protected]
+ update loofah to fix xss vulnerability
+ 
+ cve#2018-8048 bsc#1085967
+ 
+ Signed-off-by: Jordi Massaguer Pla <[email protected]>
+
+
+-------------------------------------------------------------------
+Wed Mar 21 10:18:43 UTC 2018 - [email protected]
+
+- Commit e8d455d by Michal Jura [email protected]
+ Add cloud:provider to cloud_provider_contents for Salt API call
+
+
+-------------------------------------------------------------------
+Wed Mar 21 09:17:30 UTC 2018 - [email protected]
+
+- Commit af4f939 by Maximilian Meister [email protected]
+ typo
+ 
+ fix#typo
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ velum.spec ++++++
--- /var/tmp/diff_new_pack.sEYEiy/_old  2018-03-22 12:12:16.154292317 +0100
+++ /var/tmp/diff_new_pack.sEYEiy/_new  2018-03-22 12:12:16.170291743 +0100
@@ -23,7 +23,7 @@
 # Version:      1.0.0
 # %%define branch 1.0.0
 
-Version:        3.0.0+dev+git_r674_5b21e6e383d86fce7989f811a1113b477b06e3cc
+Version:        3.0.0+dev+git_r680_b67a614f1900c58674e0de37797339511f040afe
 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 
5b21e6e383d86fce7989f811a1113b477b06e3cc from branch master on date Thu, 15 Mar 
2018 15:10:17 +0000
+This package has been built with commit 
b67a614f1900c58674e0de37797339511f040afe from branch master on date Wed, 21 Mar 
2018 14:52:41 +0000
 
 %prep
 %setup -q -n velum-%{branch}

++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/Gemfile.lock 
new/velum-master/Gemfile.lock
--- old/velum-master/Gemfile.lock       2018-03-15 15:43:35.000000000 +0100
+++ new/velum-master/Gemfile.lock       2018-03-21 15:52:16.000000000 +0100
@@ -109,7 +109,7 @@
       url_safe_base64
     json-schema (2.8.0)
       addressable (>= 2.4)
-    loofah (2.1.1)
+    loofah (2.2.1)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
     mail (2.7.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/velum-master/app/controllers/internal_api/v1/pillars_controller.rb 
new/velum-master/app/controllers/internal_api/v1/pillars_controller.rb
--- old/velum-master/app/controllers/internal_api/v1/pillars_controller.rb      
2018-03-15 15:43:35.000000000 +0100
+++ new/velum-master/app/controllers/internal_api/v1/pillars_controller.rb      
2018-03-21 15:52:16.000000000 +0100
@@ -112,6 +112,7 @@
   def openstack_cloud_contents
     {
       cloud: {
+        provider:  "openstack",
         openstack: {
           auth_url:       Pillar.value(pillar: :cloud_openstack_auth_url),
           username:       Pillar.value(pillar: :cloud_openstack_username),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/app/views/settings/_apply.html.slim 
new/velum-master/app/views/settings/_apply.html.slim
--- old/velum-master/app/views/settings/_apply.html.slim        2018-03-15 
15:43:35.000000000 +0100
+++ new/velum-master/app/views/settings/_apply.html.slim        2018-03-21 
15:52:16.000000000 +0100
@@ -1,6 +1,6 @@
 .alert.alert-info.alert-with-btn-sm.clearfix role="alert"
   .left
-    | Changes are not imediately reflected. You might want to apply it.
+    | Changes are not immediately reflected. You might want to apply it.
 
   .right
-    = button_to "Apply changes", settings_apply_path, class: "btn btn-info 
btn-sm pull-right"
\ No newline at end of file
+    = button_to "Apply changes", settings_apply_path, class: "btn btn-info 
btn-sm pull-right"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/velum-master/spec/controllers/internal_api/v1/pillars_controller_spec.rb 
new/velum-master/spec/controllers/internal_api/v1/pillars_controller_spec.rb
--- 
old/velum-master/spec/controllers/internal_api/v1/pillars_controller_spec.rb    
    2018-03-15 15:43:35.000000000 +0100
+++ 
new/velum-master/spec/controllers/internal_api/v1/pillars_controller_spec.rb    
    2018-03-21 15:52:16.000000000 +0100
@@ -237,6 +237,7 @@
       {
         registries: [],
         cloud:      {
+          provider:  "openstack",
           openstack: {
             auth_url:       "http://keystone-test-host:5000/v3";,
             username:       "testuser",


Reply via email to