Revisions of ignition

buildservice-autocommit accepted request 1158044 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 122)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 121)
- Update to version 2.18.0:
  * NEWS: update 2.18.0
  * azure: retry HTTP requests on codes 404, 410, and 429
  * docs: add missing scaleway link
  * providers: add scaleway
  * resource/url: customize local address (port)
  * stages/files: filter out non-existent paths before relabeling
  * docs/release-notes: tweak dracut module change
  * Bump minimum Go version to 1.20
  * dracut: Don't include the ignition module by default
  * ci: cancel previous build on PR update
  * Sync repo templates ⚙
  * Update build(deps)
- Remove because included in upstream now:
  0005-dracut-Don-t-include-the-ignition-module-by-default.patch
- Increased required Go version
buildservice-autocommit accepted request 1153998 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 120)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) accepted request 1153997 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 119)
Not directly tested but copy-pasted from combustion where it works fine

- module-setup.sh: Use $dracutsysrootdir
buildservice-autocommit accepted request 1129548 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 118)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 117)
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 116)
- Update to version 2.17.0:
  * NEWS: update 2.17.0
  * packit: add initial support
  * Bump minimum Go version to 1.19
  * Add vsock modules into ramdisk
  * Sync repo templates ⚙
  * providers/applehv: Add Apple Hypervisor
  * tests/blackbox: allow skipping critical logging check
  * stages/disks: retry `sgdisk --zap-all` invocation
  * Add optionally-installed grub2 code
  * internal/exec/stages/disks: prevent races with udev
  * providers/hetzner: add support for Hetzner Cloud
  * docs: expand development docs and rationale
  * doc/development: list the test frameworks
  * docs/development: improve formatting of blackbox section
  * build(deps): updated dependencies
- Increased required Go version
- Removed Changelog part of
  0005-dracut-Don-t-include-the-ignition-module-by-default.patch -
  the information is part of the patch description already and
  conflicts with the upstream Changelog.
buildservice-autocommit accepted request 1109547 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 115)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) accepted request 1109544 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 114)
- Amend patch to fix race condition with kiwi:
  * 0005-dracut-Don-t-include-the-ignition-module-by-default.patch
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 113)
- Patch file cleanup:
  * Improve description of
    0003-Move-the-GPT-header-on-resized-disks.patch
  * Rename
    0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
    to
    0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch
  * Rename
    0001-dracut-Don-t-include-the-ignition-module-by-default.patch
    to
    0005-dracut-Don-t-include-the-ignition-module-by-default.patch
buildservice-autocommit accepted request 1105493 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 112)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) accepted request 1105491 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 111)
- Omit ignition module in initrds for already configured systems:
  * Add 0001-dracut-Don-t-include-the-ignition-module-by-default.patch
  * Edit module-setup.sh
- Add explicit dep on combustion in module-setup.sh
- Replace ignition-dracut-grub2 with combustion's firstboot.target:
  * Add 0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
  * Edit ignition-suse-generator
  * Edit ignition-umount-initrd-fstab.service
  * Edit module-setup.sh
  * Drop 02_ignition_firstboot
  * Drop ignition-firstboot-complete.service
  * Adjust README.SUSE
- Edit ignition-umount-initrd-fstab.service to not rely on combustion
  units forcing proper order

- Add 0003-Move-the-GPT-header-on-resized-disks.patch to make it
- Fix patch file metadata in 0001-ignore-missing-qemu-blockdev.patch
  and 0002-allow-multiple-mounts-of-same-device.patch
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 110)
- Fix segmentation fault if filesystem section of Ignition JSON
  doesn't contain path entry
- Add 0003-Move-the-GTP-header-on-resized-disks.patch to make it
  possible to create partitions on resized disk images
- Add dm and crypt modules as dependencies to make it possible to
  configure a luks device
- Fix patch file metadata
buildservice-autocommit accepted request 1098572 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 109)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 108)
- Update to version 2.16.2:
  * dracut: make hv_utils module optional
  * Fix build on 32-bit systems
  * Doc updates
  * build(deps) updates
  * providers/qemu: read modprobe path from distro package
  * Add support for Hyper-V platform
  * internal/exec: don't relabel a mountpoint that already exists
  * internal/exec/util: check if unit exists before disabling
  * Dockerfile.validate: update to Fedora 38
  * generate: simplify build of doc generator
  * platform: allow provider fetch to save files to write from files stage
  * templates: update CI ratchet procedure for Butane spec stabilization
  * go.mod: add deep-copy package
  * providers: rename noop to metal
  * platform: drop function pointer indirection for fetch method
  * providers: add Config wrapper structs for cmdline and system providers
  * internal: empty out providers base package
  * internal: move provider registrations out of platforms package
  * templates/stabilize-checklist: disable tests using exp Butane config
  * providers/vmware: rename some structs
  * internal: move stage registration into a separate package
  * platform: avoid needless function pointer indirection in methods
  * tests: port to xfsprogs 5.19+
  * test: ShellCheck fixes
buildservice-autocommit accepted request 1070759 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 107)
baserev update by copy to link target
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 106)
Remove unused import in 0001-ignore-missing-qemu-blockdev.patch
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 105)
Fix 0001-ignore-missing-qemu-blockdev.patch
Ignaz Forster's avatar Ignaz Forster (fos) committed (revision 104)
- Add `dasd_mod.dasd=autodetect` to kernel command line parameters
  (for Ignition device support on S/390) [boo#1207903]
buildservice-autocommit accepted request 1069979 from Ignaz Forster's avatar Ignaz Forster (fos) (revision 103)
baserev update by copy to link target
Displaying revisions 1 - 20 of 122
openSUSE Build Service is sponsored by