Go to file
Ignaz Forster 5e7f8ff147 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
2021-04-01 08:36:09 +00:00
_service Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition 2021-04-01 08:36:09 +00:00
_servicedata Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition 2021-04-01 08:36:09 +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.7.0: 2020-10-19 19:20:01 +00:00
change-ignition-firstboot-path.conf - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition-2.9.0.tar.xz Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition 2021-04-01 08:36:09 +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-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-suse.sh - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition-suse-generator Accepting request 832022 from home:fos:branches:devel:kubic:ignition 2020-09-04 07:44:25 +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 Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition 2021-04-01 08:36:09 +00:00
ignition.spec Accepting request 882428 from home:anthr76:branches:devel:kubic:ignition 2021-04-01 08:36:09 +00:00
module-setup.sh Accepting request 832022 from home:fos:branches:devel:kubic:ignition 2020-09-04 07:44:25 +00:00
README.SUSE - Update to version 2.6.0 2020-08-10 09:28:19 +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-suse.sh / ignition-userconfig-timeout*.conf:
  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 putting the
  file onto the root partition.
* ignition-suse-generator:
  Supplements the upstream generator by adding dependencies to
  ignition-setup-user-suse.sh 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".
* change-ignition-firstboot-path.conf:
  Overwrite CoreOS specific path.
* 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.