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

Promote iam_group #1794

Merged
merged 30 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
09db90d
Initial commit
jillr Mar 2, 2020
292a654
migration test cleanup
jillr Mar 3, 2020
16e617d
Rename collection (#12)
jillr Mar 25, 2020
5429b4e
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
5994509
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
5cf19b3
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
4448e72
Update docs (#99)
jillr Jun 17, 2020
3352bd4
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
5deed2a
Cleanup - use is_boto3_error_(message|code) (#268)
tremble Feb 5, 2021
0fdedce
Add comments to the disabled/unsupported integration test aliase file…
tremble Feb 13, 2021
c4e3d8b
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
edd3469
use a generator rather than list comprehension when using any()/all()…
tremble Aug 12, 2021
000ad14
Integration test dependency cleanup (#1086)
tremble Apr 22, 2022
1592aed
Make example AWS UUIDS follow a specific pattern (#1539)
tremble Sep 28, 2022
3323d3c
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
fb4f98b
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
799a424
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
3ee3bcb
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
f9f21f0
Big Black PR (#1784)
tremble Apr 26, 2023
66fe8ff
Bulk migration to Python 3.6 f-strings (#1810)
tremble May 8, 2023
d69d747
Various ARN handling fixes (#1848)
tremble Jun 26, 2023
d2b44b6
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
a644324
Update runtime
mandar242 Sep 13, 2023
73279e8
iam_group migration
mandar242 Sep 13, 2023
44ac7f9
update documentation bits from c.aws.iam_group to a.aws.iam_group
mandar242 Sep 13, 2023
1b0a17a
fix AnsibleAWSModule import
mandar242 Sep 13, 2023
5d8bc1f
Update plugins/modules/iam_group.py
mandar242 Sep 15, 2023
add96c0
add note about version_added
mandar242 Sep 18, 2023
93c08a3
use version_added_collection
tremble Sep 19, 2023
66c213b
Apply isort
alinabuzachis Oct 6, 2023
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
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
major_changes:
- iam_group - 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.iam_group`` (https://github.com/ansible-collections/amazon.aws/pull/1755).
7 changes: 4 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ action_groups:
- aws_s3
- backup_plan
- backup_plan_info
- backup_tag
- backup_tag_info
- backup_selection
- backup_selection_info
- backup_tag
- backup_tag_info
- backup_vault
- backup_vault_info
- cloudformation
- cloudformation_info
- cloudtrail
- cloudtrail_info
- cloudwatch_metric_alarm
- cloudwatch_metric_alarm_info
- cloudwatchevent_rule
- cloudwatchevent_rule
- cloudwatchlogs_log_group
- cloudwatchlogs_log_group_info
- cloudwatchlogs_log_group_metric_filter
- cloudwatch_metric_alarm_info
- ec2_ami
- ec2_ami_info
- ec2_eip
Expand Down Expand Up @@ -68,6 +68,7 @@ action_groups:
- elb_application_lb_info
- elb_classic_lb
- execute_lambda
- iam_group
- iam_instance_profile
- iam_instance_profile_info
- iam_policy
Expand Down
Loading