From c50fbdb0464361b9f4af22aff9bd30927f446f5f Mon Sep 17 00:00:00 2001 From: David Grove Date: Sat, 2 May 2026 18:44:39 -0400 Subject: [PATCH] Drop ODH steps from release instructions. --- docs/release_instructions.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/release_instructions.md b/docs/release_instructions.md index b0c58c0..c24698d 100644 --- a/docs/release_instructions.md +++ b/docs/release_instructions.md @@ -17,13 +17,3 @@ will: 4. Update the kustomization.yaml files in MLBatch to refer to the new release: + setup.k8s/appwrapper/kustomization.yaml - -4. To workaround back level go versions in ODH, we also maintain a - codeflare-releases branch. After making a release, merge main - into the codeflare-release branch creating a merge commit and - push to the upstream codeflare-releases branch. After CI passes, - tag the branch using a `cf` prefix instead of a `v`. (eg v0.21.2 ==> cf0.21.2). - -5. You can update the codeflare-operator, using the vX.Y.Z tag in the Makefile - and optionally the cfX.Y.Z in the replace clause in codeflare's go.mod if there - is a difference in go levels between Kueue/AppWrapper and the codeflare-operator.