Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump systemd/mkosi from 070528fec478fc93af7ec057a5d2fd0045123c99 to cfdcfca4a526f855d718fcf6cb1efcf863c88baf #292

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps systemd/mkosi from 070528fec478fc93af7ec057a5d2fd0045123c99 to cfdcfca4a526f855d718fcf6cb1efcf863c88baf.

Changelog

Sourced from systemd/mkosi's changelog.

mkosi 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

... (truncated)

Commits
  • cfdcfca ci: add nop versions of all scripts to our integration tests
  • 63fc1fd Merge pull request #2929 from DaanDeMeyer/fixes
  • 223fba7 Don't try to chmod /tmp if it's being bind mounted in
  • ca2f63f Handle SIGHUP as well
  • 0e87b3a Stop always setting autologin credentials
  • fa27a82 Merge pull request #2924 from DaanDeMeyer/kernel-install
  • 8312df8 Bump version to 25~devel
  • 26673f6 Release 24.3
  • 9886bff Merge pull request #2927 from DaanDeMeyer/home
  • 4672d5c action: Show environment
  • 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 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 070528fec478fc93af7ec057a5d2fd0045123c99 to cfdcfca4a526f855d718fcf6cb1efcf863c88baf.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Changelog](https://github.com/systemd/mkosi/blob/main/NEWS.md)
- [Commits](systemd/mkosi@070528f...cfdcfca)

---
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 Aug 1, 2024
@github-actions github-actions bot added tracker/missing Formerly needs-bz pr/needs-ci Formerly needs-ci pr/needs-review Formerly needs-review labels Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

Commit validation

Tracker - Missing issue tracker ✋

The following commits need an inspection

commit note
815cb38 - build(deps): bump systemd/mkosi Missing issue tracker
Missing upstream reference ‼️

Tracker validation

🔴 Missing tracker or Unknown tracker type; type: 'unknown'


Pull Request validation

Failed

🔴 Failed or pending checks - ci (centos, 9)[failure]
🔴 Review - Missing review from a member

@mrc0mmand
Copy link
Member

@dependabot ignore this dependency

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/systemd/mkosi-cfdcfca4a526f855d718fcf6cb1efcf863c88baf branch August 2, 2024 06:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

OK, I won't notify you about systemd/mkosi again, unless you re-open this PR.

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 pr/needs-ci Formerly needs-ci pr/needs-review Formerly needs-review tracker/missing Formerly needs-bz
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant