Closed ray-harris closed 2 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: ray-harris
To complete the pull request process, please assign rokej after the PR has been reviewed.
You can assign the PR to them by writing /assign @rokej
in a comment when ready.
The full list of commands accepted by this bot can be found here.
We're updating the dependencies for multiclusterhub-operator. In the subscription-release repo's go.mod, it requires k8s.io/client-go v12.0.0
which is an invalid version. This version is then changed to v0.21.3 in a replace statement.
Replace statements don't propagate up to modules that import them. So multiclusterhub-operator still sees the version as v12.0.0
and report an error when trying to update our go.mod.
This PR moves the correct version of v0.21.3
from a replace statement up to the require statement.
Kudos, SonarCloud Quality Gate passed!
/hold
@ray-harris thanks for the PR but this repo is only used for release 2.4 and prior releases.
For 2.5 and future releases, the HelmRelease code is in https://github.com/stolostron/multicloud-operators-subscription
Signed-off-by: Ray Harris raharris@redhat.com