Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Jan 21, 2025
1 parent 8914623 commit 43e460b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 35 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 = "public.ecr.aws/s2v1a1q8/bottlerocket-core-kit:v5.3.0"
digest = "C3rAIAbN9+SnrHAGSuLKGUzGtPXLHFUIyPlThxyoeIU="
7 changes: 5 additions & 2 deletions Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
schema-version = 1
release-version = "1.31.0"
release-version = "1.32.0"

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

[vendor.piyush]
registry = "public.ecr.aws/s2v1a1q8"

[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.

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 43e460b

Please sign in to comment.