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

Bump bootloader from 0.9.23 to 0.11.3 #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps bootloader from 0.9.23 to 0.11.3.

Release notes

Sourced from bootloader's releases.

v0.11.3

Changelog

v0.11.2

Changelog

v0.11.1

Changelog

v0.11.0

Changelog

v0.11.0-beta.8

Changelog

v0.11.0-beta.7

Changelog

v0.11.0-beta.6

"Changelog"

v0.11.0-beta.5

Changelog

v0.11.0-beta.4

No release notes provided.

v0.11.0-beta.3

No release notes provided.

v0.11.0-beta.2

No release notes provided.

Changelog

Sourced from bootloader's changelog.

0.11.3 – 2023-03-26

0.11.2 – 2023-03-12

  • Fix internal error in Cargo.toml setup that prevented publishing 0.11.1

0.11.1 – 2023-03-12

Features

Fixes

Other improvements

0.11.0 – 2022-12-01

Major rewrite of the bootloader crate with various breaking changes:

  • Separate API crate: The bootloader is now split into two parts: An API crate to make kernels loadable by the bootloader and the actual bootloader implementation. This makes the build process for kernels much easier and faster.
  • New config system: Instead of configuring the bootloader via a special table in the Cargo.toml, the configuration now happens through a normal Rust struct, which is part of the entry_point! macro. The macro then serializes the config struct at compile time and places it in a special ELF output section. The compile time serialization happens through a manually implemented const fn of the config struct.
  • Load the kernel at runtime: The bootloader is now able to load files from FAT partitions at runtime. Thus, we don't need to link the kernel into the bootloader executable anymore. As a result, we don't need to recompile the bootloader on kernel changes anymore. We also load the config at runtime from the kernel's ELF section, which eliminates the second reason for recompiling the bootloader as well.
  • Split into sub-crates: Since the bootloader build process does not need access to the kernel executable or its Cargo.toml anymore, we can build the different parts of the bootloader independently. For example, the BIOS boot sector is now a separate crate, and the UEFI bootloader is too.
  • Library to create disk images: To create an abstraction the complex build steps of the different bootloader executables, we compile them inside cargo build scripts. At the top level, we provide a bootloader library crate, which compiles everything as part of its build script. This library includes functions for creating BIOS and UEFI disk images for a given kernel. These functions can be used e.g. from a builder crate or a build script of the downstream operating system.

See our migration guides for details.

... (truncated)

Commits
  • a6c86c3 Merge pull request #359 from rust-osdev/release
  • 33e35d2 Release v0.11.3
  • 3bee44a Merge pull request #358 from rust-osdev/fix-docsrs
  • 1f29d22 Re-add dummy functions for building only BIOS or UEFI feature
  • ef05e9c Fix docs.rs build by setting env variables on dummy builds too
  • 27f52cd Auto-format GitHub actions
  • 7cb6a3d Check docsrs build on CI
  • fa87d01 Merge pull request #351 from rust-osdev/release
  • c4fcd1e Bump version to v0.11.2
  • d81253f Fix: Don't use bootloader_test_runner dev-dependency in features list
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.23 to 0.11.3.
- [Release notes](https://github.com/rust-osdev/bootloader/releases)
- [Changelog](https://github.com/rust-osdev/bootloader/blob/main/Changelog.md)
- [Commits](rust-osdev/bootloader@v0.9.23...v0.11.3)

---
updated-dependencies:
- dependency-name: bootloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from wsldevv as a code owner March 27, 2023 08:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 19, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

4 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 25, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 25, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 25, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 25, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants