mach-composer / mach-composer-cli

MACH composer is an orchestration tool for modern MACH ecosystems, powered by Terraform infrastructure-as-code underneath.
https://docs.machcomposer.io
MIT License
47 stars 10 forks source link

Using $LATEST with mach-composer update -f prd-config.yaml --cloud breaks #398

Closed demeyerthom closed 2 months ago

demeyerthom commented 3 months ago

Currently the update check with --cloud does not correctly process a $LATEST tag. We now send it as-is to the API endpoint, which causes a 404 because the commit cant be found. Instead when a $LATEST is provided we should send no value as per default the API then assumes the latest value to be required