Releases: cap-js-community/mtx-tool
Releases · cap-js-community/mtx-tool
v0.8.1
Fixed
- uaa:
uaasc
,uaasp
,uaasu
error handling and message with passcode url was improved.
Changed
- reg: improved
regl
and--registry-update
support for instances withservice
plan. (proposal and provisioning
support by @andre68723)
v0.8.0
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 touaasc --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
Changed
- cds: onboard now supports arbitrary subscription metadata
https://cap-js-community.github.io/mtx-tool/cap-multitenancy/#onboard-tenant
v0.7.16
v0.7.15
v0.7.14
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
v0.7.12
v0.7.11
v0.7.10
-
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