gitops-operator icon indicating copy to clipboard operation
gitops-operator copied to clipboard

Update to ArgoCD 2.11.x

Open whitfiea opened this issue 1 year ago • 1 comments

Is it possible to update this gitops-operator to pick up ArgoCD 2.11.x as it has a fix we require: https://github.com/argoproj/argo-cd/commit/e5c88c914b73e455f3f36dc24583e65c743da792

Is there a general process around when new versions in https://github.com/argoproj/argo-cd/releases will be picked up by this gitops-operator? or maybe a mechanism to allow users to state the ArgoCD version (within some boundary limits)?

whitfiea avatar Jun 07 '24 16:06 whitfiea

gitops-operator v1.13 will pick up ArgoCD 2.11.x. We bump up minor version of Argo CD in each minor gitops-operator version release. For example

gitops-operator 1.10.x -> Argo CD 2.8.x  
gitops-operator 1.11.x -> Argo CD 2.9.x
gitops-operator 1.12.x -> Argo CD 2.10.x
gitops-operator 1.13.x -> Argo CD 2.11.x (not released)
gitops-operator 1.14.x -> Argo CD 2.12.x (not released)

If you want to try out some new Argo CD feature which is not yet available in gitops-operator, you can set .spec.image & .spec.version in gitops-operator's ArgoCD CR to point to the upstream Argo CD image.

apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
  name: <your-argocd-instance>
spec:
  image: quay.io/argoproj/argocd
  version: v2.11.3

Note that the image upstream image is not built in Red Hat environment.

svghadi avatar Jun 19 '24 04:06 svghadi

When will 2.13 be released? I assume it will be a 1.15 version of the gitops operator.

appiepollo14 avatar Nov 01 '24 17:11 appiepollo14

When will 2.13 be released? I assume it will be a 1.15 version of the gitops operator.

Yes. Tentatively by end of next month.

svghadi avatar Nov 03 '24 03:11 svghadi

@svghadi Is a release date for the version with Argo version 2.13.x available? If so, when will that be.

appiepollo14 avatar Dec 03 '24 14:12 appiepollo14

Mostly it will be out in next 2 weeks.

svghadi avatar Dec 03 '24 14:12 svghadi

@svghadi What is the aimed for release date?

appiepollo14 avatar Dec 23 '24 09:12 appiepollo14

It's out already. @appiepollo14

svghadi avatar Dec 23 '24 09:12 svghadi

https://docs.openshift.com/gitops/1.15/release_notes/gitops-release-notes-1-15.html

svghadi avatar Dec 23 '24 09:12 svghadi

@svghadi Great! Sorry for asking then. I've based my question on the assumption that the GitHub releases reflect the releases available. I think that's a wrong assumption?

appiepollo14 avatar Dec 23 '24 12:12 appiepollo14

Your assumption is not entirely incorrect. We usually create GitHub releases once the downstream product is released. However, due to the holiday season and the absence of the right people with permissions, we missed it this time. I’ll follow up and get the release tagged on GitHub.

svghadi avatar Dec 24 '24 03:12 svghadi