Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:40
· 78 commits to main since this release
048e0eb

tdc v0.1.5

This release makes TiDB Cloud Starter cluster creation shorter and more deterministic for users, scripts, and agents. Because tdc currently manages Starter clusters exclusively, tdc db create-db-cluster now defaults the cluster type to starter; users only need to provide the cluster name and can still explicitly pass --db-cluster-type starter when desired.

export CLUSTER_ID="$(tdc db create-db-cluster \
  --db-cluster-name agent-db \
  --wait \
  --query id \
  --output text)"

Unsupported explicit cluster types continue to fail before a request is sent. The release also refines command help descriptions and Preview labels across the Filesystem command surface, and simplifies the README quick-start, configuration, mount, and help workflows.

Upgrade an existing installation with:

tdc update --check
tdc update
tdc --version