Skip to content

v0.36.0

Compare
Choose a tag to compare
@kpt-robot kpt-robot released this 30 Oct 00:59
bcfaee4

Highlights

Setter Inheritance: When a remote kpt package is fetched(/updated) into local directory, kpt searches for its closest parent directory(if any) with a Kptfile in the file system and auto-fills matching setters in the fetched(/updated) package with the setter values from the parent package. Setters are matched based on setter names.

Dependencies

sigs.k8s.io/kustomize/kyaml v0.9.3
sigs.k8s.io/kustomize/cmd/config v0.8.4
sigs.k8s.io/cli-utils v0.21.0

Changelog

42a5488 Inherit setter values from parent package
d1931b6 Plumb the Provider through kpt into cli-utils
c5fc57d Revert "remove stale example"
a348747 Update deps and address api changes
cd256b9 Update home brew v0.35.0
fe31e6a Update v1 setters deprecation message
ad11a8e Updated refs for v0.36.0
82af88b Write toolchain path based on name.
d37cdce change the group and version of ResourceGroup
33d99f6 include labels and annotations when generating ResourceGroup
409ff86 move ResourceGroupProvider to pkg/live
059f192 remove stale example