Skip to content

Releases: GoogleContainerTools/kpt-functions-catalog

release-ts-functions-v0.1.2

24 Sep 22:32
8b18202
Compare
Choose a tag to compare

Introduces a SOPS function that allows for the local decryption of source controlled encrypted YAML documents.

release-ts-functions-v0.1.1

16 Sep 18:12
e9c7143
Compare
Choose a tag to compare

Includes kpt-functions updates which output more detailed results to console

release-ts-functions-v0.1.0

03 Sep 18:34
8cfd7c0
Compare
Choose a tag to compare
Release ts functions 0.1.0 (#100)

* Release ts functions 0.0.5

* Update to version 0.1.0

release-go-functions-v0.0.4

26 Aug 18:25
783299c
Compare
Choose a tag to compare
Add --allow-cluster-scoped flag whose default value is true (#95)

When the flag is set to false, this function should fail and return
a list of cluster-scoped resources.

release-go-functions-v0.0.2

22 Jul 22:39
15e5445
Compare
Choose a tag to compare
Fix the step name (#74)

release-go-functions-v0.0.1

22 Jul 20:45
0099843
Compare
Choose a tag to compare
Add github workflow for release docker images for kpt go functions (#72)

release-ts-functions-v0.0.4

15 Jul 00:59
57f02c8
Compare
Choose a tag to compare
Update catalog for v0.0.4 (#70)

* Update deps to use kpt-functions@0.14.3

* Update catalog to latest sdk version

* Update catalog versions

release-ts-functions-v0.0.3

30 Jun 01:10
73ee6d4
Compare
Choose a tag to compare
Fix function config tags (#60)

release-ts-functions-v0.0.2

29 Jun 22:23
3a14385
Compare
Choose a tag to compare
Fix e2e script and update version for release (#59)

release-ts-functions-v0.0.1

29 Jun 21:52
073e4ed
Compare
Choose a tag to compare
Transfer kubeval function and add tests (#56)

* Add a basic demo function using kubeval

* Remove unnecessary guard when emitting results

* Break out the generation of kubeval command line args separately

* Mention detailed defaulting behavior in function docstring

* Temporarily disable tests awaiting clarity around testing strategy

* Fix lint issues in kubeval funtion

* Fix kubeeval Dockerfile

* Add kubeval unit and e2e tests

* Small changes to e2e script

Co-authored-by: David Flemström <dflemstr@spotify.com>
Co-authored-by: Frank Farzan <frankf@google.com>