This repository was archived by the owner on Jul 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Vultr Collection Release Notes
5
5
.. contents :: Topics
6
6
7
7
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
+
8
16
v1.1.0
9
17
======
10
18
Original file line number Diff line number Diff line change @@ -28,3 +28,10 @@ releases:
28
28
fragments :
29
29
- 14-attach-detach-and-resize-volumes.yml
30
30
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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ authors:
3
3
- " René Moser (@resmo)"
4
4
- " Yanis Guenane (@Spredzy)"
5
5
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"
10
10
license : GPL-3.0-or-later
11
11
name : vultr
12
12
namespace : ngine_io
13
13
readme : README.md
14
- repository : ' https://github.com/ngine-io/ansible-collection-vultr'
14
+ repository : " https://github.com/ngine-io/ansible-collection-vultr"
15
15
tags :
16
16
- cloud
17
17
- vultr
18
18
- ngine_io
19
- version : 1.1.0
19
+ version : 1.1.1
You can’t perform that action at this time.
0 commit comments