Skip to content

NO-ISSUE: Update github.com/openshift/assisted-service/api digest to ad9783f#1006

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest
Open

NO-ISSUE: Update github.com/openshift/assisted-service/api digest to ad9783f#1006
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 19, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
github.com/openshift/assisted-service/api replace digest c53dba6ad9783f

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 19, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

Package Type Update Change
github.com/openshift/assisted-service/api replace digest c53dba69f306c7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

This PR updates the github.com/openshift/assisted-service/api replace pseudo-version in go.mod to a newer commit digest.

Changes

Assisted Service API Dependency Update

Layer / File(s) Summary
Update assisted-service/api pseudo-version
go.mod
The replace directive for github.com/openshift/assisted-service/api is updated to a newer pseudo-version reflecting a more recent commit digest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

ok-to-test

Suggested reviewers

  • adriengentil
🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning New Ginkgo e2e tests were added with hardcoded IPv4 addresses: "192.186.126.10" and "10.0.36.14" in node_provider_id_controller_test.go, violating IPv6 compatibility requirements. Replace hardcoded IPv4 addresses in getAgentAddresses() helper with values that support both IPv4 and IPv6, or dynamically detect and use appropriate addresses for the test environment.
✅ Passed checks (11 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed All test names are stable with no dynamic content (UUIDs, timestamps, suffixes, or variable concatenation). Test titles use clear, static strings that will remain consistent across runs.
Test Structure And Quality ✅ Passed PR only updates go.mod dependency version; no test code changes. Custom check for Ginkgo test quality is not applicable to this dependency-only PR.
Microshift Test Compatibility ✅ Passed PR only updates go.mod dependency and adds no new Ginkgo e2e tests; check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates go.mod dependency version; no new Ginkgo e2e tests are added. Check not applicable to dependency updates.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Go module dependencies (go.mod, go.sum, vendor/modules.txt); no deployment manifests, operator code, or controllers are modified, so the topology-aware scheduling check does not apply.
Ote Binary Stdout Contract ✅ Passed PR only updates go.mod dependency version; no code changes. Existing codebase already complies with OTE contract: suite_test.go uses zap.WriteTo(GinkgoWriter), main.go has no stdout writes.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: updating the assisted-service/api digest.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest

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

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 19, 2026
@openshift-ci openshift-ci Bot requested review from adriengentil and rccrdpccl May 19, 2026 17:51
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 19, 2026
@openshift-ci

openshift-ci Bot commented May 19, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from a8a3438 to ca49545 Compare May 20, 2026 00:22
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 9f306c7 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to c7a06a1 May 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from ca49545 to b664d5a Compare May 20, 2026 15:18
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to c7a06a1 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 21da507 May 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from b664d5a to 2717bc8 Compare May 25, 2026 12:22
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 21da507 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 23f6191 May 25, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 2717bc8 to 2f78a2c Compare May 25, 2026 22:31
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 23f6191 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 974f740 May 25, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Line 135: The go.mod currently pins github.com/openshift/assisted-service/api
to v0.0.0-20260525170725-974f7405c611 but the PR title/robot digests reference
commits 23f6191 and 9f306c7; reconcile them by either (A) updating the go.mod
module line for github.com/openshift/assisted-service/api to the intended digest
(e.g., replace the v0.0.0-2026...-974f7405c611 token with the v0.0.0
pseudo-version that matches commit 23f6191 or 9f306c7) and run go mod tidy to
refresh go.sum, or (B) if v0.0.0-20260525170725-974f7405c611 is the intended
bump, update the PR title and robot/automation metadata to reference commit
974f7405c611 so the digests match the pinned dependency; ensure any change is
validated by running the repo’s build/tests after updating.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: aa4162ca-14e3-48ee-92c4-3f6ef1b8b581

📥 Commits

Reviewing files that changed from the base of the PR and between ca49545 and 2f78a2c.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod Outdated
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 2f78a2c to 7a13aef Compare May 26, 2026 16:51
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 974f740 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to c10b73d May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 7a13aef to f524953 Compare May 26, 2026 23:01
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to c10b73d NO-ISSUE: Update github.com/openshift/assisted-service/api digest to a776f1a May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from f524953 to 6cbb1c7 Compare May 27, 2026 08:42
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to a776f1a NO-ISSUE: Update github.com/openshift/assisted-service/api digest to b0d34e8 May 27, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 6cbb1c7 to 1888675 Compare May 28, 2026 12:25
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to b0d34e8 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to e2aaa3e May 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 1888675 to 04169bd Compare May 28, 2026 16:27
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to e2aaa3e NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 3b239e5 May 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 04169bd to 18c7129 Compare June 2, 2026 12:35
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 3b239e5 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 837202f Jun 2, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 18c7129 to bf578af Compare June 2, 2026 17:55
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to d6fe4f5 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to eeb25a6 Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch 2 times, most recently from 2f00063 to 23277f0 Compare June 5, 2026 12:14
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to eeb25a6 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 53ff031 Jun 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 23277f0 to bfce4b9 Compare June 15, 2026 16:05
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to 53ff031 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to aa192af Jun 15, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from bfce4b9 to f40a14e Compare June 29, 2026 00:15
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to aa192af NO-ISSUE: Update github.com/openshift/assisted-service/api digest to fa8eb3d Jun 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from f40a14e to 40d20fe Compare July 6, 2026 00:12
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to fa8eb3d NO-ISSUE: Update github.com/openshift/assisted-service/api digest to f0f5309 Jul 6, 2026
@CrystalChun

Copy link
Copy Markdown

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 10, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from 40d20fe to ad99eff Compare July 12, 2026 20:11
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update github.com/openshift/assisted-service/api digest to f0f5309 NO-ISSUE: Update github.com/openshift/assisted-service/api digest to ad9783f Jul 12, 2026

@CrystalChun CrystalChun left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

/approve
/lgtm

@openshift-ci openshift-ci Bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 13, 2026
@openshift-merge-bot

Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD f4de728 and 2 for PR HEAD ad99eff in total

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 13, 2026
…ad9783f

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-openshift-assisted-service-api-digest branch from ad99eff to d174382 Compare July 13, 2026 17:58
@openshift-ci openshift-ci Bot removed lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 13, 2026

@CrystalChun CrystalChun left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 13, 2026
@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CrystalChun, red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ai-operator-ztp-capi d174382 link true /test e2e-ai-operator-ztp-capi

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot

Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD f4de728 and 2 for PR HEAD d174382 in total

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants