Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 9ffae82

Browse files
committed
release 1.1.1
1 parent e7bd276 commit 9ffae82

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Vultr Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.1.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- vultr_server - Fix user data not handled correctly (https://github.com/ngine-io/ansible-collection-vultr/pull/26).
15+
816
v1.1.0
917
======
1018

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ releases:
2828
fragments:
2929
- 14-attach-detach-and-resize-volumes.yml
3030
release_date: '2021-02-02'
31+
1.1.1:
32+
changes:
33+
bugfixes:
34+
- vultr_server - Fix user data not handled correctly (https://github.com/ngine-io/ansible-collection-vultr/pull/26).
35+
fragments:
36+
- 26-fix-user-data.yml
37+
release_date: '2022-03-27'

changelogs/fragments/14-attach-detach-and-resize-volumes.yml

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

changelogs/fragments/26-fix-user-data.yml

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

galaxy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ authors:
33
- "René Moser (@resmo)"
44
- "Yanis Guenane (@Spredzy)"
55
dependencies: {}
6-
description: 'Ansible Collection for Vultr Cloud'
7-
documentation: ''
8-
homepage: 'https://github.com/ngine-io/ansible-collection-vultr'
9-
issues: 'https://github.com/ngine-io/ansible-collection-vultr/issues'
6+
description: "Ansible Collection for Vultr Cloud"
7+
documentation: ""
8+
homepage: "https://github.com/ngine-io/ansible-collection-vultr"
9+
issues: "https://github.com/ngine-io/ansible-collection-vultr/issues"
1010
license: GPL-3.0-or-later
1111
name: vultr
1212
namespace: ngine_io
1313
readme: README.md
14-
repository: 'https://github.com/ngine-io/ansible-collection-vultr'
14+
repository: "https://github.com/ngine-io/ansible-collection-vultr"
1515
tags:
1616
- cloud
1717
- vultr
1818
- ngine_io
19-
version: 1.1.0
19+
version: 1.1.1

0 commit comments

Comments
 (0)