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

argocd_project: handles orphaned_resources/ignore, signature_keys #50

Merged
merged 11 commits into from Jan 27, 2021

Conversation

oboukili
Copy link
Collaborator

@oboukili oboukili commented Jan 23, 2021

BREAKING CHANGES:
argocd_project.spec.0.orphaned_resources attribute has been changed from a map to a set of map.

From

    orphaned_resources = {
      warn = true
    }

To

    orphaned_resources {
      warn = true
    }

Closes #49

BUGFIX:
Fix project updates when adding new project roles. (Closes #51 )

@oboukili oboukili added the enhancement New feature or request label Jan 23, 2021
@oboukili oboukili self-assigned this Jan 23, 2021
@oboukili oboukili added this to In progress in Support for 1.7-1.8 features Jan 23, 2021
@oboukili oboukili changed the title argocd_project: handles orphaned_resources/ignore argocd_project: handles orphaned_resources/ignore, signature_keys Jan 23, 2021
@oboukili oboukili merged commit 9503821 into master Jan 27, 2021
Support for 1.7-1.8 features automation moved this from In progress to Done Jan 27, 2021
@oboukili oboukili deleted the 49-project-1.7-1.8-features branch January 27, 2021 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

argocd_project: adding role fails for existing project argocd_project: add missing 1.7-1.8 features
1 participant