Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@jskazinski jskazinski released this 30 Jan 16:48
· 10 commits to main since this release
4465a73
  • Updated the types of drive logs available in 'get logs'.
  • Added support of Redfish event listener in the core
  • Added command to start/ stop Redfish event listener
  • Log failures to load invalid JSON configuration files
  • Switched to using python requests library for all http operations, urllib has SSL limitations
  • Adjust the help command to show help for brand and common commands
  • Display call stack for command exceptions when trace level is DEBUG or higher
  • Created new 'common' command folder. Brand is searched first, then common.
  • Added new 'show brands' command which displays all brands and a command count.
  • Moved many commands from 'systems' and 'example' to 'common'
  • Minor bug correction in 'create session'
  • Created a new Open BMC brand (obmc) as a starting point
  • Added new core/display.py with max_width() function
  • Skipped warning message for zip content type when using "get logs component=controller".
  • Removed use of the undefined "context" variable, this ensures "http push <firmware_file>" does not exit with an error.