Skip to content

Commit

Permalink
Cleanup after release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Jul 18, 2022
1 parent 5de3c4c commit d8bd5d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Ansible-Alicloud Change Log
## 1.20.0 (Unreleased)
## 1.21.0 (Unreleased)
## 1.20.0 (18 July 2022)

- ali_oss_xxx: supports setting ecs_role_name ([#302](https://github.com/alibaba/ansible-provider/pull/302))
- Support specifying cloud_essd as sysdisk for the gen6 instances. Fix #292 ([#301](https://github.com/alibaba/ansible-provider/pull/301))
- Support specifying cloud_essd as sysdisk for the gen6 instances. ([#293](https://github.com/alibaba/ansible-provider/pull/293))
- ansible ros ([#290](https://github.com/alibaba/ansible-provider/pull/290))
- add oos role ([#281](https://github.com/alibaba/ansible-provider/pull/281))
- fix several bugs of module instance ([#279](https://github.com/alibaba/ansible-provider/pull/279))
- add ros role ([#277](https://github.com/alibaba/ansible-provider/pull/277))
- add yaml module in setup.py ([#273](https://github.com/alibaba/ansible-provider/pull/273))

## 1.19.0 (22 April, 2020)
- Add resource_id for some modules ([#260](https://github.com/alibaba/ansible-provider/pull/260))
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AUTHOR = "xiaozhu"
AUTHOR_EMAIL = "[email protected]"

VERSION = '1.5.0'
VERSION = '1.6.0'

setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/alibaba/ansible-provider/tree/master/lib/ansible"

VERSION = "1.19.0"
VERSION = "1.20.0"

setup(
name=NAME,
Expand Down

0 comments on commit d8bd5d6

Please sign in to comment.