constellation/cli/internal/cloudcmd
Otto Bittner c275464634 cli: change upgrade-plan to upgrade-check
Upgrade check is used to find updates for the current cluster.
Optionally the found upgrades can be persisted to the config
for consumption by the upgrade-execute cmd.
The old `upgrade execute` in this commit does not work with
the new `upgrade plan`.
The current versions are read from the cluster.
Supported versions are read from the cli and the versionsapi.
Adds a new config field MicroserviceVersion that will be used
by `upgrade execute` to update the service versions.
The field is optional until 2.7
A deprecation warning for the upgrade key is printed during
config validation.
Kubernetes versions now specify the patch version to make it
explicit for users if an upgrade changes the k8s version.
2023-02-08 12:30:01 +01:00
..
clients_test.go ci: add e2e test for constellation recover (#845) 2023-01-19 10:41:07 +01:00
clients.go ci: add e2e test for constellation recover (#845) 2023-01-19 10:41:07 +01:00
cloudcmd.go dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
create_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
create.go ci: add e2e test for constellation recover (#845) 2023-01-19 10:41:07 +01:00
iam_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iam.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
rollback_test.go Terraform: Only rollback after we fully created the workspace 2022-11-17 13:49:34 +01:00
rollback.go Terraform: Only rollback after we fully created the workspace 2022-11-17 13:49:34 +01:00
terminate_test.go AB#2532 Dont clean up workspace if rollback fails (#360) 2022-10-26 15:57:00 +02:00
terminate.go Create separate Terraform workspace directory 2022-11-17 13:49:34 +01:00
upgrade_test.go Add image update API and use for "upgrade plan" 2022-11-30 12:35:12 +01:00
upgrade.go cli: change upgrade-plan to upgrade-check 2023-02-08 12:30:01 +01:00
validators_test.go config: fix digest naming (#1064) 2023-01-24 22:20:10 +01:00
validators.go config: fix digest naming (#1064) 2023-01-24 22:20:10 +01:00