Releases: IBM/core-dump-handler
Releases · IBM/core-dump-handler
v7.0.0
v6.0.0
- 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
- Added linting to the chart PR process
v5.0.2
- Support for JSON Schema
v5.0.1
A Helm chart for deploying a core dump management system to Kubernetes
v5.0.0
- 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 ofcharts
New Contributors
- @timbuchwaldt made their first contribution in #32
Full Changelog: v4.2.0...v5.0.0
v4.2.0
- 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
- Add
--set daemonset.DeployCrioConfig=true
to enable the usage of a default crictl config. - Add
--set daemonset.composerCrioImageCmd="images"
option to override thecrictl img
option - Clippy modifications ran
- Deeper debugging output on composer now shows commands executed
- Support for digital ocean kubernetes service