Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-10-18 15:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velum (Old)
 and      /work/SRC/openSUSE:Factory/.velum.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "velum"

Thu Oct 18 15:38:52 2018 rev:42 rq:642741 
version:4.0.0+dev+git_r940_e589023f00ba7897b32676d7be6938e270b4e7bb

Changes:
--------
--- /work/SRC/openSUSE:Factory/velum/velum.changes      2018-08-06 
11:54:49.153300784 +0200
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-10-18 
15:38:56.842119018 +0200
@@ -1,0 +2,461 @@
+Thu Oct 11 05:50:23 UTC 2018 - [email protected]
+
+- Commit a17a674 by Michal Jura [email protected]
+ [CPI] OpenStack Cloud Provider config file doesn't exist (bsc#1111361)
+
+
+-------------------------------------------------------------------
+Wed Oct 10 07:16:02 UTC 2018 - [email protected]
+
+- Commit a271085 by James Mason [email protected]
+ Remove code climate badges from README
+
+
+-------------------------------------------------------------------
+Tue Oct  9 08:11:14 UTC 2018 - [email protected]
+
+- Commit 422f207 by Kiall Mac Innes [email protected]
+ Remove Code Climate config
+
+
+-------------------------------------------------------------------
+Mon Oct  8 12:34:55 UTC 2018 - [email protected]
+
+- Commit a42b3d3 by Danny Sauer [email protected]
+ Fix broken LDAP connector test case syntax
+ 
+ Reduce duplication in expected json method More refactoring, extended testing
+ * Move all JSON assembly logic into `expected_dex_json` definition
+ * This simplfied the examples so they were identical, so wrap them in a loop
+ * Using the loop allowed testing all four combinations of anon/not and
+ starttls/ssl
+ * Test names look like `with Dex LDAP connectors with starttls has dex LDAP
+ connectors for anon_admin`
+
+
+-------------------------------------------------------------------
+Wed Oct  3 11:15:05 UTC 2018 - [email protected]
+
+- Commit f05863b by Daniel Orf [email protected]
+ [bsc#1109025] LDAP connector can't be saved if anonymous authentication is
+ selected
+
+
+-------------------------------------------------------------------
+Thu Sep 27 09:13:27 UTC 2018 - [email protected]
+
+- Commit c16eda7 by Maximilian Meister [email protected]
+ dont allow updating admin again when cluster update failed
+ 
+ bsc#1108740
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------
+Wed Sep 26 20:20:59 UTC 2018 - [email protected]
+
+- Commit 4a672de by Daniel Orf [email protected]
+ [bsc#1109320] Fix external auth group mapping for group attr name
+
+
+-------------------------------------------------------------------
+Tue Sep 25 09:10:30 UTC 2018 - [email protected]
+
+- Commit 31687a3 by Vicente Zepeda Mas [email protected]
+ FIX bsc#1099985 removes unassigned nodes and add a reject node link
+
+
+-------------------------------------------------------------------
+Tue Sep 18 11:49:00 UTC 2018 - [email protected]
+
+- Commit 0c6f37f by Maximilian Meister [email protected]
+ rebase patch to alter default time column value:
+   0_set_default_salt_events_alter_time_column_value.rpm.patch
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------
+Mon Sep 17 07:05:02 UTC 2018 - [email protected]
+
+- Commit 23bb090 by Maximilian Meister [email protected]
+ use online status during update for update status
+ 
+ we can make use of the online status to have a more accurate status during
+ the update
+ 
+ if a node is offline during the update, it likely means that it's rebooting
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------
+Fri Sep 14 16:13:37 UTC 2018 - [email protected]
+
+- Commit ce14443 by James Mason [email protected]
+ [BSC#1107545] Migrate subnet pillar name v2.1 -> v3
+
+
+-------------------------------------------------------------------
+Tue Sep 11 23:01:19 UTC 2018 - [email protected]
+
+- Commit 88c5ba3 by Vítor Avelino [email protected]
+ ldap (specs): minor improvements using capybara convetions
+ 
+ Signed-off-by: Vítor Avelino <[email protected]>
+
+
+-------------------------------------------------------------------
+Mon Sep 10 21:34:01 UTC 2018 - [email protected]
+
+- Commit 967df9b by David Helkowski [email protected]
+ Prevent changed external ldap values from skipping checks
+ 
+ Alter external ldap auth form to redisable save and rerequire 'check
+ connection' when values are changed.
+ (fate#324601)
+
+
+-------------------------------------------------------------------
+Fri Sep  7 17:05:06 UTC 2018 - [email protected]
+
+- Commit 98b8e10 by David Helkowski [email protected]
+ Fix test connection button for ldap external auth
+ 
+ Corrected fetching of password for ldap external auth
+ 
+ Corrected grabbing of certificate content for validating ldap external auth
+
+
+-------------------------------------------------------------------
+Fri Sep  7 06:36:57 UTC 2018 - [email protected]
+
+- Commit 3d00130 by Maximilian Meister [email protected]
+ update README
+ 
+ fixes #643
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------
+Thu Sep  6 09:01:17 UTC 2018 - [email protected]
+
+- Commit 68f23f5 by Rafael Fernández López [email protected]
+ Allow to configure Kubernetes log level globally.
+ 
+ Also, include PSP and DNS addons. While they won't probably be modified, they
+ could be used for certain use cases.
+ 
+ Fixes: bsc#1106193
+
+
+-------------------------------------------------------------------
+Tue Sep  4 13:53:09 UTC 2018 - [email protected]
+
+- Commit 1c3873f by Vítor Avelino [email protected]
+ specs: fixed TempFile usage for file fixtures
+ 
+ In some randomized seeds a temp file was being removed and no content was
+ being uploaded, since the file didn't exist, and the file content wasn't
+ being displayed on the screen as expected.
+ 
+ Since there's no way of controlling when GC is going to remove the temp
+ files, the only way is trying to keep the reference on hold to be usable. The
+ solution for this was to simply return the TempFile instance from
+ `to_file_fixture` instead of the path or base name.
+ 
+ Signed-off-by: Vítor Avelino <[email protected]>
+
+
+-------------------------------------------------------------------
+Wed Aug 29 11:42:04 UTC 2018 - [email protected]
+
+- Commit 34c7b11 by Maximilian Meister [email protected]
+ when rebooting admin, set tx_update_reboot_needed to false
+ 
+ otherwise we have a window after the restart, where the reboot admin button
+ is still shown, as the event proccessor still needs time to update the grains
+ 
+ bsc#1099015
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------
+Wed Aug 29 09:16:51 UTC 2018 - [email protected]
+
+- Commit 43d8e3d by James Mason [email protected]
+ Update bootstrap-slider
+ 
+ bootstrap-slider >=10.1.0 includes
+ https://github.com/seiyria/bootstrap-slider/pull/836 which was included as a
+ patch on release-2.1.
+ 
+ fix bsc#1107495
+
++++ 275 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/velum/velum.changes
++++ and /work/SRC/openSUSE:Factory/.velum.new/velum.changes

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

Other differences:
------------------
++++++ velum.spec ++++++
--- /var/tmp/diff_new_pack.NlFTVH/_old  2018-10-18 15:38:57.490118279 +0200
+++ /var/tmp/diff_new_pack.NlFTVH/_new  2018-10-18 15:38:57.490118279 +0200
@@ -23,7 +23,7 @@
 # Version:      1.0.0
 # %%define branch 1.0.0
 
-Version:        4.0.0+dev+git_r863_622d86735c2699c568fa8881c0d94cd4bf448d1b
+Version:        4.0.0+dev+git_r940_e589023f00ba7897b32676d7be6938e270b4e7bb
 Release:        0
 %define branch master
 Summary:        Dashboard for CaasP
@@ -93,7 +93,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 
622d86735c2699c568fa8881c0d94cd4bf448d1b from branch master on date Mon, 30 Jul 
2018 06:38:01 +0000
+This package has been built with commit 
e589023f00ba7897b32676d7be6938e270b4e7bb from branch master on date Thu, 11 Oct 
2018 05:49:36 +0000
 
 %prep
 %setup -q -n velum-%{branch}

++++++ 0_set_default_salt_events_alter_time_column_value.rpm.patch ++++++
--- /var/tmp/diff_new_pack.NlFTVH/_old  2018-10-18 15:38:57.506118261 +0200
+++ /var/tmp/diff_new_pack.NlFTVH/_new  2018-10-18 15:38:57.506118261 +0200
@@ -1,8 +1,8 @@
 diff --git a/db/schema.rb b/db/schema.rb
-index d37f481..ec3219f 100644
+index ce48cc5..d2b2b16 100644
 --- a/db/schema.rb
 +++ b/db/schema.rb
-@@ -107,7 +107,7 @@ ActiveRecord::Schema.define(version: 20181708070234) do
+@@ -133,7 +133,7 @@ ActiveRecord::Schema.define(version: 20181715075511) do
    create_table "salt_events", force: :cascade do |t|
      t.string   "tag",          limit: 255,      null: false
      t.text     "data",         limit: 16777215, null: false
@@ -11,7 +11,7 @@
      t.string   "master_id",    limit: 255,      null: false
      t.datetime "taken_at"
      t.datetime "processed_at"
-@@ -136,7 +136,7 @@ ActiveRecord::Schema.define(version: 20181708070234) do
+@@ -162,7 +162,7 @@ ActiveRecord::Schema.define(version: 20181715075511) do
      t.string   "id",         limit: 255,      null: false
      t.string   "success",    limit: 10,       null: false
      t.text     "full_ret",   limit: 16777215, null: false

++++++ master.tar.gz ++++++
++++ 4606 lines of diff (skipped)


Reply via email to