Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Aug 16, 2024
1 parent 7872ef3 commit 6361f34
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 54 deletions.
6 changes: 5 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.21.1"
version = "1.22.0"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
Expand Down Expand Up @@ -331,3 +331,7 @@ version = "1.21.1"
"migrate_v1.21.0_add-hostname-override-source.lz4",
]
"(1.21.0, 1.21.1)" = []
"(1.21.1, 1.22.0)" = [
"migrate_v1.22.0_bootstrap-commands-config-file-v0-1-0.lz4",
"migrate_v1.22.0_bootstrap-commands-services-cfg-v0-1-0.lz4",
]
4 changes: 2 additions & 2 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 = "LpSwgiMza/wG9ykmKncR1DZU2IlTfyoDccqATvjyDrA="
release-version = "1.22.0"
digest = "+MkUjackD2QmLVjYEaJJ5L8Puk6V0jJcNxKQ2dEdnjg="

[sdk]
name = "bottlerocket-sdk"
Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "1.21.1"
release-version = "1.22.0"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down
42 changes: 0 additions & 42 deletions sources/Cargo.lock

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

10 changes: 2 additions & 8 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,8 @@ members = [
"settings-defaults/vmware-k8s-1.30",

# (all previous migrations archived; add new ones after this line)
"settings-migrations/v1.21.0/pluto-remove-generators-v0-1-0",
"settings-migrations/v1.21.0/pod-infra-container-image-affected-services",
"settings-migrations/v1.21.0/pod-infra-container-image-remove-settings-generator",
"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-migrations/v1.22.0/bootstrap-commands-config-file-v0-1-0",
"settings-migrations/v1.22.0/bootstrap-commands-services-cfg-v0-1-0",

"settings-plugins/aws-dev",
"settings-plugins/aws-ecs-1",
Expand Down

0 comments on commit 6361f34

Please sign in to comment.