Skip to content

Commit

Permalink
hack: temp commit for build
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Aug 16, 2024
1 parent 95cdfb1 commit 77f0ed5
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 41 deletions.
8 changes: 4 additions & 4 deletions Twoliter.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema-version = 1
release-version = "1.21.1"
digest = "jAZbI9+g0pYVL296YA8UebgvgDT2b9thsgNpKnN6od4="
digest = "LpSwgiMza/wG9ykmKncR1DZU2IlTfyoDccqATvjyDrA="

[sdk]
name = "bottlerocket-sdk"
Expand All @@ -12,6 +12,6 @@ digest = "1zKyWC/pXdpzKfNj1Xp1YvEWdyltI7EhAeiNwlikBz8="
[[kit]]
name = "bottlerocket-core-kit"
version = "2.3.3"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v2.3.3"
digest = "ayHB/aHmTsKdzgMbxYnAt9x5Ts2nhLUKi3CJIEuBrtQ="
vendor = "piyush"
source = "533267423195.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-core-kit:v2.3.3"
digest = "mV9CkoJqwJVPDwzMka5A0fPLgcelVRS1D/bTZuwA/nE="
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.21.1"
[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"

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

[sdk]
name = "bottlerocket-sdk"
version = "0.43.0"
Expand All @@ -12,4 +15,4 @@ vendor = "bottlerocket"
[[kit]]
name = "bottlerocket-core-kit"
version = "2.3.3"
vendor = "bottlerocket"
vendor = "piyush"
91 changes: 60 additions & 31 deletions sources/Cargo.lock

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

12 changes: 7 additions & 5 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ members = [
"settings-migrations/v1.21.0/pod-infra-container-image-services",
"settings-migrations/v1.21.0/k8s-reserved-cpus-v0-1-0",
"settings-migrations/v1.21.0/add-hostname-override-source",
"settings-migrations/v1.21.0/bootstrap-commands-config-file-v0-1-0",
"settings-migrations/v1.21.0/bootstrap-commands-services-cfg-v0-1-0",

"settings-plugins/aws-dev",
"settings-plugins/aws-ecs-1",
Expand Down Expand Up @@ -108,27 +110,27 @@ url = "2"
walkdir = "2"

[workspace.dependencies.bottlerocket-defaults-helper]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
git = "https://github.com/piyush-jena/bottlerocket-settings-sdk"
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.3.0"
version = "0.3.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.3.0"
version = "0.3.0"

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

Expand Down

0 comments on commit 77f0ed5

Please sign in to comment.