2.0.0
Please be aware that this is a major release. If the LoadBalancer change is handled properly you will not face downtime when upgrading.
- Breaking Change: LoadBalancer no longer split between TCP and UDP, as a result naming changes will occur
- please ensure to first create new resources and switch dns before deleting the old resources
- renamed
podResourceTypeConfig.tolerationtopodResourceTypeConfig.tolerationsto properly follow naming scheme - example module changes:
- renamed a few files for better ordering
- added self signed tls option
- added
MutatingWebhookConfigurationandValidatingWebhookConfigurationandCustomResourceDefinitions
- fix init container field_ref config
- allow config of propagation for host mounts
- external secrets and configmaps are now optional
- rework rbac variable to support yamldecode
- added
applicationConfig.configVolumes.enableSubpathMountandapplicationConfig.secretVolumes.enableSubpathMountto allow mounting all files of volume individually through subpath config - reduce module usage complexity by introducing
optionalfields for most variables and providing sane defaults- check
./test/ubuntu/to see simplifications - check
./example/module/to see all variables in use
- check
- allow configuration of ingress.pathType per ingress; defaults to
Prefix