Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Release 4 gems #1748

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

This pull request prepares new gem releases for the following gems:

  • opentelemetry-exporter-otlp 0.29.1 (was 0.29.0)
  • opentelemetry-exporter-otlp-metrics 0.2.0 (was 0.1.0)
  • opentelemetry-exporter-zipkin 0.23.2 (was 0.23.1)
  • opentelemetry-metrics-sdk 0.3.0 (was 0.2.0)

For each gem, this pull request modifies the gem version and provides an initial changelog entry based on conventional commit messages. You can edit these changes before merging, to release a different version or to alter the changelog text.

  • To confirm this release, merge this pull request, ensuring the "release: pending" label is set. The release script will trigger automatically on merge.
  • To abort this release, close this pull request without merging.

The generated changelog entries have been copied below:


opentelemetry-exporter-otlp

v0.29.1 / 2024-10-15

  • FIXED: Remove WRITE_TIMEOUT_SUPPORTED

opentelemetry-exporter-otlp-metrics

v0.2.0 / 2024-10-15

  • ADDED: Add basic metrics view
  • FIXED: Remove Metrics OTLP exporter Util#measure_request_duration and duplicate files
  • FIXED: Add mTLS for metrics exporter

opentelemetry-exporter-zipkin

v0.23.2 / 2024-10-15

  • FIXED: Remove WRITE_TIMEOUT_SUPPORTED

opentelemetry-metrics-sdk

v0.3.0 / 2024-10-15

  • ADDED: Add basic metrics view

* opentelemetry-exporter-otlp 0.29.1 (was 0.29.0)
* opentelemetry-exporter-otlp-metrics 0.2.0 (was 0.1.0)
* opentelemetry-exporter-zipkin 0.23.2 (was 0.23.1)
* opentelemetry-metrics-sdk 0.3.0 (was 0.2.0)
Copy link
Contributor Author

WARNING: An additional commit was added while this release PR was open.
You may need to add to the changelog, or close this PR and prepare a new one.

Commit link: 044336d

Message:
fix: Coerce aggregation_temporality to symbol (#1741)

The OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE env var sets the
temporality as a string. However, checks throughout the metrics SDK and
the OTLP exporter expect the temporality to be a symbol.

Now, when aggregations that use this env var are initialized, the
temporality will be coerced into a symbol.

@kaylareopelle
Copy link
Contributor

closing, we'll reopen a new one once the approved metrics PRs are merged

@github-actions github-actions bot deleted the release/multi/20241015150533 branch October 16, 2024 20:06
@github-actions github-actions bot added release: aborted Automated release was aborted and removed release: pending Automated release is pending labels Oct 16, 2024
Copy link
Contributor Author

Release PR closed without merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: aborted Automated release was aborted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants