Skip to content

Commit

Permalink
maint(deps): bump go.opentelemetry.io/otel from 1.18.0 to 1.19.0 (#261)
Browse files Browse the repository at this point in the history
Bumps
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
from 1.18.0 to 1.19.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.19.0/0.42.0/0.0.7] 2023-09-28</h2>
<p>This release contains the first stable release of the OpenTelemetry
Go [metric SDK].
Our project stability guarantees now apply to the
<code>go.opentelemetry.io/otel/sdk/metric</code> package.
See our <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md">versioning
policy</a> for more information about these stability guarantees.</p>
<h3>Added</h3>
<ul>
<li>Add the &quot;Roll the dice&quot; getting started application
example in <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539">#4539</a>)</li>
<li>The <code>WithWriter</code> and <code>WithPrettyPrint</code> options
to <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
to set a custom <code>io.Writer</code>, and allow displaying the output
in human-readable JSON. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Allow '/' characters in metric instrument names. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501">#4501</a>)</li>
<li>The exporter in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> does
not prettify its output by default anymore. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
<li>Upgrade <code>gopkg.io/yaml</code> from <code>v2</code> to
<code>v3</code> in <code>go.opentelemetry.io/otel/schema</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4535">#4535</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't
try to create the Prometheus metric on every <code>Collect</code> if we
know the scope is invalid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499">#4499</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove
<code>&quot;go.opentelemetry.io/otel/bridge/opencensus&quot;.NewMetricExporter</code>,
which is replaced by <code>NewMetricProducer</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566">#4566</a>)</li>
</ul>
<h2>[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14</h2>
<p>This is a release candidate for the v1.19.0/v0.42.0 release.
That release is expected to include the <code>v1</code> release of the
OpenTelemetry Go metric SDK and will provide stability guarantees of
that SDK.
See our <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md">versioning
policy</a> for more information about these stability guarantees.</p>
<h3>Changed</h3>
<ul>
<li>Allow '/' characters in metric instrument names. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501">#4501</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't
try to create the prometheus metric on every <code>Collect</code> if we
know the scope is invalid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499">#4499</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/60666c554065ac4da502fe28943eea4b938ab479"><code>60666c5</code></a>
Release v1.19.0/v0.42.0/v0.0.7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4568">#4568</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/acf7146b566054dac9e10576a285bd11ed87b7e2"><code>acf7146</code></a>
Opencensus bridge: migrate from README to Go docs (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4561">#4561</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d3e31c3d939ecb4bc270bafd2b6e45df90339bcc"><code>d3e31c3</code></a>
Remove deprecated opencensus.NewMetricExporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566">#4566</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1410496022e9697d0796b69788373994dd9f1e9d"><code>1410496</code></a>
stdoutmetric: Add WithWriter and WithPrettyPrint options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507">#4507</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9bbefc6cc31995c7bdd37c69eb153fc2201c3562"><code>9bbefc6</code></a>
dependabot updates Tue Sep 26 14:35:10 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4559">#4559</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/0425c09c31f7568e2aa56fd6ccd5abcfbe3cfede"><code>0425c09</code></a>
Add dice example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539">#4539</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/612208d0460367525f7aba4db1074f8441695600"><code>612208d</code></a>
Fix typos in comments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4553">#4553</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2a8fddaf5818a7e39db7ddf5fb2db345234f4458"><code>2a8fdda</code></a>
stdouttrace: Fix WithPrettyPrint comment (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4544">#4544</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/3c1621bdbb9bde9be796195d270bb4f9fc334763"><code>3c1621b</code></a>
dependabot updates Sun Sep 24 14:25:44 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4552">#4552</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/10b9f90fe4acdb670d0d8110da2c7a77a3272beb"><code>10b9f90</code></a>
sdk/metric: Update package example (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4540">#4540</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel&package-manager=go_modules&previous-version=1.18.0&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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] committed Oct 2, 2023
1 parent 2cdf976 commit 26ae462
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/honeycombio/libhoney-go v1.20.0
github.com/rs/zerolog v1.31.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.18.0
go.opentelemetry.io/otel v1.19.0
k8s.io/api v0.28.2
k8s.io/apimachinery v0.28.2
k8s.io/client-go v0.28.2
Expand Down
12 changes: 10 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En
github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=
github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
Expand All @@ -47,6 +48,7 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/honeycombio/gopacket v1.1.1 h1:J7hvYGbDc0OvCRSmONOby6voqz7TeI93MnhOC1Frv7c=
Expand All @@ -63,6 +65,7 @@ github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoU
github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand All @@ -82,7 +85,9 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand All @@ -92,10 +97,12 @@ github.com/pyroscope-io/godeltaprof v0.1.2/go.mod h1:psMITXp90+8pFenXkKIpNhrfmI9
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.31.0 h1:FcTR3NnLWW+NnTwwhFWiJSZr4ECLpqCm6QsEnyvbV4A=
github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand All @@ -112,8 +119,8 @@ github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAh
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.opentelemetry.io/otel v1.18.0 h1:TgVozPGZ01nHyDZxK5WGPFB9QexeTMXEH7+tIClWfzs=
go.opentelemetry.io/otel v1.18.0/go.mod h1:9lWqYO0Db579XzVuCKFNPDl4s73Voa+zEck3wHaAYQI=
go.opentelemetry.io/otel v1.19.0 h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=
go.opentelemetry.io/otel v1.19.0/go.mod h1:i0QyjOq3UPoTzff0PJB2N66fb4S0+rSbSB15/oyH9fY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down Expand Up @@ -152,6 +159,7 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDimkRSC8kpaH1dgyc9UMzlt84Y=
golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 26ae462

Please sign in to comment.