Skip to content

Releases: IBM/core-dump-handler

v3.0.0

30 Sep 17:46
@No9 No9
Compare
Choose a tag to compare
  • Move object storage credentials to namespace level secrets
  • First release of the core dump client

v2.1.0

10 Sep 20:04
@No9 No9
Compare
Choose a tag to compare
  • 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 the hostDirectory
    The log level of the composer is now configurable using the composerLogLevel
  • 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 with interval
  • Add troubleshooting section
    Instructions added to the README

v2.0.11

25 Aug 23:06
@No9 No9
Compare
Choose a tag to compare

A minor patch to support EKS that doesn't provide a crictl client in the default ami

v2.0.10

12 May 08:57
@No9 No9
Compare
Choose a tag to compare

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