Releases: cloudfoundry/multiapps-cli-plugin
Releases · cloudfoundry/multiapps-cli-plugin
v2.6.2
- Operation ID is printed as progress message (by the backend) rather than in the command
v2.6.1
- Fixed bug with retry mechanism when switching from crashed DS instance
- BaseCommand made abstract and lowered code duplication
- General code improvements and refactoring
v2.6.0
- Added functionality for MTAR deployment from URL
- Custom header for the size of the MTA file is added in the request to the deploy-service
- Calls to find deploy-service URL are retried
v2.5.1
- Removed blue-green strategy experimental status
- Calls to shared domains are now retried in case of failure
v2.5.0
- Added --namespace flag (experimental) to 'deploy'/'undeploy' and related commands
v2.4.1
- Fixed normalization of paths when creating MANIFEST.MF
v2.4.0
- Added support for non-normalized paths in descriptor
- Additional --mta option for 'dmol' and 'mta-ops'
- Logging the operation id in the beginning of the (un)deployment
- Add --delete-service-keys option for the 'undeploy' command
- Fix overriding of artifacts with the same filename
v2.3.1
- Fixed deploy help message
v2.3.0
- Strategy flag for deploy
- Link project to Kanban Board
- Modified build.sh to accommodate static builds
v2.2.1
- Send mtaId when deployment starts