Skip to content

Releases: nokia/koredump

0.4.0

27 Apr 06:20
Compare
Choose a tag to compare

Changed

  • REST API access now requires valid Kubernetes token. koredumpctl tool can take it from oc whoami --show-token command output in Red Hat OCP.
  • Switch container base image to Red Hat UBI8. Container build is reworked and python dependencies now installed with pip. Container images are now built to amd64, arm64, ppc64le and s390x.
  • Collection of core files from given namespaces only, see Helm chart filter.namespaceRegex variable. The variable can be defined when koredump is installed into Kubernetes cluster.
  • koredumpctl tool shows more information in list command output.
  • koredumpctl tool can automatically connect to exposed REST API, that was exposed with OCP routes, instead of doing port forward.

Fixed

  • Speed up and improve reading of systemd journal.
  • Fixes to koredumpctl error handling.
  • Fixes to HTTP logging in containers.

0.3.4

02 Mar 09:54
Compare
Choose a tag to compare

Changed

  • Container image repository is now ghcr.io/nokia/koredump
  • Improve metadata parsing in Red Hat OCP.

Fixed

  • Fix for SELinux enforcing mode.

0.3.3

23 Feb 09:07
Compare
Choose a tag to compare

Changed

  • Improve journal log reading reliability in koremonitor.
  • Set CPU and memory requests and limits in Helm chart.
  • Tweaks to tools and code.

0.3.2

18 Feb 07:18
Compare
Choose a tag to compare

Changed

  • Drop "koredump" prefix from git repository tags.

0.3.1

18 Feb 06:36
Compare
Choose a tag to compare

Changed

  • Use one container image instead of two.

0.3.0

17 Feb 08:21
Compare
Choose a tag to compare

Added

  • Initial release at GitHub.