Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasheddan hasheddan released this 06 Oct 03:01
· 589 commits to main since this release
e8c4172

Overview

The v0.14.0 release includes two new commands, up ctp provider install and up ctp configuration install, to quickly install Providers and Configurations into any control plane. It also includes a promotion of the experimental managed control planes (MCP) API to be the default for all up alpha ctp commands.

What's Changed

  • Advance main ahead of release-0.13 to tag v0.14.0-rc.0 by @hasheddan in #247
  • Set Go version to 1.18 in promote workflow by @hasheddan in #248
  • Use compact usage output by @hasheddan in #251
  • Drop UP_MCP_EXPERIMENTAL in favor of new control planes API by @hasheddan in #259
  • Bump up-sdk-go version and remove dropped packages by @hasheddan in #260
  • Add support for up ctp provider install and up ctp configuration install by @hasheddan in #261
  • Move control plane commands to only support previously experimental API by @hasheddan in #264
  • Clean up remaining mcp ID references in docs by @hasheddan in #265

Breaking Changes

The promotion of the experimental MCP API may break some workflows, but all impacted commands fall under the alpha maturity group. Guarantees around backwards compatibility are explained in detail in the API Maturity documentation.

While breaking changes will try to be minimized from version to version, up is not guaranteed to maintain backwards compatibility for pre-v1.0 versions.

Full Changelog: v0.13.0...v0.14.0