Skip to content

Commit edea607

Browse files
committed
settings-sdk: bump settings-models to 0.15.0.
Signed-off-by: Kyle Sessions <kssessio@amazon.com> (cherry picked from commit d643cc4)
1 parent 883106c commit edea607

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
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: 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)