Skip to content

Commit

Permalink
Use amazon.aws: '>=10.0.0-dev0' as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 30, 2024
1 parent d79296f commit 2913e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
namespace: community
name: aws
version: 9.0.0
version: 10.0.0-dev0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
description: A variety of Ansible content to help automate the management of AWS services.
license_file: COPYING
tags: [community, aws, cloud, amazon]
dependencies:
amazon.aws: '>=9.0.0,<10.0.0'
amazon.aws: '>=10.0.0-dev0'
repository: https://github.com/ansible-collections/community.aws
documentation: https://ansible-collections.github.io/community.aws/branch/main/collections/community/aws/index.html
homepage: https://github.com/ansible-collections/community.aws
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 = "9.0.0"
COMMUNITY_AWS_COLLECTION_VERSION = "10.0.0-dev0"

0 comments on commit 2913e72

Please sign in to comment.