-
Notifications
You must be signed in to change notification settings - Fork 61
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
Bump(requirements): Set ansible-core version 2.15.x to 2.17.x #699
Merged
carlbuchmann
merged 11 commits into
aristanetworks:devel
from
sugetha24:min-ansbile-core
Jul 18, 2024
Merged
Bump(requirements): Set ansible-core version 2.15.x to 2.17.x #699
carlbuchmann
merged 11 commits into
aristanetworks:devel
from
sugetha24:min-ansbile-core
Jul 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
type: dependencies
Issue related to repository content
type: documentation
Improvements or additions to documentation
type: Code quality
Issue related to code quality in repository
labels
Jun 26, 2024
sugetha24
force-pushed
the
min-ansbile-core
branch
2 times, most recently
from
July 10, 2024 19:10
a448770
to
b576b30
Compare
ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/cvp/molecule/cv_device_v3/test_reconciled_configlet.yml
Outdated
Show resolved
Hide resolved
carlbuchmann
approved these changes
Jul 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - tested in ATD environment
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
for more information, see https://pre-commit.ci
carlbuchmann
force-pushed
the
min-ansbile-core
branch
from
July 18, 2024 19:41
1056bd5
to
fb3753c
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: Code quality
Issue related to code quality in repository
type: dependencies
Issue related to repository content
type: documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
Set the minimum ansible-core version to 2.15.x and the maximum version to 2.17.x
Required for Ansible collection certification:
The life cycle for Ansible Automation Platform (AAP) 2.3 is ending soon. On May 31, 2024, AAP 2.3 and by extension, Ansible Core 2.14, will be End of Life (EoL).
After this date, all collections submitted for certification and validation must require Ansible Core 2.15 at minimum in the collection’s “meta/runtime.yml” file. Set the
requires_ansible
key to “>=2.15.0” to pass certification after the AAP 2.3 EoL date.Component(s) name
Ansible Collection requirements
How to test
CI Must pass!