Skip to content

v0.3.3

Compare
Choose a tag to compare
@marcello33 marcello33 released this 31 Mar 15:41
· 427 commits to master since this release
fd0adfc

Version v0.3.3 is a new incremental release containing several new features:

  • PR template for heimdall
  • Support for OpenTelemetry Collector to allow developers to trace multiple functions and send traces to observability dashboards like Datadog, Jaeger etc.
  • Changes to heimdalld folder, So that heimdall process can be started from other services/scripts by using NewHeimdallService as a constructor method to start the process and GetHeimdallApp to get the heimdall app object in external services
  • Removed code dependency on bor repo
  • Integration of security tools such as govuln, snyk and sonarqube
  • Updated packager for binutils
  • Flag to turn on/off self-healing process (disabled by default)
  • Minor improvements
  • Version bump

What's Changed