Skip to content

Releases: cloudfoundry/multiapps-cli-plugin

v2.2.0

09 Oct 07:41

Choose a tag to compare

  • Introduce configurable retry on operation failure

v2.1.3

18 Sep 08:36

Choose a tag to compare

  • 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

26 Aug 15:38

Choose a tag to compare

  • 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

20 May 12:05

Choose a tag to compare

  • Fixed a DNS lookup timeout issue experienced by some users

v2.1.0

25 Apr 11:33

Choose a tag to compare

  • Prepare for adoption in CF-Community plugins repo
  • Rename plugin name: MtaPlugin -> multiapps
  • Add builds for linux32 and win32 platforms

v2.0.13

18 Mar 15:13

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

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

Choose a tag to compare

  • Fix 'cf mta' command when there are non-staged apps

v2.0.10

31 Jan 13:37

Choose a tag to compare

  • Add support for all-modules and all-resources

v2.0.9

22 Jan 08:21

Choose a tag to compare

  • Add support for selective deployment