Skip to content

Commit 57d83f4

Browse files
committed
release 1.1.0
1 parent 31f084f commit 57d83f4

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
==============================================
2+
Ansible Collection cloudscale.ch Release Notes
3+
==============================================
4+
5+
.. contents:: Topics
6+
7+
8+
v1.1.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- floating_ip - added tags support (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/16)
15+
16+
New Modules
17+
-----------
18+
19+
- objects_user - Manages objects users on the cloudscale.ch IaaS service

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ancestor: null
2+
releases:
3+
1.1.0:
4+
changes:
5+
minor_changes:
6+
- floating_ip - added tags support (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/16)
7+
fragments:
8+
- 16-floating_ip_tags.yml
9+
modules:
10+
- description: Manages objects users on the cloudscale.ch IaaS service
11+
name: objects_user
12+
namespace: ''
13+
release_date: '2020-08-18'

changelogs/fragments/16-floating_ip_tags.yml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tags:
1717
- cloud
1818
- cloudscale
1919
- cloudscale_ch
20-
version: 1.0.0
20+
version: 1.1.0

0 commit comments

Comments
 (0)