Skip to content

Conversation

svghadi
Copy link
Member

@svghadi svghadi commented Jul 26, 2025

What type of PR is this?

/kind chore

What does this PR do / why we need it:
This PR cleans up go.mod by removing replaces block.

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #?

Test acceptance criteria:

  • Unit Test
  • E2E Test

How to test changes / Special notes to the reviewer:

@openshift-ci openshift-ci bot added the kind/enhancement New feature or request label Jul 26, 2025
@openshift-ci openshift-ci bot requested review from chetan-rns and wtam2018 July 26, 2025 10:49

sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.19.1
)
replace k8s.io/client-go => k8s.io/client-go v0.33.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Managed to remove most of the replace statements 🕺. However, one of the dependencies still expects client-go at version v0.12.0, which doesn't exist. So we need to explicitly add a replace directive to use the latest version instead.

@svghadi
Copy link
Member Author

svghadi commented Jul 28, 2025

/retest

anandf
anandf previously approved these changes Jul 28, 2025
@jgwest
Copy link
Collaborator

jgwest commented Jul 28, 2025

/retest

Failure is likely this (race condition in product, not a test bug) #909

@svghadi
Copy link
Member Author

svghadi commented Jul 29, 2025

/lgtm

Copy link

openshift-ci bot commented Jul 29, 2025

@svghadi: you cannot LGTM your own PR.

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@varshab1210
Copy link
Member

/lgtm
/approve

Copy link

openshift-ci bot commented Jul 29, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: varshab1210

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

@svghadi svghadi force-pushed the update-argocd-operator branch from 106a7f1 to 366fb85 Compare July 29, 2025 10:15
@openshift-ci openshift-ci bot removed the lgtm label Jul 29, 2025
Copy link

openshift-ci bot commented Jul 29, 2025

New changes are detected. LGTM label has been removed.

Signed-off-by: Siddhesh Ghadi <[email protected]>
@svghadi svghadi changed the title chore: Update argocd-operator to latest chore: Cleanup go.mod Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants