Skip to content

Commit a9db6b8

Browse files
committed
The releases are documented in a changelog file
Signed-off-by: Harald Albers <github@albersweb.de>
1 parent 502b14c commit a9db6b8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## v2.0.0 (2018-10-02)
4+
5+
### Features
6+
7+
- Customization of the ssh public keys was moved from the dedicated `public-keys` property to a [Cloud Config Data](https://cloudinit.readthedocs.io/en/latest/topics/format.html#cloud-config-data) section file specified in `user-data`.
8+
This enables the following features:
9+
- Multiple ssh public keys can be added.
10+
- A password can be set for the user "ubuntu" without forcing it to be changed on first login (which would break the ansible connection).
11+
12+
- A workaround for https://github.com/ansible/ansible/issues/45223 was added.
13+
14+
### Changes
15+
16+
- The `cidr` variable was renamed to `network`.
17+
18+
## v1.0.0 (2018-09-27)
19+
20+
Support for creating virtual machines from Ubuntu Cloud Images with adjusted hardware.

0 commit comments

Comments
 (0)