Skip to content

Commit

Permalink
Update dependency versions for release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflare-machine-account authored and github-actions[bot] committed Sep 27, 2024
1 parent 9c10a6a commit 76f05ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}

# KUEUE_VERSION defines the default version of Kueue (used for testing)
KUEUE_VERSION ?= v0.7.0
KUEUE_VERSION ?= v0.8.1

USE_RHOAI ?= true
# KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ CodeFlare Stack Compatibility Matrix

| Component | Version |
|------------------------------|---------------------------------------------------------------------------------------------------|
| CodeFlare Operator | [v1.8.0](https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.8.0) |
| CodeFlare-SDK | [v0.20.2](https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.20.2) |
| AppWrapper | [v0.24.0](https://github.com/project-codeflare/appwrapper/releases/tag/v0.24.0) |
| CodeFlare Operator | [v1.9.0](https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.9.0) |
| CodeFlare-SDK | [v0.21.0](https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.21.0) |
| AppWrapper | [v0.25.0](https://github.com/project-codeflare/appwrapper/releases/tag/v0.25.0) |
| KubeRay | [v1.1.0](https://github.com/opendatahub-io/kuberay/releases/tag/v1.1.0) |
| Kueue | [v0.7.0](https://github.com/opendatahub-io/kueue/releases/tag/v0.7.0) |
| Kueue | [v0.8.1](https://github.com/opendatahub-io/kueue/releases/tag/v0.8.1) |
<!-- Compatibility Matrix end -->

## Development
Expand Down
2 changes: 1 addition & 1 deletion config/manager/params.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
codeflare-operator-controller-image=quay.io/opendatahub/codeflare-operator:v1.8.0
codeflare-operator-controller-image=quay.io/opendatahub/codeflare-operator:v1.9.0
namespace=opendatahub

0 comments on commit 76f05ac

Please sign in to comment.