Skip to content

Commit

Permalink
Prepare 1.1.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Nov 26, 2020
1 parent 7a3483d commit b460745
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Apache CloudStack Collection Release Notes
.. contents:: Topics


v1.1.0
======

Minor Changes
-------------

- 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.
- 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).

v1.0.1
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ releases:
fragments:
- 25-empty_config_idempotency.yml
release_date: '2020-08-30'
1.1.0:
changes:
minor_changes:
- 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.
- 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).
fragments:
- cs_ip_address_reservation.yaml
- default_zone_deprecation.yaml
release_date: '2020-11-26'
2 changes: 0 additions & 2 deletions changelogs/fragments/cs_ip_address_reservation.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tags:
- cloud
- cloudstack
- ngine_io
version: 1.0.1
version: 1.1.0

0 comments on commit b460745

Please sign in to comment.