v0.1.0
Pre-release
Pre-release
This release includes the following resources and updates:
- ModelPackage
⚠️ Breaking Change RemoveModelApprovalStatus
from status. This field is present in the spec and the status field was alwaysnil
in the previous versions. (#103)
- Enables patching the spec fields with service side defaults using the late-initializer feature (#100).
- This has only been enabled for some fields in spec which are not in a map or slice
- Add node type selector to helm chart and use
==
instead of ackcompare to compare pointers (#107) - Update ACK Runtime from 0.13.0 to 0.13.2
- Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes