Skip to content

Commit e673ea7

Browse files
authored
Merge pull request #520 from sky1122/sdk_version_update
settings-sdk: bump bottlerocket-settings-models to 0.10.0
2 parents 2214fbc + 7f26592 commit e673ea7

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

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: 5 additions & 5 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.9.0"
215-
version = "0.8.0"
214+
tag = "bottlerocket-settings-models-v0.10.0"
215+
version = "0.9.0"
216216

217217
[workspace.dependencies.bottlerocket-settings-models]
218218
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
219-
tag = "bottlerocket-settings-models-v0.9.0"
220-
version = "0.9.0"
219+
tag = "bottlerocket-settings-models-v0.10.0"
220+
version = "0.10.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.9.0"
229+
tag = "bottlerocket-settings-models-v0.10.0"
230230
version = "0.1.0"
231231

232232
[profile.release]

0 commit comments

Comments
 (0)