v0.3.3
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 andGetHeimdallApp
to get the heimdall app object in external services - Removed code dependency on bor repo
- Integration of security tools such as
govuln
,snyk
andsonarqube
- Updated packager for
binutils
- Flag to turn on/off self-healing process (disabled by default)
- Minor improvements
- Version bump
What's Changed
- Merge qa to master by @marcello33 in #970
- mardizzone/version-bump by @marcello33 in #971
- Version bump (0.3.3) by @pratikspatil024 in #974
- dev: add: add login to docker hub for release workflow by @marcello33 in #977
- hotfix/docker-auth by @marcello33 in #978