Skip to content

Releases: GoogleContainerTools/kpt-functions-catalog

kubeval: v0.2.0

14 Oct 19:03
ddbd9dd
Compare
Choose a tag to compare

Features:

  • Update the built-in OpenAPI version to v1.20.10 and it supports Config Connector resources. (#608)

Bug fixes:

  • handle non-trivial apiVersion correctly (#608)

starlark: v0.3.0

16 Sep 18:50
3c362ca
Compare
Choose a tag to compare

Support loading Starlib (e.g. json, yaml) #570
Enable optional features (e.g. recursion) #572

sops: v0.3.0

01 Sep 20:05
aeaef3b
Compare
Choose a tag to compare

Make SOPS work with keys from parameters and function input #533

set-project-id: v0.2.0

31 Aug 22:01
6b59781
Compare
Choose a tag to compare
functions/go/set-project-id/v0.2.0

updates for set-project-id/v0.2 (#563)

apply-setters: v0.2.0

25 Aug 04:18
9b6ce80
Compare
Choose a tag to compare

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

24 Aug 21:07
08a56dc
Compare
Choose a tag to compare
functions/go/render-helm-chart/v0.1.0

update for render-helm-chart/v0.1 branch (#548)

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.