Skip to content

Commit 7433399

Browse files
committed
chore: bump settings-models to 0.17.0
Signed-off-by: Kush Upadhyay <[email protected]>
1 parent 9e3d7a2 commit 7433399

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

bottlerocket-settings-models/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- See [unreleased changes here]
1111

12-
[unreleased changes here]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.16.0...HEAD
12+
[unreleased changes here]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.17.0...HEAD
13+
14+
## [0.17.0] - 2025-11-05
15+
16+
## Model Changes
17+
18+
### Added
19+
20+
- Added `image-minimum-gc-age` and `image-maximum-gc-age` kubernetes settings ([#87]) - Thanks @parnniti!
21+
- Added `ids-per-pod` and `max-parallel-image-pulls` kubernetes settings ([#104])
22+
- Added beta options for `cpu-manager-policy-options` kubernetes settings ([#104])
23+
24+
[#87]:https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/87
25+
[#104]:https://github.com/bottlerocket-os/bottlerocket-settings-sdk/pull/104
26+
27+
[0.17.0]: https://github.com/bottlerocket-os/bottlerocket-settings-sdk/compare/bottlerocket-settings-models-v0.16.0...bottlerocket-settings-models-v0.17.0
1328

1429
## [0.16.0] - 2025-09-19
1530

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

0 commit comments

Comments
 (0)