Skip to content

Releases: cloudfoundry/multiapps-cli-plugin

v2.3.1

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 28 Feb 13:25
  • Fixed deploy help message

v2.3.0

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 28 Feb 12:08
  • Strategy flag for deploy
  • Link project to Kanban Board
  • Modified build.sh to accommodate static builds

v2.2.1

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 18 Dec 13:21
  • Send mtaId when deployment starts

v2.2.0

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 09 Oct 07:41
  • Introduce configurable retry on operation failure

v2.1.3

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 18 Sep 08:36
  • 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

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 26 Aug 15:38
  • 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

Choose a tag to compare

@VaskoBozhurski VaskoBozhurski released this 20 May 12:05
  • Fixed a DNS lookup timeout issue experienced by some users

v2.1.0

Choose a tag to compare

@theghost5800 theghost5800 released this 25 Apr 11:33
  • Prepare for adoption in CF-Community plugins repo
  • Rename plugin name: MtaPlugin -> multiapps
  • Add builds for linux32 and win32 platforms

v2.0.13

Choose a tag to compare

@nictas nictas released this 18 Mar 15: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 the CHUNK_SIZE_IN_MB environment variable. The value of of the variable must be a positive integer.

v2.0.12

Choose a tag to compare

@nictas nictas released this 14 Mar 08:05
  • 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