Releases: observIQ/bindplane-agent
Releases · observIQ/bindplane-agent
v2.0.0-alpha.1+2
Changelog
Alpha version of BindPlane Agent 2.0
v1.59.2
Changelog
Bug Fixes
- 5f2bb9c: fix: Throughput measurement processor conflicts if put in multiple pipelines (#1842) (@BinaryFissionGames)
Other
- 00a9769: chore: Bump modules to v1.59.2 (@BinaryFissionGames)
v1.59.1
Changelog
New Features
- 0955482: deps: Bump OTel to v0.108.0 (#1834) (@BinaryFissionGames)
- Notable Features
- pkg/ottl: Introduce UserAgent converter to parse UserAgent strings (open-telemetry/opentelemetry-collector-contrib#32434)
- Notable Bug Fixes
- vcenterreceiver: Several host performance metrics now return 1 data point per time series instead of 5.
- Notable Features
- ced653e: feat: Add okta receiver (#1814) (@colelaven)
- 8f29093: feat: Add routing connector (#1811) (@BinaryFissionGames)
- b39f874: feat: add webhook event receiver to build (#1835) (@BinaryFissionGames)
- a2f6220: feat: custom message based throughput measurements (#1691) (@BinaryFissionGames)
Bug Fixes
- b6e77a7: fix: Set featuregate for convert sum/gauge to false temporarily (#1840) (@BinaryFissionGames)
- 2b7e470: fix(chronicleforwardexporter): Escape newlines in string body (#1818) (@kuiperda)
- 89bda3d: fix(plugin): Tomcat plugin has been failing to parse catalina logs due to a bad regex (#1823) (@Dylan-M)
- 7fe37ad: fix(secops): mark non-transient errors as permanent (#1825) (@BinaryFissionGames)
Dependencies
- a474c49: deps: Dependabot 09-03-2024 (#1837) (@BinaryFissionGames)
Other
- ab2afb4: Update modules to v1.59.0 (@dpaasman00)
- 0c1d35e: chore(release): Use 8 core runner (#1810) (@jsirianni)
- 606df9a: chore: Custom .tar.gz and .zip unarchive functions (#1824) (@dpaasman00)
- af82bc1: chore: Disable confmap featuregate (#1820) (@dpaasman00)
- 7fea48a: chore: Merge v1.59.0 to main in prep for release (#1838) (@BinaryFissionGames)
- ef1d027: chore: Test caching to speed up test action (#1812) (@dpaasman00)
- 6fdb916: upgrade to go v1.22.6 (#1826) (@colelaven)
- e3d26f2: Set featuregate for convert sum/gauge to false temporarily (@BinaryFissionGames)
- d0579f1: bump modules to v1.59.1 (@BinaryFissionGames)
v1.59.0
Changelog
New Features
- ced653e: feat: Add okta receiver (#1814) (@colelaven)
- 8f29093: feat: Add routing connector (#1811) (@BinaryFissionGames)
- b39f874: feat: add webhook event receiver to build (#1835) (@BinaryFissionGames)
- a2f6220: feat: custom message based throughput measurements (#1691) (@BinaryFissionGames)
Bug Fixes
- 2b7e470: fix(chronicleforwardexporter): Escape newlines in string body (#1818) (@kuiperda)
- 89bda3d: fix(plugin): Tomcat plugin has been failing to parse catalina logs due to a bad regex (#1823) (@Dylan-M)
- 7fe37ad: fix(secops): mark non-transient errors as permanent (#1825) (@BinaryFissionGames)
Dependencies
- 0955482: deps: Bump OTel to v0.108.0 (#1834) (@BinaryFissionGames)
- a474c49: deps: Dependabot 09-03-2024 (#1837) (@BinaryFissionGames)
Other
- ab2afb4: Update modules to v1.59.0 (@dpaasman00)
- 0c1d35e: chore(release): Use 8 core runner (#1810) (@jsirianni)
- 606df9a: chore: Custom .tar.gz and .zip unarchive functions (#1824) (@dpaasman00)
- af82bc1: chore: Disable confmap featuregate (#1820) (@dpaasman00)
- 7fea48a: chore: Merge v1.59.0 to main in prep for release (#1838) (@BinaryFissionGames)
- ef1d027: chore: Test caching to speed up test action (#1812) (@dpaasman00)
- 6fdb916: upgrade to go v1.22.6 (#1826) (@colelaven)
v1.58.3
Changelog
New Features
- 3aa8419: deps: update OTel to v0.107.0 (@dpaasman00)
- Highlighted Changes:
- Fix CVE GHSA-rfxf-mf63-cpqv on the bearerauthtokenextension
confmap
: Set theconfmap.unifyEnvVarExpansion
feature gate to Stable. Expansion of$FOO
env vars is no longer supported. Use${FOO}
or${env:FOO}
instead. (open-telemetry/opentelemetry-collector#10508)
- Highlighted Changes:
Dependencies
Other
- 1f3ef21: bump modules to v1.58.3 (@dpaasman00)
- 28569c7: chore(tooling): upgrade to Goreleaser v2 (@jsirianni)
- 65b8b5e: chore: use env as default provider (as is heavily recommended) (@BinaryFissionGames)
- b167938: chore(policy): Security Vulnerability reporting(@jsirianni)
v1.57.2
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
- Highlighted Breaking changes:
- 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
- fb6493d: fix(doc): Reload systemd after systemctl edit (#1768) (@jsirianni)
- 18a99a7: fix: Fix throughput measurement name changes (#1786) (@BinaryFissionGames)
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
- d79a7f0: Update modules to v1.57.0 (@dpaasman00)
- 34dac30: chore(docker): Use release_deps when copying files to container images (#1770) (@jsirianni)
- cda1941: chore: Merge release/v1.57.0 to main in prep for release (#1784) (@BinaryFissionGames)
- ed0c695: bump modules to v1.57.2 (@BinaryFissionGames)
- 85839ed: fix: Remove length limit from component name (#1785) (@BinaryFissionGames)
- 9399155: Bump modules to v1.57.1 (@BinaryFissionGames)
v1.56.0
Changelog
Bug Fixes
- b32caef: fix: Remove exec from SAP Netweaver receiver (#1765) (@BinaryFissionGames)
Dependencies
- 6c42443: deps: Update OTel to v0.105.0 (#1758) (@dpaasman00)
- d70ce3d: deps: Dependabot 07-22-2024 (#1764) (@dpaasman00)
Other
- 92b835d: Update Modules to v1.56.0 (@dpaasman00)
- 7100932: chore: Merge v1.56.0 to main (#1767) (@dpaasman00)
- 2e80c0a: chore: Update dependabot config (#1759) (@dpaasman00)
v1.55.0
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
- BREAKING CHANGES:
Dependencies
- bb28e2f: deps: dependabot 07/09/2024 (#1724) (@BinaryFissionGames)
- aa11d52: deps: use stanza v0.104.0 (#1725) (@BinaryFissionGames)
Other
- 7a92a7e: chore: Merge v1.55.0 to main (#1726) (@BinaryFissionGames)
- 066f402: chore: Update dependabot with tools folder (#1715) (@dpaasman00)
- ed62f74: make update-modules (@dpaasman00)
v1.54.0
Changelog
New Features
- 7cd29b1: feat: New snapshot processor based on custom messages (#1663) (@BinaryFissionGames)
- 855324a: deps: Windows Event Log updates (#1706) (@dpaasman00)
Dependencies
- e815814: deps: Dependabot 06-26-2024 (#1707) (@dpaasman00)
- 60bf26f: deps: Update OTel to v0.103.0 (#1703) (@dpaasman00)
- 18db94a: deps: Use
internal/tools
for tools rather than install from Makefile (#1698) (@dpaasman00) - c8e1a7f: deps: Update mdatagen (#1702) (@dpaasman00)
Other
- 0709053: chore: Release v1.54.0 (#1708) (@dpaasman00)
- 5f1cd95: chore: bump modules to v1.54.0 (@dpaasman00)
- 5d19993: chore: release test ease of use (#1692) (@BinaryFissionGames)
v1.53.0
Changelog
Bug Fixes
- 22e86b9: fix(googlecloudexporter): Skip setting host.name when k8s.pod.name is present (#1669) (@jsirianni)
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.
- Breaking Changes:
Other
- c4dbd37: chore: Bump modules to v1.53.0 (@BinaryFissionGames)
- 644fbd6: chore: Merge v1.53.0 to main (#1685) (@dpaasman00)
- e503859: chore: Switch to using OTel SDK for throughputmeasurement processor (#1665) (@BinaryFissionGames)
- 0feb4e2: chore: Update default config to use nop components, disable agent prometheus metrics (#1674) (@jsirianni)