Highlights
kpt pkg get
andkpt pkg update
will now add the annotationinternal.kpt.dev/upstream-identifier
to resources to assist with identifier transformation functions such asset-namespace
. You can read more details about this feature in the design doc.kpt fn render
andkpt fn eval
now supportnerdctl
as a function runtime. See the render docs and the eval docs for how to use this.kpt alpha rpkg update
is now compatible with porchv0.0.7
, and includes a new flag--discover
for discovering available upstream updates for downstream packages.
Changelog
- 04d61db Added a basic cert-manager kpt package in package-examples (#3371)
- 94bc085 Some minor tweaks from going through the user guide (#3370)
- 0e1b832 flag to rpkg update to discover available updates (#3290)
- b8c0ce2 fix updates on CLI side (#3346)
- a43613e add upstream identifier in pkg update, get and clone(porch) (#3360)
- d58d173 support nerdctl as a fn runtime (#3362)