Skip to content

Releases: kptdev/krm-functions-catalog

starlark: v0.2.2

13 Aug 23:11
e175b72
Compare
Choose a tag to compare

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

10 Aug 19:52
58a9c31
Compare
Choose a tag to compare
functions/go/set-project-id/v0.1.0

updates for set-project-id/v0.1 branch (#526)

list-setters: v0.1.0

10 Aug 20:10
0b946f6
Compare
Choose a tag to compare
functions/go/list-setters/v0.1.0

updates for list-setters/v0.1 branch (#527)

gatekeeper: v0.2.0

05 Aug 18:53
e975da1
Compare
Choose a tag to compare

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

30 Jul 23:43
e7f69d5
Compare
Choose a tag to compare

Fixed an issue that cause metadata.name to be lost during deserialization. (#504)

search-replace: v0.2.0

21 Jul 19:44
1ac3c93
Compare
Choose a tag to compare

Includes new matcher by-file-path which filters resources using file path expressions.

starlark: v0.2.0

14 Jul 20:53
Compare
Choose a tag to compare

There are 2 breaking changes since starlark v0.1.2:

  • starlark function no longer does special processing for StarlarkRun resources (#472)
  • starlark function doesn't copy comments any more. It relies on the orchestrator (e.g. kpt v1) to copy the comments in yaml files (#473)

gatekeeper: v0.1.3

14 Jul 21:29
60163af
Compare
Choose a tag to compare
Merge pull request #456 from mengqiy/gatekeeper/v0.1

Merge master to gatekeeper/v0.1

gatekeeper: v0.1.2

25 Jun 22:24
Compare
Choose a tag to compare
go/gatekeeper/v0.1.2

Merge branch 'master' into gatekeeper/v0.1

fix: v0.2.1

25 Jun 20:36
Compare
Choose a tag to compare
go/fix/v0.2.1

Merge branch 'master' into fix/v0.2