Go to file
Ana Guerrero 9e7682d840 Accepting request 1222585 from devel:kubic:ignition
- Update to version 2.20.0:
  * Features
    * Support partitioning disk with mounted partitions
    * Support Proxmox VE
    * Support gzipped Akamai user_data
  * Changes
    * The Dracut module now installs partx
    * Mark the 3.5.0 config spec as stable
    * No longer accept configs with version 3.5.0-experimental
    * Create new 3.6.0-experimental config spec from 3.5.0
  * Bug fixes
    * Fix network race when phoning home on Equinix Metal
    * Fix Akamai Ignition base64 decoding on padded payloads
    * Fix Makefile GOARCH for loongarch64 (#1942)
- Drop go build bugfix again, fixed upstream
- Adapting 0002-allow-multiple-mounts-of-same-device.patch to new
  3.6.0 spec

OBS-URL: https://build.opensuse.org/request/show/1222585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=48
2024-11-08 10:55:56 +00:00
_service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
_servicedata - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
.gitattributes - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
.gitignore - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
0001-ignore-missing-qemu-blockdev.patch - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
0002-allow-multiple-mounts-of-same-device.patch - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
0003-Move-the-GPT-header-on-resized-disks.patch - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-2.20.0.tar.xz - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-enable-network.service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-enable-network.sh - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-kargs-helper - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-mount-initrd-fstab.service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-remove-reconfig_system.service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-rmcfg-suse.conf - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-setup-user.service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-setup-user.sh - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-suse-generator - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-touch-selinux-autorelabel.conf - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-umount-initrd-fstab.service - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-userconfig-timeout-arm.conf - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition-userconfig-timeout.conf - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition.changes - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
ignition.spec - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
module-setup.sh - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00
README.SUSE - Update to version 2.20.0: 2024-11-07 20:16:44 +00:00

Changes for openSUSE / SLE:

* ignition-mount-initrd-fstab.service / ignition-umount-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-user.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-rmcfg-suse.conf:
  Adapt systemd service to match our own packaging: We do not support
  ConditionFirstBoot, and additionally support auto-detection of the platform
  (see ignition-suse-generator), so the detection whether the stage should be
  called has to be done via shell script.
* ignition-touch-selinux-autorelabel.conf:
  Trigger SELinux autorelabel after Ignition runs; Ignition would support
  SELinux itself, however this is a compile time option, so it can't be
  used here.
* ignition-suse-generator:
  Replaces the upstream generator by making use of firstboot.target provided
  by combustion and hooking up the services provided by this module.
  Additionally it will try to autodect the platform if it is not set on the
  kernel command line.
* 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.