Skip to content

Commit

Permalink
Release/2.0.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Feb 2, 2021
1 parent a996e8f commit badff84
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 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


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 <[email protected]>"
- "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.

0 comments on commit badff84

Please sign in to comment.