-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f82271f
commit 816511a
Showing
5 changed files
with
144 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-image-v0.0.1) - 2024-03-17 | ||
|
||
### Fixed | ||
- c_char cast on muslc | ||
- unit tests | ||
|
||
### Other | ||
- initial ImageHandle request extractor | ||
- bump MSRV | ||
- improve archinstall config | ||
- restore original gui functionality | ||
- update dependencies | ||
- attempt to format drive file properly | ||
- prepare to generate session keys for ssh | ||
- replace log with tracing | ||
- replace simple_error -> anyhow | ||
- reorganize crates | ||
- move OVMF firmwares | ||
- fix build errors in image crate | ||
- reorganize crates | ||
- Migrate goldboot-image crate into goldboot-core | ||
- Reconnect SSH if a provisioner reboots | ||
- Add new image write implementation | ||
- Begin transition from qcow to custom image container | ||
- Repair the build again | ||
- Change formatter conventions | ||
- Simplify image dependency | ||
- Move templates back into core module | ||
- Continue implementation | ||
- Reorganize into rust workspaces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-macros-v0.0.1) - 2024-03-17 | ||
|
||
### Other | ||
- initial ImageHandle request extractor | ||
- bump MSRV | ||
- continue cleanup | ||
- move molds module (again) | ||
- replace simple_error -> anyhow | ||
- use enum dispatch in image mold | ||
- continue cleanup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-v0.0.1...goldboot-v0.0.2) - 2024-03-17 | ||
|
||
### Fixed | ||
- unit tests | ||
|
||
### Other | ||
- initial ImageHandle request extractor | ||
- bump MSRV | ||
- replace old http server with axum | ||
- improve interactive init | ||
- improve archinstall config | ||
- initial integration of archinstall | ||
- allow image id or path to locate images for write command | ||
- restore original gui functionality | ||
- move examples to separate repo | ||
- re-enable windows | ||
- update readme | ||
- update readme | ||
- revert rustls to avoid build errors | ||
- enable bindgen for aws-lc-sys | ||
- Cargo feature to enable bundled OVMF firmware | ||
- dockerhub login | ||
- switch vga driver for debian | ||
- quit screen wait if nothing changes for 10 mins | ||
- better log messages on exit | ||
- try pacstrap with -K | ||
- wait for pacman-init service to load keyring before install | ||
- try to avoid blocking on pacstrap install | ||
- update debian preseed | ||
- merge registry into main crate | ||
- allow default_source to use image arch | ||
- update dependencies | ||
- add initial Dockerfile | ||
- update default arch linux mirror | ||
- save to image library correctly | ||
- bump sshdog to fix upload path issue | ||
- fix ssh key generator | ||
- convert SSH public key format | ||
- fix join -> with_extension | ||
- pass ssh keys via file instead of environment | ||
- attempt to format drive file properly | ||
- generate ssh key for session | ||
- prepare to generate session keys for ssh | ||
- update contributing | ||
- update debian mold | ||
- replace log with tracing | ||
- reduce errors in gui feature | ||
- fix remaining build errors | ||
- new ImageElement struct | ||
- continue cleanup | ||
- move molds module (again) | ||
- replace simple_error -> anyhow | ||
- add enum dispatch for fabricators too | ||
- use enum dispatch in image mold | ||
- more renames | ||
- continue cleanup | ||
- reorganize crates (again) | ||
- reorganize crates | ||
- move OVMF firmwares | ||
- fix build errors in image crate | ||
- reorganize crates | ||
- move template icons | ||
- continue cleanup | ||
- reorganize templates | ||
- remove goldboot-graphics crate | ||
- begin to reduce compile errors | ||
- back to standard formatting | ||
- Bump clap from 3.2.17 to 4.0.26 ([#78](https://github.com/fossable/goldboot/pull/78)) | ||
- Begin yaml conversion | ||
- Consolidate generic provisioners | ||
- begin to improve template structure | ||
- continue with interactive prompts | ||
- Extract command handlers into new modules | ||
- Enable RUST_BACKTRACE and RUST_LOG for GBL build | ||
- Fix remaining image test | ||
- Remove vault section and add directory section to image format | ||
- Fix one of the image tests | ||
- Migrate core crate into CLI crate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters