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

Import master into stable-1.5 #149

Merged
merged 17 commits into from
Oct 27, 2023
Merged

Import master into stable-1.5 #149

merged 17 commits into from
Oct 27, 2023

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    29417a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    e05bd8f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    07a2c71 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Changes for 4.12 (#134)

    csibbitt authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    db1fdcb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. GHA checkout action v2 is deprecated (#135)

    The GitHub Actions checkout action v2 is deprecated and needs to move to
    version 3.
    leifmadsen authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    df23d63 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Implement changes for operator-sdk-1.26.0 testing (#137)

    * Implement changes for operator-sdk-1.26.0 testing
    
    Implement changes that allow testing validation via operator-sdk-1.26.0
    without bumping the entire bundle generation process from
    operator-sdk-0.19.4 to post-operator-sdk-1.x.
    
    These are the same tests run for validation during product pipeline
    verification.
    
    * Adds test to verify building of the bundle image works.
    * Adds KinD deployment to allow executing scorecard checks.
    
    Related: STF-1252
    
    * Simplify use of RELEASE_VERSION variable
    leifmadsen authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1d76c82 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. maxOpenShiftVersion 4.12 in OLM properties (#138)

    * maxOpenShiftVersion 4.12 in OLM properties
    
    * Remove invalid line from properties.yaml
    
    ---------
    
    Co-authored-by: Leif Madsen <lmadsen@redhat.com>
    csibbitt and leifmadsen authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    51a3724 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Move to newest oauth-proxy container (#140)

    * Move to newest oauth-proxy container
    
    * Moved definitions to "Related Images"
    
    * bcrypt deps not necesarry in SGO
    csibbitt authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f89c33f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Change generate_bundle.sh to output JSON (#141)

    Update generate_bundle.sh to output data in JSON so that it can be
    consumed more easily by Ansible. Will be used by the index deployment
    method in stf-run-ci.
    leifmadsen authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cd7c2f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    b028753 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    9a44ff8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Add logs to generate bundle (#143)

    * Expose some logs from generate_bundle
    * Add default value for OPERATOR_SDK
    * use absolute path with readlink
    * set -x
    * update operator-sdk command
    * truncate logfile, don't log pushd/popd
    * ignore error truncating /dev/null
    elfiesmelfie authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0f44c51 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Bump origin-ansible-operator base image (#145)

    Bump the origin-ansible-operator base image from 4.10 to 4.12.
    
    Related STF-1524
    leifmadsen authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f2bb74c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add requires infrastructure annotations (#146)

    * Add requires infrastructure annotations
    
    Add required infrastructure annotations for the bundle. Implementation
    is done in generate_bundle.sh because the annotations.yaml file in the
    deploy/olm-catalog/ directory is not read by operator-sdk-0.19.4. Append
    required additional feature annotations to the generated
    annotations.yaml by operator-sdk generate bundle.
    
    Related STF-1530
    
    * Revert "Add requires infrastructure annotations"
    
    This reverts commit 8a9b2c6.
    
    * Add required infrastructure annotations
    
    Add the required infrastructure annotations to the CSV directly, as that
    is the expected location for the new annotations.
    
    Related: STF-1530
    
    * Generate CSV contents with operator-sdk
    leifmadsen authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9780020 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Next release of STF will start at OCP 4.11 (#147)

    Support STF 1.5 from OCP 4.11 through 4.14 for the next release as OCP 4.10 is now EOL.
    leifmadsen authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a7da1f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update base image to pass security scans (#148)

    * Update base image to pass security scans
    
    Update the base image with a dnf update (need to excluse ansible because
    ansible updates aren't compatible with the current build). This keeps
    packages up to date to allow the resulting image to pass registry
    security scans.
    
    * Add comments to help understand Dockerfile readout
    leifmadsen authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    17b478c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    0531e69 View commit details
    Browse the repository at this point in the history