Releases: kptdev/krm-functions-catalog
Releases · kptdev/krm-functions-catalog
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.
starlark: v0.2.1
Fixed an issue that cause metadata.name
to be lost during deserialization. (#504)
search-replace: v0.2.0
Includes new matcher by-file-path
which filters resources using file path expressions.
starlark: v0.2.0
gatekeeper: v0.1.3
Merge pull request #456 from mengqiy/gatekeeper/v0.1 Merge master to gatekeeper/v0.1
gatekeeper: v0.1.2
go/gatekeeper/v0.1.2 Merge branch 'master' into gatekeeper/v0.1
fix: v0.2.1
go/fix/v0.2.1 Merge branch 'master' into fix/v0.2