Skip to content

Commit 28f3c66

Browse files
authored
Merge pull request #58 from cbgbt/prepare-0.4.0
chore: prepare bottlerocket-settings-models-v0.4.0
2 parents d1eee00 + 65d1cf4 commit 28f3c66

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bottlerocket-template-helper = { path = "./bottlerocket-template-helper", versio
5656

5757
# Settings Models
5858
bottlerocket-model-derive = { path = "./bottlerocket-settings-models/model-derive", version = "0.1" }
59-
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.3" }
59+
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.4" }
6060
bottlerocket-scalar = { path = "./bottlerocket-settings-models/scalar", version = "0.1" }
6161
bottlerocket-scalar-derive = { path = "./bottlerocket-settings-models/scalar-derive", version = "0.1" }
6262
bottlerocket-string-impls-for = { path = "./bottlerocket-settings-models/string-impls-for", version = "0.1" }

bottlerocket-settings-models/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
- See [unreleased changes here]
11+
12+
[unreleased changes here]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.4.0...HEAD
13+
14+
## [0.4.0] - 2024-09-04
15+
16+
## Model Changes
17+
18+
### Added
19+
20+
- Added the bootstrap-commands settings extension and related shared models ([#46])
21+
22+
### Changed
23+
24+
- Changed `bottlerocket-modeled-types::BootstrapContainerMode` to `bottlerocket-modeled-types::BootstrapMode` ([#46])
25+
26+
[#46]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/46
27+
28+
[0.4.0]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.4.0...bottlerocket-settings-models-v0.3.0
29+
830
## [0.3.0] - 2024-08-14
931

1032
## Model Changes

bottlerocket-settings-models/modeled-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottlerocket-modeled-types"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = []
55
license = "Apache-2.0 OR MIT"
66
edition = "2021"

bottlerocket-settings-models/settings-models/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottlerocket-settings-models"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Tom Kirchner <[email protected]>"]
55
license = "Apache-2.0 OR MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)