-
Notifications
You must be signed in to change notification settings - Fork 23
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 a ansible-core and python version to the current state #162
Merged
GomathiselviS
merged 1 commit into
ansible-network:main
from
yurnov:update_ansible_n_python_version_to_current_state
Nov 7, 2024
Merged
Update a ansible-core and python version to the current state #162
GomathiselviS
merged 1 commit into
ansible-network:main
from
yurnov:update_ansible_n_python_version_to_current_state
Nov 7, 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
yurnov
added a commit
to yurnov/kubernetes.core
that referenced
this pull request
Nov 2, 2024
yurnov
force-pushed
the
update_ansible_n_python_version_to_current_state
branch
from
November 2, 2024 12:56
6caa6ca
to
c04231e
Compare
Rationale: to keep up with the of lifecycle of the ansible-core and python - ansible-core 2.18 release is expected in 04 Nov 2014 - ansible-core 2.18 bring support of python 3.13 and remove support of python 3.10 - ansible-core 2.17 released 20 May 2024 - ansible-core 2.14 reach EOL on 20 May 2024 but keept in the test - python 3.13 was released on 07 Oct 2024 - ansible 2.14 reach EOL on 20 May 2024
yurnov
force-pushed
the
update_ansible_n_python_version_to_current_state
branch
from
November 2, 2024 13:22
c04231e
to
7dd95ed
Compare
yurnov
added a commit
to yurnov/kubernetes.core
that referenced
this pull request
Nov 2, 2024
" This reverts commit 9249d9a.
softwarefactory-project-zuul bot
pushed a commit
to ansible-collections/kubernetes.core
that referenced
this pull request
Nov 4, 2024
This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Andrew Klychkov <[email protected]> Reviewed-by: Mike Graves <[email protected]>
alinabuzachis
approved these changes
Nov 7, 2024
GomathiselviS
approved these changes
Nov 7, 2024
Thanks @alinabuzachis and @GomathiselviS |
patchback bot
pushed a commit
to ansible-collections/kubernetes.core
that referenced
this pull request
Dec 10, 2024
This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Andrew Klychkov <[email protected]> Reviewed-by: Mike Graves <[email protected]> (cherry picked from commit cd68631)
patchback bot
pushed a commit
to ansible-collections/kubernetes.core
that referenced
this pull request
Dec 10, 2024
This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Andrew Klychkov <[email protected]> Reviewed-by: Mike Graves <[email protected]> (cherry picked from commit cd68631)
softwarefactory-project-zuul bot
pushed a commit
to ansible-collections/kubernetes.core
that referenced
this pull request
Dec 10, 2024
This is a backport of PR #789 as merged into main (cd68631). This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Mike Graves <[email protected]>
softwarefactory-project-zuul bot
pushed a commit
to ansible-collections/kubernetes.core
that referenced
this pull request
Dec 10, 2024
This is a backport of PR #789 as merged into main (cd68631). This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Mike Graves <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rationale: to keep up with the of lifecycle of the ansible-core and python