Highlights
kpt live init
will now write the inventory information to a new file in the package (default name isresourcegroup.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. Thekpt live apply
andkpt live destroy
commands will still use inventory information from the Kptfile for older packages.kpt fn render
includesfunctionConfig
s in the function inputs by default.kpt live apply
andkpt live destroy
disable the client-side throttling when the server-side throttling is enabled.kpt pkg update
caches upstream repos.
Changelog
- 2d57bda Fix broken porch cli e2e tests (#3296)
- f44fdf1 Simplify Plan resource (#3182)
- 059babc Support podman for cmdfndoc (#3300)
- 4b8e043 Updated kpt version to v1.0.0-beta.16 (#3257)
- 12a5361 Use external resourcegroup object file to store inventory (#3172)
- 7e58ebe bump deps (#3302)
- 7a89a83 doc: Add docs for --type flag (#2977)
- 6008784 feat: cache upstream during update (#3154)
- 99aeadc feat: disable client-side throttling (#3293)
- 560493a fix: update tests (#3259)
- aa1db7d make pod evaluator work with cluster autoscaler (#3191)
- b635332 update doc for podman (#3261)
- 5187e2d update functionConfigs during render (#3228)
- 4bec45f update kpt alpha rpkg copy docs (#3135)