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

DNM Migrate elb_classic_lb_info* modules and tests #2315

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
10b3279
Initial commit
jillr Mar 2, 2020
0ff7fbc
Rename collection (#12)
jillr Mar 25, 2020
342c2d8
Fix more doc issues where strings are parsed as datetimes by YAML par…
felixfontein Apr 29, 2020
14bd72d
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
10f6460
Collections related fixes for CI (#96)
jillr Jun 16, 2020
65af49f
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
fa8ea78
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
4085f54
Update docs (#99)
jillr Jun 17, 2020
c58e40d
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
80dd85e
aws modules: fix examples to use FQCN for builtin modules/plugins (#144)
Andersson007 Jul 17, 2020
25632f3
AWS ELB: Return empty list when no load balancer name was found (#215)
pjrm Mar 14, 2021
7f04120
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
dae9be7
ELB info: return all LB if names is not defined (#693)
christophemorio Oct 24, 2021
acbf8bb
Remove deprecated "facts" aliases (#814)
jillr Dec 2, 2021
67abbe9
Integration test dependency cleanup (#1086)
tremble Apr 22, 2022
f45a5df
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
bfdc098
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
620f506
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
b968c51
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
7e59110
Big Black PR (#1784)
tremble Apr 26, 2023
b01366e
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
c1caa15
Apply isort and flynt (#1962)
tremble Oct 17, 2023
51157f4
fix unsafe asserts (#2013)
markuman Dec 1, 2023
2a5dfb4
ansible-lint (documentation) cleanup for plugins/ (#2036)
tremble Jan 5, 2024
72b87d8
elb_classic_lb_info: Refactor elb_classic_lb_info module (#2139)
mandar242 Sep 26, 2024
83da862
Update runtime
mandar242 Sep 30, 2024
a8f444e
Update FQDN
mandar242 Sep 30, 2024
adf7d3e
Remove collection reference inside the tests
mandar242 Sep 30, 2024
83f18ce
Add changelog fragment
mandar242 Sep 30, 2024
0c8cffc
update fqdn to amazon.aws.elb_classic_lb_info
mandar242 Sep 30, 2024
58a0f5a
update fqdn in tests
mandar242 Sep 30, 2024
7353ecc
minor fixes based on review feedback
mandar242 Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_elb_classic_lb_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
major_changes:
- elb_classic_lb_info - The module has been migrated from the ``community.aws``
collection. Playbooks using the Fully Qualified Collection Name for this module
should be updated to use ``amazon.aws.elb_classic_lb_info``.
11 changes: 6 additions & 5 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ action_groups:
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
- elb_classic_lb_info
- execute_lambda
- iam_access_key
- iam_access_key_info
Expand Down Expand Up @@ -162,14 +163,14 @@ plugin_routing:
rds_param_group:
redirect: amazon.aws.rds_instance_param_group
deprecation:
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
lookup:
aws_ssm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ssm_parameter
aws_secret:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.secretsmanager_secret
redirect: amazon.aws.secretsmanager_secret
Loading
Loading