Skip to content

Commit

Permalink
Merge pull request #4131 from piyush-jena/develop
Browse files Browse the repository at this point in the history
Add support for bootstrap commands
  • Loading branch information
ginglis13 authored Sep 4, 2024
2 parents 8fb4129 + 57683f4 commit d2ab432
Show file tree
Hide file tree
Showing 19 changed files with 210 additions and 36 deletions.
2 changes: 2 additions & 0 deletions Release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,6 @@ version = "1.22.0"
"migrate_v1.22.0_public-admin-container-v0-11-11.lz4",
"migrate_v1.22.0_aws-control-container-v0-7-15.lz4",
"migrate_v1.22.0_public-control-container-v0-7-15.lz4",
"migrate_v1.22.0_bootstrap-commands-settings.lz4",
"migrate_v1.22.0_bootstrap-commands-metadata.lz4",
]
89 changes: 59 additions & 30 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 @@ -49,6 +49,8 @@ members = [
"settings-migrations/v1.22.0/public-admin-container-v0-11-11",
"settings-migrations/v1.22.0/aws-control-container-v0-7-15",
"settings-migrations/v1.22.0/public-control-container-v0-7-15",
"settings-migrations/v1.22.0/bootstrap-commands-settings",
"settings-migrations/v1.22.0/bootstrap-commands-metadata",

"settings-plugins/aws-dev",
"settings-plugins/aws-ecs-1",
Expand Down Expand Up @@ -122,13 +124,13 @@ version = "0.1.0"

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

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

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
Expand All @@ -137,7 +139,7 @@ version = "0.1.0"

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

[profile.release]
Expand Down
Loading

0 comments on commit d2ab432

Please sign in to comment.