Skip to content

Commit

Permalink
Merge pull request #1682 from arnaldo2792/fix-migration
Browse files Browse the repository at this point in the history
api: move migrations from v1.1.5 to v1.2.0
  • Loading branch information
arnaldo2792 authored Jul 30, 2021
2 parents 3e71075 + f869526 commit 0ed3d13
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ version = "1.1.4"
"migrate_v1.1.3_kubelet-cpu-manager.lz4",
]
"(1.1.3, 1.1.4)" = []
"(1.1.4, 1.1.5)" = [
"migrate_v1.1.5_hostname-setting.lz4",
"migrate_v1.1.5_hostname-setting-metadata.lz4",
]
"(1.1.4, 1.2.0)" = [
"migrate_v1.2.0_hostname-setting.lz4",
"migrate_v1.2.0_hostname-setting-metadata.lz4",
"migrate_v1.2.0_add-custom-certificates.lz4",
]
4 changes: 2 additions & 2 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ members = [
"api/migration/migrations/v1.1.2/control-container-v0-5-1",
"api/migration/migrations/v1.1.3/kubelet-cpu-manager-state",
"api/migration/migrations/v1.1.3/kubelet-cpu-manager",
"api/migration/migrations/v1.1.5/hostname-setting",
"api/migration/migrations/v1.1.5/hostname-setting-metadata",
"api/migration/migrations/v1.2.0/hostname-setting",
"api/migration/migrations/v1.2.0/hostname-setting-metadata",
"api/migration/migrations/v1.2.0/add-custom-certificates",

"bottlerocket-release",
Expand Down

0 comments on commit 0ed3d13

Please sign in to comment.