Skip to content

Commit b460745

Browse files
authored
Prepare 1.1.0 (#44)
1 parent 7a3483d commit b460745

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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.1.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Deprecated the funtionality of first returned zone to be the default zone because of an unreliable API. Zone will be required beginning with next major version 2.0.0.
15+
- cs_ip_address - allow to pick a particular IP address for a network, available since CloudStack v4.13 (https://github.com/ngine-io/ansible-collection-cloudstack/issues/30).
16+
817
v1.0.1
918
======
1019

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ releases:
2323
fragments:
2424
- 25-empty_config_idempotency.yml
2525
release_date: '2020-08-30'
26+
1.1.0:
27+
changes:
28+
minor_changes:
29+
- Deprecated the funtionality of first returned zone to be the default zone
30+
because of an unreliable API. Zone will be required beginning with next major
31+
version 2.0.0.
32+
- cs_ip_address - allow to pick a particular IP address for a network, available
33+
since CloudStack v4.13 (https://github.com/ngine-io/ansible-collection-cloudstack/issues/30).
34+
fragments:
35+
- cs_ip_address_reservation.yaml
36+
- default_zone_deprecation.yaml
37+
release_date: '2020-11-26'

changelogs/fragments/cs_ip_address_reservation.yaml

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.0.1
25+
version: 1.1.0

0 commit comments

Comments
 (0)