-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |