Skip to content

Releases: cap-js-community/mtx-tool

v0.8.1

05 Mar 15:08
Compare
Choose a tag to compare

Fixed

  • uaa: uaasc, uaasp, uaasu error handling and message with passcode url was improved.

Changed

  • reg: improved regl and --registry-update support for instances with service plan. (proposal and provisioning
    support by @andre68723)

v0.8.0

20 Feb 09:39
Compare
Choose a tag to compare

Removed

  • hdi: --hdi-migrate-all command is removed. Instance manager has been deprecated for a while, so migrations to
    service-manager have happened by now.

Changed

  • uaa: uaas --uaa-service command has been renamed to uaasc --uaa-service-client. This fits better with the
    pattern of new commands.

Added

  • uaa: new flexible commands, so that either the regular server or a trusted services can be accessed as a technical
    client, as a user with passcode, or as a user with username and password. (fixes #62 by @soccermax)

    uaac   --uaa-client [TENANT]                                  obtain uaa token for generic client
    uaap   --uaa-passcode PASSCODE [TENANT]                       obtain uaa token for one-time passcode
    uaau   --uaa-user USERNAME PASSWORD [TENANT]                  obtain uaa token for username password
    uaasc  --uaa-service-client SERVICE [TENANT]                  obtain service token for generic client
    uaasp  --uaa-service-passcode SERVICE PASSCODE [TENANT]       obtain service token for one-time passcode
    uaasu  --uaa-service-user SERVICE USERNAME PASSWORD [TENANT]  obtain service token for username password
    

Fixed

  • uaa: fix error with recommended passcode url when credential-type x509 is used. (fixes #59)

v0.7.17

24 Jan 14:50
Compare
Choose a tag to compare

Changed

v0.7.16

13 Jan 09:45
Compare
Choose a tag to compare

Added

  • srv: new functionality to dump certificates from app server (pr #53) contributed by @Kkoile

Changed

  • srv: environment dump now exports VCAP_APPLICATION (pr #55) contributed by @Kkoile

v0.7.15

21 Dec 14:37
Compare
Choose a tag to compare

Added

  • cds: added missing timestamp functionality (fixes #46)

  • cds,hdi: allow users to control request concurrency with env variables MTX_CDS_CONCURRENCY, MTX_HDI_CONCURRENCY

Changed

  • cds,hdi: changed default request concurrency from 5 to 10

v0.7.14

20 Oct 08:32
Compare
Choose a tag to compare

Added

  • add response time to all logged requests

  • reg: enable access for registry instances with service plan

Fixed

  • srv: fix debug command for case where uaa is not configured

v0.7.13

04 Aug 11:11
Compare
Choose a tag to compare

Added

  • reg: optional flag to skip unchanged dependencies for updates (fixes #38)

v0.7.12

24 Jul 08:06
Compare
Choose a tag to compare

Added

  • out of the box support for deploy with confidence "uuid-versioned" app suffixes (fixes #35)

v0.7.11

12 Jul 11:00
Compare
Choose a tag to compare

Fixed

  • cds: auto undeploy for mtxs (#34)

  • hdi: allow hdi tenantIds to contain forward slash

  • uaa: make uaa service token work with user provided services

v0.7.10

13 Mar 13:41
2b33505
Compare
Choose a tag to compare
  • feature: new command update subscribed apps url (#25) contributed by @jiangxin0503

  • polish: consistency fix exporting caches in library module

  • polish: upgrade dependencies and some code cleanup in tests