forked from seveas/python-hpilo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
147 lines (93 loc) · 3.57 KB
/
Copy pathCHANGES
File metadata and controls
147 lines (93 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Version 2.12, 2015-04-07
* Proliant gen9 compatibility fixes
* Fix to trapcommunity parameters in mod_snmp_im_settings
* Don't ask for login data when they are not needed
* Ignore ENOTCONN when closing connections
* Support local firmware mirrors
Version 2.11, 2015-01-12
* set_server_name now works around a bug in some iLO versions
Version 2.10, 2014-12-21
* Fixes to get_embedded_health
* Restore python 2.4 compatibility
Version 2.9, 2014-10-18
* Work around an iLO bug in the get_embedded_health output
* Bugfix in certificate_signing_request
Version 2.8, 2014-08-08
* Adds several new functions for iLO4 support
Version 2.7, 2014-07-23
* update_rib_firmware now accepts firmware version numbers and will install the
specified version
* xmldata now respects timeouts and refuses to use a proxy
* Several small bugfixes
Backward incompatibility note: update_rib_firmware accepts a callback that gets
called with progress updates. The messages this callback gets have been
simplified an no longer contain LF or ANSI characters, all responsibility for
correct presentation now lies with the progress callback.
Version 2.6.2, 2014-06-16
* Deal with backwards incompatibility in import_ssh_key
Version 2.6.1, 2014-04-16
* Brown paper bag release, 2.6 did not update the version
Version 2.6, 2014-04-16
* Add an xmldata call, which is not actually using the XML api but parses what
a request to /xmldata?item=all returns.
* Support for structured arguments in the command-line tool
* Several bugfixes and new calls and new arguments to existing calls
Version 2.5, 2013-11-28
* hponcfg can update firmware, so make the ILO_LOCAL support in hpilo.py
support this as well
Version 2.4.2, 2013-11-11
* hpilo_ca supports ilo4+ as well
Version 2.4.1, 2013-11-06
* Bugfix in mod_network_settings
Version 2.4, 2013-10-27
* Much better ipv6 support
Version 2.3, 2013-10-11
* Many more functions that were introduced with more recent versions of iLO and
with firmware updates
Version 2.2, 2013-09-17
* Clearer errors when calling unsupported funcrions
* Support for YAML output
* Support for older SSL versions
Version 2.1, 2013-02-06
* More useful get_embedded_health for iLO3 and iLO4
* Several bugs fixed
* Test framwwork fixes
Version 2.0.1, 2013-01-05
* Fixes several regressions in 2.0
Version 2.0, 2012-12-24
* Add a delayed call function so you can call multiple functions in one
connection, speeding up total functionality
* Add mod_dir_config
* Add callback functionality and clean up code by using them
Version 1.5, 2012-11-08
* Add a small test suite
* Fixes several bugs
* hpilo_cli now asks for a username/password if they're now given
* More consistent get_one_time_boot output
Version 1.4.1, 2012-09-08
* Packaging fixes
Version 1.4, 2012-09-04
* Improved documentation
* Be compatible with more python versions
Version 1.3, 2012-08-28
* iLO 4 support
* More python 3 compatibility
* Now includes autoatic latest firmware downloader
* Can now talk to the iLO via hponcfg instead of the network
Version 1.2, 2012-06-07
* Python 3 compatibility
* Don't break base64 data while working around an HP bug
* Fixes for import_ssh_key
Version 1.1, 2012-03-31
* Handle TLSv1 connections
Version 1.0, 2012-03-10
* Adds certificate handling and a mini-CA
* Improved documentation
* Cleanup in some functions
Version 0.5, 2012-03-09
* Add firmware update functionality
* More functions added
* Backwards incompatible change in some methods to stick to HP's XML tag names
* More useful --help output and error messages
Version 0.2, 2012-03-01
* Initial public release, older versions were internal-only