Skip to content

Commit e6e11e4

Browse files
authored
release 2.1.0 (#75)
1 parent df7df7e commit e6e11e4

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Apache CloudStack Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.1.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- cs_physical_network - Added VXLAN as an option of isolation methods (https://github.com/ngine-io/ansible-collection-cloudstack/pull/73).
15+
- instance - New style inventory plugin implemented for instances (https://github.com/ngine-io/ansible-collection-cloudstack/pull/66)
16+
17+
New Plugins
18+
-----------
19+
20+
Inventory
21+
~~~~~~~~~
22+
23+
- instance - Apache CloudStack instance inventory source
24+
825
v2.0.0
926
======
1027

changelogs/changelog.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,17 @@ releases:
5757
- 62-deprecate-default-zone.yml
5858
- remove-ini-config.yml
5959
release_date: '2021-02-02'
60+
2.1.0:
61+
changes:
62+
minor_changes:
63+
- cs_physical_network - Added VXLAN as an option of isolation methods (https://github.com/ngine-io/ansible-collection-cloudstack/pull/73).
64+
- instance - New style inventory plugin implemented for instances (https://github.com/ngine-io/ansible-collection-cloudstack/pull/66)
65+
fragments:
66+
- 66-instance-inventory-plugin.yml
67+
- cs_physical_network_isolation_methods.yml
68+
plugins:
69+
inventory:
70+
- description: Apache CloudStack instance inventory source
71+
name: instance
72+
namespace: null
73+
release_date: '2021-04-12'

changelogs/fragments/66-instance-inventory-plugin.yml

-2
This file was deleted.

changelogs/fragments/cs_physical_network_isolation_methods.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tags:
2323
- cloud
2424
- cloudstack
2525
- ngine_io
26-
version: 2.0.0
26+
version: 2.1.0

0 commit comments

Comments
 (0)