Skip to content

Releases: observIQ/bindplane-agent

v2.0.0-alpha.1+2

11 Sep 13:25
d16d5c8
Compare
Choose a tag to compare
v2.0.0-alpha.1+2 Pre-release
Pre-release

Changelog

Alpha version of BindPlane Agent 2.0

v1.59.2

06 Sep 20:06
Compare
Choose a tag to compare

Changelog

Bug Fixes

Other

v1.59.1

03 Sep 21:41
Compare
Choose a tag to compare

Changelog

New Features

Bug Fixes

Dependencies

Other

v1.59.0

03 Sep 18:04
7fea48a
Compare
Choose a tag to compare
v1.59.0 Pre-release
Pre-release

Changelog

New Features

Bug Fixes

Dependencies

Other

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