Skip to content

NO-ISSUE: Refresh RPM lockfiles#10108

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/rpm-lockfile-refresh
Open

NO-ISSUE: Refresh RPM lockfiles#10108
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/rpm-lockfile-refresh

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux bot commented Apr 4, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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. rpm-lockfile labels Apr 4, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 4, 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:

File rpm-prefetching/assisted-service-rhel9/rpms.in.yaml:

Package Change
openshift-clients 4.17.0-202511252115.p2.gd76df14.assembly.stream.el9 -> 4.17.0-202602172042.p2.gd76df14.assembly.stream.el9
crun 1.23.1-2.el9_7 -> 1.26-1.el9_7
kernel-headers 5.14.0-611.35.1.el9_7 -> 5.14.0-611.45.1.el9_7
device-mapper 9:1.02.206-2.el9_7.1 -> 9:1.02.206-2.el9_7.2
device-mapper-libs 9:1.02.206-2.el9_7.1 -> 9:1.02.206-2.el9_7.2
openssh 8.7p1-47.el9_7 -> 8.7p1-48.el9_7
openssh-clients 8.7p1-47.el9_7 -> 8.7p1-48.el9_7

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

Walkthrough

Locked RPM artifacts in rpm-prefetching/assisted-service-rhel9/rpms.lock.yaml were updated for aarch64, ppc64le, s390x, and x86_64: multiple packages have new EVRs and updated artifact metadata (url, size, checksum, evr, sourcerpm).

Changes

Cohort / File(s) Summary
RPM Lockfile Updates
rpm-prefetching/assisted-service-rhel9/rpms.lock.yaml
Replaced artifact entries and updated metadata across four architectures for: openshift-clients (new RHOCp build/EVR), crun (to 1.27-1.el9_7), kernel-headers (to 5.14.0-611.47.1), device-mapper & device-mapper-libs (el9_7.1 → el9_7.2), NetworkManager/NetworkManager-config-server/NetworkManager-libnm (-3.el9_7 → -4.el9_7), and openssh/openssh-clients (8.7p1-47 → 8.7p1-48), including updated url, size, checksum, evr, and sourcerpm fields.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 9 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is auto-generated by Renovate and lacks required sections from the repository template, including motivation, testing information, and issue linkage. Add a meaningful summary explaining the purpose of the lockfile updates, specify testing approach (manual verification or CI), and link related issues if applicable.
✅ Passed checks (9 passed)
Check name Status Explanation
Title check ✅ Passed Title accurately describes the main change: refreshing RPM lockfiles with updated dependency versions across multiple packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed PR modifies only rpms.lock.yaml configuration file with no changes to Ginkgo test files.
Test Structure And Quality ✅ Passed This custom check is not applicable to the provided pull request. The PR exclusively updates an RPM lockfile with package versions and checksums. No Ginkgo test code or test files are present in the changes.
Microshift Test Compatibility ✅ Passed This PR exclusively updates RPM lock file entries in rpms.lock.yaml with dependency metadata; no Ginkgo e2e tests are added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This check is not applicable to the PR. The custom check is designed to assess new Ginkgo e2e tests for SNO compatibility, but this PR exclusively updates RPM package versions in a lockfile with no new test code.
Topology-Aware Scheduling Compatibility ✅ Passed This PR exclusively updates rpm-prefetching/assisted-service-rhel9/rpms.lock.yaml, a dependency lockfile containing RPM package metadata. No deployment manifests, operator code, controllers, or Kubernetes scheduling constraints are modified.
Ote Binary Stdout Contract ✅ Passed PR only modifies YAML lockfile with RPM versions; no code changes that could affect OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR modifies only rpm-prefetching/assisted-service-rhel9/rpms.lock.yaml with dependency version updates; no Ginkgo e2e test code found.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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/rpm-lockfile-refresh

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

@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 4, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD a32b327 and 2 for PR HEAD dbf8741 in total

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.33%. Comparing base (9a088c7) to head (47a3033).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10108      +/-   ##
==========================================
+ Coverage   44.31%   44.33%   +0.01%     
==========================================
  Files         415      415              
  Lines       72761    72761              
==========================================
+ Hits        32246    32260      +14     
+ Misses      37595    37587       -8     
+ Partials     2920     2914       -6     

see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD a63f435 and 1 for PR HEAD dbf8741 in total

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/rpm-lockfile-refresh branch from dbf8741 to 6ac7c5a Compare April 11, 2026 00:16
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 11, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 11, 2026

New changes are detected. LGTM label has been removed.

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/rpm-lockfile-refresh branch from 6ac7c5a to 47a3033 Compare April 18, 2026 00:17
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 18, 2026

[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
Copy link
Copy Markdown

openshift-ci bot commented Apr 18, 2026

@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-agent-compact-ipv4-iso-no-registry 47a3033 link false /test e2e-agent-compact-ipv4-iso-no-registry

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.

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. rpm-lockfile size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant