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

Update version pin on ansible-core Python package #338

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

jsf9k
Copy link
Member

@jsf9k jsf9k commented May 21, 2024

🗣 Description

This pull request removes the current version pin on the ansible-core Python package, replacing it with a lower bound that guarantees we will never use the problematic versions.

💭 Motivation and context

We can do this because new versions of the ansible-core Python package (2.16.7 and 2.17.0) have been released that do not suffer from the bug discussed in ansible/ansible#82702. This bug broke any symlinked files in vars, tasks, etc. for any Ansible role installed via ansible-galaxy.

Resolves #312.

🧪 Testing

All automated tests pass.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

@jsf9k jsf9k added the dependencies Pull requests that update a dependency file label May 21, 2024
@jsf9k jsf9k self-assigned this May 21, 2024
@jsf9k jsf9k marked this pull request as ready for review May 21, 2024 16:10
@jsf9k jsf9k requested a review from a team May 21, 2024 16:10
We can do this because new versions of ansible-core (2.16.7 and
2.17.0) have been released that do not suffer from the bug discussed
in ansible/ansible#82702.  This bug broke any symlinked files in vars,
tasks, etc. for any Ansible role installed via ansible-galaxy.

All versions later than ansible-core 2.16.7 and 2.17.0 should function
as expected.
@jsf9k jsf9k force-pushed the improvement/remove-ansible-core-pin branch from 8079d03 to 297ce13 Compare May 21, 2024 19:05
@jsf9k jsf9k changed the title Remove version pin on ansible-core Python package Update version pin on ansible-core Python package May 21, 2024
@jsf9k jsf9k requested a review from dv4harr10 May 21, 2024 19:09
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

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

🎉

@jsf9k jsf9k added the kraken 🐙 This pull request is ready to merge during the next Lineage Kraken release label Jun 7, 2024
@jsf9k jsf9k added this pull request to the merge queue Aug 12, 2024
Merged via the queue into develop with commit b66d137 Aug 12, 2024
9 checks passed
@jsf9k jsf9k deleted the improvement/remove-ansible-core-pin branch August 12, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file kraken 🐙 This pull request is ready to merge during the next Lineage Kraken release
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Revert ansible-core pin when that becomes possible
3 participants