-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update appwrappers to v0.24.0 (#611)
Features * Upgrade to Kueue 0.8.0 * Use Patch operations to update AppWrapper.Status * Inject AppWrapper finalizer in WebHook Bugs and Regressions * Get dev mode (make run) working again * account for all covered resources when a node is cordoned Other Changes * Logging improvements for development/debugging * Upgrade to Kind v0.24.0 * Unit test improvement * add failing job with retry to end-to-end tests * improve e2e testing of failures * need non-zero reset pause to reliably detect Resetting phase Full Changelog: project-codeflare/appwrapper@v0.23.0...v0.24.0
- Loading branch information
1 parent
78d6333
commit 8057522
Showing
4 changed files
with
83 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- github.com/project-codeflare/appwrapper/config/crd?ref=v0.23.0 | ||
- github.com/project-codeflare/appwrapper/config/crd?ref=v0.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.