Skip to content

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot commented Aug 3, 2025

This PR contains the following updates:

Package Type Update Change
github.com/openshift/api replace digest 366ffb8 -> 5050707
github.com/openshift/api require digest 3aa9dd5 -> 5050707

Warning

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.


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

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

This PR has been generated by MintMaker (powered by Renovate Bot).

@red-hat-konflux-kflux-prd-rh02
Copy link
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
k8s.io/apimachinery v0.32.3 -> v0.33.2
golang.org/x/net v0.37.0 -> v0.38.0
k8s.io/api v0.32.3 -> v0.33.2
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250318190949-c8a335a9a2ff

@openshift-ci
Copy link

openshift-ci bot commented Aug 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign yuumasato for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

openshift-ci bot commented Aug 3, 2025

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

I'm waiting for a ComplianceAsCode 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-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 168a90a to 4dfe679 Compare August 10, 2025 16:24
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to c7fbd08 Update github.com/openshift/api digest to c974eea Aug 10, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 4dfe679 to 2a6c3aa Compare August 17, 2025 12:35
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to c974eea Update github.com/openshift/api digest to 88b2b21 Aug 17, 2025
@red-hat-konflux-kflux-prd-rh02
Copy link
Author

Caution

There are some errors in your PipelineRun template.

PipelineRun Error
compliance-operator-must-gather-release-1-7-on-push CEL expression evaluation error: failed to parse expression "event == \"push\" && target_branch == \"release-1.7\" ( \"images/must-gather/***\".pathChanged() || \".tekton/*-must-gather-release-*.yaml\".pathChanged() || \"images/must-gather/Containerfile\".pathChanged() || \"utils/***\".pathChanged() || \"LICENSE\".pathChanged() )": ERROR: <input>:1:51: Syntax error: mismatched input '(' expecting <EOF> | event == "push" && target_branch == "release-1.7" ( "images/must-gather/***".pathChanged() || ".tekton/*-must-gather-release-*.yaml".pathChanged() || "images/must-gather/Containerfile".pathChanged() || "utils/***".pathChanged() || "LICENSE".pathChanged() ) | ..................................................^
compliance-operator-openscap-release-1-7-on-push CEL expression evaluation error: failed to parse expression "event == \"push\" && target_branch == \"release-1.7\" ( \"images/openscap/***\".pathChanged() || \".tekton/*-openscap-release-*.yaml\".pathChanged() || \"images/openscap/Containerfile\".pathChanged() || \"LICENSE\".pathChanged() )": ERROR: <input>:1:51: Syntax error: mismatched input '(' expecting <EOF> | event == "push" && target_branch == "release-1.7" ( "images/openscap/***".pathChanged() || ".tekton/*-openscap-release-*.yaml".pathChanged() || "images/openscap/Containerfile".pathChanged() || "LICENSE".pathChanged() ) | ..................................................^
compliance-operator-release-1-7-on-pull-request CEL expression evaluation error: expression "event == \"pull_request\" && target_branch == \"release-1.7\" && ( \".tekton/compliance-operator-release-1-7-pull-request*.yaml\".pathChanged() || \"*.go\".pathChanged() || \"pkg/**/*.go\".pathChanged() || \"cmd/**/*.go\".pathChanged() || \"version/***\".pathChaned() || \"config/***\".pathChanged() || \"*Makefile*\".pathChanged() || \"vendor/***\".pathChanged() || \"tests/***\".pathChanged() || \"LICENSE\".pathChanged() )" check failed: ERROR: <input>:1:252: undeclared reference to 'pathChaned' (in container '') | event == "pull_request" && target_branch == "release-1.7" && ( ".tekton/compliance-operator-release-1-7-pull-request*.yaml".pathChanged() || "*.go".pathChanged() || "pkg/**/*.go".pathChanged() || "cmd/**/*.go".pathChanged() || "version/***".pathChaned() || "config/***".pathChanged() || "*Makefile*".pathChanged() || "vendor/***".pathChanged() || "tests/***".pathChanged() || "LICENSE".pathChanged() ) | ...........................................................................................................................................................................................................................................................^
compliance-operator-release-1-7-on-push CEL expression evaluation error: expression "event == \"push\" && target_branch == \"release-1.7\" && ( \".tekton/compliance-operator-release-1-7-push.yaml\".pathChanged() || \"*.go\".pathChanged() || \"pkg/**/*.go\".pathChanged() || \"cmd/**/*.go\".pathChanged() || \"version/***\".pathChaned() || \"config/***\".pathChanged() || \"*Makefile*\".pathChanged() || \"vendor/***\".pathChanged() || \"tests/***\".pathChanged() || \"LICENSE\".pathChanged() )" check failed: ERROR: <input>:1:235: undeclared reference to 'pathChaned' (in container '') | event == "push" && target_branch == "release-1.7" && ( ".tekton/compliance-operator-release-1-7-push.yaml".pathChanged() || "*.go".pathChanged() || "pkg/**/*.go".pathChanged() || "cmd/**/*.go".pathChanged() || "version/***".pathChaned() || "config/***".pathChanged() || "*Makefile*".pathChanged() || "vendor/***".pathChanged() || "tests/***".pathChanged() || "LICENSE".pathChanged() ) | ..........................................................................................................................................................................................................................................^

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 2a6c3aa to ffc5173 Compare August 24, 2025 12:32
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 88b2b21 Update github.com/openshift/api digest to 3d5bf11 Aug 24, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from ffc5173 to fe8c462 Compare August 31, 2025 12:38
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 3d5bf11 Update github.com/openshift/api digest to 4a165b2 Aug 31, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from fe8c462 to 485c94e Compare September 7, 2025 08:26
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 4a165b2 Update github.com/openshift/api digest to a30da32 Sep 7, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 485c94e to 46322a5 Compare September 14, 2025 08:37
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to a30da32 Update github.com/openshift/api digest to 61248d9 Sep 14, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 46322a5 to 4ca948b Compare September 21, 2025 08:20
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 61248d9 Update github.com/openshift/api digest to bc748ef Sep 21, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 4ca948b to 11cc8a8 Compare September 27, 2025 00:30
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to bc748ef Update github.com/openshift/api digest to 1517fca Sep 27, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 11cc8a8 to ac3fec0 Compare October 4, 2025 00:29
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 1517fca Update github.com/openshift/api digest to 230d0e0 Oct 4, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from ac3fec0 to 0505127 Compare October 11, 2025 00:30
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 230d0e0 Update github.com/openshift/api digest to 1f788b8 Oct 11, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 0505127 to f6b6cdd Compare October 18, 2025 00:34
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 1f788b8 Update github.com/openshift/api digest to 44baf88 Oct 18, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from f6b6cdd to 53f897b Compare October 19, 2025 04:26
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 44baf88 Update github.com/openshift/api digest to 3856d77 Oct 19, 2025
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/release-1.7/github.com-openshift-api-digest branch from 53f897b to 954f78f Compare October 19, 2025 12:12
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update github.com/openshift/api digest to 3856d77 Update github.com/openshift/api digest to 5050707 Oct 19, 2025
@yuumasato yuumasato closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants