From 5e7f8ff147fd749d380b7c820c97af72ec4144d7b49ea1f5a28eb21f8a2f5c34 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Thu, 1 Apr 2021 08:36:09 +0000 Subject: [PATCH 1/2] Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition - 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 OBS-URL: https://build.opensuse.org/request/show/882428 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=69 --- _service | 5 ++--- _servicedata | 2 +- ignition-2.7.0.tar.xz | 3 --- ignition-2.9.0.tar.xz | 3 +++ ignition.changes | 49 +++++++++++++++++++++++++++++++++++++++++++ ignition.spec | 4 ++-- 6 files changed, 57 insertions(+), 9 deletions(-) delete mode 100644 ignition-2.7.0.tar.xz create mode 100644 ignition-2.9.0.tar.xz diff --git a/_service b/_service index 4142079..eb074ed 100644 --- a/_service +++ b/_service @@ -1,11 +1,10 @@ - 2.7.0 - v2.7.0 + 2.9.0 + v2.9.0 git://github.com/coreos/ignition.git git enable - kukuk@suse.de xz diff --git a/_servicedata b/_servicedata index 482fa89..9930e95 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/coreos/ignition.git - 60e47838ec6cda3326d32a1fe81dc5ebf7f6cf79 + ef3afc9ee461fa581dae2d65603c312542e03204 \ No newline at end of file diff --git a/ignition-2.7.0.tar.xz b/ignition-2.7.0.tar.xz deleted file mode 100644 index 573354b..0000000 --- a/ignition-2.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:743f00cc8a467f35067b5e598e8c257c608835c57216e74323c9b55487488123 -size 2264944 diff --git a/ignition-2.9.0.tar.xz b/ignition-2.9.0.tar.xz new file mode 100644 index 0000000..762e71c --- /dev/null +++ b/ignition-2.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dce5cc31b8dd4fe524299f018231b397c0a38494fe5a09dc2526edd59d0dd7 +size 2271132 diff --git a/ignition.changes b/ignition.changes index 380defa..20c9da4 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Wed Mar 31 16:03:16 UTC 2021 - hello@anthonyrabbito.com + +- 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 + ------------------------------------------------------------------- Mon Oct 19 15:39:37 UTC 2020 - iforster@suse.de diff --git a/ignition.spec b/ignition.spec index 74ce78f..845cb72 100644 --- a/ignition.spec +++ b/ignition.spec @@ -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 From 2013d255f856f948498f0b6f2459da01ce1ba96e323873f5241af1b05d9e1565 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Thu, 1 Apr 2021 08:36:34 +0000 Subject: [PATCH 2/2] Accepting request 845760 from home:fbui:branches:devel:kubic:ignition - Replace '%service_del_postun -n' with '%service_del_postun_without_restart' '-n' is deprecated and will be removed in the future. OBS-URL: https://build.opensuse.org/request/show/845760 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=70 --- ignition.changes | 7 +++++++ ignition.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ignition.changes b/ignition.changes index 20c9da4..b76a3ae 100644 --- a/ignition.changes +++ b/ignition.changes @@ -47,6 +47,13 @@ Wed Mar 31 16:03:16 UTC 2021 - hello@anthonyrabbito.com * docs/migrating-configs: spell out Google Cloud Storage * release-checklist: update packaging section +------------------------------------------------------------------- +Tue Nov 3 14:40:58 UTC 2020 - Franck Bui + +- Replace '%service_del_postun -n' with '%service_del_postun_without_restart' + + '-n' is deprecated and will be removed in the future. + ------------------------------------------------------------------- Mon Oct 19 15:39:37 UTC 2020 - iforster@suse.de diff --git a/ignition.spec b/ignition.spec index 845cb72..0e60727 100644 --- a/ignition.spec +++ b/ignition.spec @@ -143,7 +143,7 @@ fi 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