Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2021-04-08 21:32:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Thu Apr  8 21:32:33 2021 rev:22 rq:883794 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2020-10-20 
16:22:01.322339705 +0200
+++ /work/SRC/openSUSE:Factory/.ignition.new.2401/ignition.changes      
2021-04-08 21:32:48.511849472 +0200
@@ -1,0 +2,56 @@
+Wed Mar 31 16:03:16 UTC 2021 - [email protected]
+
+- Update to version 2.9.0:
+  * news: add notes for 2.9.0
+  * internal/providers: Run platform Init function before fetching config
+  * internal/providers/aws: fix panic when an IMDSv2 token is present
+  * internal/resource/http: re-order initial backoff ramping
+  * internal/providers/util: drop dead code
+  * ci: move Travis jobs to GitHub actions
+  * *: fix errcheck warnings
+  * internal/log: drop the error return to appease golanci-lint
+  * internal/providers/packet: fix ineffassign warning
+  * internal/exec/stages/files: fix the EntrySort test
+  * internal: support IMDSv2 for AWS metadata service
+  * config/*: require filesystems.format with wipeFilesystem or mountOptions
+  * docs: make storage.filesystems.path field optional
+  * aws: Log if we fail to determine the EC2 region
+  * docs: move systemd.units.name uniqueness constraint to units
+  * *: fix gosimple warnings
+  * *: fix deadcode warnings
+  * *: fix staticcheck warnings
+  * config/*: fix nil deref on partitions with no number or label
+  * config: add specs newer than 3.0 to TestConfigStructure
+  * news: add notes for 2.8.1
+  * config/merge: support struct pointers
+  * test: drop stale comment
+  * tests: Remove unused checkOnStrings
+  * news: add notes for 2.8.0
+  * config: deprecate MergeStruct()
+  * config/merge: allow obtaining a transcript of merge operations
+  * config/merge: access field name as fieldMeta.Name
+  * config/merge: test primitive list items in slice case 1
+  * config/merge: fix typo
+  * config/merge: fix comments and add a couple more
+  * config/util: remove stray print when parsing invalid JSON
+  * vendor: update vcontext
+  * docs/development: update dep list for blackbox tests
+  * tests/positive: Add tests for masking and unmasking units
+  * units: add support for unmasking systemd units
+  * release-checklist: minor updates to the release instructions
+  * tests/positive/general: add test for merging multiple base configs
+  * tests/positive/general: update base config reference
+  * docs/development: update spec stabilization to avoid CI breakage
+  * release-checklist: drop download_ignition.sh
+  * providers/system: support .d directory for base config fragments
+  * docs/migrating-configs: spell out Google Cloud Storage
+  * release-checklist: update packaging section
+
+-------------------------------------------------------------------
+Tue Nov  3 14:40:58 UTC 2020 - Franck Bui <[email protected]>
+
+- Replace  '%service_del_postun -n' with '%service_del_postun_without_restart'
+
+  '-n' is deprecated and will be removed in the future.
+
+-------------------------------------------------------------------

Old:
----
  ignition-2.7.0.tar.xz

New:
----
  ignition-2.9.0.tar.xz

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

Other differences:
------------------
++++++ ignition.spec ++++++
--- /var/tmp/diff_new_pack.mslqHi/_old  2021-04-08 21:32:49.143850167 +0200
+++ /var/tmp/diff_new_pack.mslqHi/_new  2021-04-08 21:32:49.147850171 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ignition
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           ignition
-Version:        2.7.0
+Version:        2.9.0
 Release:        0
 Summary:        First boot installer and configuration tool
 License:        Apache-2.0
@@ -143,7 +143,7 @@
 if [ "$1" = 0 ] ; then
     sed -i -E 
'/^GRUB_CMDLINE_LINUX_DEFAULT="/s/(\\\$)?ignition[._][^[:space:]"]+ ?//g' 
%{_sysconfdir}/default/grub
 fi
-%service_del_postun -n ignition-firstboot-complete.service
+%service_del_postun_without_restart ignition-firstboot-complete.service
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mslqHi/_old  2021-04-08 21:32:49.199850228 +0200
+++ /var/tmp/diff_new_pack.mslqHi/_new  2021-04-08 21:32:49.199850228 +0200
@@ -1,11 +1,10 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">2.7.0</param>
-    <param name="revision">v2.7.0</param>
+    <param name="version">2.9.0</param>
+    <param name="revision">v2.9.0</param>
     <param name="url">git://github.com/coreos/ignition.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
-    <param name="changesauthor">[email protected]</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="compression">xz</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.mslqHi/_old  2021-04-08 21:32:49.219850250 +0200
+++ /var/tmp/diff_new_pack.mslqHi/_new  2021-04-08 21:32:49.219850250 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/coreos/ignition.git</param>
-    <param 
name="changesrevision">60e47838ec6cda3326d32a1fe81dc5ebf7f6cf79</param>
+    <param 
name="changesrevision">ef3afc9ee461fa581dae2d65603c312542e03204</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ ignition-2.7.0.tar.xz -> ignition-2.9.0.tar.xz ++++++
++++ 11298 lines of diff (skipped)

Reply via email to