Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | Repositories | fwget User Guidefwget Releases
fwget is open source software licensed under the GPLv2. We're interested in your feedback and pull requests. Check the HPE fwget github repository to contribute or clone the latest development branch.
Latest Release
Version | Date | Links | Release Notes | Supported Environment |
---|---|---|---|---|
v1.0.5 Latest |
fwget.py fwget-1.0.5-1.noarch.rpm fwget-1.0.5-1_all.deb |
• [Improvement] Optimize fwlist performance • [Improvement] Add checks for fwget/fwlist configurations and input commands • [Improvement] Enhance reliability and security • [New] fwlist supports using environment proxy settings (default is disabled) • [New] Add version check argument for fwget/fwlist View details ↓ |
Python: 3.6+ RPM: RHEL 8/9/10 SLES 15 DEB: Ubuntu 20.04-24.04 Debian 10/11/12 |
Previous Releases
Version | Date | Links | Release Notes | Supported Environment |
---|---|---|---|---|
v1.0.4 |
fwget.py fwget-1.0.4-1.noarch.rpm fwget-1.0.4-1_all.deb |
• [New] Automatically download JSON metadata alongside fwpkg packages • [New] Add fwlist support to discover and export local server firmware information • [Important] fwget.conf format updated, remove old ~/.fwget.conf before upgrading View details ↓ |
Python: 3+ RPM: RHEL 8/9, SLES 15 DEB: Ubuntu, Debian |
|
v1.0.2 |
fwget.py fwget-1.0.2-1.noarch.rpm fwget-1.0.2-1_all.deb |
• Update json index to include multiple targets per firmware |
Python: 3+ RPM: RHEL 8/9, SLES 15 DEB: Ubuntu, Debian |
Release Notes
v1.0.5 - August 05, 2025
[Improvement] Optimize fwlist performance
- Improved fwlist to substantially reduce the time required for retrieving firmware information from the specified server
[Improvement] Add checks for fwget/fwlist configurations and input commands
- Improved the stability and responsiveness of fwget and fwlist by adding early validation for configurations and input commands
- This change helps catch issues sooner, reducing delays and minimizing the chance of errors during execution
[Improvement] Enhance reliability and security
- Added network operation timeouts to prevent hanging connections
- Refactored codebase to enhance stability and maintainability, resolving issues including shadowed built-in names, inconsistent indentation, and unsafe exception handling, etc.
[New] fwlist supports using environment proxy settings
- When "ilo_proxy" is set to "yes", fwlist will use the proxy settings defined in the environment variables (HTTP_PROXY, HTTPS_PROXY) to access the specified server
[New] Add version check argument for fwget/fwlist
- Allow users to easily check the current version installed on the system
v1.0.4 - March 10, 2025
[New] Automatically download JSON metadata alongside fwpkg packages (Gen12 SPP+)
- To support the firmware metadata decoupled from the fwpkg, when downloading firmware packages (.fwpkg), the corresponding JSON metadata file is now automatically downloaded
[New] Add fwlist support to discover and export local server firmware information
- Through the results retrieved from the server, users can identify which firmware should be used for their devices
- Supports both spaced and JSON display formats