Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


v2.0.0
======

Breaking Changes / Porting Guide
--------------------------------

- Authentication option using INI files e.g. ``cloudstack.ini`` has been removed. The only supported option to authenticate is by using the module params with fallback to the ENV variables.
- default zone deprecation - The `zone` param default value, across multiple modules, has been deprecated due to unreliable API (https://github.com/ngine-io/ansible-collection-cloudstack/pull/62).

v1.2.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ releases:
- 49-cs_instance-fix-keyerror.yml
- 54-cs_network-fix-constraints.yml
release_date: '2021-02-02'
2.0.0:
changes:
breaking_changes:
- Authentication option using INI files e.g. ``cloudstack.ini`` has been removed.
The only supported option to authenticate is by using the module params with
fallback to the ENV variables.
- default zone deprecation - The `zone` param default value, across multiple
modules, has been deprecated due to unreliable API (https://github.com/ngine-io/ansible-collection-cloudstack/pull/62).
fragments:
- 62-deprecate-default-zone.yml
- remove-ini-config.yml
release_date: '2021-02-02'
2 changes: 0 additions & 2 deletions changelogs/fragments/62-deprecate-default-zone.yml

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors:
- "Marc-Aurèle Brothier (@marcaurele)"
- "Jefferson Girão <jefferson@girao.net>"
- "Gregor Riepl (@onitake)"
- "Rafael del Valle (@rvalle)"
dependencies: {}
description: 'Ansible Collection for Apache CloudStack based clouds'
documentation: ''
Expand All @@ -22,4 +23,4 @@ tags:
- cloud
- cloudstack
- ngine_io
version: 1.2.0
version: 2.0.0
3 changes: 0 additions & 3 deletions plugins/doc_fragments/remove-ini-config.yml

This file was deleted.