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

WINC-807: Add OpenShift versions annotation to bundle metadata and prep for 6.0.0 #1088

Merged
merged 3 commits into from
Jun 14, 2022

Commits on Jun 6, 2022

  1. [bundle] Metadata annotation to map to OCP version

    To properly control WMCO availability in the OperatorHub catalog on different
    OCP versions, we need to annotate our bundle image with a specific OCP version.
    This maintains a 1:1 mapping, WMCO major version to OCP minor version.
    saifshaikh48 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    09e386e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. [bundle] Prep for 6.0.0 release

    Ran `make bundle`.
    saifshaikh48 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    369004e View commit details
    Browse the repository at this point in the history
  2. [docs] Remove link references to old OCP versions

    Changed old version references to `latest` so we don't need to keep
    maintaining the links.
    saifshaikh48 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    229631d View commit details
    Browse the repository at this point in the history