Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Bump systemd/mkosi from 18 to 24 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps systemd/mkosi from 18 to 24.

Release notes

Sourced from systemd/mkosi's releases.

v24

  • The default kernel command line of console=ttyS0 (or equivalent for other architectures) has been removed. The required console= argument to have the kernel output to the serial console has to be added manually from v24 onwards.
  • Support for installing local packages located in directories in BuildSources= was dropped. Instead, the packages can be made available for installation via PackageManagerTrees=.
  • Configuration parsing was reworked to remove the need for the @ specifier and to streamline building multiple images with mkosi.images/. If you were building multiple images with mkosi.images/, you'll need to adapt your configuration to the rework. Read the Building multiple images section in the documentation for more information.
  • mkosi has gained the option to generate completion scripts for bash, fish and zsh. Packagers should generate the scripts during packaging and ship them in the appropriate places.
  • Added support for CentOS Stream 10.
  • mkosi now installs a separate mkosi-initrd script that can be used to build initramfs images intended for use on the local system.
  • We do not automatically append centos-stream or fedora anymore to CentOS (and derivatives) and Fedora mirrors specified with Mirror= as not all mirrors store the repository metadata under these subdirectories. Users are now required to add these subdirectories themselves in Mirror=. If the EPEL repositories are enabled for CentOS Stream (and derivatives) and Mirror= is used, we look for the EPEL repositories in ../fedora relative to the mirror specified in Mirror=.
  • We now support compressed tar archives wherever we already accept tar archives as input.
  • We now always rerun the build if Format=none and don't remove previous outputs in that case (unless --force is specified). This allows using mkosi -t none to rerun the build scripts without removing the previous image. This can then be combined with RuntimeBuildSources=yes to make the build script outputs available in a booted container or virtual machine so they can be installed without having to rebuild the image.
  • We now use virtconsole to provide the serial console when booting with qemu.
  • root=PARTUUID and mount.usr=PARTUUID on the kernel command line are now automatically extended with the actual PARTUUID of the corresponding partition.
  • All available OpenSUSE repositories are now supported and can be enabled with Repositories=.
  • Building OpenSUSE aarch64 images is now supported
  • mkosi dependencies was beefed up to handle more scenarios properly
  • The default list of kernel modules that are always added to the initramfs was extended with various virtualization modules.
  • Added a Repositories= match.
  • Cached images are now invalidated if packages specified via

... (truncated)

Changelog

Sourced from systemd/mkosi's changelog.

v24

  • The default kernel command line of console=ttyS0 (or equivalent for other architectures) has been removed. The required console= argument to have the kernel output to the serial console has to be added manually from v24 onwards.
  • Support for installing local packages located in directories in BuildSources= was dropped. Instead, the packages can be made available for installation via PackageManagerTrees=.
  • Configuration parsing was reworked to remove the need for the @ specifier and to streamline building multiple images with mkosi.images/. If you were building multiple images with mkosi.images/, you'll need to adapt your configuration to the rework. Read the Building multiple images section in the documentation for more information.
  • mkosi has gained the option to generate completion scripts for bash, fish and zsh. Packagers should generate the scripts during packaging and ship them in the appropriate places.
  • Added support for CentOS Stream 10.
  • mkosi now installs a separate mkosi-initrd script that can be used to build initramfs images intended for use on the local system.
  • We do not automatically append centos-stream or fedora anymore to CentOS (and derivatives) and Fedora mirrors specified with Mirror= as not all mirrors store the repository metadata under these subdirectories. Users are now required to add these subdirectories themselves in Mirror=. If the EPEL repositories are enabled for CentOS Stream (and derivatives) and Mirror= is used, we look for the EPEL repositories in ../fedora relative to the mirror specified in Mirror=.
  • We now support compressed tar archives wherever we already accept tar archives as input.
  • We now always rerun the build if Format=none and don't remove previous outputs in that case (unless --force is specified). This allows using mkosi -t none to rerun the build scripts without removing the previous image. This can then be combined with RuntimeBuildSources=yes to make the build script outputs available in a booted container or virtual machine so they can be installed without having to rebuild the image.
  • We now use virtconsole to provide the serial console when booting with qemu.
  • root=PARTUUID and mount.usr=PARTUUID on the kernel command line are now automatically extended with the actual PARTUUID of the corresponding partition.
  • All available OpenSUSE repositories are now supported and can be enabled with Repositories=.
  • Building OpenSUSE aarch64 images is now supported
  • mkosi dependencies was beefed up to handle more scenarios properly
  • The default list of kernel modules that are always added to the initramfs was extended with various virtualization modules.
  • Added a Repositories= match.

... (truncated)

Commits
  • be39f33 Release 24
  • a2695cc Update NEWS
  • 6710479 mkosi-initrd: Always add virtio_mmio to initramfs
  • ad7ce70 mkosi-initrd: Sort module list
  • 72ef384 Fix typo
  • 0b4be06 Documentation update
  • 811be45 Merge pull request #2910 from DaanDeMeyer/qemu
  • 93a2bc7 Look up qemu and virt-fw-vars in extra search paths
  • a868ddb Remove noisy debug logging
  • aed1a5c Assign return code before calling sys.excepthook()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 18 to 24.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Changelog](https://github.com/systemd/mkosi/blob/main/NEWS.md)
- [Commits](systemd/mkosi@v18...v24)

---
updated-dependencies:
- dependency-name: systemd/mkosi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants