Skip to content

Conversation

@jmle
Copy link
Contributor

@jmle jmle commented Nov 19, 2025

Update operator tag to use latest operator in nightlies

Summary by CodeRabbit

  • Chores
    • Updated nightly release configuration with an updated operator version tag
    • Updated repository ignore patterns for development environment files

Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
@jmle jmle requested review from aufi and dymurray November 19, 2025 09:39
@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

Walkthrough

The PR updates the operator tag version in the nightly release workflow from v0.8.1-alpha.2 to v0.8.1-beta.1, and adds IDE and editor swap file patterns to the project's .gitignore configuration.

Changes

Cohort / File(s) Summary
Workflow Configuration
.github/workflows/nightly-release-0.8.yaml
Updated operator_tag from v0.8.1-alpha.2 to v0.8.1-beta.1 in the nightly release workflow.
Project Configuration
.gitignore
Added ignore patterns for .idea/, .swo, and .swp files (IDE and editor swap files).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • aufi
  • dymurray

Poem

🐰 A hop and a skip, the beta arrives,
Version bumps keep our workflows alive!
With .idea and .swo tucked away clean,
The neatest release we've ever seen! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title mentions 'Update operator tags' which aligns with the main change of updating the operator_tag from v0.8.1-alpha.2 to v0.8.1-beta.1 in the nightly release workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1517a64 and a53ce8b.

📒 Files selected for processing (2)
  • .github/workflows/nightly-release-0.8.yaml (1 hunks)
  • .gitignore (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-06-26T06:08:36.244Z
Learnt from: aufi
Repo: konveyor/ci PR: 97
File: .github/workflows/global-ci-bundle.yml:141-145
Timestamp: 2025-06-26T06:08:36.244Z
Learning: In the global-ci-bundle.yml workflow, the base_tag parameter is primarily designed for automated workflow_call executions, not manual workflow_dispatch usage. For workflow_call, operator_bundle defaults to empty so make-bundle runs and uses base_tag. For workflow_dispatch (web UI), operator_bundle has a default value, so users need to manually clear it to use base_tag.

Applied to files:

  • .github/workflows/nightly-release-0.8.yaml
🔇 Additional comments (2)
.gitignore (1)

1-3: Good housekeeping: Adding standard editor/IDE artifacts to .gitignore.

The additions for JetBrains IDE config (.idea/) and Vim swap files (.swo, .swp) are appropriate and follow common best practices for excluding editor artifacts from version control.

.github/workflows/nightly-release-0.8.yaml (1)

13-13: Verify that operator version v0.8.1-beta.1 is available and ready for use.

The operator_tag is being updated from v0.8.1-alpha.2 to v0.8.1-beta.1 in the nightly workflow. While the semantic versioning progression (beta > alpha) is correct, ensure that this version tag exists and is stable enough for nightly testing.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants