Skip to content

Commit badff84

Browse files
authored
Release/2.0.0 (#65)
1 parent a996e8f commit badff84

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
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+
v2.0.0
9+
======
10+
11+
Breaking Changes / Porting Guide
12+
--------------------------------
13+
14+
- 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.
15+
- 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).
16+
817
v1.2.0
918
======
1019

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ releases:
4545
- 49-cs_instance-fix-keyerror.yml
4646
- 54-cs_network-fix-constraints.yml
4747
release_date: '2021-02-02'
48+
2.0.0:
49+
changes:
50+
breaking_changes:
51+
- Authentication option using INI files e.g. ``cloudstack.ini`` has been removed.
52+
The only supported option to authenticate is by using the module params with
53+
fallback to the ENV variables.
54+
- default zone deprecation - The `zone` param default value, across multiple
55+
modules, has been deprecated due to unreliable API (https://github.com/ngine-io/ansible-collection-cloudstack/pull/62).
56+
fragments:
57+
- 62-deprecate-default-zone.yml
58+
- remove-ini-config.yml
59+
release_date: '2021-02-02'

changelogs/fragments/62-deprecate-default-zone.yml

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

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors:
88
- "Marc-Aurèle Brothier (@marcaurele)"
99
- "Jefferson Girão <[email protected]>"
1010
- "Gregor Riepl (@onitake)"
11+
- "Rafael del Valle (@rvalle)"
1112
dependencies: {}
1213
description: 'Ansible Collection for Apache CloudStack based clouds'
1314
documentation: ''
@@ -22,4 +23,4 @@ tags:
2223
- cloud
2324
- cloudstack
2425
- ngine_io
25-
version: 1.2.0
26+
version: 2.0.0

plugins/doc_fragments/remove-ini-config.yml

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

0 commit comments

Comments
 (0)