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

Initial update to 6.0.0-dev0: remove support of ansible-core<2.16.0 and k8s inventory plugin #867

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

yurnov
Copy link
Contributor

@yurnov yurnov commented Jan 21, 2025

SUMMARY

This is initial to prepare the main branch to version 6.0.0 (6.0.0-dev0 in galaxy.yml) and includes following braking changes:

  • removed support of ansible-core<2.16.0 as 2.15 reach EOL in Nov 2024;
  • removed the k8s inventory plugin that was deprecated in release 3.0.0.
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME
  • Documentation
  • galaxy.yml
  • inventory/k8s.py
ADDITIONAL INFORMATION

The initial version of this PR doesn't remove tests/sanity/ignore-2.14.txt and tests/sanity/ignore-2.15.txt, and CI part will require removing version 2.15 from the matrix in https://github.com/ansible-network/github_actions, so, we have external dependency here.

Copy link

Copy link

Copy link

…time.yml

Version 6.0.0-dev0 MUST be replaced with 6.0.0 in the release 6.0.0
PR/commit
Copy link

@yurnov
Copy link
Contributor Author

yurnov commented Jan 21, 2025

Failed sanity is 2.15 with:

ERROR: Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -l --json -t filter kubernetes.core" returned exit status 0.
>>> Standard Error
Warning: : Collection kubernetes.core does not support Ansible version
2.15.13.post0

That is expected. To be corrected in the https://github.com/ansible-network/github_actions

Copy link

@yurnov
Copy link
Contributor Author

yurnov commented Jan 22, 2025

Failed sanity is 2.15 with:

ERROR: Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -l --json -t filter kubernetes.core" returned exit status 0.
>>> Standard Error
Warning: : Collection kubernetes.core does not support Ansible version
2.15.13.post0

That is expected. To be corrected in the https://github.com/ansible-network/github_actions

PR prepared: ansible-network/github_actions#171

Copy link

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.

1 participant