Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-17157: operator-registry: cherry-pick to be up-to-date #526

Commits on Jul 31, 2023

  1. updating operator-framework/api dependency which has k8s 1.27 changes…

    … (#1120)
    
    Signed-off-by: Adam D. Cornett <[email protected]>
    
    Upstream-repository: operator-registry
    
    Upstream-commit: 82a91fa2bf806d06c11454e1123cc97e60aed22a
    acornett21 authored and stevekuznetsov committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    02581e7 View commit details
    Browse the repository at this point in the history
  2. (plain bundle usage) Documentation on how to add a plain bundle image…

    … to a file-based catalog (#1127)
    
    * Documentation on how to add a plain bundle to a file-based catalog
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Address review feedback
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Clarify regular bundle to be of registry+v1 format
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Address review feedback openshift#1
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Address review feedback openshift#2
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Address review feedback openshift#3
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    * Add an example for the desired channel name and link to OLM best practices for channel naming conventions
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    ---------
    
    Signed-off-by: Rashmi Gottipati <[email protected]>
    
    Upstream-repository: operator-registry
    
    Upstream-commit: bca2bfb89bc4db7bd9ebd08031be3d59bfdc65e8
    rashmigottipati authored and stevekuznetsov committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1e121b5 View commit details
    Browse the repository at this point in the history
  3. Makes codecov-action optional (#1130)

    We do not want to fail the job if codecov fails
    to upload the report due to rate limiting.
    
    Signed-off-by: Mikalai Radchuk <[email protected]>
    
    Upstream-repository: operator-registry
    
    Upstream-commit: 52190e4d4699b01a5ee5c33caff9b280038194d8
    m1kola authored and stevekuznetsov committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6cd4f91 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. opm: always serve pprof endpoints, improve server allocations (#1129)

    * pkg/cache: use a shared buffer to limit allocations
    
    Previously, new buffers were allocated on each file we read in, which
    was unnecessary and wasteful.
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    
    * cmd/opm: serve pprof endpoints by default
    
    There is no substantial runtime cost to serving pprof endpoints, and
    when things hit the fan and we need to investigate performance in situ,
    there is no time to restart pods and change flags. Capturing profiles
    remains opt-in, since those are costly.
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    
    ---------
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    
    Upstream-repository: operator-registry
    
    Upstream-commit: 68e13df96590977370ffcd1a8e9ff76e0f2a03f2
    Signed-off-by: Steve Kuznetsov <[email protected]>
    stevekuznetsov committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    24fe55c View commit details
    Browse the repository at this point in the history
  2. go.mod: update API to latest tag (#1131)

    ```
    export GOPROXY=direct
    go get github.com/operator-framework/[email protected]
    go mod tidy
    ```
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    
    Upstream-repository: operator-registry
    
    Upstream-commit: 5ecb013fb51897f6962a7c7560a38e221f0c1902
    Signed-off-by: Steve Kuznetsov <[email protected]>
    stevekuznetsov committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41dc379 View commit details
    Browse the repository at this point in the history