Skip to content

Commit 36465d4

Browse files
authored
Release 1.2.0 (#63)
1 parent de7bcfc commit 36465d4

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Apache CloudStack Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.2.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- cs_instance - Fixed an edge case caused by `displaytext` not available (https://github.com/ngine-io/ansible-collection-cloudstack/pull/49).
15+
- cs_network - Fixed constraints when creating networks. The param `gateway` is no longer required if the param `netmask` is given (https://github.com/ngine-io/ansible-collection-cloudstack/pull/54).
16+
817
v1.1.0
918
======
1019

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ releases:
3535
- cs_ip_address_reservation.yaml
3636
- default_zone_deprecation.yaml
3737
release_date: '2020-11-26'
38+
1.2.0:
39+
changes:
40+
minor_changes:
41+
- cs_instance - Fixed an edge case caused by `displaytext` not available (https://github.com/ngine-io/ansible-collection-cloudstack/pull/49).
42+
- cs_network - Fixed constraints when creating networks. The param `gateway`
43+
is no longer required if the param `netmask` is given (https://github.com/ngine-io/ansible-collection-cloudstack/pull/54).
44+
fragments:
45+
- 49-cs_instance-fix-keyerror.yml
46+
- 54-cs_network-fix-constraints.yml
47+
release_date: '2021-02-02'

changelogs/fragments/49-cs_instance-fix-keyerror.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/54-cs_network-fix-constraints.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ tags:
2222
- cloud
2323
- cloudstack
2424
- ngine_io
25-
version: 1.1.0
25+
version: 1.2.0

0 commit comments

Comments
 (0)