Skip to content

Commit

Permalink
Bump the all group with 5 updates (#397)
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
| `1.29.0` | `1.30.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `1.29.0` | `1.30.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go)
| `1.29.0` | `1.30.0` |
|
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
| `1.29.0` | `1.30.0` |
|
[go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go)
| `1.29.0` | `1.30.0` |

Updates `go.opentelemetry.io/otel` from 1.29.0 to 1.30.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel's
changelog</a>.</em></p>
<blockquote>
<h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2>
<h3>Added</h3>
<ul>
<li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and
<code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewMeterProvider</code> now merges the provided resources with the
ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewLoggerProvider</code> now merges the provided resources with
the ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>Add UTF-8 support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix memory leak in the global <code>MeterProvider</code> when
identical instruments are repeatedly created. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li>
<li>Fix panic on instruments creation when setting meter provider. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li>
<li>Fix an issue where <code>SetMeterProvider</code> in
<code>go.opentelemetry.io/otel</code> might miss the delegation for
instruments and registries. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.21]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a>
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a>
Drop support for Go 1.21 in dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a>
fix(deps): update module google.golang.org/grpc to v1.66.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a>
fix(deps): update golang.org/x/exp digest to 701f63a (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a>
Add utf8 support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a>
Fix typos (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a>
<code>SetMeterProvider</code> might miss the delegation for instruments
and registries (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a>
fix(metric, log): merge explicit resource with environment variables (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a>
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a>
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from
1.29.0 to 1.30.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2>
<h3>Added</h3>
<ul>
<li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and
<code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewMeterProvider</code> now merges the provided resources with the
ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewLoggerProvider</code> now merges the provided resources with
the ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>Add UTF-8 support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix memory leak in the global <code>MeterProvider</code> when
identical instruments are repeatedly created. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li>
<li>Fix panic on instruments creation when setting meter provider. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li>
<li>Fix an issue where <code>SetMeterProvider</code> in
<code>go.opentelemetry.io/otel</code> might miss the delegation for
instruments and registries. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.21]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a>
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a>
Drop support for Go 1.21 in dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a>
fix(deps): update module google.golang.org/grpc to v1.66.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a>
fix(deps): update golang.org/x/exp digest to 701f63a (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a>
Add utf8 support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a>
Fix typos (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a>
<code>SetMeterProvider</code> might miss the delegation for instruments
and registries (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a>
fix(metric, log): merge explicit resource with environment variables (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a>
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a>
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from
1.29.0 to 1.30.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2>
<h3>Added</h3>
<ul>
<li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and
<code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewMeterProvider</code> now merges the provided resources with the
ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewLoggerProvider</code> now merges the provided resources with
the ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>Add UTF-8 support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix memory leak in the global <code>MeterProvider</code> when
identical instruments are repeatedly created. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li>
<li>Fix panic on instruments creation when setting meter provider. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li>
<li>Fix an issue where <code>SetMeterProvider</code> in
<code>go.opentelemetry.io/otel</code> might miss the delegation for
instruments and registries. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.21]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a>
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a>
Drop support for Go 1.21 in dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a>
fix(deps): update module google.golang.org/grpc to v1.66.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a>
fix(deps): update golang.org/x/exp digest to 701f63a (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a>
Add utf8 support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a>
Fix typos (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a>
<code>SetMeterProvider</code> might miss the delegation for instruments
and registries (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a>
fix(metric, log): merge explicit resource with environment variables (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a>
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a>
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/sdk` from 1.29.0 to 1.30.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk's
changelog</a>.</em></p>
<blockquote>
<h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2>
<h3>Added</h3>
<ul>
<li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and
<code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewMeterProvider</code> now merges the provided resources with the
ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewLoggerProvider</code> now merges the provided resources with
the ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>Add UTF-8 support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix memory leak in the global <code>MeterProvider</code> when
identical instruments are repeatedly created. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li>
<li>Fix panic on instruments creation when setting meter provider. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li>
<li>Fix an issue where <code>SetMeterProvider</code> in
<code>go.opentelemetry.io/otel</code> might miss the delegation for
instruments and registries. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.21]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a>
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a>
Drop support for Go 1.21 in dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a>
fix(deps): update module google.golang.org/grpc to v1.66.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a>
fix(deps): update golang.org/x/exp digest to 701f63a (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a>
Add utf8 support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a>
Fix typos (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a>
<code>SetMeterProvider</code> might miss the delegation for instruments
and registries (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a>
fix(metric, log): merge explicit resource with environment variables (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a>
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a>
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/trace` from 1.29.0 to 1.30.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/trace's
changelog</a>.</em></p>
<blockquote>
<h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2>
<h3>Added</h3>
<ul>
<li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and
<code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewMeterProvider</code> now merges the provided resources with the
ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>The <code>WithResource</code> option for
<code>NewLoggerProvider</code> now merges the provided resources with
the ones from environment variables. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li>Add UTF-8 support to
<code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix memory leak in the global <code>MeterProvider</code> when
identical instruments are repeatedly created. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li>
<li>Fix panic on instruments creation when setting meter provider. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li>
<li>Fix an issue where <code>SetMeterProvider</code> in
<code>go.opentelemetry.io/otel</code> might miss the delegation for
instruments and registries. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Drop support for [Go 1.21]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a>
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a>
Drop support for Go 1.21 in dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a>
fix(deps): update module google.golang.org/grpc to v1.66.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a>
fix(deps): update golang.org/x/exp digest to 701f63a (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a>
Add utf8 support to the prometheus exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a>
Fix typos (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a>
<code>SetMeterProvider</code> might miss the delegation for instruments
and registries (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a>
fix(metric, log): merge explicit resource with environment variables (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a>
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a>
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 1b6b45d commit 10dd436
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/yalue/merged_fs v1.3.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0
go.opentelemetry.io/otel/sdk v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0
go.opentelemetry.io/otel/sdk v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
golang.org/x/text v0.18.0
golang.org/x/tools v0.25.0
gomodules.xyz/jsonpatch/v2 v2.4.0
Expand Down Expand Up @@ -95,8 +95,8 @@ require (
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xlab/treeprint v1.1.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
Expand All @@ -105,8 +105,8 @@ require (
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
36 changes: 18 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -339,20 +339,20 @@ github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZ
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw=
go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 h1:dIIDULZJpgdiHz5tXrTgKIMLkus6jEFa7x5SOKcyR7E=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0/go.mod h1:jlRVBe7+Z1wyxFSUs48L6OBQZ5JwH2Hg/Vbl+t9rAgI=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 h1:nSiV3s7wiCam610XcLbYOmMfJxB9gO4uK3Xgv5gmTgg=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0/go.mod h1:hKn/e/Nmd19/x1gvIHwtOwVWM+VhuITSWip3JUDghj0=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 h1:JAv0Jwtl01UFiyWZEMiJZBiTlv5A50zNs8lsthXqIio=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0/go.mod h1:QNKLmUEAq2QUbPQUfvw4fmv0bgbK7UlOSFCnXyfvSNc=
go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc=
go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8=
go.opentelemetry.io/otel/sdk v1.29.0 h1:vkqKjk7gwhS8VaWb0POZKmIEDimRCMsopNYnriHyryo=
go.opentelemetry.io/otel/sdk v1.29.0/go.mod h1:pM8Dx5WKnvxLCb+8lG1PRNIDxu9g9b9g59Qr7hfAAok=
go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4=
go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 h1:lsInsfvhVIfOI6qHVyysXMNDnjO9Npvl7tlDPJFBVd4=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0/go.mod h1:KQsVNh4OjgjTG0G6EiNi1jVpnaeeKsKMRwbLN+f1+8M=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 h1:m0yTiGDLUvVYaTFbAvCkVYIYcvwKt3G7OLoN77NUs/8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0/go.mod h1:wBQbT4UekBfegL2nx0Xk1vBcnzyBPsIVm9hRG4fYcr4=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 h1:umZgi92IyxfXd/l4kaDhnKgY8rnN/cZcF1LKc6I8OQ8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0/go.mod h1:4lVs6obhSVRb1EW5FhOuBTyiQhtRtAnnva9vD3yRfq8=
go.opentelemetry.io/otel/metric v1.30.0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w=
go.opentelemetry.io/otel/metric v1.30.0/go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ=
go.opentelemetry.io/otel/sdk v1.30.0 h1:cHdik6irO49R5IysVhdn8oaiR9m8XluDaJAs4DfOrYE=
go.opentelemetry.io/otel/sdk v1.30.0/go.mod h1:p14X4Ok8S+sygzblytT1nqG98QG2KYKv++HE0LY/mhg=
go.opentelemetry.io/otel/trace v1.30.0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc=
go.opentelemetry.io/otel/trace v1.30.0/go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o=
go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down Expand Up @@ -472,10 +472,10 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84/go.mod h1:SzzZ/N+nwJDaO1kznhnlzqS8ocJICar6hYhVyhi++24=
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd h1:BBOTEWLuuEGQy9n1y9MhVJ9Qt0BDu21X8qZs71/uPZo=
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd/go.mod h1:fO8wJzT2zbQbAjbIoos1285VfEIYKDDY+Dt+WpTkh6g=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd h1:6TEm2ZxXoQmFWFlt1vNxvVOa1Q0dXFQD1m/rYjXmS0E=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 h1:hjSy6tcFQZ171igDaN5QHOw2n6vx40juYbC/x67CEhc=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:qpvKtACPCQhAdu3PyQgV4l3LMXZEtft7y8QcarRsp9I=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
Expand Down

0 comments on commit 10dd436

Please sign in to comment.