Releases: cloudfoundry/multiapps-cli-plugin
Releases · cloudfoundry/multiapps-cli-plugin
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
v2.2.0
- Introduce configurable retry on operation failure
v2.1.3
- Add validation for env variable
CHUNK_SIZE_IN_MB
. The minimum value is computed based on the formula:MIN = MTAR_SIZE / 50
. The maximum value is 50 - Fix backend URL discovery when
-u
option is used
v2.1.2
- Avoid duplication of error messages in output when process fails
- Allow users to verify archive signature via
--verify-archive-signature
optional parameter
v2.1.1
- Fixed a DNS lookup timeout issue experienced by some users
v2.1.0
- Prepare for adoption in CF-Community plugins repo
- Rename plugin name: MtaPlugin -> multiapps
- Add builds for linux32 and win32 platforms