Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lixue323 authored and xiaozhu36 committed Jan 31, 2020
1 parent 49e546d commit 61221c4
Show file tree
Hide file tree
Showing 2 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.15.0 (Unreleased)
## 1.16.0 (Unreleased)

## 1.15.0 (21 January, 2020)
- fix inventory bug use ecs role name ([#230](https://github.com/alibaba/ansible-provider/pull/230))
- improve(rds): Add rds policy module ([#221](https://github.com/alibaba/ansible-provider/pull/221))
- improve(rds): Modify rds account module ([#222](https://github.com/alibaba/ansible-provider/pull/222))
- improve(rds): Add rds backup module ([#223](https://github.com/alibaba/ansible-provider/pull/223))
- improve(ecs): add new param unique_suffix ([#228](https://github.com/alibaba/ansible-provider/pull/228))
- improve (rds): modify rds instance and database ([#205](https://github.com/alibaba/ansible-provider/pull/205))
- fix inventory bug ([#217](https://github.com/alibaba/ansible-provider/pull/217))
- improve(slb): Add tags ([#219](https://github.com/alibaba/ansible-provider/pull/219))

## 1.14.0 (11 December, 2019)
- support profile authentication ([#208](https://github.com/alibaba/ansible-provider/pull/208))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AUTHOR_EMAIL = "heguimin36@163.com"
URL = "https://github.com/alibaba/ansible-provider/tree/master/lib/ansible"

VERSION = "1.14.0"
VERSION = "1.15.0"

setup(
name=NAME,
Expand Down Expand Up @@ -59,5 +59,5 @@
package_dir={'': 'lib'},
packages=find_packages('lib'),
include_package_data=True,
install_requires=['ansible', 'footmark>=1.15.0', 'ansible_alicloud_module_utils>=1.3.0']
install_requires=['ansible', 'footmark>=1.16.0', 'ansible_alicloud_module_utils>=1.3.0']
)

0 comments on commit 61221c4

Please sign in to comment.