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 #2350

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fffc818
Initial commit
jillr Mar 2, 2020
3553260
Rename collection (#12)
jillr Mar 25, 2020
20e54cc
Fix more doc issues where strings are parsed as datetimes by YAML par…
felixfontein Apr 29, 2020
e4654ca
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
ded2bec
Collections related fixes for CI (#96)
jillr Jun 16, 2020
2346e58
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
a4f2c2e
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
0170738
Update docs (#99)
jillr Jun 17, 2020
3efc03a
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
1462b6b
aws modules: fix examples to use FQCN for builtin modules/plugins (#144)
Andersson007 Jul 17, 2020
7cef0a3
AWS ELB: Return empty list when no load balancer name was found (#215)
pjrm Mar 14, 2021
51da143
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
d759443
ELB info: return all LB if names is not defined (#693)
christophemorio Oct 24, 2021
0cabef0
Remove deprecated "facts" aliases (#814)
jillr Dec 2, 2021
c99d2a0
Integration test dependency cleanup (#1086)
tremble Apr 22, 2022
6aad82a
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
067ec70
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
a8847ab
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
a1610e6
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
8f20c89
Big Black PR (#1784)
tremble Apr 26, 2023
06081a2
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
fb0bf19
Apply isort and flynt (#1962)
tremble Oct 17, 2023
7872b52
fix unsafe asserts (#2013)
markuman Dec 1, 2023
232ae1d
ansible-lint (documentation) cleanup for plugins/ (#2036)
tremble Jan 5, 2024
7aaedfc
elb_classic_lb_info: Refactor elb_classic_lb_info module (#2139)
mandar242 Sep 26, 2024
8019326
DNM Migrate elb_classic_lb_info* modules and tests (#2163)
mandar242 Oct 7, 2024
7056b42
Revert "DNM Migrate elb_classic_lb_info* modules and tests (#2163)" (…
mandar242 Oct 10, 2024
3186629
Update runtime
mandar242 Oct 21, 2024
17a8a29
Update FQDN
mandar242 Oct 21, 2024
d5f6aa6
Remove collection reference inside the tests
mandar242 Oct 21, 2024
565357f
Add changelog fragment
mandar242 Oct 21, 2024
5c21687
update module fqcn in tests
mandar242 Oct 21, 2024
9c54ea3
minor fixes
mandar242 Oct 22, 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 @@ -73,6 +73,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 @@ -164,14 +165,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