Releases: project-codeflare/appwrapper
Releases · project-codeflare/appwrapper
Release v1.1.2
What's Changed
Bugs and Regressions
- node monitoring: correctly recognize NotReady Nodes as unscheduable by @dgrove-oss in #345
- appwrapper controller needs rbacs to manipulate events by @dgrove-oss in #348
Full Changelog: v1.1.1...v1.1.2
Release v1.0.7
What's Changed
Features
- Bump Kueue version from 0.10.1 to 0.10.2 by @dgrove-oss in #325
Bugs and Regressions
- node monitoring: correctly recognize NotReady Nodes as unscheduable (#345)
Other Changes
- remove stray logging message by @dgrove-oss in #327
Full Changelog: v1.0.6...v1.0.7
Release v1.1.1
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
AppWrapper v1.1.1 requires Kueue v0.11. It will not work with Kueue v0.10.x.
What's Changed
Features
- Update Kueue version to 0.11.0 by @dgrove-oss in #333
- Emit an event when an admitted AppWrapper is suspended by Kueue by @dgrove-oss in #332
- Eliminate go dependency on Kueue APIs by @dgrove-oss in #334
Other Changes
- Drop golang level to 1.23 to match codeflare-operator by @dgrove-oss in #336
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
AppWrapper v1.1.0 requires Kueue v0.11. It will not work with Kueue v0.10.x.
What's Changed
Features
- Update AppWrapper for Kueue 0.11 by @dgrove-oss in #328
Other Changes
- remove stray logging message by @dgrove-oss in #327
Full Changelog: v1.0.6...v1.1.0
Release v1.0.6
What's Changed
Features
- Adjust APIs between AppWrapper and Kueue AppWrapper integration by @dgrove-oss in #321
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
Release v1.0.4
What's Changed
Features
- Support PreferNoSchedule labels for AutoPilot by @dgrove-oss in #315
- Implement PodSet inference for JobSet by @dgrove-oss in #316
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
Bugs and Regressions
- fix handling of labels/annotations in utils.GetPodTemplateSpec by @dgrove-oss in #312
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
What's Changed
Bugs and Regressions
- use ptr.Equal to validate managedBy is immutable by @dgrove-oss in #310
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
What's Changed
Features
- Propagate SchedulingGates in RunWithPodSetsInfo by @dgrove-oss in #301
- extend PodSets() to compute TopologyRequest by @dgrove-oss in #302
- Update Kueue version to 0.10.1 by @dgrove-oss in #306
Bugs and Regressions
- move appwrapper finalizer injection from defaulting webhook to controller by @dgrove-oss in #307
Other Changes
- Bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #300
- Improve documentation of samples by @dgrove-oss in #303
New Contributors
- @dependabot made their first contribution in #300
Full Changelog: v1.0.0...v1.0.1