Releases: cloudfoundry/multiapps-cli-plugin
Releases · cloudfoundry/multiapps-cli-plugin
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
-uoption is used
v2.1.2
- Avoid duplication of error messages in output when process fails
- Allow users to verify archive signature via
--verify-archive-signatureoptional 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
v2.0.13
- By default, large MTARs are not uploaded as a single unit, but are split up into smaller chunks of 45 MBs that are uploaded separately. The goal is to prevent failed uploads due to gorouter's request timeout.
In case the default chunk size is still too large, you can now configure it via theCHUNK_SIZE_IN_MBenvironment variable. The value of of the variable must be a positive integer.
v2.0.12
v.2.0.11
v2.0.10
- Add support for all-modules and all-resources
v2.0.9
- Add support for selective deployment