Skip to content

Commit

Permalink
release 2.1.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Apr 12, 2021
1 parent df7df7e commit e6e11e4
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Apache CloudStack Collection Release Notes
.. contents:: Topics


v2.1.0
======

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

- cs_physical_network - Added VXLAN as an option of isolation methods (https://github.com/ngine-io/ansible-collection-cloudstack/pull/73).
- instance - New style inventory plugin implemented for instances (https://github.com/ngine-io/ansible-collection-cloudstack/pull/66)

New Plugins
-----------

Inventory
~~~~~~~~~

- instance - Apache CloudStack instance inventory source

v2.0.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,17 @@ releases:
- 62-deprecate-default-zone.yml
- remove-ini-config.yml
release_date: '2021-02-02'
2.1.0:
changes:
minor_changes:
- cs_physical_network - Added VXLAN as an option of isolation methods (https://github.com/ngine-io/ansible-collection-cloudstack/pull/73).
- instance - New style inventory plugin implemented for instances (https://github.com/ngine-io/ansible-collection-cloudstack/pull/66)
fragments:
- 66-instance-inventory-plugin.yml
- cs_physical_network_isolation_methods.yml
plugins:
inventory:
- description: Apache CloudStack instance inventory source
name: instance
namespace: null
release_date: '2021-04-12'
2 changes: 0 additions & 2 deletions changelogs/fragments/66-instance-inventory-plugin.yml

This file was deleted.

This file was deleted.

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

0 comments on commit e6e11e4

Please sign in to comment.