Releases: GoogleContainerTools/kpt-functions-catalog
Releases · GoogleContainerTools/kpt-functions-catalog
kubeval: v0.2.0
starlark: v0.3.0
sops: v0.3.0
Make SOPS work with keys from parameters and function input #533
set-project-id: v0.2.0
functions/go/set-project-id/v0.2.0 updates for set-project-id/v0.2 (#563)
apply-setters: v0.2.0
Changes since v0.1.1
Breaking change
apply-setters
function no longer errors for empty input and no matches (#546).
render-helm-chart: v0.1.0
functions/go/render-helm-chart/v0.1.0 update for render-helm-chart/v0.1 branch (#548)
starlark: v0.2.2
Fixed a bug that cause starlark function to unable to process objects that has inline comments associate with metadata
. (#537)
set-project-id: v0.1.0
functions/go/set-project-id/v0.1.0 updates for set-project-id/v0.1 branch (#526)
list-setters: v0.1.0
functions/go/list-setters/v0.1.0 updates for list-setters/v0.1 branch (#527)
gatekeeper: v0.2.0
Added the following flags in function binary (#500):
- --input (string): default is stdin.
- --output (string): default is stdout.
- --json (bool): default is not use json format
This change is backward compatible.