Skip to content

Releases: cloudfoundry/multiapps-cli-plugin

v2.0.8

11 Dec 14:42

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

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

Choose a tag to compare

  • Show reason for failed uploads

2.0.5

12 Jun 13:09

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

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

2.0.3

11 Mar 14:35
6446aea

Choose a tag to compare

  • Fix plugin uninstall issue
  • Fix purge-mta-config command
  • Fix occasional 403 after file upload
  • Fix NPE when file upload fails

2.0.2

06 Mar 18:01
87f0c79

Choose a tag to compare

  • Add resilience for 4xx errors coming
  • Filter the output when uploading a file in debug mode

2.0.1

16 Jan 15:39

Choose a tag to compare

  • Fix computation of deploy service URL

2.0.0

05 Jan 08:00

Choose a tag to compare

  • Print dmol command for finished and aborted processes
  • Print the ID of the monitored process
  • Add support for --abort-on-error option
  • Change Message to Text in models.Message
  • Add support for retryable mta rest client
  • Introduce function for getting deploy-service URL
  • Add support for providing session tokens
  • Remove unused fakes
  • Re-generate the client for log/content
  • Refactor service id provider
  • Fix errors in commands
  • Remove non-used methods from restclient
  • Replace slmp and slpp clients with mta client in commands
  • Delete slppclient and slmpclient
  • Update version of go-openapi
  • Add implementation details to the new client
  • Add auth info
  • Add method for executing actions
  • Add mta_rest.yaml as a client definition
  • Print warning when using a custom deploy service URL

1.0.5

06 Oct 11:41

Choose a tag to compare

  • Supported MTA Operations:
    • deploy - Deploy MTA
    • undeploy - Undeploy MTA
    • bg-deploy - Deploy MTA using blue-green approach
    • mta/mtas - List existing MTA/MTAs
    • mta-ops - Show MTA operations
    • download-mta-op-logs - Download process logs for MTA