npm @cap-js-community/mtx-tool 0.10.0
v0.10.0

latest releases: 0.10.2, 0.10.1
2 months ago

⚠️ This release is potentially disruptive. We carved out the service-manager interactions from hdi into a new section
svm. Among other things, this allows us to handle credentials rotation for all managed service plans consistently, not
just for HANA containers.

deprecated hdi command corresponding svm command
--hdi-list-relations --svm-list
--hdi-rebind-tenant TENANT_ID --svm-refresh-bindings hana:hdi-shared TENANT_ID
--hdi-rebind-all --svm-refresh-bindings hana:hdi-shared all-tenants
--hdi-repair-bindings --svm-repair-bindings hana:hdi-shared
--hdi-delete-tenant TENANT_ID --svm-delete hana:hdi-shared TENANT_ID
--hdi-delete-all --svm-delete hana:hdi-shared all-tenants

REMOVED

  • srv: command --server-start-debugger is not needed anymore, this happens implicitly now with --server-debug.

CHANGED

  • hdi: all binding manipulation commands have migrated to dedicated service-manager.

ADDED

  • svm: new dedicated command section for service-manager interactions (fixes #87).

  • svm: coding that creates or deletes bindings has some built-in retries for temporary outages.

  • cds: cds upgrade commands will download tenant deployment logs from cf app container.

FIXED

  • svm: --svm-repair-bindings command will now clean up bindings with ready: false.

Don't miss a new mtx-tool release

NewReleases is sending notifications on new releases.