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 module #1755

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4d320d1
Initial commit
jillr Mar 2, 2020
8a63f4e
migration test cleanup
jillr Mar 3, 2020
97a67c8
Rename collection (#12)
jillr Mar 25, 2020
ec4bc1a
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
b89fee9
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
f346679
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
ae024cb
Update docs (#99)
jillr Jun 17, 2020
d4104fd
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
cab2685
Cleanup - use is_boto3_error_(message|code) (#268)
tremble Feb 5, 2021
4cfbfb9
Add comments to the disabled/unsupported integration test aliase file…
tremble Feb 13, 2021
c971280
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
8188828
use a generator rather than list comprehension when using any()/all()…
tremble Aug 12, 2021
39d10d7
Integration test dependency cleanup (#1086)
tremble Apr 22, 2022
c8afc3f
Make example AWS UUIDS follow a specific pattern (#1539)
tremble Sep 28, 2022
c58360d
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
4b656d3
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
baeb386
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
d0134c0
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
85172a5
Big Black PR (#1784)
tremble Apr 26, 2023
4061295
Bulk migration to Python 3.6 f-strings (#1810)
tremble May 8, 2023
19fe1a3
Various ARN handling fixes (#1848)
tremble Jun 26, 2023
c2012c8
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
f2a9d45
Update runtime
mandar242 Sep 13, 2023
a60dae3
iam_group migration
mandar242 Sep 13, 2023
965bcd2
update documentation bits from c.aws.iam_group to a.aws.iam_group
mandar242 Sep 13, 2023
bb92654
fix AnsibleAWSModule import
mandar242 Sep 13, 2023
93828d5
Update plugins/modules/iam_group.py
mandar242 Sep 15, 2023
839b3c5
add note about version_added
mandar242 Sep 18, 2023
19c004e
use version_added_collection
tremble Sep 19, 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
Loading