Skip to content

Commit 7d590fe

Browse files
authored
Prepare release 3.4.0 (#947)
Prepare release 3.4.0 SUMMARY Latest minor release with a few bug fixes ISSUE TYPE Feature Pull Request COMPONENT NAME CHANGELOG.rst changelogs/changelog.yaml galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
1 parent 54c32f5 commit 7d590fe

7 files changed

+35
-12
lines changed

CHANGELOG.rst

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
===========================
1+
========================
22
amazon.aws Release Notes
3-
===========================
3+
========================
44

55
.. contents:: Topics
66

77

8+
v3.4.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- ec2_instance - expanded the use of the automatic retries on temporary failures (https://github.com/ansible-collections/amazon.aws/issues/927).
15+
16+
Bugfixes
17+
--------
18+
19+
- elb_application_lb - fix ``KeyError`` when balancing across two Target Groups (https://github.com/ansible-collections/community.aws/issues/1089).
20+
- elb_classic_lb - fix ``'NoneType' object has no attribute`` bug when creating a new ELB in check mode with a health check (https://github.com/ansible-collections/amazon.aws/pull/915).
21+
- elb_classic_lb - fix ``'NoneType' object has no attribute`` bug when creating a new ELB using security group names (https://github.com/ansible-collections/amazon.aws/issues/914).
22+
823
v3.3.1
924
======
1025

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ AWS related modules and plugins supported by the Ansible community are in the [c
88

99
This collection has been tested against following Ansible versions: **>=2.9.10**.
1010

11-
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
12-
fully qualified collection name (for example, `cisco.ios.ios`).
1311
Plugins and modules within a collection may be tested with only specific Ansible versions.
1412
A collection may contain metadata that identifies these versions.
1513
PEP440 is the schema used to describe the versions of Ansible.

changelogs/changelog.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -791,3 +791,20 @@ releases:
791791
release_date: '2022-05-26'
792792
3.3.1:
793793
release_date: '2022-06-22'
794+
3.4.0:
795+
changes:
796+
bugfixes:
797+
- elb_application_lb - fix ``KeyError`` when balancing across two Target Groups
798+
(https://github.com/ansible-collections/community.aws/issues/1089).
799+
- elb_classic_lb - fix ``'NoneType' object has no attribute`` bug when creating
800+
a new ELB in check mode with a health check (https://github.com/ansible-collections/amazon.aws/pull/915).
801+
- elb_classic_lb - fix ``'NoneType' object has no attribute`` bug when creating
802+
a new ELB using security group names (https://github.com/ansible-collections/amazon.aws/issues/914).
803+
minor_changes:
804+
- ec2_instance - expanded the use of the automatic retries on temporary failures
805+
(https://github.com/ansible-collections/amazon.aws/issues/927).
806+
fragments:
807+
- 1089-elb_application_lb-ForwardConfig-KeyError.yml
808+
- 914-elb_classic_lb-security_group_names.yml
809+
- 927-ec2_instance-retries.yml
810+
release_date: '2022-08-02'

changelogs/fragments/1089-elb_application_lb-ForwardConfig-KeyError.yml

-2
This file was deleted.

changelogs/fragments/914-elb_classic_lb-security_group_names.yml

-3
This file was deleted.

changelogs/fragments/927-ec2_instance-retries.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: amazon
22
name: aws
3-
version: 3.3.1
3+
version: 3.4.0
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)