Skip to content

Commit 00a6452

Browse files
committed
Release version 1.3.1
1 parent ec8e940 commit 00a6452

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Ansible Collection cloudscale.ch Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.1
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Implemented identical naming support of the same resource type per zone (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/46).
15+
16+
Bugfixes
17+
--------
18+
19+
- Fix inventory plugin failing to launch (https://github.com/cloudscale-ch/ansible-collection-cloudscale/issues/49).
20+
821
v1.3.0
922
======
1023

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ releases:
3838
name: subnet
3939
namespace: ''
4040
release_date: '2020-11-23'
41+
1.3.1:
42+
changes:
43+
bugfixes:
44+
- Fix inventory plugin failing to launch (https://github.com/cloudscale-ch/ansible-collection-cloudscale/issues/49).
45+
minor_changes:
46+
- Implemented identical naming support of the same resource type per zone (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/46).
47+
fragments:
48+
- allow-similar-name-per-zone.yml
49+
- fix-inventory-plugin-error.yml
50+
release_date: '2021-01-26'

changelogs/fragments/allow-similar-name-per-zone.yml

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

changelogs/fragments/fix-inventory-plugin-error.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.3.0
20+
version: 1.3.1

0 commit comments

Comments
 (0)