Skip to content

v1.0.0-beta.17

Compare
Choose a tag to compare
@mengqiy mengqiy released this 09 Jun 23:56
· 434 commits to main since this release
7e58ebe

Highlights

  • kpt live init will now write the inventory information to a new file in the package (default name is resourcegroup.yaml) rather than in the Kptfile. The file contains a ResourceGroup resource and the name, namespace and inventory annotation from this resource will be used during apply. The kpt live apply and kpt live destroy commands will still use inventory information from the Kptfile for older packages.
  • kpt fn render includes functionConfigs in the function inputs by default.
  • kpt live apply and kpt live destroy disable the client-side throttling when the server-side throttling is enabled.
  • kpt pkg update caches upstream repos.

Changelog