Skip to content

Release v0.87.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 15:24
· 711 commits to main since this release
eb765b8

πŸ›‘ Breaking changes πŸ›‘

  • OpAMP Bridge: This PR simplifies the bridge's configuration and logging by renaming and removing fields. (#1368)
    components_allowed => componentsAllowed
    ❌ protocol which is now inferred from endpoint
    capabilities []string => map[Capability]bool for enhanced configuration validation
  • operator: Enable Target Allocator Rewrite by default (#2208)
    See the documentation for details.
    Use the --feature-gates=-operator.collector.rewritetargetallocator command line option to switch back to the old behaviour.

πŸ’‘ Enhancements πŸ’‘

  • operator: updating the operator to use the Collector's debug exporter in replacement of the deprecated logging exporter (#2130)
  • operator: Publish operator images for I IBM P/Z (linux/s390x,linux/ppc64le) architectures. (#2215)
  • Documentation: Add diagrams to Target Allocator Readme. (#2229)
  • target allocator: Add rate limiting for scrape config updates (#1544)

🧰 Bug fixes 🧰

  • operator: Set the security context for the init containers of the Apache HTTPD instrumentation (#2050)

Components