Skip to content

Update module github.com/openshift-online/ocm-api-model/model to v0.0.468 - autoclosed - #1211

Closed
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x
Closed

red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/openshift-online/ocm-api-model/model v0.0.466v0.0.468 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

openshift-online/ocm-api-model (github.com/openshift-online/ocm-api-model/model)

v0.0.468: Release 0.0.468

Compare Source

  • ARO-29491 | feat: add key_vault_type field to AzureKmsEncryption for Managed HSM support

v0.0.467: Release 0.0.467

Compare Source

  • feat(arohcp): Embed full ClusterAutoscaler in cluster instead of link (ARO-28376)
  • chore: Update OWNERS to extend approvals on ARO and ROSA. Removed reviewers no longer on the project

Configuration

📅 Schedule: (UTC)

  • 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.

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

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: 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

2 similar comments
@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: 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 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: 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 added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 24, 2026
@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift-online 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.

@coderabbitai

coderabbitai Bot commented Jul 24, 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

The indirect github.com/openshift-online/ocm-api-model/model dependency is updated from v0.0.461 to v0.0.463 in go.mod.

Changes

OCM API model dependency

Layer / File(s) Summary
Update dependency version
go.mod
The indirect OCM API model dependency is bumped to v0.0.463.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: rcampos2029, miguelhbrito

🚥 Pre-merge checks | ✅ 10 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title identifies the dependency update but specifies v0.0.466, while the changes update the dependency to v0.0.463. Change the title to state that github.com/openshift-online/ocm-api-model/model was updated to v0.0.463.
✅ Passed checks (10 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.
No-Weak-Crypto ✅ Passed The commit changes only go.mod and go.sum for the model dependency; changed lines contain no weak-crypto indicators, and v0.0.463 declares zero dependencies.
Container-Privileges ✅ Passed The PR changes only go.mod and go.sum. No privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation settings were added; Dockerfile uses USER 1001.
No-Sensitive-Data-In-Logs ✅ Passed The pull request changes only dependency versions and checksums in go.mod and go.sum; no logging code or sensitive values were added.
No-Hardcoded-Secrets ✅ Passed The patch only updates a Go module version and its go.sum integrity hashes; scans found no API keys, tokens, passwords, credentials, private keys, or credential-bearing URLs.
No-Injection-Vectors ✅ Passed The PR changes only go.mod and go.sum for one dependency and its checksums; no source code or listed injection constructs were added.
Ai-Attribution ✅ Passed The authored PR description and update commit do not mention AI tools; the commit has only a Signed-off-by trailer and no Co-Authored-By misuse.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x

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

@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux: 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/images-images 9210b2b link unknown /test images-images

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.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 9210b2b to 439d023 Compare July 25, 2026 00:29
@openshift-ci

openshift-ci Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.462 Update module github.com/openshift-online/ocm-api-model/model to v0.0.462 - autoclosed Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 29, 2026
@red-hat-konflux
red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch July 29, 2026 10:13
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.462 - autoclosed Update module github.com/openshift-online/ocm-api-model/model to v0.0.462 Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 29, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch 3 times, most recently from 5c5a218 to 92284dd Compare August 3, 2026 14:37
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 92284dd to c46e1a8 Compare August 8, 2026 22:04
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.462 Update module github.com/openshift-online/ocm-api-model/model to v0.0.463 Aug 8, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from c46e1a8 to 53ae0d3 Compare August 9, 2026 01:22
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 53ae0d3 to ab322c0 Compare August 14, 2026 01:39
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.463 Update module github.com/openshift-online/ocm-api-model/model to v0.0.464 Aug 14, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from ab322c0 to f0e28bf Compare August 23, 2026 02:19
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.464 Update module github.com/openshift-online/ocm-api-model/model to v0.0.465 Aug 23, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from f0e28bf to 4077716 Compare August 24, 2026 01:16
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.465 Update module github.com/openshift-online/ocm-api-model/model to v0.0.466 Aug 24, 2026
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 24, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 4077716 to 7800e8a Compare August 25, 2026 02:17
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 25, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 7800e8a to 39b0f17 Compare August 26, 2026 02:56
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 26, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from 39b0f17 to df11ef9 Compare August 27, 2026 01:35
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 27, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch 2 times, most recently from 0a7c6e6 to b559eb8 Compare September 1, 2026 03:37
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch from b559eb8 to ad9d81b Compare September 13, 2026 01:34
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.466 Update module github.com/openshift-online/ocm-api-model/model to v0.0.467 Sep 13, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-ocm-api-model-model-0.x branch 2 times, most recently from 583cec4 to c6d2228 Compare September 18, 2026 00:56
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.467 Update module github.com/openshift-online/ocm-api-model/model to v0.0.468 Sep 18, 2026
….468

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/main/github.com-openshift-online-ocm-api-model-model-0.x branch from c6d2228 to 4406452 Compare September 20, 2026 04:31
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/openshift-online/ocm-api-model/model to v0.0.468 Update module github.com/openshift-online/ocm-api-model/model to v0.0.468 - autoclosed Sep 21, 2026
@red-hat-konflux red-hat-konflux Bot closed this Sep 21, 2026
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. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants