Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Jan 15, 2025
1 parent 1169cf4 commit c881771
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 37 deletions.
6 changes: 3 additions & 3 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ digest = "LpwDWPrnz82tSbZF87jkcppRuqIkJ48EObt1MaNmVqU="
[[kit]]
name = "bottlerocket-core-kit"
version = "5.3.0"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v5.3.0"
digest = "U6fyce19tV0QNvUux86If1eEQY8k/7M62sEsGZCI7Wc="
vendor = "piyush"
source = "533267423195.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-core-kit:v5.3.0"
digest = "VWdMZBmOjOer9CVOocN9ViPzMeWuMFMya4wyqNYbOJs="
5 changes: 4 additions & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ release-version = "1.30.0"
[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"

[vendor.piyush]
registry = "533267423195.dkr.ecr.us-west-2.amazonaws.com"

[sdk]
name = "bottlerocket-sdk"
version = "0.50.0"
Expand All @@ -17,4 +20,4 @@ vendor = "bottlerocket"
[[kit]]
name = "bottlerocket-core-kit"
version = "5.3.0"
vendor = "bottlerocket"
vendor = "piyush"
60 changes: 30 additions & 30 deletions sources/Cargo.lock

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

6 changes: 3 additions & 3 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ tag = "bottlerocket-defaults-helper-v0.1.0"
version = "0.1.0"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
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"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.8.0"

Expand All @@ -170,7 +170,7 @@ 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"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.8.0"
version = "0.1.0"

Expand Down
1 change: 1 addition & 0 deletions sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,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 c881771

Please sign in to comment.