Skip to content

Commit

Permalink
Bump release for main branch to 9.0.0-dev0 (ansible-collections#2084)
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

Feature Pull Request

COMPONENT NAME
galaxy.yml
plugins/module_utils/common.py
tests/sanity/
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
  • Loading branch information
alinabuzachis authored May 15, 2024
1 parent b18ceba commit a4c0d1c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20250513-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: amazon
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 @@ -4,7 +4,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
AMAZON_AWS_COLLECTION_VERSION = "8.0.0-dev0"
AMAZON_AWS_COLLECTION_VERSION = "9.0.0-dev0"


_collection_info_context = {
Expand Down
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/inventory/aws_ec2.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this
plugins/inventory/aws_ec2.py pylint:collection-deprecated-version
plugins/modules/iam_policy.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/inventory/aws_ec2.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353
plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this
plugins/inventory/aws_ec2.py pylint:collection-deprecated-version
plugins/modules/iam_policy.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
@@ -1 +1,3 @@
plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this
plugins/inventory/aws_ec2.py pylint:collection-deprecated-version
plugins/modules/iam_policy.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
@@ -1 +1,3 @@
plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this
plugins/inventory/aws_ec2.py pylint:collection-deprecated-version
plugins/modules/iam_policy.py pylint:collection-deprecated-version

0 comments on commit a4c0d1c

Please sign in to comment.