Skip to content

Commit

Permalink
Merge pull request #174 from fossable/release-plz-2024-03-18T03-06-44Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
cilki authored May 12, 2024
2 parents ce522e8 + 9c31c84 commit 2079a0a
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions goldboot-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-image-v0.0.1...goldboot-image-v0.0.2) - 2024-05-12

### Other
- restore registry crate

## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-image-v0.0.1) - 2024-03-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion goldboot-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
name = "goldboot-image"
repository = "https://github.com/fossable/goldboot"
rust-version = "1.74"
version = "0.0.1"
version = "0.0.2"

[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
Expand Down
6 changes: 6 additions & 0 deletions goldboot-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-macros-v0.0.1...goldboot-macros-v0.0.2) - 2024-05-12

### Other
- Include the repository field
- restore registry crate

## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-macros-v0.0.1) - 2024-03-17

### Other
Expand Down
2 changes: 1 addition & 1 deletion goldboot-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "AGPL-3.0-only"
name = "goldboot-macros"
rust-version = "1.74"
version = "0.0.1"
version = "0.0.2"
repository = "https://github.com/fossable/goldboot"

[lib]
Expand Down
39 changes: 39 additions & 0 deletions goldboot-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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-registry-v0.0.1) - 2024-05-12

### Other
- re-enable goldboot linux
- update readme
- restore registry crate
- merge registry into main crate
- update dependencies
- replace log with tracing
- fix remaining build errors
- replace simple_error -> anyhow
- use enum dispatch in image mold
- continue cleanup
- reorganize crates
- reorganize crates
- remove goldboot-graphics crate
- back to standard formatting
- Bump rustls-pemfile from 0.3.0 to 1.0.1 ([#37](https://github.com/fossable/goldboot/pull/37))
- Fix remaining image test
- Migrate core crate into CLI crate
- Begin updating image format for cluster encryption
- Begin to add registry endpoints
- Enable dependabot
- Rename gui crate
- Automatically strip release profile executables
- Migrate goldboot-image crate into goldboot-core
- Begin transition from qcow to custom image container
- Repair the build again
- Change formatter conventions
- Move templates back into core module
- Reorganize into rust workspaces
4 changes: 2 additions & 2 deletions goldboot-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rust-version = "1.74"
anyhow = "1.0.76"
axum = "0.7.4"
clap = { version = "4.4.7", features = ["derive", "string"] }
goldboot-image = { path="../goldboot-image", version = "0.0.1" }
goldboot = { path="../goldboot", version = "0.0.2" }
goldboot-image = { path="../goldboot-image", version = "0.0.2" }
goldboot = { path="../goldboot", version = "0.0.3" }
reqwest = { version = "0.11.22", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
15 changes: 15 additions & 0 deletions goldboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3](https://github.com/fossable/goldboot/compare/goldboot-v0.0.2...goldboot-v0.0.3) - 2024-05-12

### Other
- enable nix os
- re-enable goldboot linux
- rename write subcommand -> deploy
- update readme
- continue windows 11 support
- begin windows 11 support
- Autounattend.xml handling on Windows
- refresh windows 10
- refresh alpine linux
- restore registry crate
- use openssl vendored

## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-v0.0.1...goldboot-v0.0.2) - 2024-03-17

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "goldboot"
readme = "README.md"
repository = "https://github.com/fossable/goldboot"
rust-version = "1.74"
version = "0.0.2"
version = "0.0.3"

[dependencies]
anyhow = "1.0.76"
Expand All @@ -31,8 +31,8 @@ gdk4 = { version = "0.8.1", optional = true }
gdk-pixbuf = { version = "0.19.2", optional = true }
glib-macros = { version = "0.19.2", optional = true }
glib = { version = "0.19.2", optional = true }
goldboot-image = { path="../goldboot-image", version = "0.0.1" }
goldboot-macros = { path="../goldboot-macros", version = "0.0.1" }
goldboot-image = { path="../goldboot-image", version = "0.0.2" }
goldboot-macros = { path="../goldboot-macros", version = "0.0.2" }
gtk4 = { version = "0.8.1", optional = true, features = ["v4_12"] }
hex = "0.4.3"
indicatif = "0.17.7"
Expand Down

0 comments on commit 2079a0a

Please sign in to comment.