Skip to content

Commit

Permalink
TEMP: Add unreleased settings-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vigh-m committed Dec 23, 2024
1 parent 9c056fe commit 60b83c7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
66 changes: 33 additions & 33 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,28 +142,28 @@ url = "2"
walkdir = "2"

[workspace.dependencies.bottlerocket-defaults-helper]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-defaults-helper-v0.1.0"
git = "https://github.com/vigh-m/bottlerocket-settings-sdk"
tag = "test-1"
version = "0.1.0"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.6.0"
git = "https://github.com/vigh-m/bottlerocket-settings-sdk"
tag = "test-1"
version = "0.6.0"

[workspace.dependencies.bottlerocket-settings-models]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.6.0"
git = "https://github.com/vigh-m/bottlerocket-settings-sdk"
tag = "test-1"
version = "0.6.0"

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.6.0"
git = "https://github.com/vigh-m/bottlerocket-settings-sdk"
tag = "test-1"
version = "0.1.0"

[workspace.dependencies.settings-extension-oci-defaults]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.6.0"
git = "https://github.com/vigh-m/bottlerocket-settings-sdk"
tag = "test-1"
version = "0.1.0"

[profile.release]
Expand Down
3 changes: 2 additions & 1 deletion sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ allow-git = [
# The settings SDK is currently provided as a git dependency,
# We will allow it as an exception until the following is resolved:
# https://github.com/bottlerocket-os/bottlerocket-settings-sdk/issues/18
"https://github.com/bottlerocket-os/bottlerocket-settings-sdk",
# "https://github.com/bottlerocket-os/bottlerocket-settings-sdk",
"https://github.com/vigh-m/bottlerocket-settings-sdk",
]

0 comments on commit 60b83c7

Please sign in to comment.