Skip to content

fix(ci): replace deprecated oc-installer with openshift-tools-installer#1301

Merged
mergify[bot] merged 1 commit intomainfrom
fix/865-replace-oc-installer
Apr 13, 2026
Merged

fix(ci): replace deprecated oc-installer with openshift-tools-installer#1301
mergify[bot] merged 1 commit intomainfrom
fix/865-replace-oc-installer

Conversation

@ambient-code
Copy link
Copy Markdown
Contributor

@ambient-code ambient-code bot commented Apr 13, 2026

Summary

  • Replace all 6 uses of the deprecated redhat-actions/oc-installer@v1 with redhat-actions/openshift-tools-installer@v1 across components-build-deploy.yml and prod-release-deploy.yaml
  • Update the parameter name from oc_version: 'latest' to oc: latest to match the new action's API
  • This aligns with kustomize-check.yml which already uses openshift-tools-installer

Test plan

  • Verify CI workflows pass (no syntax errors in the updated YAML)
  • Confirm oc is available in subsequent steps (e.g. oc login)

Closes #865


🤖 Ambient Session

…er (#865)

Replace all uses of the deprecated `redhat-actions/oc-installer@v1`
action with `redhat-actions/openshift-tools-installer@v1` in
`components-build-deploy.yml` (4 occurrences) and
`prod-release-deploy.yaml` (2 occurrences). The parameter name changes
from `oc_version` to `oc` to match the new action's API.

Closes #865

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ambient-code ambient-code bot added the ambient-code:managed PR managed by AI automation label Apr 13, 2026
Copy link
Copy Markdown
Contributor

@ktdreyer ktdreyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In another project, I tested the syntax that amber used here for openshift-tools-installer. it worked.

@mergify mergify bot added the queued label Apr 13, 2026
@mergify
Copy link
Copy Markdown

mergify bot commented Apr 13, 2026

Merge Queue Status

  • Entered queue2026-04-13 17:49 UTC · Rule: default
  • Checks skipped · PR is already up-to-date
  • Merged2026-04-13 17:49 UTC · at c557514d48ccc3577ae08147c33fe5be8fc3b1f1

This pull request spent 17 seconds in the queue, including 3 seconds running CI.

Required conditions to merge

@mergify mergify bot merged commit d43df77 into main Apr 13, 2026
45 checks passed
@mergify mergify bot deleted the fix/865-replace-oc-installer branch April 13, 2026 17:49
@mergify mergify bot removed the queued label Apr 13, 2026
@ktdreyer
Copy link
Copy Markdown
Contributor

The build on main succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ambient-code:managed PR managed by AI automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oc-installer GHA is deprecated, use openshift-tools-installer

1 participant