Releases: IBM/core-dump-handler
Releases · IBM/core-dump-handler
v3.0.0
v2.1.0
- Remove master branch and default to main
- Add support for SUID_DUMPABLE tunable
This allows processes that call setuid to create core dumps See #7 - Additional Logging Features
Logs from the composer will now be saved in the root of thehostDirectory
The log level of the composer is now configurable using thecomposerLogLevel
- Advisory on file that is being written to in order to prevent upload starting before write is complete
While not reported as an issue this guard has been put in place to help ensure corrupted files aren't created - Support for configuring interval of agent polling
The default interval is 60000 ms (1min) this can now be modified withinterval
- Add troubleshooting section
Instructions added to the README
v2.0.11
v2.0.10
First release of the redesigned system.
- Moved to Rust for improved error handling, testing and logging
- Removed dependency on S3FUSE file system
- Consolidated images to RHEL UBI
- Single docker build process
- More metadata captured on crash
- Validatied on Azure AKS