You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kpt-users
Hey everyone,
We cut a new release v1.0.0-beta.15 of kpt yesterday. Thanks to everyone who contributed to this release.
This is a big release. Some highlights:
⚠ BREAKING CHANGES
The kpt fn commands now includes Kptfile and functionConfig in the function input by default. Previously this behavior was controlled using --enable-meta-resources command-line flag. `--enable-meta-resources` flag is now deprecated. if this disrupts any of your config workflow. You can use exclude functionality to exclude resources from function inputs. This functionality was added in this release to minimize the disruption.
Highlights
The kpt website is overhauled to reflect the new scope of kpt project. New components package orchestrator, Configuration as Data UI and Config Sync are added to the project. Some highlights:
kpt project has a new logo now with a demo video explaining why kpt.
New guides featuring namespace provisioning use case using porch, UI and CLI.
New guides featuring patterns such as variant constructor pattern and value propagation pattern.