Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaldo2792 committed Sep 9, 2024
1 parent ade0fa5 commit 45bab2f
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 49 deletions.
8 changes: 4 additions & 4 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ digest = "SmbHUbXs8JjYbJu8BwPcw5Tb0qzYI3iKzABgsF6+oXo="

[[kit]]
name = "bottlerocket-core-kit"
version = "2.4.0"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v2.4.0"
digest = "ZFhXlSOIN50OWd0ZETAKmkUVybENGg5loN9gIk4rtNo="
version = "2.5.0"
vendor = "agarrcia"
source = "public.ecr.aws/bottlerocket-agarrcia/bottlerocket-core-kit:v2.5.0"
digest = "rq4OV693M+GVpuxrw96vE+U1LumH4bl0yY9BQSK3oWo="
7 changes: 5 additions & 2 deletions Twoliter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ release-version = "1.23.0"
[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"

[vendor.agarrcia]
registry = "public.ecr.aws/bottlerocket-agarrcia"

[sdk]
name = "bottlerocket-sdk"
version = "0.44.0"
vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-core-kit"
version = "2.4.0"
vendor = "bottlerocket"
version = "2.5.0"
vendor = "agarrcia"
78 changes: 46 additions & 32 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 @@ -123,28 +123,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/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.1.0"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.4.0"

[workspace.dependencies.bottlerocket-settings-models]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.4.0"

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

[workspace.dependencies.settings-extension-oci-defaults]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
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 @@ -82,5 +82,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/arnaldo2792/bottlerocket-settings-sdk"
]

0 comments on commit 45bab2f

Please sign in to comment.