Skip to content

Commit

Permalink
Prep community.aws 6.2.0 (#1903)
Browse files Browse the repository at this point in the history
SUMMARY

Prep community.aws 6.2.0

ISSUE TYPE

    Feature Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION
  • Loading branch information
alinabuzachis committed Aug 4, 2023
1 parent 61a7d10 commit b50dab4
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ community.aws Release Notes
.. contents:: Topics


v6.2.0
======

Release Summary
---------------

This release includes some new features for the ``community.aws.ec2_vpc_vpn`` and ``community.aws.api_gateway`` modules.

Minor Changes
-------------

- api_gateway - add support for parameters ``name``, ``lookup``, ``tags`` and ``purge_tags`` (https://github.com/ansible-collections/community.aws/pull/1845).
- ec2_vpc_vpn - add support for connecting VPNs to a transit gateway (https://github.com/ansible-collections/community.aws/pull/1877).

Bugfixes
--------

- Remove ``apigateway`` and ``apigateway_deployment`` from meta/runtime.yml (https://github.com/ansible-collections/community.aws/pull/1905).

v6.1.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3488,3 +3488,20 @@ releases:
name: aws_mq
namespace: null
release_date: '2023-07-07'
6.2.0:
changes:
bugfixes:
- Remove ``apigateway`` and ``apigateway_deployment`` from meta/runtime.yml
(https://github.com/ansible-collections/community.aws/pull/1905).
minor_changes:
- api_gateway - add support for parameters ``name``, ``lookup``, ``tags`` and
``purge_tags`` (https://github.com/ansible-collections/community.aws/pull/1845).
- ec2_vpc_vpn - add support for connecting VPNs to a transit gateway (https://github.com/ansible-collections/community.aws/pull/1877).
release_summary: This release includes some new features for the ``community.aws.ec2_vpc_vpn``
and ``community.aws.api_gateway`` modules.
fragments:
- 20230620-api_gateway-add-optional-name.yml
- 20230804-update-meta-runtime.yaml
- release_summary.yml
- transit_gateway_to_vpn.yaml
release_date: '2023-08-04'

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230804-update-meta-runtime.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/transit_gateway_to_vpn.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: aws
version: 6.1.0
version: 6.2.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


COMMUNITY_AWS_COLLECTION_NAME = "community.aws"
COMMUNITY_AWS_COLLECTION_VERSION = "6.1.0"
COMMUNITY_AWS_COLLECTION_VERSION = "6.2.0"

0 comments on commit b50dab4

Please sign in to comment.