Skip to content

v0.1.2

Choose a tag to compare

@cbarbian-sap cbarbian-sap released this 30 May 21:56
· 500 commits to main since this release
644f3ab

Enhancements

Improve scaffolding

  • add option to scaffold admission (validating/mutating) webhooks: --with-validating-webhook, --with-mutating-webhook
  • add option to skip post-processing (go get, go fmt, go vet): --skip-post-processing
  • fix code generation in case the provided group version is not v1alpha1 (was broken before)
  • add instructions and help to enable crd conversion

Add new constructors for convenience: NewTransformableHelmGenerator(), NewTransformableKustomizemGenerator()

Update dependencies