Skip to content

v0.2.0

Compare
Choose a tag to compare
@mariomac mariomac released this 04 Oct 08:19
· 876 commits to main since this release
88f34f5

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