From 2b4f351717a090b25284d8ca716e0dda8e57f37c Mon Sep 17 00:00:00 2001 From: Xabi Date: Sun, 9 May 2021 20:12:12 +0200 Subject: [PATCH] v1.0.0 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2118ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## v1.0.0 +- Added option to ignore invalid SSL certificate (by @bmillemathias) [PR](https://github.com/ansible/ansible/pull/17247) +- Compatible with a Proxmox cluster (by @xezpeleta) +- Added group 'running' (by @xezpeleta) +- Added backwards compatibility with openvz and Proxmox3 (@isindir) [#1] +- Added optional JSON configuration file (@nmaggioni) [#2] +- Added backwards compatibility with python 2.6 (@isindir) [#3] +- Handle cases where node is unavailable (@andor44) [#7] +- Fix python 2 and 3 compatibility (@gardar) [#14] +- Filter on qemu and lxc resources only (@adubreuiltk) [#16] +- Get the IP address automatically (@xezpeleta) [#8] +- Fixed UnboundLocalError (@hosfeld) [#25] +- Fixed python3 errors (@akhan23wgu) [#26] +- Fix QEMU guest agent IP address retrieval (@johnpc35) [#31] +- Added skipping 596 error code (@srufle) [33] +- Added Proxmox osinfo on host_vars, create group base on OS, and fix issue #34 (@maynero) [#36]