Skip to content

Commit 11b1317

Browse files
authored
Merge pull request #659 from KCSesh/prepare-10-4-1
Cherry Pick for 10.4.1.
2 parents 883106c + 251c636 commit 11b1317

File tree

4 files changed

+45
-38
lines changed

4 files changed

+45
-38
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v10.4.1 (2025-09-11)
2+
3+
## Build Changes
4+
* Update `bottlerocket-settings-models` to 0.15.0 ([#658])
5+
6+
[#658]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/658
7+
18
# v10.4.0 (2025-09-08)
29

310
## OS Changes

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 2
2-
release-version = "10.4.0"
2+
release-version = "10.4.1"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

sources/Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ base64 = "0.22"
211211

212212
[workspace.dependencies.bottlerocket-modeled-types]
213213
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
214-
tag = "bottlerocket-settings-models-v0.14.0"
214+
tag = "bottlerocket-settings-models-v0.15.0"
215215
version = "0.11.0"
216216

217217
[workspace.dependencies.bottlerocket-settings-models]
218218
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
219-
tag = "bottlerocket-settings-models-v0.14.0"
220-
version = "0.14.0"
219+
tag = "bottlerocket-settings-models-v0.15.0"
220+
version = "0.15.0"
221221

222222
[workspace.dependencies.bottlerocket-settings-plugin]
223223
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
@@ -226,7 +226,7 @@ version = "0.1.0"
226226

227227
[workspace.dependencies.settings-extension-oci-defaults]
228228
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
229-
tag = "bottlerocket-settings-models-v0.14.0"
229+
tag = "bottlerocket-settings-models-v0.15.0"
230230
version = "0.1.0"
231231

232232
[profile.release]

0 commit comments

Comments
 (0)