Skip to content

Commit

Permalink
Added migrated changelog fragments from ansible (#119)
Browse files Browse the repository at this point in the history
Added the changelog fragments from ansible/ansible for changes that were made before the migration occurred.
  • Loading branch information
jillr authored Jun 24, 2020
1 parent b3d7b77 commit 05ee2bf
Show file tree
Hide file tree
Showing 42 changed files with 122 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- cloudwatchlogs_log_group - Fix a KeyError when updating a log group that does not have a retention period
(https://github.com/ansible/ansible/issues/47945)
2 changes: 2 additions & 0 deletions changelogs/fragments/56468-deprecate-lnb-absent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deprecated_features:
- 'elb_network_lb: The current default value of the `state` option has been deprecated and will change from absent to present in Ansible 2.14'
2 changes: 2 additions & 0 deletions changelogs/fragments/58118-aws_api_gateway-params.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- Allow all params that boto support in aws_api_gateway module
2 changes: 2 additions & 0 deletions changelogs/fragments/58822-aws-lamda-tracing-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- lambda - add a tracing_mode parameter to set the TracingConfig for AWS X-Ray. Also allow updating Lambda runtime.
2 changes: 2 additions & 0 deletions changelogs/fragments/59597-ecs-allow_default_network_mode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- ecs_task_definition - Add network_mode=default to support Windows ECS tasks.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- route53 - improve handling of octal encoded characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bugfixes:
- fixed issue with sns_topic's delivery_policy option resulting in changed
always being true
2 changes: 2 additions & 0 deletions changelogs/fragments/61263-aws_codecommit-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_codecommit - Support updating the description
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- cloudfront_distribution - Always add field_level_encryption_id to cache behaviour to match AWS requirements
2 changes: 2 additions & 0 deletions changelogs/fragments/61279-ec2_launch_template-output.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- ec2_launch_template - Update output to include latest_version and default_version, matching the documentation
2 changes: 2 additions & 0 deletions changelogs/fragments/61577-support-iops-in-purefa_volume.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- purefa_volume - Change I(qos) parameter to I(bw_iops), but retain I(qos) as an alias for backwards compatability (https://github.com/ansible/ansible/pull/61577).
7 changes: 7 additions & 0 deletions changelogs/fragments/61805-azure-facts-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bugfixes:
- "azure_rm_dnsrecordset_info - no longer returns empty ``azure_dnsrecordset`` facts when called as ``_info`` module."
- "azure_rm_resourcegroup_info - no longer returns ``azure_resourcegroups`` facts when called as ``_info`` module."
- "azure_rm_storageaccount_info - no longer returns empty ``azure_storageaccounts`` facts when called as ``_info`` module."
- "azure_rm_virtualmachineimage_info - no longer returns empty ``azure_vmimages`` facts when called as ``_info`` module."
- "azure_rm_virtualmachinescaleset_info - fix wrongly empty result, or ``ansible_facts`` result, when called as ``_info`` module."
- "azure_rm_virtualnetwork_info - no longer returns empty ``azure_virtualnetworks`` facts when called as ``_info`` module."
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- ec2_transit_gateway - fixed issue where auto_attach set to yes was not being honored (https://github.com/ansible/ansible/issues/61907)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- iam_role - Add support for removing the related instance profile when we delete the role
- iam_role - Add support for managing the maximum session duration
2 changes: 2 additions & 0 deletions changelogs/fragments/63362-remove-edgeos-filtering.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- edgeos_config - fix issue where module would silently filter out encrypted passwords
5 changes: 5 additions & 0 deletions changelogs/fragments/63924-boto3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- "iam_policy - The iam_policy module has been migrated from boto to boto3."
deprecated_features:
- "iam_policy - The ``policy_document`` will be removed in Ansible 2.14. To maintain the existing behavior use the ``policy_json`` option and read the file with the ``lookup`` plugin."
- "iam_policy - The default value of ``skip_duplicates`` will change in Ansible 2.14 from ``true`` to ``false``."
2 changes: 2 additions & 0 deletions changelogs/fragments/63961-deprecate-fail_on_delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deprecated_features:
- "iam_managed_policy - The ``fail_on_delete`` option had no effect and will be removed in Ansible 2.14"
3 changes: 3 additions & 0 deletions changelogs/fragments/63989-deprecate-unused.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- "s3_sync - The ``retries`` option had no effect and will be removed in Ansible 2.14"
- "s3_lifecycle - The ``requester_pays`` option had no effect and will be removed in Ansible 2.14"
5 changes: 5 additions & 0 deletions changelogs/fragments/64230-deprecate-unused.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
deprecated_features:
- "ec2_eip - The ``wait_timeout`` option had no effect and will be removed in Ansible 2.14"
- "ec2_key - The ``wait`` option had no effect and will be removed in Ansible 2.14"
- "ec2_key - The ``wait_timeout`` option had no effect and will be removed in Ansible 2.14"
- "ec2_lc - The ``associate_public_ip_address`` option had no effect and will be removed in Ansible 2.14"
5 changes: 5 additions & 0 deletions changelogs/fragments/64258-purge_policies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
deprecated_features:
- 'iam_role: The default value of the purge_policies has been deprecated and will change from true to false in Ansible 2.14'
minor_changes:
- 'iam_role, iam_user and iam_group: the managed_policy option has been renamed to managed_policies (with an alias added)'
- 'iam_role, iam_user and iam_group: the purge_policy option has been renamed to purge_policies (with an alias added)'
3 changes: 3 additions & 0 deletions changelogs/fragments/64368-deprecate-unused.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- "cloudformation - The ``template_format`` option had no effect since Ansible 2.3 and will be removed in Ansible 2.14"
- "data_pipeline - The ``version`` option had no effect and will be removed in Ansible 2.14"
2 changes: 2 additions & 0 deletions changelogs/fragments/64598-add-next-token-support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- cloudwatchlogs_log_group_info - remove limitation of max 50 results
2 changes: 2 additions & 0 deletions changelogs/fragments/64867-route53-diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- "route53 - the module now has diff support."
3 changes: 3 additions & 0 deletions changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- elb_network_lb - added support to UDP and TCP_UDP protocols
- elb_target_group - allow UDP and TCP_UDP protocols; permit only HTTP/HTTPS health checks using response codes and paths
2 changes: 2 additions & 0 deletions changelogs/fragments/65555-amazon-sanity-required.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- ec2_placement_group - make `name` a required field.
2 changes: 2 additions & 0 deletions changelogs/fragments/65557-iam-make-name-required.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- iam - make `name` a required field.
2 changes: 2 additions & 0 deletions changelogs/fragments/65558-iam_cert-require-name.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- iam_cert - make `name` a required field.
2 changes: 2 additions & 0 deletions changelogs/fragments/65559-iam_policy-require-iam_name.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- iam_policy - make `iam_name` a required field.
2 changes: 2 additions & 0 deletions changelogs/fragments/66037-aws_kms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- 'aws_kms: code refactor, some error messages updated'
3 changes: 3 additions & 0 deletions changelogs/fragments/66673-elb_target-awsretry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- elb_target - add awsretry to prevent rate exceeded errors (https://github.com/ansible/ansible/issues/51108)
2 changes: 2 additions & 0 deletions changelogs/fragments/66779-redshift-backoff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- 'redshift: Add AWSRetry calls for errors outside our control'
3 changes: 3 additions & 0 deletions changelogs/fragments/66795-sqs_queue-boto3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- 'sqs_queue: updated to use boto3 instead of boto'
- 'sqs_queue: Add support for tagging, KMS and FIFO queues'
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- 'ec2_asg: Migrated to AnsibleAWSModule'
- 'ec2_asg: Add support for Max Instance Lifetime'
bugfixes:
- 'ec2_asg: Ensure "wait" is honored during replace operations'
2 changes: 2 additions & 0 deletions changelogs/fragments/67045-ec2_asg_mixed_instance_policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- ec2_asg - Add the ability to use mixed_instance_policy in launch template driven autoscaling groups
2 changes: 2 additions & 0 deletions changelogs/fragments/67089-sns_topic-notfound-backoff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- sns_topic - Add backoff when we get Topic ``NotFound`` exceptions while listing the subscriptions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- ec2_transit_gateway - Use AWSRetry before ClientError is handled when describing transit gateways
2 changes: 2 additions & 0 deletions changelogs/fragments/67651-aws-kms-key-rotation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_kms - Adds the ``enable_key_rotation`` option to enable or disable automatically key rotation.
3 changes: 3 additions & 0 deletions changelogs/fragments/67671-aws_acm-module_defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- 'aws_acm: Add the module to group/aws for module_defaults.'
- 'aws_acm: Update automatic retries to stabilize the integration tests.'
2 changes: 2 additions & 0 deletions changelogs/fragments/67770-aws-kms-info-key-rotation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_kms_info - Adds the ``enable_key_rotation`` info to the return value.
12 changes: 12 additions & 0 deletions changelogs/fragments/dont-template-cli-passwords.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bugfixes:
- >
**security issue** - Convert CLI provided passwords to text initially, to
prevent unsafe context being lost when converting from bytes->text during
post processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
- >
**security issue** - Update ``AnsibleUnsafeText`` and ``AnsibleUnsafeBytes``
to maintain unsafe context by overriding ``.encode`` and ``.decode``. This
prevents future issues with ``to_text``, ``to_bytes``, or ``to_native``
removing the unsafe wrapper when converting between string types
(CVE-2019-14856)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- lineinfile - properly handle inserting a line when backrefs are enabled and the line already exists in the file (https://github.com/ansible/ansible/issues/63756)
2 changes: 2 additions & 0 deletions changelogs/fragments/win_credential-wildcard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- win_credential - Fix issue that errors when trying to add a ``name`` with wildcards.

0 comments on commit 05ee2bf

Please sign in to comment.