NO-ISSUE: Synchronize From Upstream Repositories - #1346
Conversation
Bumps [go.podman.io/image/v5](https://github.com/podman-container-tools/container-libs) from 5.40.0 to 5.41.0. - [Release notes](https://github.com/podman-container-tools/container-libs/releases) - [Commits](podman-container-tools/container-libs@image/v5.40.0...image/v5.41.0) --- updated-dependencies: - dependency-name: go.podman.io/image/v5 dependency-version: 5.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: 6415fe9d3ceae31af5d64733f1f54a420268b369
CatalogSource pods use exec probes that fork a grpc_health_probe binary inside the container. Dynatrace OneAgent injects via LD_PRELOAD into forked processes, adding ~6s startup overhead that exceeds the 5s probe timeout, causing CrashLoopBackOff. Switch to Kubernetes native gRPC probes, where kubelet calls the health endpoint directly from outside the container. Native gRPC probes are GA since Kubernetes 1.24. Issue OCPBUGS-74905 Upstream-repository: operator-lifecycle-manager Upstream-commit: 124725122b46c4f02a74aac3a92cf1dfe42f326c
|
@openshift-bot: This pull request explicitly references no jira issue. DetailsIn response to this:
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. |
WalkthroughThe change updates Go dependency metadata and replaces ChangesHealth probe migration
Estimated code review effort: 2 (Simple) | ~15 minutes Suggested reviewers: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: openshift-bot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: openshift-bot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
go.mod (1)
46-55: 🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy liftAdd SBOM, provenance, and artifact-signing controls.
go.mod#L46-L55andstaging/operator-lifecycle-manager/go.mod#L35-L35: Checksums are present. The rootgithub.com/operator-framework/apirequirement uses the local./staging/apireplacement, so no root checksum is required.- No build control produces SBOM/provenance attestations or signs artifacts with Sigstore/cosign. Add these controls and record OSV and license-compatibility results for both module graphs before merge.
🤖 Prompt for 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. In `@go.mod` around lines 46 - 55, Keep the existing checksum entries in go.mod (46-55) and staging/operator-lifecycle-manager/go.mod (35-35); no checksum change is required, and the local staging/api replacement needs no root checksum. Add build or CI controls that generate SBOM and provenance attestations, sign produced artifacts with Sigstore/cosign, and record OSV vulnerability and license-compatibility results for both module graphs before merge.Source: Path instructions
🤖 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.
Outside diff comments:
In `@go.mod`:
- Around line 46-55: Keep the existing checksum entries in go.mod (46-55) and
staging/operator-lifecycle-manager/go.mod (35-35); no checksum change is
required, and the local staging/api replacement needs no root checksum. Add
build or CI controls that generate SBOM and provenance attestations, sign
produced artifacts with Sigstore/cosign, and record OSV vulnerability and
license-compatibility results for both module graphs before merge.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 70eef9ec-c866-451d-96ff-46250d57f8a8
⛔ Files ignored due to path filters (306)
go.sumis excluded by!**/*.sumstaging/operator-lifecycle-manager/go.sumis excluded by!**/*.sumvendor/github.com/ProtonMail/go-crypto/AUTHORSis excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/CONTRIBUTORSis excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/LICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/PATENTSis excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/brainpool/brainpool.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/eax/eax.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/eax/eax_test_vectors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/ocb/ocb.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/ocb/random_vectors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_a.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_b.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap/keywrap.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/armor/armor.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/armor/encode.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/canonical_text.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/ecdh.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519/ed25519.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/ed448/ed448.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa/eddsa.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal/elgamal.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/hash.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/aead.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/cipher.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/hash.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve_info.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curves.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed25519.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed448.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/x448.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/encoding.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/mpi.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/oid.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/key_generation.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/keys.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_crypter.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_encrypted.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/compressed.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config_v5.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/encrypted_key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/literal.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/marker.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/notation.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/ocfb.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/one_pass_signature.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/opaque.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_sequence.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_unsupported.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/padding.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key_test_data.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key_test_data.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/reader.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/recipient.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/signature.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetric_key_encrypted.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_aead.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_mdc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userattribute.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userid.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/read.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/read_write_test_data.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_cache.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/write.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/x25519/x25519.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ProtonMail/go-crypto/openpgp/x448/x448.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/LICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.his excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve_generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/curve_noasm.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x25519/table.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.his excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve_generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/curve_noasm.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/dh/x448/table.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/constants.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/curve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/isogeny.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/point.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/twistPoint.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/twistTables.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/ecc/goldilocks/twist_basemult.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/conv/conv.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/hashes.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/keccakf.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/rc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/sha3.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/sha3_s390x.sis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/shake.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/xor.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/xor_generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/internal/sha3/xor_unaligned.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.his excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp_generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp25519/fp_noasm.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.his excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp_generic.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fp_noasm.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/fp448/fuzzer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/integer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/mlsbset/mlsbset.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/mlsbset/power.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/primes.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/math/wnaf.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/ed25519.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/modular.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/mult.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/point.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/pubkey.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/pubkey112.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/signapi.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed25519/tables.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed448/ed448.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/ed448/signapi.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/cloudflare/circl/sign/sign.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/Makefileis excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/config/constructors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/config/pkcs11config/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/crypto/pkcs11/common.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/gpgvault.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/keywrap/pgp/keywrapper_gpg.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/utils/keyprovider/keyprovider.pb.gois excluded by!**/*.pb.go,!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/utils/keyprovider/keyprovider.protois excluded by!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/utils/keyprovider/keyprovider_grpc.pb.gois excluded by!**/*.pb.go,!**/vendor/**,!vendor/**vendor/github.com/containers/ocicrypt/utils/utils.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/google/go-containerregistry/pkg/name/registry.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/BUILD.bazelis excluded by!**/vendor/**,!vendor/**vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/mux.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/mattn/go-runewidth/SECURITY.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/mattn/go-runewidth/runewidth.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/mattn/go-runewidth/runewidth_table.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/moby/sys/user/lookup_unix.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/moby/sys/user/user.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/moby/sys/user/user_fuzzer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/moby/sys/user/user_utils.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler/reconciler.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/sigstore/fulcio/pkg/certificate/extensions.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/sigstore/protobuf-specs/gen/pb-go/common/v1/sigstore_common.pb.gois excluded by!**/*.pb.go,!**/gen/**,!**/vendor/**,!vendor/**vendor/github.com/sigstore/sigstore/pkg/cryptoutils/privatekey.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/ulikunitz/xz/TODO.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/CONTRIBUTINGis excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/README.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/UNLICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/util_aix.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/util_bsd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/util_linux.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/util_solaris.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/util_zos.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/writer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/writer_posix.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/cupwriter/writer_windows.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/README.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/bar.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/bar_filler_bar.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/bar_filler_spinner.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/bar_heap.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/bar_option.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/console_writer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/container_option.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/cwriter/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/cwriter/writer.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/cwriter/writer_windows.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/decor/moving_average.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/heap_manager.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/progress.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/proxyreader.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/vbauerster/mpb/v8/proxywriter.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/.gitignoreis excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/LICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/READMEis excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/README.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/cipher.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/cipher_3des.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/cipher_aes.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/kdf_pbkdf2.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/kdf_scrypt.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/youmark/pkcs8/pkcs8.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/config.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal/parse.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/stats_handler.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/version.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/client.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/server.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/util.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/transport.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/MIGRATION.mdis excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/README.mdis excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/attribute_group.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/doc.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/error_type.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/exception.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/rpcconv/metric.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.39.0/schema.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.40.0/rpcconv/metric.gois excluded by!**/vendor/**,!vendor/**vendor/go.opentelemetry.io/otel/semconv/v1.41.0/httpconv/metric.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/copy/blob.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/copy/progress.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/copy/progress_bars.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/copy/progress_channel.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/copy/single.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/docker/docker_client.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/docker/docker_image_src.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/docker/registries_d.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/internal/image/docker_schema1.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/pkg/blobinfocache/internal/prioritize/prioritize.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/pkg/sysregistriesv2/system_registries_v2.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/signature/internal/sequoia/sequoia.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/signature/mechanism.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/signature/mechanism_openpgp.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/types/types.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/image/v5/version/version.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/archive/archive_bsd.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/archive/archive_linux.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/fileutils/reflink_linux.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/fileutils/reflink_unsupported.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/idtools/idtools.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/ioutils/readers.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/lockfile/lastwrite.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/mount/flags.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/meminfo.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/meminfo_freebsd.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/meminfo_linux.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/meminfo_solaris.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/meminfo_windows.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/utimes_freebsd.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/utimes_linux.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/utimes_unix.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/system/utimes_unsupported.gois excluded by!**/vendor/**,!vendor/**vendor/go.podman.io/storage/pkg/unshare/unshare_linux.gois excluded by!**/vendor/**,!vendor/**vendor/go.uber.org/zap/CHANGELOG.mdis excluded by!**/vendor/**,!vendor/**vendor/go.uber.org/zap/zapcore/entry.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/argon2.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/blake2b.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/blamka_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/blamka_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/blamka_generic.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/argon2/blamka_ref.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2b.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2b_amd64.sis excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2b_generic.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2b_ref.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/blake2x.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/blake2b/register.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/errors/errors.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/keys.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/config.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/one_pass_signature.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/packet.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/private_key.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/public_key.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/reader.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/signature.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/signature_v3.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/read.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/s2k/s2k.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/openpgp/write.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/sha3/hashes.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/sha3/legacy_hash.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/sha3/legacy_keccakf.gois excluded by!**/vendor/**,!vendor/**vendor/golang.org/x/crypto/sha3/shake.gois excluded by!**/vendor/**,!vendor/**vendor/modules.txtis excluded by!**/vendor/**,!vendor/**
📒 Files selected for processing (5)
go.modstaging/operator-lifecycle-manager/go.modstaging/operator-lifecycle-manager/pkg/controller/registry/reconciler/reconciler.gostaging/operator-lifecycle-manager/pkg/controller/registry/reconciler/reconciler_test.gostaging/operator-lifecycle-manager/test/e2e/magic_catalog.go
|
@openshift-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:
This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.
/assign @openshift/openshift-team-operator-runtime