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

[Imprv] Bumpup ansible core versions to avoid EOL versions #457

Closed
bhati-pradeep opened this issue Jan 4, 2024 · 0 comments · Fixed by #452
Closed

[Imprv] Bumpup ansible core versions to avoid EOL versions #457

bhati-pradeep opened this issue Jan 4, 2024 · 0 comments · Fixed by #452
Assignees
Labels
enhancement New feature or request

Comments

@bhati-pradeep
Copy link
Collaborator

bhati-pradeep commented Jan 4, 2024

Describe the request
In runtime.yml, >=2.11.6 ansible core dependency was used. It has gone EOL and all other versions till 2.14.0 also went EOL. Ref: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html

Bump up the ansible core requirements to >=2.14.0. Ref: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#:~:text=PowerShell%203%20%2D%205.1-,2.14,-GA%3A%2007%20Nov

  1. Drop support for python < 3.9 as ansible core 2.14.0 supports python >=3.9
  2. Also this change comes up with lint errors which needs to be fixed as well.
  3. Remove pipeline jobs using python < 3.9
@bhati-pradeep bhati-pradeep added the enhancement New feature or request label Jan 4, 2024
@bhati-pradeep bhati-pradeep changed the title [Imprv] Bumpup ansible versions to avoid EOL versions [Imprv] Bumpup ansible core versions to avoid EOL versions Jan 4, 2024
@bhati-pradeep bhati-pradeep linked a pull request Jan 4, 2024 that will close this issue
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
None yet
Development

Successfully merging a pull request may close this issue.

4 participants