Go to file
Ignaz Forster 406cbf31e8 - Update to version 2.12.0:
* news: add notes for 2.12.0
  * stages/files: add previousReport to result report
  * tests: fix linter warning
  * workflows: limit permissions to reading repo contents
  * workflows: bump linter version
  * go.mod: revendor
  * Drop EOL Go versions
  * internal/distro: drop DiskByIDDir
  * providers/azure: add support for azure gen2 VMs
  * stages/mount: correctly relabel the root of a fresh ext4 filesystem
  * exec: fix permissions for mountpoints in home dirs
  * tests: drop os.ModeDir requirement in mode of output directories
  * examples: reboot with --force
  * exec/util: add blkid API to query block devices based on FSTYPE
  * stages/files: use IntToPtr() in createCrypttabEntries()
  * stages/files: write result report to /var/lib/ignition
  * engine: persist fetched config summaries in State
  * stages/disks: use State to persist keyfiles for files stage
  * *: add general mechanism for persisting state between stages
  * main: drop -clear-cache flag
  * engine: don't hardcode neednet path
  * fetch-offline: return ErrNeedNet if we need net
  * engine: switch Engine.logReport() to pointer receiver
  * engine: fix incorrect error in log message
  * dracut: drop ignition-setup-user.service
  * dracut: drop reference to ignition-setup-base.service
  * providers/gcp: access GCP metadata service by IP address
  * Remove ignition-firstboot-complete.service
  * OWNERS: remove
  * internal/exec/util: drop device argument from cResultToErr()
  * docs/config*: document storage.luks.clevis.threshold default
  * ci: disable spec bump external test workaround
  * docs: Add Ignition release / Spec version table
  * templates: update example releng signing ticket
  * templates: don't update %gotest lines
* Provide ignition-firstboot-complete.service (removed by upstream
  due to correctly being considered distro spcific), based on the
  old upstream version; removed all non-SUSE specific stuff and
  integrated our own changes
* Removed change-ignition-firstboot-path.conf (changes are
  integrated into ignition-firstboot-complete.service now).
* Provide ignition-setup-user.service  (removed by upstream due
  to correctly being considered distro spcific), based on the old
  upstream version.
* Renamed ignition-setup-user-suse.sh to ignition-setup-user.sh
* Adapted ignition-generator-suse and module-setup.sh to use the
  custom ignition-setup-user.service (no overriding of parts of the
  service file necessary any more).
* Synced ignition-kargs-helper script with upstream example
* Raising minimum Go version to 1.15 as required by upstream

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=79
2021-08-09 15:33:18 +00:00
_service - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
_servicedata - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
.gitattributes Accepting request 666931 from home:kukuk:ignition 2019-01-18 09:21:06 +00:00
.gitignore Accepting request 666931 from home:kukuk:ignition 2019-01-18 09:21:06 +00:00
02_ignition_firstboot OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=62 2020-09-11 08:27:57 +00:00
0002-allow-multiple-mounts-of-same-device.patch - Update to version 2.11.0: 2021-07-07 17:06:33 +00:00
ignition-2.12.0.tar.xz - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-enable-network.service OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=50 2020-08-10 09:28:39 +00:00
ignition-enable-network.sh Retrigger udev when requesting networking on demand 2020-09-18 06:35:10 +00:00
ignition-firstboot-complete.service - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-kargs-helper - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-mount-initrd-fstab.service - Fixed "ignition presets not applied" (boo#1172510) 2020-08-12 09:30:38 +00:00
ignition-rpmlintrc - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition-setup-user.service - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-setup-user.sh - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-suse-generator - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-userconfig-timeout-arm.conf - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition-userconfig-timeout.conf - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition.changes - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition.spec - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
module-setup.sh - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
README.SUSE - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00

Changes for openSUSE / SLE:

* ignition-mount-initrd-fstab.service:
  Upstream Ignition will only mount partitions or subvolumes explicitly
  mentioned in the Ignition configuration. A default SUSE system, however,
  is split over several subvolumes, and most users won't want to define
  all the partitions again. On the other hand a lot of core functionality (e.g.
  configuring a SSH certificate for the root user or adding a configuration
  file) requires access to those subvolumes.
  For better usability in addition to Ignition's own mount / umount stage all
  files systems tagged for being mounted in the initrd ("x-initrd.mount" mount
  flag) will automatically be mounted / umounted.
* ignition-setup-user.service / ignition-setup-use.sh:
  The user configuration can be stored on a device with the label "ignition"
  (e.g. by attaching a USB flash drive with that name) instead of using the
  platform specific configuration storage mechanism.
* ignition-userconfig-timeout*.conf:
  Set timeout for Ignition device so boot will just continue if no physical
  Ignition configuration device is attached (e.g. when using platform
  specific configuration).
* ignition-suse-generator:
  Supplements the upstream generator by adding dependencies to
  ignition-setup-user.service and ignition-mount-initrd-fstab.service.
  Additionally it will try to autodect the platform if it is not set on the
  kernel command line.
* 02_ignition_firstboot:
  This file has been part of upstream ignition-dracut, but has since then been
  moved to a static CoreOS specific configuration
  (https://github.com/coreos/coreos-assembler/pull/616); it is now used in a
  modified version adapted to SUSE's needs.
  This script will automatically set the kernel parameters to trigger an
  Ignition run if a flag file does not exist (e.g. on first boot). To trigger
  an Ignition run manually just delete the file
  "/boot/writable/firstboot_happened".
* ignition-firstboot-complete.service:
  This file has been part of upstream ignition-dracut, but has since then been
  moved to a static CoreOS specific configuration
  (https://github.com/coreos/fedora-coreos-config/pull/1087); it is now used
  in a simpified version adapted to SUSE's needs.
  Sets the flag file "/boot/writable/firstboot_happened" to indicate a
  successful first boot. This flag file is evaluated by the GRUB script
  02_ignition_firstboot from above.
* ignition-enable-network.service / ignition-enable-network.sh:
  Ignition supports detection whether the configuration requires networking
  to avoid having to boot with networking enabled even when it isn't
  necessary; the actual implementation to start the network is left to the
  distribution.
* ignition-kargs-helper:
  Distribution specific helper script to implement kernel argument support.