github kptdev/kpt v1.0.0-beta.12

latest releases: v1.0.0-beta.55, v1.0.0-beta.54, v1.0.0-beta.53...
2 years ago

⚠ BREAKING CHANGES

  • The kpt live apply and kpt live destroy commands now waits forever for reconciliation if no timeouts are provided. This is a change from the previous version where not providing timeout values meant kpt did not wait (with some exceptions).
  • The output for the events and json printers no longer include the resource-specific health information by default, but instead just includes some less verbose output about the reconcile status for each resource. Detailed health information for each resource can be included by providing the --show-status-events flag.

Highlights

  • kpt live apply and kpt live destroy leverages more status information from Config Connector resources, which prevents waiting for reconciliation for resources that is reported as failed by the Config Connector controller.
  • kpt pkg update will merge the pipeline section in Kptfile as an associative list with new field name which is introduced in this release, as merge key. In case name is not specified, we use image name as merge key. issue

Changelog

Don't miss a new kpt release

NewReleases is sending notifications on new releases.