github grafana/beyla v0.2.0

latest releases: v1.8.4, v0.0.7-pre, v1.8.4-alpha...
11 months ago

What's Changed

Breaking changes 🔨

⚠️ If you selected the executable via YAML, with the properties:

ebpf:
   executable_name: foo
   open_port: 8080

Now both properties are moved to the top level of the file:

executable_name: foo
open_port: 8080

If you used the OPEN_PORT or EXECUTABLE_NAMEenvironment variables, you don't have to change anything.
(related PR by @mariomac in #312)

Other breaking changes:

Bug fixes 🐛

  • Bugfix: match unexisting library version to 0.0.0 by @mariomac in #295
  • Make beyla work with statically, externally-linked executables and CGO by @mariomac in #309

Other changes/additions

New Contributors

Full Changelog: v0.1.0...v0.2.0

Don't miss a new beyla release

NewReleases is sending notifications on new releases.