Skip to content

Commit 9c66d1e

Browse files
Bump release for main branch to 9.0.0-dev0 (#2091)
Bump release for main branch to 9.0.0-dev0 SUMMARY Bump release for main branch to 9.0.0-dev0 ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell Reviewed-by: Mandar Kulkarni <[email protected]>
1 parent d0bcaf0 commit 9c66d1e

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
trivial:
2+
- galaxy.yml - bump ``release`` for main branch to ``9.0.0-dev0``.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: aws
4-
version: 8.0.0-dev0
4+
version: 9.0.0-dev0
55
readme: README.md
66
authors:
77
- Ansible (https://github.com/ansible)

plugins/module_utils/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77
COMMUNITY_AWS_COLLECTION_NAME = "community.aws"
8-
COMMUNITY_AWS_COLLECTION_VERSION = "8.0.0-dev0"
8+
COMMUNITY_AWS_COLLECTION_VERSION = "9.0.0-dev0"

tests/sanity/ignore-2.15.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
plugins/connection/aws_ssm.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
22
plugins/inventory/aws_mq.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
3+
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
4+
plugins/modules/glue_connection.py pylint:collection-deprecated-version

tests/sanity/ignore-2.16.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
plugins/connection/aws_ssm.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
22
plugins/inventory/aws_mq.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
3+
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
4+
plugins/modules/glue_connection.py pylint:collection-deprecated-version

tests/sanity/ignore-2.17.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
2+
plugins/modules/glue_connection.py pylint:collection-deprecated-version

tests/sanity/ignore-2.18.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
2+
plugins/modules/glue_connection.py pylint:collection-deprecated-version

0 commit comments

Comments
 (0)