Skip to content

ROX-33400: vendor ArgoCD v1alpha1.Application#2605

Open
kovayur wants to merge 1 commit intomainfrom
yury/argocd-vendor
Open

ROX-33400: vendor ArgoCD v1alpha1.Application#2605
kovayur wants to merge 1 commit intomainfrom
yury/argocd-vendor

Conversation

@kovayur
Copy link
Contributor

@kovayur kovayur commented Feb 26, 2026

Description

Currently, to use ArgoCD types, we import the entire ArgoCD dependency, which brings many transitive dependencies into our project. This can lead to dependency update issues (see #2592, #2578) and may require us to use specific compatible versions of other dependencies (e.g. k8s client libs) and our Go runtime. This PR addresses this by "vendoring" the v1alpha1.Application type from ArgoCD. This is a temporary measure until these types are moved to a separate, thin module.

Checklist (Definition of Done)

  • Unit and integration tests added
  • Added test description under Test manual
  • Documentation added if necessary (i.e. changes to dev setup, test execution, ...)
  • CI and all relevant tests are passing
  • Add the ticket number to the PR title if available, i.e. ROX-12345: ...
  • Discussed security and business related topics privately. Will move any security and business related topics that arise to private communication channel.
  • Add secret to app-interface Vault or Secrets Manager if necessary
  • RDS changes were e2e tested manually
  • Check AWS limits are reasonable for changes provisioning new resources

Test manual

TODO: Add manual testing efforts

# To run tests locally run:
make db/teardown db/setup db/migrate
make ocm/setup
make verify lint binary test test/integration

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 26, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kovayur

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

The pull request process is described here

Details 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

@github-actions
Copy link

/konflux-retest acs-emailsender-on-push

@kovayur kovayur changed the title chore: vendor ArgoCD v1alpha1.Application ROX-33400: vendor ArgoCD v1alpha1.Application Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant