-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Drop support for ansible-core 2.11 and 2.12 #7269
Merged
felixfontein
merged 4 commits into
ansible-collections:main
from
felixfontein:drop-ansible-core-2.11-2.12
Oct 11, 2023
Merged
Drop support for ansible-core 2.11 and 2.12 #7269
felixfontein
merged 4 commits into
ansible-collections:main
from
felixfontein:drop-ansible-core-2.11-2.12
Oct 11, 2023
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
ansibullbot
added
WIP
Work in progress
docs
callback
callback plugin
lookup
lookup plugin
module_utils
module_utils
plugins
plugin (any type)
labels
Sep 15, 2023
felixfontein
added
the
breaking_change
This PR contains a breaking change that MUST NOT be backported
label
Sep 15, 2023
felixfontein
force-pushed
the
drop-ansible-core-2.11-2.12
branch
from
September 19, 2023 16:04
b33d329
to
a574480
Compare
ansibullbot
added
the
needs_ci
This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI
label
Sep 19, 2023
felixfontein
force-pushed
the
drop-ansible-core-2.11-2.12
branch
2 times, most recently
from
October 4, 2023 21:29
8bdedc3
to
b4814c2
Compare
ansibullbot
removed
the
needs_ci
This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI
label
Oct 4, 2023
I'm planning to merge this soon after the 8.5.0 release (which will happen probably on Monday). |
felixfontein
changed the title
[WIP] Drop support for ansible-core 2.11 and 2.12
Drop support for ansible-core 2.11 and 2.12
Oct 9, 2023
felixfontein
force-pushed
the
drop-ansible-core-2.11-2.12
branch
from
October 9, 2023 11:32
b4814c2
to
f8f19b8
Compare
russoz
reviewed
Oct 10, 2023
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.
Just one nit to pick, other than that LGTM
russoz
approved these changes
Oct 10, 2023
ansibullbot
added
the
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
label
Oct 11, 2023
CI failure is unrelated and should get fixed by #7385. |
Also move ansible-core 2.13 from regular CI to EOL CI.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
felixfontein
force-pushed
the
drop-ansible-core-2.11-2.12
branch
from
October 11, 2023 07:23
ec6807d
to
939a928
Compare
@russoz thanks a lot for reviewing this! |
etrombly
pushed a commit
to etrombly/community.general
that referenced
this pull request
Oct 25, 2023
* Drop support for ansible-core 2.11 and 2.12. Also move ansible-core 2.13 from regular CI to EOL CI. * Remove some compatibility code. * Remove no longer needed import. * Update README. Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
JonZeolla
added a commit
to JonZeolla/policy-as-code
that referenced
this pull request
Nov 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking_change
This PR contains a breaking change that MUST NOT be backported
callback
callback plugin
docs
has_issue
lookup
lookup plugin
module_utils
module_utils
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
plugins
plugin (any type)
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.
SUMMARY
Implement ansible-community/community-topics#271.
ISSUE TYPE
COMPONENT NAME
various