Skip to content

Releases: cloudfoundry/multiapps-cli-plugin

v2.0.13

18 Mar 15:13
Compare
Choose a tag to compare
  • 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 the CHUNK_SIZE_IN_MB environment variable. The value of of the variable must be a positive integer.

v2.0.12

14 Mar 08:05
Compare
Choose a tag to compare
  • Fix selective deployment on Windows
  • Fix selective deployment with modules sharing the same binary
  • Stop DDoS attacks against the multiapps-controller
  • Retry on "Invalid CSRF token" errors

v.2.0.11

14 Feb 14:27
Compare
Choose a tag to compare
  • Fix 'cf mta' command when there are non-staged apps

v2.0.10

31 Jan 13:37
Compare
Choose a tag to compare
  • Add support for all-modules and all-resources

v2.0.9

22 Jan 08:21
Compare
Choose a tag to compare
  • Add support for selective deployment

v2.0.8

11 Dec 14:42
Compare
Choose a tag to compare
  • 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

05 Sep 12:16
Compare
Choose a tag to compare

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

20 Jul 15:13
Compare
Choose a tag to compare
  • Show reason for failed uploads

2.0.5

12 Jun 13:09
Compare
Choose a tag to compare
  • Fix monitor action
  • Improve error messages when an action is not possible (abort/retry/resume)
  • Improve error messages when the Deploy Service URL cannot be computed

2.0.4

15 Mar 11:18
Compare
Choose a tag to compare
  • Add CloudFoundry Custom client
  • Adapt to the new cf client
  • Follow next_url as part of CF Responses
  • Fix tests