Skip to content

Commit

Permalink
Merge pull request #54 from cbgbt/settings-models-0.3.0
Browse files Browse the repository at this point in the history
chore: prepare bottlerocket-settings-model-v0.3.0
  • Loading branch information
cbgbt committed Aug 14, 2024
2 parents 504353f + 9898998 commit cebbd4c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bottlerocket-template-helper = { path = "./bottlerocket-template-helper", versio

# Settings Models
bottlerocket-model-derive = { path = "./bottlerocket-settings-models/model-derive", version = "0.1" }
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.2" }
bottlerocket-modeled-types = { path = "./bottlerocket-settings-models/modeled-types", version = "0.3" }
bottlerocket-scalar = { path = "./bottlerocket-settings-models/scalar", version = "0.1" }
bottlerocket-scalar-derive = { path = "./bottlerocket-settings-models/scalar-derive", version = "0.1" }
bottlerocket-string-impls-for = { path = "./bottlerocket-settings-models/string-impls-for", version = "0.1" }
Expand Down
23 changes: 23 additions & 0 deletions bottlerocket-settings-models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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).

## [0.3.0] - 2024-08-14

## Model Changes

### Added

- Added the nvidia-container-runtime settings extension ([#43])
- Added optional nvidia device-plugins settings to kubernetes model ([#43])

### Changed

- Skipped serializing credential provider fields if they are None ([#51])
- Moved kubernetes models to a kubernetes settings extension ([#53])
- Updated dependencies ([#50], [#47])

[#43]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/43
[#47]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/47
[#50]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/50
[#51]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/51
[#53]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/53

[0.3.0]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.3.0...bottlerocket-settings-models-v0.2.0

## [0.2.0] - 2024-07-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion bottlerocket-settings-models/modeled-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bottlerocket-modeled-types"
version = "0.2.0"
version = "0.3.0"
authors = []
license = "Apache-2.0 OR MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bottlerocket-settings-models/settings-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bottlerocket-settings-models"
version = "0.2.0"
version = "0.3.0"
authors = ["Tom Kirchner <tjk@amazon.com>"]
license = "Apache-2.0 OR MIT"
edition = "2021"
Expand Down

0 comments on commit cebbd4c

Please sign in to comment.