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

Bugfix: Allow retries on existing resources #32

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Tunguska55
Copy link

@Tunguska55 Tunguska55 commented Oct 10, 2023

This PR fixes a bug where Ansible was retrying resources with a cached resourceVersion, so if the resourceVersion changed it would fall into a failure loop of not applying against the latest resourceVersion.

Now, Ansible will be using the latest resourceVersion when applying a resource.

Fixes: #33

This PR fixes a bug where Ansible was retrying resources with a cached resourceVersion, so if the resourceVersion changed it would fall into a failure loop of not applying against the latest resourceVersion.

Now, Ansible will be using the latest resourceVersion when applying a resource.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ResourceVersion not changing to latest when retrying failed resources
1 participant