From 516dae9c01dbde84b9e45628e81fd981061800df Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 13 Jul 2017 08:44:25 +0200 Subject: [PATCH] README, Changelog, module.info. prepare v1.1.0 --- README.md | 1 + doc/84-Changelog.md | 18 ++++++++++++++++++ module.info | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 doc/84-Changelog.md diff --git a/README.md b/README.md index 8c47e64..d73143f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Documentation * [Define an Import Source](doc/03-Import-Source.md) * [Working on the CLI](doc/04-CLI-Commands.md) * [Contributing](doc/81-Contributing.md) +* [Changelog](doc/84-Changelog.md) Compatibility ------------- diff --git a/doc/84-Changelog.md b/doc/84-Changelog.md new file mode 100644 index 0000000..bda9fc1 --- /dev/null +++ b/doc/84-Changelog.md @@ -0,0 +1,18 @@ +Changelog +=============================== + +1.1.0 +----- + +Import now ships real Hashes/Dictionaries. Formerly, flat dot-separated keys +have been used. This is a breaking change compared to 1.0.0. However, as Sync +initially wasn't really possible without the help of PropertyModifiers, this +was definitively the way to go. + +1.0.0 +----- + +First stable release. Provides a Director Import Source for Virtual Machines and +Host Systems. Also, some CLI-Tools for debugging (or automation) purposes are +available. + diff --git a/module.info b/module.info index 349969a..b9f35d8 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: vSphere -Version: 1.0.0 +Version: 1.1.0 Depends: director>=1.3.0 Description: VMware vSphere Import Source The main purpose of this module is being a Import Source provider for the