Releases: project-codeflare/appwrapper
Releases · project-codeflare/appwrapper
Release v1.2.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
AppWrapper v1.2.0 requires Kueue v0.14 or higher due to usage of Kueue's v1beta2 APIs in scripts and test harnesses.
What's Changed
Features
- bump go version to 1.24 by @dgrove-oss in #371
- Upgrade to Kueue v1beta2 APIs by @dgrove-oss in #386
Bugs and Regressions
- Sanitize UserInfo.UID before using as label value by @dgrove-oss in #368
- Protect kindToResourceCache with RWMutex by @dgrove-oss in #385
Other Changes
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #351
- reduce RBACs: AppWrapper does not patch or update wrapped resources by @dgrove-oss in #360
Full Changelog: v1.1.2...v1.2.0
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