constellation/cli/internal/cloudcmd
Otto Bittner efcd0337b4
Microservice upgrades (#729)
Run with: constellation upgrade execute --helm.
This will only upgrade the helm charts. No config is needed.

Upgrades are implemented via helm's upgrade action, i.e. they
automatically roll back if something goes wrong. Releases could 
still be managed via helm, even after an upgrade with constellation
has been done.

Currently not user facing as CRD/CR backups are still in progress.
These backups should be automatically created and saved to the 
user's disk as updates may delete CRs. This happens implicitly 
through CRD upgrades, which are part of microservice upgrades.
2022-12-19 16:52:15 +01:00
..
clients_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
clients.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
create_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
create.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +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 Microservice upgrades (#729) 2022-12-19 16:52:15 +01:00
validators_test.go Refactor enforced/expected PCRs (#553) 2022-11-24 10:57:58 +01:00
validators.go Refactor enforced/expected PCRs (#553) 2022-11-24 10:57:58 +01:00