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

tests: add argocd 2.2.5 to test suite #142

Merged
merged 2 commits into from
Feb 23, 2022

Conversation

alxbse
Copy link
Contributor

@alxbse alxbse commented Feb 23, 2022

To ensure that the provider works with the current version. Version 2.2.5 is added without any older versions being removed increasing the workflows executed. As per #141 I found it unclear which versions the provider should maintain compatibility with.

@alxbse alxbse force-pushed the add-220-acceptance-tests branch from a61ed5e to a7188bb Compare February 23, 2022 12:13
Copy link
Collaborator

@oboukili oboukili left a comment

Choose a reason for hiding this comment

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

If you could also change the README.md to match the minor (not major) versions, that would be awesome, thanks!

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
argocd_version: ["v2.1.3", "v2.0.5", "v1.8.7"]
argocd_version: ["v2.2.5", "v2.1.3", "v2.0.5", "v1.8.7"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can remove v1.x indeed. Can you use the following:

Suggested change
argocd_version: ["v2.2.5", "v2.1.3", "v2.0.5", "v1.8.7"]
argocd_version: ["v2.2.5", "v2.1.10"]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated based on your feedback.

@alxbse alxbse force-pushed the add-220-acceptance-tests branch from a7188bb to 37ff9dc Compare February 23, 2022 20:25
@oboukili oboukili merged commit 618ceb4 into argoproj-labs:master Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants