Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctx committed Feb 4, 2021
1 parent 4ffe87d commit 57a0c73
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Ansible Collection cloudscale.ch Release Notes
.. contents:: Topics


v2.1.0
======

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

- Add interface parameter to server module (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/54).
- Rename server_uuids parameter to servers in volume module (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/54).

Deprecated Features
-------------------

- The aliases ``server_uuids`` and ``server_uuid`` of the servers parameter in the volume module will be removed in version 3.0.0.

v2.0.0
======

Expand Down
15 changes: 14 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,20 @@ releases:
2.0.0:
changes:
breaking_changes:
- "floating_ip - ``name`` is required for assigning a new floating IP."
- floating_ip - ``name`` is required for assigning a new floating IP.
fragments:
- floating-ip-require-name.yml
release_date: '2021-02-02'
2.1.0:
changes:
deprecated_features:
- The aliases ``server_uuids`` and ``server_uuid`` of the servers parameter
in the volume module will be removed in version 3.0.0.
minor_changes:
- Add interface parameter to server module (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/54).
- Rename server_uuids parameter to servers in volume module (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/54).
fragments:
- add-interface-parameter-to-server-module.yml
- deprecate-server_uuids-volume-module.yml
- rename-server_uuids-parameter-to-servers.yml
release_date: '2021-02-04'

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/deprecate-server_uuids-volume-module.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 @@ -17,4 +17,4 @@ tags:
- cloud
- cloudscale
- cloudscale_ch
version: 2.0.0
version: 2.1.0

0 comments on commit 57a0c73

Please sign in to comment.