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

MGDAPI-6218 CRO release-v1.1.3 #723

Merged

Conversation

valerymo
Copy link
Contributor

@valerymo valerymo commented Feb 18, 2024

Overview

Jira: https://issues.redhat.com/browse/MGDAPI-6218

  • Prepare CRO release v1.1.3
  • Done as:
    -- change Makefile: VERSION=1.1.3, PREV_VERSION=1.1.2
    -- run make gen/csv

Verification

Following verification was done for PR:

  1. Install and check standalone CRO .
  • Clone this branch
  • Run make cluster/prepare
  • Run make run
  • Check that CRO installed successfully
  1. Check CRO with RHOAM
   "status": {
        "lastError": "",
        "preflightMessage": "preflight checks passed",
        "preflightStatus": "successful",
        "quota": "100K",
        "stage": "complete",
        "stages": {
            "bootstrap": {
                "name": "bootstrap",
                "phase": "completed"
            },
            "installation": {
                "name": "installation",
                "phase": "completed",
                "products": {
                    "3scale": {
                        "host": "https://3scale-admin.apps.xxxxxxx.org",
                        "name": "3scale",
                        "operator": "0.11.8-mas",
                        "status": "completed",
                        "version": "2.13.0"
                    },
                    "cloud-resources": {
                        "host": "",
                        "name": "cloud-resources",
                        "operator": "1.1.3",
                        "status": "completed",
                        "version": "1.1.3"
                    },
                    "grafana": {
                        "host": "https://grafana-route-redhat-rhoam-customer-monitoring.apps.xxxxxxx.org",
                        "name": "grafana",
                        "status": "completed",
                        "version": "9.0.9"
                    },
                    "marin3r": {
                        "host": "",
                        "name": "marin3r",
                        "operator": "0.12.3",
                        "status": "completed",
                        "version": "0.12.3"
                    },
                    "rhsso": {
                        "host": "https://keycloak-edge-redhat-rhoam-rhsso.apps.xxxxxxx.org",
                        "name": "rhsso",
                        "operator": "7.6.5-8",
                        "status": "completed",
                        "version": "7.6"
                    },
                    "rhssouser": {
                        "host": "https://keycloak-redhat-rhoam-user-sso.apps.xxxxxxx.org",
                        "name": "rhssouser",
                        "operator": "7.6.5-8",
                        "status": "completed",
                        "version": "7.6"
                    }
                }
            }
        },
        "version": "1.40.0"
    }

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e72e19e) 72.52% compared to head (e2ba47e) 72.52%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #723   +/-   ##
=======================================
  Coverage   72.52%   72.52%           
=======================================
  Files          54       54           
  Lines        7060     7060           
=======================================
  Hits         5120     5120           
  Misses       1545     1545           
  Partials      395      395           

@valerymo valerymo changed the title [WIP] MGDAPI-6218 release-v1.1.3 MGDAPI-6218 release-v1.1.3 Feb 19, 2024
@valerymo valerymo changed the title MGDAPI-6218 release-v1.1.3 MGDAPI-6218 CRO release-v1.1.3 Feb 19, 2024
@austincunningham
Copy link
Member

Changes look good but not sure why you have an index image already , as the index should only be built off master after this merges.

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Feb 20, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: austincunningham

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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-merge-bot openshift-merge-bot bot merged commit 978b82e into integr8ly:master Feb 20, 2024
11 checks passed
@austincunningham
Copy link
Member

Checked the pipeline looks like you built the index off your branch . Not ideal if we had to make changes to your PR after its built. We got away with in this time I guess.

austincunningham pushed a commit to austincunningham/cloud-resource-operator that referenced this pull request May 21, 2024
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