Releases: kptdev/krm-functions-catalog
Releases · kptdev/krm-functions-catalog
render-helm-chart: v0.2.1
add example with local values files and fix error message
set-name-prefix v0.0.2
Release of set-name-prefix (experimental)
Release set-labels:v0.2.0
- Dropped the problematic
additionalFieldSpec
- Migrated
set-labels
from using kustomize setLabelsTransformer to using go/sdk - Made the
set-labels
importable so other functions can use its labels transformer logic.
export-terraform: v0.3
functions/go/export-terraform/v0.3.0 feat: support svpc host project in export-terraform (#910)
export-terraform: v0.2.0
fix:adds log-sink writer id to the export-terraform fn (#884) * fix:adds log-sink writer id to the export-terraform fn * Update functions/go/export-terraform/terraformgenerator/templates/log-export.tf Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com> * fix version in testdata Co-authored-by: Awais Malik <awmalik@google.com> Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
render-helm-chart: v0.2.0
Support OCI helm charts and private repo authentication.
kubeval: v0.3.0
Bump built-in schema to k8s 1.22
kubeval: v0.2.1
Support validating Kptfile with the built-in schema.
starlark: v0.4.3
Update the fn SDK to fix panic issue if empty functionConfig
is provided
apply-replacements: v0.1.1
Bumpt sdk version to fix panic when empty functionConfig is provided.