Commit 871401b
authored
release artifacts for release v0.0.3 (#74)
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 resource1 parent aa8dfce commit 871401b
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments