Skip to content

Releases: IBM/core-dump-handler

v6.0.0

08 Nov 21:27
6ff214c
Compare
Choose a tag to compare
  • Create CODE_OF_CONDUCT.md by @No9 in #42
  • Add support for a schedule CRON based schedules based on https://github.com/mvniekerk/tokio-cron-scheduler
  • Add INotify support based on https://github.com/hannobraun/inotify-rs
  • Separate core storage from the deployment folder to allow a larger directory to be defined for longer schedule periods
  • JSON Schema created to refine S3 credential and schedule definitions
  • Added debug symbols and set panic as abort for core-dump-agent to assist in debugging
  • On demand sweeping using the agent cli in the pod.

Full Changelog: v5.0.3...v6.0.0

v5.0.3

01 Nov 03:09
3a8f785
Compare
Choose a tag to compare
  • Added linting to the chart PR process

v5.0.2

31 Oct 11:46
3db971f
Compare
Choose a tag to compare
  • Support for JSON Schema

v5.0.1

31 Oct 01:08
c548ad1
Compare
Choose a tag to compare

A Helm chart for deploying a core dump management system to Kubernetes

v5.0.0

30 Oct 14:46
b4020ee
Compare
Choose a tag to compare
  • Allow env-var overriding and custom region support by @timbuchwaldt in #32
  • Automated chart packaging with signing @No9 in #35
  • BREAKING CHANGE: chart definition moved into the charts/core-dump-handler folder instead of being in the base folder of charts

New Contributors

Full Changelog: v4.2.0...v5.0.0

v4.2.0

28 Oct 10:27
@No9 No9
a2c4745
Compare
Choose a tag to compare
  • Captures the node hostname in dump-info.json #30
  • Exposed the agent container request and limits resources in Helm #26
  • Full support for EKS 1.20 by copying crictl to the shared folder with the --set daemonset.includeCrioExe=true command

Full Changelog: v4.1.0...v4.2.0

v4.1.0

26 Oct 10:00
@No9 No9
e3a287d
Compare
Choose a tag to compare
  • Add --set daemonset.DeployCrioConfig=true to enable the usage of a default crictl config.
  • Add --set daemonset.composerCrioImageCmd="images" option to override the crictl img option
  • Clippy modifications ran
  • Deeper debugging output on composer now shows commands executed
  • Support for digital ocean kubernetes service

v4.0.0

09 Oct 14:10
@No9 No9
Compare
Choose a tag to compare
  • Rename of core-dump-client from cdc to cdcli to prevent name clash with composer
  • Add publish workflow action to prebuild client binaries

v3.2.0

06 Oct 00:40
@No9 No9
Compare
Choose a tag to compare
  • Add additional flag to not run the crictl routines so that EKS is a cleaner runtime and pave the way to non container scenarios.
  • Fix an issue in the cleanup of the SUID flag to ensure it's reset.

v3.1.0

02 Oct 21:24
@No9 No9
Compare
Choose a tag to compare
  • Add /home/kubernetes/bin to the path to support crictl on GKE.
  • Update matrix