constellation/cli/internal/cmd
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
..
cloud.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
cloud_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
config.go Document exported funcs,types,interfaces and enable check. (#475) 2022-11-09 15:57:54 +01:00
configfetchmeasurements.go OS images: use "ref", "stream" and "version" 2022-12-09 13:37:43 +01:00
configfetchmeasurements_test.go OS images: use "ref", "stream" and "version" 2022-12-09 13:37:43 +01:00
configgenerate.go cli: remove debug env check for AWS (#460) 2022-11-04 15:31:51 +01:00
configgenerate_test.go Upgrade go module to v2 2022-09-22 09:10:19 +02:00
configinstancetypes.go consistently use stdout and stderr (#502) 2022-11-10 10:27:24 +01:00
configvalidation.go AB#2512 Config secrets via env var & config refactoring (#544) 2022-11-15 15:40:49 +01:00
create.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
create_test.go Fix typos 2022-11-02 18:18:30 +01:00
iam.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreateaws.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreateaws_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreateazure.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreateazure_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreategcp.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
iamcreategcp_test.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
init.go joinservice: use configmap for k8s components 2022-12-02 14:34:38 +01:00
init_test.go Add warning about non retriable error during init (#644) 2022-11-25 10:02:12 +01:00
log.go Add debug logging for verify command (#610) 2022-11-21 17:02:33 +01:00
mini.go Update CLI reference (#248) 2022-10-14 10:48:20 +02:00
minidown.go Bring in changes from release branch (#479) 2022-11-08 18:32:59 +01:00
miniup.go AB#2651 Compatibility warning for MiniConstellation (#713) 2022-12-07 10:20:01 +01:00
recover.go AB#2512 Config secrets via env var & config refactoring (#544) 2022-11-15 15:40:49 +01:00
recover_test.go Remove state file 2022-10-13 15:29:29 +02:00
spinner.go Remove obsolote revive comments 2022-11-23 08:35:12 +01:00
spinner_test.go reserve enough time for stable tests (#564) 2022-11-17 17:30:35 +01:00
terminate.go Create separate Terraform workspace directory 2022-11-17 13:49:34 +01:00
terminate_test.go Prompt before termination 2022-11-02 18:18:30 +01:00
upgrade.go cli: minor improvements of output 2022-09-12 12:56:29 +02:00
upgradeexecute.go Microservice upgrades (#729) 2022-12-19 16:52:15 +01:00
upgradeexecute_test.go Microservice upgrades (#729) 2022-12-19 16:52:15 +01:00
upgradeplan.go Microservice upgrades (#729) 2022-12-19 16:52:15 +01:00
upgradeplan_test.go hack: implement new api for add-version script 2022-12-09 13:37:43 +01:00
userinteraction.go add license headers 2022-09-05 09:17:25 +02:00
userinteraction_test.go add license headers 2022-09-05 09:17:25 +02:00
validargs.go cli: remove debug env check for AWS (#460) 2022-11-04 15:31:51 +01:00
validargs_test.go add license headers 2022-09-05 09:17:25 +02:00
verifier.go Improve measurements verification with Rekor (#206) 2022-10-11 13:57:52 +02:00
verifier_test.go Improve measurements verification with Rekor (#206) 2022-10-11 13:57:52 +02:00
verify.go AB#2579 Add constellation iam create command (#624) 2022-12-07 11:48:54 +01:00
verify_test.go Add debug logging for verify command (#610) 2022-11-21 17:02:33 +01:00
version.go consistently use stdout and stderr (#502) 2022-11-10 10:27:24 +01:00
version_test.go Upgrade go module to v2 2022-09-22 09:10:19 +02:00