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.2 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps bootloader from 0.9.23 to 0.11.2.

Release notes

Sourced from bootloader's releases.

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.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.

0.10.13 – 2022-09-25

  • Add dynamic range configuration (#229)

... (truncated)

Commits
  • 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
  • 2a65d22 Merge pull request #350 from rust-osdev/release
  • ba487f4 Bump version to v0.11.1
  • 20ddd07 Include bootloader-boot-config in release script
  • 885372e Use workspace dependency for bootloader-boot-config in top-level Cargo.toml
  • 862c9b4 Update changelog
  • 8d2d53c Merge pull request #320 from jasoncouture/simplified_disk_builder
  • 5a24373 Merge pull request #349 from rust-osdev/boot-config-improvements
  • 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 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 [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.23 to 0.11.2.
- [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.2)

---
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 13, 2023 08:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 27, 2023

Superseded by #5.

@dependabot dependabot bot closed this Mar 27, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bootloader-0.11.2 branch March 27, 2023 08:05
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.

0 participants