Skip to content

Commit cebbd4c

Browse files
authored
Merge pull request #54 from cbgbt/settings-models-0.3.0
chore: prepare bottlerocket-settings-model-v0.3.0
2 parents 504353f + 9898998 commit cebbd4c

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

Cargo.toml

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

5656
# Settings Models
5757
bottlerocket-model-derive = { path = "./bottlerocket-settings-models/model-derive", version = "0.1" }
58-
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.2" }
58+
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.3" }
5959
bottlerocket-scalar = { path = "./bottlerocket-settings-models/scalar", version = "0.1" }
6060
bottlerocket-scalar-derive = { path = "./bottlerocket-settings-models/scalar-derive", version = "0.1" }
6161
bottlerocket-string-impls-for = { path = "./bottlerocket-settings-models/string-impls-for", version = "0.1" }

bottlerocket-settings-models/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## [0.3.0] - 2024-08-14
9+
10+
## Model Changes
11+
12+
### Added
13+
14+
- Added the nvidia-container-runtime settings extension ([#43])
15+
- Added optional nvidia device-plugins settings to kubernetes model ([#43])
16+
17+
### Changed
18+
19+
- Skipped serializing credential provider fields if they are None ([#51])
20+
- Moved kubernetes models to a kubernetes settings extension ([#53])
21+
- Updated dependencies ([#50], [#47])
22+
23+
[#43]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/43
24+
[#47]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/47
25+
[#50]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/50
26+
[#51]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/51
27+
[#53]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/53
28+
29+
[0.3.0]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.3.0...bottlerocket-settings-models-v0.2.0
30+
831
## [0.2.0] - 2024-07-29
932

1033
### Changed

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.2.0"
3+
version = "0.3.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.2.0"
3+
version = "0.3.0"
44
authors = ["Tom Kirchner <[email protected]>"]
55
license = "Apache-2.0 OR MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)