Skip to content

Commit

Permalink
Bump release for main branch to 9.0.0-dev0 (#2091)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alinabuzachis authored Jun 7, 2024
1 parent d0bcaf0 commit 9c66d1e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20250515-main-9.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- galaxy.yml - bump ``release`` for main branch to ``9.0.0-dev0``.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: aws
version: 8.0.0-dev0
version: 9.0.0-dev0
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 = "8.0.0-dev0"
COMMUNITY_AWS_COLLECTION_VERSION = "9.0.0-dev0"
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
plugins/connection/aws_ssm.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/inventory/aws_mq.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
plugins/modules/glue_connection.py pylint:collection-deprecated-version
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
plugins/connection/aws_ssm.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/inventory/aws_mq.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
plugins/modules/glue_connection.py pylint:collection-deprecated-version
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
plugins/modules/glue_connection.py pylint:collection-deprecated-version
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins/modules/ecs_cluster.py pylint:collection-deprecated-version
plugins/modules/glue_connection.py pylint:collection-deprecated-version

0 comments on commit 9c66d1e

Please sign in to comment.