Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@MoshiBin MoshiBin released this 30 Jan 13:15
· 40 commits to main since this release

0.4.0 (2023-01-30)

This release adds support for attribute files, a new way of providing attributes to telemetry signals.

Added

  • ✅ Add tests fo CLI invocation with attribute file [177133b]
  • ✨ Parse attributes from a file using the -A option [fab19a3]
  • ✅ Add test for reading attribute file [bc8ecc4]
  • ✨ Add util function to load attributes from file [4fb3da1]

Changed

  • ⬆️ Upgrade docker/setup-buildx-action action to v2.3.0 [46f6fc7]
  • ⬆️ Upgrade ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector Docker tag to v0.69.0 [2980f5a]
  • 📌 Pin github actions to releases, not main branch [a605ca3]
  • ⬆️ Upgrade docker/metadata-action digest to 507c2f2 [255d6a9]
  • 🎨 Move attr logic to utils.collect_attributes [9cb091b]
  • ⬆️ Upgrade ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector Docker tag to v0.68.0 [00194a5]
  • ⬆️ Upgrade docker/metadata-action digest to c98ac5e [e485da8]
  • ⬆️ Upgrade docker/setup-buildx-action digest to c252a3b [1bb6b9f]
  • ⬆️ Upgrade docker/login-action digest to bc135a1 [3421690]
  • ⬆️ Upgrade docker/build-push-action digest to 4eb68bb [7e16682]
  • ⬆️ Upgrade python Docker tag to v3.11.1 [d8d78a0]
  • ⬆️ Upgrade ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector Docker tag to v0.67.0 [e543f75]

Fixed

  • 💚 Enable workflow_call on docker-publish action [7fb71a1]

Miscellaneous

  • 👷 Upload coverage to codecov [80890bc]
  • 👷 Allow release workflow to be called manually [c3c2978]