Releases: project-codeflare/appwrapper
Releases · project-codeflare/appwrapper
Release v0.13.0
What's Changed
Features
- Avoid storing PodSet inference results in Spec by @dgrove-oss in #147
Other Changes
- minor logging improvements by @dgrove-oss in #148
- reduce reconciliation errors by not updating Status from GetPods() by @dgrove-oss in #149
- Simplify PodTemplateSpec construction for Kueue by @dgrove-oss in #151
Full Changelog: v0.12.0...v0.13.0
Release v0.12.0
What's Changed
Features
- track status of each deployed component in AppWrapper Status by @dgrove-oss in #139
- Detect missing Component and transition to Failed state by @dgrove-oss in #141
Bugs and Regressions
- remove unused scaffolding for AppWrapper CRD version conversion by @dgrove-oss in #140
- Copy PodTemplate defaulter from Kubernetes to avoid dependency by @dgrove-oss in #143
Full Changelog: v0.11.3...v0.12.0
Release v0.11.3
What's Changed
Other Changes
- Add option to inject queue name if missing by @tardieu in #137
- release prep: bump version number in doc by @tardieu in #138
Full Changelog: v0.11.2...v0.11.3
Release v0.11.2
Release v0.11.1
What's Changed
Bugs and Regressions
- ensure PodTemplateSpec has default values filled in by @dgrove-oss in #131
Full Changelog: v0.11.0...v0.11.1
Release v0.11.0
What's Changed
Features
- Configurable automatic deletion of resources for Succeeded AppWrappers by @dgrove-oss in #124
- implement shorter warmup grace period on pods being admitted by @dgrove-oss in #127
Bugs and Regressions
- detect when a preexisting resource is not controlled by the appwrapper by @dgrove-oss in #123
- only put 1 copy of the CRD in install.yaml by @dgrove-oss in #126
Other Changes
- simplify all samples to assume inference of podsets by @dgrove-oss in #121
- localqueue name should be a label (using an annotation is deprecated) by @dgrove-oss in #125
- adjust names of grace period annotations by @dgrove-oss in #128
- release prep: bump version number in docs by @dgrove-oss in #129
Full Changelog: v0.10.0...v0.11.0
Release v0.10.0
What's Changed
Features
- add config flag to disable child admission controller by @dgrove-oss in #114
- Infer pod sets for known GVKs by @tardieu in #108
- Record user name and id as AppWrapper labels by @tardieu in #115
- Add config option to disable user RBAC checks in create webhook by @dgrove-oss in #117
Bugs and Regressions
Other Changes
- Sanitize username for use as a label by @tardieu in #116
- add an appwrapper-user cluster role by @dgrove-oss in #118
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
Release v0.8.1
What's Changed
Other Changes
- codeflare operator: drop unused ctx parameter to setup methods by @dgrove-oss in #107
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
Features
- Update to use Kueue v0.6.2 by @dgrove-oss in #91
- Adopt ConfigMap-based configuration of the operator by @dgrove-oss in #96
- initial support for replicaPath by @dgrove-oss in #99
Bugs and Regressions
- detect missing podSetInfo and raise fatal error by @dgrove-oss in #98
- propagate BUILD_VERSION and BUILD_DATE to docker build/buildx by @dgrove-oss in #105
Other Changes
- Finish migrating README + dev docs to website by @dgrove-oss in #84
- website: add copy-to-clipboard functionality to code blocks by @dgrove-oss in #89
- minor website improvements by @dgrove-oss in #92
- include key conditions in kubectl print for AppWrappers by @dgrove-oss in #94
- cleanup + restructure of config and setup logic by @dgrove-oss in #102
- Add Annotations to PodSet; editing pass on CRD comments by @dgrove-oss in #103
Full Changelog: v0.7.3...v0.8.0