Releases: cloudfoundry/multiapps-cli-plugin
Releases · cloudfoundry/multiapps-cli-plugin
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_MB
environment 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
v2.0.8
- Increase TLS Handshake timeout
- Remove deploy attributes from /mtas API
- Remove no-longer supported process parameter
- Allow users to skip the ownership validation via
--skip-ownership-validation
optional parameter
v2.0.7
Refactor progress output
Display error messages from non-successful REST calls
Fix an issue where deployment was not possible in space with a lot of operations
2.0.6
2.0.5
2.0.4
- Add CloudFoundry Custom client
- Adapt to the new cf client
- Follow next_url as part of CF Responses
- Fix tests