Skip to content

Releases: cloudfoundry/multiapps-cli-plugin

v2.4.1

29 Apr 09:38
Compare
Choose a tag to compare
  • Fixed normalization of paths when creating MANIFEST.MF

v2.4.0

15 Apr 09:17
Compare
Choose a tag to compare
  • Added support for non-normalized paths in descriptor
  • Additional --mta option for 'dmol' and 'mta-ops'
  • Logging the operation id in the beginning of the (un)deployment
  • Add --delete-service-keys option for the 'undeploy' command
  • Fix overriding of artifacts with the same filename

v2.3.1

28 Feb 13:25
Compare
Choose a tag to compare
  • Fixed deploy help message

v2.3.0

28 Feb 12:08
Compare
Choose a tag to compare
  • Strategy flag for deploy
  • Link project to Kanban Board
  • Modified build.sh to accommodate static builds

v2.2.1

18 Dec 13:21
Compare
Choose a tag to compare
  • Send mtaId when deployment starts

v2.2.0

09 Oct 07:41
Compare
Choose a tag to compare
  • Introduce configurable retry on operation failure

v2.1.3

18 Sep 08:36
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed a DNS lookup timeout issue experienced by some users

v2.1.0

25 Apr 11:33
Compare
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