v1.0.0 changelog

This commit is contained in:
Xabi 2021-05-09 20:12:12 +02:00 committed by GitHub
parent 7f7203b6bb
commit 2b4f351717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
CHANGELOG.md Normal file
View File

@ -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]