Skip to content

Releases: observIQ/bindplane-agent

v1.58.3

20 Aug 19:54
Compare
Choose a tag to compare

Changelog

New Features

Dependencies

  • 7bb2c46: deps: Dependabot 08-20-2024
  • 3e5d8cd: fix: Address mholt/archiver/v3 CVE

Other

v1.57.2

07 Aug 13:50
Compare
Choose a tag to compare

Changelog

Note: There are no v1.57.0 and v1.57.1 releases. Instead, use this (v1.57.2) release.

New Features

  • f2fec0b: deps: Bump OTel deps to v0.106.1 (includes v0.106.0) (#1776) (@BinaryFissionGames)
    • Highlighted Breaking changes:
      • processor/memorylimiter: The memory limiter processor will no longer account for ballast size.
      • extension/memorylimiter: The memory limiter extension will no longer account for ballast size.
      • service: Update all metrics to include otelcol_ prefix to ensure consistency across OTLP and Prometheus metrics
    • Highlighted features:
      • vcenterreceiver: Adds vCenter vSAN host metrics.
      • pkg/ottl: Handle JSON array provided to ParseJSON function
  • c864ed3: feat(container): Minimal scratch based container image (#1769) (@jsirianni)
  • f26826d: feat(docker): Add BindPlane support to minimal image (#1771) (@jsirianni)
  • 15bad30: feat(release): Sign container images with Cosign (#1772) (@jsirianni)

Bug Fixes

Dependencies

  • 4040ae4: deps(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible in /internal/tools (#1774) (@dependabot[bot])

Other

v1.56.0

23 Jul 14:27
7100932
Compare
Choose a tag to compare

Changelog

Bug Fixes

Dependencies

Other

v1.55.0

09 Jul 19:08
7a92a7e
Compare
Choose a tag to compare

Changelog

Features

  • 1ab4cb3: deps: Update otel to 0.104.0 (#1723) (@BinaryFissionGames)
    • BREAKING CHANGES:
      • $ENV_VAR_NAME syntax for adding environment variables to your config is deprecated. Use ${env:ENV_VAR_NAME} to specify environment variables instead (the former syntax will not work in future versions)
      • OTLP receiver now uses localhost by default, instead of binding to all available addresses

Dependencies

Other

v1.54.0

26 Jun 20:03
0709053
Compare
Choose a tag to compare

Changelog

New Features

Dependencies

Other

v1.53.0

11 Jun 18:58
644fbd6
Compare
Choose a tag to compare

Changelog

Bug Fixes

Dependencies

  • 2f1c123: deps: dependabot 06-11-2024 (#1684) (@dpaasman00)
  • e11057d: deps: Upgrade OTel to v0.102.1 (#1683) (@dpaasman00)
    • Breaking Changes:
      • envprovider: Restricts Environment Variable names. Environment variable names must now be ASCII only and start with a letter or an underscore, and can only contain underscores, letters, or numbers.
      • confighttp: Apply MaxRequestBodySize to the result of a decompressed body. In response to gzip DoS attack vulnerability. For most clients, this shouldn't be a problem, but if you often have payloads that decompress to more than 20 MiB, you might want to either configure your
        client to send smaller batches (recommended), or increase the limit using the MaxRequestBodySize option.

Other

v1.52.0

28 May 16:53
e88aea7
Compare
Choose a tag to compare

Changelog

Bug Fixes

Dependencies

Other

v1.51.0

14 May 16:42
a1bd3fe
Compare
Choose a tag to compare

Changelog

New Features

Dependencies

Other

v1.50.0

01 May 16:41
1756788
Compare
Choose a tag to compare

Changelog

Dependencies

v1.44.1

24 Apr 17:00
f3b60ba
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Support collection of the system.cpu.utilization metric from hostmetricsreceiver on Windows 7 32bit by collecting the total utilization for all CPUs instead of per-CPU.