Skip to content

build(deps): bump systemd/mkosi from 93098e2406e12ea7f06f962d4808952b8a06d345 to 031fc4a3398e871f8292c760418a541df81f78c3#159

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/systemd/mkosi-031fc4a3398e871f8292c760418a541df81f78c3
Closed

build(deps): bump systemd/mkosi from 93098e2406e12ea7f06f962d4808952b8a06d345 to 031fc4a3398e871f8292c760418a541df81f78c3#159
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/systemd/mkosi-031fc4a3398e871f8292c760418a541df81f78c3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps systemd/mkosi from 93098e2406e12ea7f06f962d4808952b8a06d345 to 031fc4a3398e871f8292c760418a541df81f78c3.

Changelog

Sourced from systemd/mkosi's changelog.

mkosi Changelog

v15

  • Rename --no-chown to --chown and set it to default to True, preserving current behaviour.

  • Add --idmap option to run --systemd-nspawn with ID mapping support. Defaults to True. --idmap=no can be used to prevent usage of ID mapping.

  • Migrated to systemd-repart. Many options are dropped in favor of specifying them directly in repart partition definition files:

    • Format=gpt_xxx options are replaced with a single "disk" options. Filesystem to use can now be specified with repart's Format= option
    • Format=plain_squashfs (Can be reproduced by a single repart squashfs root partition combined with SplitArtifacts=yes)
    • Verity= (Replaced by repart's Verity= options)
    • Encrypt= (Replaced by repart's Encrypt= option)
    • RootSize=, HomeSize=, VarSize=, TmpSize=, ESPSize=, SwapSize=, SrvSize= (Replaced by repart's size options)
    • UsrOnly= (replaced with CopyFiles=/:/usr in a usr partition definition)
    • OutputSplitRoot=, OutputSplitVerity=, (Replaced by repart's SplitName= option)
    • OutputSplitKernel= (UKI is now always written to its own output file)
    • GPTFirstLBA (Removed, no equivalent in repart)
    • ReadOnly= (Replaced by repart's ReadOnly= option per partition)
    • Minimize= (Replaced by repart's Minimize= option per partition)
    • CompressFs= (No equivalent in repart, can be replicated by replacing mkfs. in $PATH with a script that adds the necessary command line option)
    • MkSquashfs= (Can be replaced with a script in $PATH that invokes the correct binary)

    We also remove the WithoutUnifiedKernelImages= switch as building unified kernel images is trivial and fast these days.

v14

  • Support for Clear Linux was dropped. See systemd/mkosi#1037 for more information.
  • Support for Photon was dropped. See systemd/mkosi#1048 for more information.
  • The Arch kernel/bootloader pacman hooks were removed. For anyone that still wants to use them, they can be found here.
  • mkosi now creates distro~release subdirectories inside the build, cache and output directories for each distro~release combination that is built. This allows building for multiple distros without throwing away the results of a previous distro build every time.
  • The preferred names for mkosi configuration files and directories are now mkosi.conf and mkosi.conf.d/ respectively. The old names (mkosi.default and mkosi.default.d) have been removed from the docs but are still supported for backwards compatibility.
  • plain_squashfs type images will now also be named with a .raw suffix.
  • tar type images will now respect the --compress option.

... (truncated)

Commits
  • 031fc4a fix invalid cross-device link
  • 5181ea7 fix "qemu-img convert" error
  • 381a23f Merge pull request #1276 from DaanDeMeyer/repart
  • 8bbbd83 Migrate disk image building to systemd-repart
  • 7444c2e mypy: Fix version comparison
  • 5db651b Make config.build_sources non-optional
  • 26f29a1 ci: Rework integration tests
  • fee9cdf Bump alma/rocky default release to "9"
  • 192f9ef Drop HostonlyInitrd
  • 1c9a6ac Allow for UID mapping to be disabled
  • Additional commits viewable in compare view

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 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 93098e2406e12ea7f06f962d4808952b8a06d345 to 031fc4a3398e871f8292c760418a541df81f78c3.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Changelog](https://github.com/systemd/mkosi/blob/main/NEWS.md)
- [Commits](systemd/mkosi@93098e2...031fc4a)

---
updated-dependencies:
- dependency-name: systemd/mkosi
  dependency-type: direct:production
...

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 Jan 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #162.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/systemd/mkosi-031fc4a3398e871f8292c760418a541df81f78c3 branch February 1, 2023 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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