Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Jan 17, 2025
1 parent 2ba9e9c commit dc0f157
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 40 deletions.
83 changes: 51 additions & 32 deletions sources/Cargo.lock

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

19 changes: 11 additions & 8 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ members = [

"netdog",

"nvidia-migmanager",

"cfsignal",

"logdog",
Expand Down Expand Up @@ -91,6 +93,7 @@ datastore = { version = "0.1", path = "api/datastore" }
dogtag = { version = "0.1", path = "dogtag" }
early-boot-config-provider = { version = "0.1", path = "early-boot-config/early-boot-config-provider" }
generate-readme = { version = "0.1", path = "generate-readme" }
ghostdog = { version = "0.1", path = "ghostdog" }
imdsclient = { version = "0.1", path = "imdsclient" }
models = { version = "0.1", path = "models" }
parse-datetime = { version = "0.1", path = "parse-datetime" }
Expand Down Expand Up @@ -210,23 +213,23 @@ x509-parser = "0.16"
base64 = "0.22"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.7.0"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.8.0"

[workspace.dependencies.bottlerocket-settings-models]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.7.0"
version = "0.7.0"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.8.0"

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-plugin-v0.1.0"
version = "0.1.0"

[workspace.dependencies.settings-extension-oci-defaults]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.7.0"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.1.0"

[profile.release]
Expand Down
1 change: 1 addition & 0 deletions sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ allow-git = [
# 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/piyush-jena/bottlerocket-settings-sdk",
]

0 comments on commit dc0f157

Please sign in to comment.