- Changed 'display_name' field to 'display' since 'display_name' field has been removed in Netbox 2.11.0
Fixed
1.2.0
Added
- `bmcmanager server factory reset` command for Lenovo servers. - Automatically enable auto-completion when installing with the snap package.
Changed
Fixed
- Handling case where credentials on NetBox are not set.
1.1.020201129
Added
- Initial support for MaaS DCIM. See README.md for configuration and usage.
Changed
- Switched to `pbr` for installation. - Build snap for `amd64` and `arm64` architectures.
Fixed
- Crashes when the IPMI address was not prefixed with `http://` or `https://`. - `bmcmanager check sensor` command returned OK status when the underlying commands timed out.
1.0.3
Added
- `bmcmanager server list` now also prints the server IPMI addresses.
Changed
Fixed
1.0.2
Added
- `bmcmanager firmware latest check --after YYYY-MM-DD` command, to check whether new firmware versions have been released after a specific date.
Changed
Fixed
- When a command failed, sometimes a successful return code (0) was returned, along with a false "No servers found" message.
1.0.1
Fixed
- Compare versions as tuples instead of strings if possible when checking for firmware upgrades.