Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2020-05-11 13:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Mon May 11 13:44:45 2020 rev:14 rq:802626 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2020-03-27 
22:02:13.722964858 +0100
+++ /work/SRC/openSUSE:Factory/.ignition.new.2738/ignition.changes      
2020-05-11 13:44:57.885579234 +0200
@@ -1,0 +2,39 @@
+Mon May 11 07:09:28 UTC 2020 - ku...@suse.de
+
+- Update to version 2.3.0:
+  * news: add notes for 2.3.0
+  * config/v3_2_experimental: update all copyright dates
+  * doc/configuration-*: update for new spec
+  * tests: stabilize spec 3.1.0
+  * *: update for new experimental spec
+  * config/v3_2_experimental: set up package
+  * config/v3_2_experimental: copy from config/v3_1
+  * config/v3_1_experimental: mark stable
+  * doc/development: update spec stabilization instructions
+  * config: rename function for clarity
+  * tests: bump invalid 2.x experimental version to match spec2x branch
+  * config/v3_1_experimental: add some missing version tests
+  * config/v3_1/translate: fix package name
+  * doc/migrating-configs: update for 3.1.0
+  * resource/url: allow compression in data URLs
+  * doc/migrating-configs: mention spec 2.4.0
+  * validate: accept any supported config version
+  * exec: drop validate.go
+  * doc/migrating-configs: put newest version first
+  * Add SHA-256 reference in the docs
+  * Add SHA-256 support for file verification
+  * ci: run blackbox tests in CoreOS CI
+  * Send ssh_authorized keys info into the journald log
+  * Update go-systemd with the systemd module
+  * Send a message to the systemd journal if a user config is provided
+  * tests: add positive tests for resource compression
+  * spec: unify resource fetching type
+  * doc: clarify wording of files.*.verification.hash
+  * vendor: refresh after gomod changes
+  * gomod: update to go-systemd v22
+  * stages: fix package names
+  * providers/packet: override Accept header fetching instance metadata
+  * resource/url: allow caller-specified headers to override defaults
+  * Allow to specify HTTP headers for fetching configs and files
+
+-------------------------------------------------------------------

Old:
----
  ignition-2.2.1.tar.xz

New:
----
  ignition-2.3.0.tar.xz

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

Other differences:
------------------
++++++ ignition.spec ++++++
--- /var/tmp/diff_new_pack.gQWX2Y/_old  2020-05-11 13:44:59.169581959 +0200
+++ /var/tmp/diff_new_pack.gQWX2Y/_new  2020-05-11 13:44:59.169581959 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ignition
-Version:        2.2.1
+Version:        2.3.0
 Release:        0
 Summary:        First boot installer and configuration tool
 License:        Apache-2.0

++++++ 0002-allow-multiple-mounts-of-same-device.patch ++++++
--- /var/tmp/diff_new_pack.gQWX2Y/_old  2020-05-11 13:44:59.193582010 +0200
+++ /var/tmp/diff_new_pack.gQWX2Y/_new  2020-05-11 13:44:59.193582010 +0200
@@ -6,10 +6,23 @@
     e.g. to mount several subvolumes from a Btrfs device or bind mounting
     the device to multiple places, by also adding the path to the key.
 
-diff --git a/config/v3_1_experimental/types/filesystem.go 
b/config/v3_1_experimental/types/filesystem.go
-index 964dfca..bd301f8 100644
---- a/config/v3_1_experimental/types/filesystem.go
-+++ b/config/v3_1_experimental/types/filesystem.go
+Index: ignition-2.3.0/config/v3_1/types/filesystem.go
+===================================================================
+--- ignition-2.3.0.orig/config/v3_1/types/filesystem.go
++++ ignition-2.3.0/config/v3_1/types/filesystem.go
+@@ -23,7 +23,7 @@ import (
+ )
+ 
+ func (f Filesystem) Key() string {
+-      return f.Device
++      return f.Device + *f.Path
+ }
+ 
+ func (f Filesystem) IgnoreDuplicates() map[string]struct{} {
+Index: ignition-2.3.0/config/v3_2_experimental/types/filesystem.go
+===================================================================
+--- ignition-2.3.0.orig/config/v3_2_experimental/types/filesystem.go
++++ ignition-2.3.0/config/v3_2_experimental/types/filesystem.go
 @@ -23,7 +23,7 @@ import (
  )
  

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gQWX2Y/_old  2020-05-11 13:44:59.221582070 +0200
+++ /var/tmp/diff_new_pack.gQWX2Y/_new  2020-05-11 13:44:59.221582070 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">2.2.1</param>
-    <param name="revision">v2.2.1</param>
+    <param name="version">2.3.0</param>
+    <param name="revision">v2.3.0</param>
     <param name="url">git://github.com/coreos/ignition.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gQWX2Y/_old  2020-05-11 13:44:59.241582112 +0200
+++ /var/tmp/diff_new_pack.gQWX2Y/_new  2020-05-11 13:44:59.241582112 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/coreos/ignition.git</param>
-    <param 
name="changesrevision">2d3ff5862dc9c1dd0cc78e797f42a19964ac1f4c</param>
+    <param 
name="changesrevision">ee616d5fb3d21babe288877e842ea137f3e68d0d</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ ignition-2.2.1.tar.xz -> ignition-2.3.0.tar.xz ++++++
++++ 39111 lines of diff (skipped)


Reply via email to