You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release artifacts for v0.0.3
Manual changes to helm charts:
- Enabled debug logging since its a pre-release
```
log:
enable_development_logging: false
enable_development_logging: true
```
- removed `--endpoint-url` from deployment and values.yaml
README version update
### Testing
Manual testing
PR build
### Release notes draft
This release includes the following updates:
- Feature Group
- ModelPackageGroup
- ModelPackage
- Disabled support for versioned modelpackage. Controller will set a `ACK.Terminal` condition if user tries to create a versioned model package
- Bug with versioned model package creation is pending investigtion
- adopting resource not supported
- Periodic infinite requeue for endpoint and monitoring schedule
- Requeues periodically even after the resource is in sync to check the latest status from the service. E.g. scaling activity updates the instanceCount for a variant in endpoint
- Tag support
- Supported during resource creation
- Updates not supported for tags
- Changes to printer columns
- Runtime update to 0.6.0
- Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes
- Some important changes,
- Introduces additional debug level logs
- Ability to patch a resource post delete
- Support additional keys for adopted resource
0 commit comments