Skip to content

Commit

Permalink
Prepare release v0.79.1 (#3307)
Browse files Browse the repository at this point in the history
* Prepare release v0.79.1

* fix version
  • Loading branch information
jinja2 authored Jun 23, 2023
1 parent 4bbcfbc commit 1a746cb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.79.1

### πŸ›‘ Breaking changes πŸ›‘

- (Contrib) Set `pkg.translator.prometheus.NormalizeName` feature gate back to Alpha state since it was enabled
Expand All @@ -13,7 +15,9 @@

### πŸ’‘ Enhancements πŸ’‘

- (Splunk) Add spanmetric and count connectors ([#3300](https://github.com/signalfx/splunk-otel-collector/pull/3300))
- (Splunk) Upgrade builds to use golang 1.20.5 ([#3299](https://github.com/signalfx/splunk-otel-collector/pull/3299))
- (Splunk) `receiver/smartagent`: Add `scrapeFailureLogLevel` config field to `prometheus-exporter` and its sourcing monitors to determine the log level for reported scrape failures ([#3260](https://github.com/signalfx/splunk-otel-collector/pull/3260))

### 🧰 Bug fixes 🧰

Expand Down Expand Up @@ -76,10 +80,6 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
- (Contrib) `splunkhecreceiver`: Fix reusing the same splunkhecreiver between logs and metrics ([#22848](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/22848))
- (Core) `connectors`: When replicating data to connectors, consider whether the next pipeline will mutate data ([#7776](https://github.com/open-telemetry/opentelemetry-collector/issues/7776))

### πŸ’‘ Enhancements πŸ’‘

- (Splunk) `receiver/smartagent`: Add `scrapeFailureLogLevel` config field to `prometheus-exporter` and its sourcing monitors to determine the log level for reported scrape failures ([#3260](https://github.com/signalfx/splunk-otel-collector/pull/3260))

## v0.78.1

### 🧰 Bug fixes 🧰
Expand Down Expand Up @@ -195,7 +195,7 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
- Cherry-pick [fluentforward receiver fix](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20721)
from upstream which fixes a performance regression introduced in v0.73.0.
- Fixed sendLoadState, sendSubState and sendActiveState options for [systemd metadata](https://github.com/signalfx/splunk-otel-collector/pull/2929)


## v0.74.0

Expand Down Expand Up @@ -230,7 +230,7 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem

### πŸ’‘ Enhancements πŸ’‘
- [Added discoverybundler, initial embedded bundle.d and enabled properties for discovery mode](https://github.com/signalfx/splunk-otel-collector/pull/2601)
- [Updated pulsarexporter configuration to prepare for using exporter from contrib](https://github.com/signalfx/splunk-otel-collector/pull/2650)
- [Updated pulsarexporter configuration to prepare for using exporter from contrib](https://github.com/signalfx/splunk-otel-collector/pull/2650)
- [Corrected module names for directory locations in examples](https://github.com/signalfx/splunk-otel-collector/pull/2665)
- [Built linux and windows amd64 agent bundles](https://github.com/signalfx/splunk-otel-collector/pull/2649)
- Third party dependency updates
Expand Down Expand Up @@ -496,10 +496,10 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem

### 🧰 Bug fixes 🧰

- Upgrade [`metricstransform`
processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/metricstransformprocessor)
to pick up [migration from OpenCensus data model to
OTLP](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/10817) that fixes a few issues with
- Upgrade [`metricstransform`
processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/metricstransformprocessor)
to pick up [migration from OpenCensus data model to
OTLP](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/10817) that fixes a few issues with
the processor.

## v0.53.0
Expand Down Expand Up @@ -630,8 +630,8 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem

### 🧰 Bug fixes 🧰

- As a bug fix for hosts number miscalculation in Splunk Observability Cloud, Splunk OpenTelemetry Collector running in
agent mode now is configured to override `host.name` attribute of all signals sent from instrumentation libraries by
- As a bug fix for hosts number miscalculation in Splunk Observability Cloud, Splunk OpenTelemetry Collector running in
agent mode now is configured to override `host.name` attribute of all signals sent from instrumentation libraries by
default (#1307)

## v0.45.0
Expand Down Expand Up @@ -789,10 +789,10 @@ This Splunk OpenTelemetry Connector release includes changes from the [opentelem

### πŸ›‘ Breaking changes πŸ›‘

- Reorder detectors in default configs, moving the `system` detector to the
- Reorder detectors in default configs, moving the `system` detector to the
end of the list. Applying this change to a pre-existing config in an EC2
or Azure deployment will change both the `host.name` dimension and the
resource ID dimension on some MTSes, possibly causing detectors to fire.
or Azure deployment will change both the `host.name` dimension and the
resource ID dimension on some MTSes, possibly causing detectors to fire.
(#822)

### πŸ’‘ Enhancements πŸ’‘
Expand Down

0 comments on commit 1a746cb

Please sign in to comment.