Commit Graph

642 Commits

Author SHA1 Message Date
dependabot[bot]
7f836f1ca1 build(deps): bump the common-golang-dependencies group with 6 updates (#3829)
Bumps the common-golang-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) |
`7.0.69` | `7.0.70` |
|
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go)
| `1.25.0` | `1.26.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `1.25.0` | `1.26.0` |
|
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
| `1.25.0` | `1.26.0` |
|
[go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go)
| `1.25.0` | `1.26.0` |
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `0.176.0` | `0.176.1` |

Updates `github.com/minio/minio-go/v7` from 7.0.69 to 7.0.70
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/minio/minio-go/releases">github.com/minio/minio-go/v7's
releases</a>.</em></p>
<blockquote>
<h2>Bugfix Release</h2>
<h2>What's Changed</h2>
<ul>
<li>add support for authentication with EKS Pod Identities by <a
href="https://github.com/saweber"><code>@​saweber</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1944">minio/minio-go#1944</a></li>
<li>Allow disabling dual-stack endpoints for Amazon S3 by <a
href="https://github.com/narqo"><code>@​narqo</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1945">minio/minio-go#1945</a></li>
<li>Added <code>x-minio-replication-actual-object-size</code> to allowed
headers by <a
href="https://github.com/shtripat"><code>@​shtripat</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1946">minio/minio-go#1946</a></li>
<li>Update vulncheck Go version to 1.22.x by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1953">minio/minio-go#1953</a></li>
<li>fix: non md5 etags by <a
href="https://github.com/niger-prequel"><code>@​niger-prequel</code></a>
in <a
href="https://redirect.github.com/minio/minio-go/pull/1952">minio/minio-go#1952</a></li>
<li>Bump golang.org/x/net from 0.21.0 to 0.23.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1954">minio/minio-go#1954</a></li>
<li>Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/minio/minio-go/pull/1955">minio/minio-go#1955</a></li>
<li>remove sha256-simd support we do not need it anymore by <a
href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a>
in <a
href="https://redirect.github.com/minio/minio-go/pull/1958">minio/minio-go#1958</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/saweber"><code>@​saweber</code></a> made
their first contribution in <a
href="https://redirect.github.com/minio/minio-go/pull/1944">minio/minio-go#1944</a></li>
<li><a href="https://github.com/narqo"><code>@​narqo</code></a> made
their first contribution in <a
href="https://redirect.github.com/minio/minio-go/pull/1945">minio/minio-go#1945</a></li>
<li><a
href="https://github.com/niger-prequel"><code>@​niger-prequel</code></a>
made their first contribution in <a
href="https://redirect.github.com/minio/minio-go/pull/1952">minio/minio-go#1952</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70">https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2fe17945c"><code>c2fe179</code></a>
remove sha256-simd support we do not need it anymore (<a
href="https://redirect.github.com/minio/minio-go/issues/1958">#1958</a>)</li>
<li><a
href="0e5a768b1a"><code>0e5a768</code></a>
avoid trailing checksums for zero byte objects</li>
<li><a
href="afa8d5979f"><code>afa8d59</code></a>
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (<a
href="https://redirect.github.com/minio/minio-go/issues/1955">#1955</a>)</li>
<li><a
href="0558c7e653"><code>0558c7e</code></a>
Bump golang.org/x/net from 0.21.0 to 0.23.0 (<a
href="https://redirect.github.com/minio/minio-go/issues/1954">#1954</a>)</li>
<li><a
href="bfc8151b74"><code>bfc8151</code></a>
remove broken codeql integration from GitHub</li>
<li><a
href="e44abd363b"><code>e44abd3</code></a>
fix: non md5 etags (<a
href="https://redirect.github.com/minio/minio-go/issues/1952">#1952</a>)</li>
<li><a
href="18e8073b02"><code>18e8073</code></a>
Update vulncheck Go version to 1.22.x (<a
href="https://redirect.github.com/minio/minio-go/issues/1953">#1953</a>)</li>
<li><a
href="e8ddcf0238"><code>e8ddcf0</code></a>
Update version to next release</li>
<li>See full diff in <a
href="https://github.com/minio/minio-go/compare/v7.0.69...v7.0.70">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel` from 1.25.0 to 1.26.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.26.0/0.48.0/0.2.0-alpha] 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li>Add <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
the log bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5134">#5134</a>)</li>
<li>Add span flags to OTLP spans and links exported by
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5194">#5194</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/sdk/log</code>.
This new module contains the Go implementation of the OpenTelemetry Logs
SDK.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
This new module contains an OTLP exporter that transmits log telemetry
using HTTP.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> package.
The package contains semantic conventions from the <code>v1.25.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>go.opentelemetry.io/proto/otlp</code> from v1.1.0 to
v1.2.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5177">#5177</a>)</li>
<li>Improve performance of baggage member character validation in
<code>go.opentelemetry.io/otel/baggage</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5214">#5214</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9656d0afa7"><code>9656d0a</code></a>
Release 1.26.0/0.48.0/0.2.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5260">#5260</a>)</li>
<li><a
href="29e1c7e3e4"><code>29e1c7e</code></a>
Add custom ring implementation to the BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5237">#5237</a>)</li>
<li><a
href="baeb560673"><code>baeb560</code></a>
sdk/log: Fix doc for LoggerProvider.ForceFlush and
LoggerProvider.Shutdown (#...</li>
<li><a
href="ae55e29744"><code>ae55e29</code></a>
Remove left-over TODO in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5256">#5256</a>)</li>
<li><a
href="fe8e3a1b42"><code>fe8e3a1</code></a>
Semconv v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
<li><a
href="bf37c5a3a4"><code>bf37c5a</code></a>
Revert the usage of <code>go.opentelemetry.io/proto/slim</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5253">#5253</a>)</li>
<li><a
href="b34cfc47c4"><code>b34cfc4</code></a>
Default implementation for empty BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5239">#5239</a>)</li>
<li><a
href="9370c5a01f"><code>9370c5a</code></a>
Implement resource serialization for stdoutlog (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5213">#5213</a>)</li>
<li><a
href="6e92163d6a"><code>6e92163</code></a>
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5222">#5222</a>)</li>
<li><a
href="f88533381b"><code>f885333</code></a>
build(deps): bump golang.org/x/vuln in /internal/tools (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5245">#5245</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from
1.25.0 to 1.26.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.26.0/0.48.0/0.2.0-alpha] 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li>Add <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
the log bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5134">#5134</a>)</li>
<li>Add span flags to OTLP spans and links exported by
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5194">#5194</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/sdk/log</code>.
This new module contains the Go implementation of the OpenTelemetry Logs
SDK.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
This new module contains an OTLP exporter that transmits log telemetry
using HTTP.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> package.
The package contains semantic conventions from the <code>v1.25.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>go.opentelemetry.io/proto/otlp</code> from v1.1.0 to
v1.2.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5177">#5177</a>)</li>
<li>Improve performance of baggage member character validation in
<code>go.opentelemetry.io/otel/baggage</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5214">#5214</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9656d0afa7"><code>9656d0a</code></a>
Release 1.26.0/0.48.0/0.2.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5260">#5260</a>)</li>
<li><a
href="29e1c7e3e4"><code>29e1c7e</code></a>
Add custom ring implementation to the BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5237">#5237</a>)</li>
<li><a
href="baeb560673"><code>baeb560</code></a>
sdk/log: Fix doc for LoggerProvider.ForceFlush and
LoggerProvider.Shutdown (#...</li>
<li><a
href="ae55e29744"><code>ae55e29</code></a>
Remove left-over TODO in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5256">#5256</a>)</li>
<li><a
href="fe8e3a1b42"><code>fe8e3a1</code></a>
Semconv v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
<li><a
href="bf37c5a3a4"><code>bf37c5a</code></a>
Revert the usage of <code>go.opentelemetry.io/proto/slim</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5253">#5253</a>)</li>
<li><a
href="b34cfc47c4"><code>b34cfc4</code></a>
Default implementation for empty BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5239">#5239</a>)</li>
<li><a
href="9370c5a01f"><code>9370c5a</code></a>
Implement resource serialization for stdoutlog (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5213">#5213</a>)</li>
<li><a
href="6e92163d6a"><code>6e92163</code></a>
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5222">#5222</a>)</li>
<li><a
href="f88533381b"><code>f885333</code></a>
build(deps): bump golang.org/x/vuln in /internal/tools (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5245">#5245</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/sdk` from 1.25.0 to 1.26.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.26.0/0.48.0/0.2.0-alpha] 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li>Add <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
the log bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5134">#5134</a>)</li>
<li>Add span flags to OTLP spans and links exported by
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5194">#5194</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/sdk/log</code>.
This new module contains the Go implementation of the OpenTelemetry Logs
SDK.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
This new module contains an OTLP exporter that transmits log telemetry
using HTTP.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> package.
The package contains semantic conventions from the <code>v1.25.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>go.opentelemetry.io/proto/otlp</code> from v1.1.0 to
v1.2.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5177">#5177</a>)</li>
<li>Improve performance of baggage member character validation in
<code>go.opentelemetry.io/otel/baggage</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5214">#5214</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9656d0afa7"><code>9656d0a</code></a>
Release 1.26.0/0.48.0/0.2.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5260">#5260</a>)</li>
<li><a
href="29e1c7e3e4"><code>29e1c7e</code></a>
Add custom ring implementation to the BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5237">#5237</a>)</li>
<li><a
href="baeb560673"><code>baeb560</code></a>
sdk/log: Fix doc for LoggerProvider.ForceFlush and
LoggerProvider.Shutdown (#...</li>
<li><a
href="ae55e29744"><code>ae55e29</code></a>
Remove left-over TODO in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5256">#5256</a>)</li>
<li><a
href="fe8e3a1b42"><code>fe8e3a1</code></a>
Semconv v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
<li><a
href="bf37c5a3a4"><code>bf37c5a</code></a>
Revert the usage of <code>go.opentelemetry.io/proto/slim</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5253">#5253</a>)</li>
<li><a
href="b34cfc47c4"><code>b34cfc4</code></a>
Default implementation for empty BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5239">#5239</a>)</li>
<li><a
href="9370c5a01f"><code>9370c5a</code></a>
Implement resource serialization for stdoutlog (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5213">#5213</a>)</li>
<li><a
href="6e92163d6a"><code>6e92163</code></a>
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5222">#5222</a>)</li>
<li><a
href="f88533381b"><code>f885333</code></a>
build(deps): bump golang.org/x/vuln in /internal/tools (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5245">#5245</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/trace` from 1.25.0 to 1.26.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.26.0/0.48.0/0.2.0-alpha] 2024-04-24</h2>
<h3>Added</h3>
<ul>
<li>Add <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
the log bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5134">#5134</a>)</li>
<li>Add span flags to OTLP spans and links exported by
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5194">#5194</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/sdk/log</code>.
This new module contains the Go implementation of the OpenTelemetry Logs
SDK.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
This new module contains an OTLP exporter that transmits log telemetry
using HTTP.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>Make the initial alpha release of
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
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. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5240">#5240</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> package.
The package contains semantic conventions from the <code>v1.25.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>go.opentelemetry.io/proto/otlp</code> from v1.1.0 to
v1.2.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5177">#5177</a>)</li>
<li>Improve performance of baggage member character validation in
<code>go.opentelemetry.io/otel/baggage</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5214">#5214</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9656d0afa7"><code>9656d0a</code></a>
Release 1.26.0/0.48.0/0.2.0-alpha (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5260">#5260</a>)</li>
<li><a
href="29e1c7e3e4"><code>29e1c7e</code></a>
Add custom ring implementation to the BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5237">#5237</a>)</li>
<li><a
href="baeb560673"><code>baeb560</code></a>
sdk/log: Fix doc for LoggerProvider.ForceFlush and
LoggerProvider.Shutdown (#...</li>
<li><a
href="ae55e29744"><code>ae55e29</code></a>
Remove left-over TODO in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5256">#5256</a>)</li>
<li><a
href="fe8e3a1b42"><code>fe8e3a1</code></a>
Semconv v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5254">#5254</a>)</li>
<li><a
href="bf37c5a3a4"><code>bf37c5a</code></a>
Revert the usage of <code>go.opentelemetry.io/proto/slim</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5253">#5253</a>)</li>
<li><a
href="b34cfc47c4"><code>b34cfc4</code></a>
Default implementation for empty BatchProcessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5239">#5239</a>)</li>
<li><a
href="9370c5a01f"><code>9370c5a</code></a>
Implement resource serialization for stdoutlog (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5213">#5213</a>)</li>
<li><a
href="6e92163d6a"><code>6e92163</code></a>
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5222">#5222</a>)</li>
<li><a
href="f88533381b"><code>f885333</code></a>
build(deps): bump golang.org/x/vuln in /internal/tools (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5245">#5245</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.176.0 to 0.176.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's
releases</a>.</em></p>
<blockquote>
<h2>v0.176.1</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.0...v0.176.1">0.176.1</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>transport/http:</strong> Pass through base transport (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2541">#2541</a>)
(<a
href="8d0b2b5bc5">8d0b2b5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.0...v0.176.1">0.176.1</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>transport/http:</strong> Pass through base transport (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2541">#2541</a>)
(<a
href="8d0b2b5bc5">8d0b2b5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="64f40ff95a"><code>64f40ff</code></a>
chore(main): release 0.176.1 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2542">#2542</a>)</li>
<li><a
href="8d0b2b5bc5"><code>8d0b2b5</code></a>
fix(transport/http): pass through base transport (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2541">#2541</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.0...v0.176.1">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>
2024-04-29 17:15:51 -07:00
dependabot[bot]
ec74af8c2c build(deps): bump the common-golang-dependencies group with 2 updates (#3813)
Bumps the common-golang-dependencies group with 2 updates:
[github.com/prometheus/common](https://github.com/prometheus/common) and
[google.golang.org/api](https://github.com/googleapis/google-api-go-client).

Updates `github.com/prometheus/common` from 0.52.3 to 0.53.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/common/releases">github.com/prometheus/common's
releases</a>.</em></p>
<blockquote>
<h2>v0.53.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add StatusAt method for Alert struct by <a
href="https://github.com/grobinson-grafana"><code>@​grobinson-grafana</code></a>
in <a
href="https://redirect.github.com/prometheus/common/pull/618">prometheus/common#618</a></li>
<li>config: allow exposing real secret value through marshal by <a
href="https://github.com/GiedriusS"><code>@​GiedriusS</code></a> in <a
href="https://redirect.github.com/prometheus/common/pull/487">prometheus/common#487</a></li>
<li>Fix up config test by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://redirect.github.com/prometheus/common/pull/621">prometheus/common#621</a></li>
<li>LabelSet.String: restore faster sort call by <a
href="https://github.com/bboreham"><code>@​bboreham</code></a> in <a
href="https://redirect.github.com/prometheus/common/pull/619">prometheus/common#619</a></li>
<li>LabelSet: add unit test for String method by <a
href="https://github.com/bboreham"><code>@​bboreham</code></a> in <a
href="https://redirect.github.com/prometheus/common/pull/620">prometheus/common#620</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/grobinson-grafana"><code>@​grobinson-grafana</code></a>
made their first contribution in <a
href="https://redirect.github.com/prometheus/common/pull/618">prometheus/common#618</a></li>
<li><a href="https://github.com/GiedriusS"><code>@​GiedriusS</code></a>
made their first contribution in <a
href="https://redirect.github.com/prometheus/common/pull/487">prometheus/common#487</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prometheus/common/compare/v0.52.3...v0.53.0">https://github.com/prometheus/common/compare/v0.52.3...v0.53.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e54e4df4b9"><code>e54e4df</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/common/issues/620">#620</a>
from bboreham/test-string</li>
<li><a
href="e25b951c21"><code>e25b951</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/common/issues/619">#619</a>
from bboreham/restore-sort</li>
<li><a
href="c1b9b72525"><code>c1b9b72</code></a>
Fix up config test (<a
href="https://redirect.github.com/prometheus/common/issues/621">#621</a>)</li>
<li><a
href="de5ed88222"><code>de5ed88</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/common/issues/487">#487</a>
from GiedriusS/allow_exposing_real_value</li>
<li><a
href="ea817bb07f"><code>ea817bb</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/common/issues/618">#618</a>
from grobinson-grafana/grobinson/add-status-at</li>
<li><a
href="a1ca958f13"><code>a1ca958</code></a>
LabelSet: add unit test for String method</li>
<li><a
href="be294f140b"><code>be294f1</code></a>
LabelSet.String: restore faster sort call</li>
<li><a
href="506a12c25e"><code>506a12c</code></a>
Fix comment</li>
<li><a
href="fb6970a7e4"><code>fb6970a</code></a>
Add StatusAt method for Alert struct</li>
<li>See full diff in <a
href="https://github.com/prometheus/common/compare/v0.52.3...v0.53.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.172.0 to 0.176.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's
releases</a>.</em></p>
<blockquote>
<h2>v0.176.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.175.0...v0.176.0">0.176.0</a>
(2024-04-22)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2537">#2537</a>)
(<a
href="773fe01294">773fe01</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2538">#2538</a>)
(<a
href="30d8c8795c">30d8c87</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2540">#2540</a>)
(<a
href="6825bb8fc9">6825bb8</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Default defaultEndpointTemplate (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2535">#2535</a>)
(<a
href="5a78abe30a">5a78abe</a>)</li>
</ul>
<h2>v0.175.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.174.0...v0.175.0">0.175.0</a>
(2024-04-19)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2526">#2526</a>)
(<a
href="ec3a580290">ec3a580</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2529">#2529</a>)
(<a
href="9622a0d432">9622a0d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Bump auth deps (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2528">#2528</a>)
(<a
href="f662ab75f2">f662ab7</a>)</li>
<li>Various auth transition bugs (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2533">#2533</a>)
(<a
href="d64b1d06f0">d64b1d0</a>)</li>
</ul>
<h2>v0.174.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.173.0...v0.174.0">0.174.0</a>
(2024-04-17)</h2>
<h3>Features</h3>
<ul>
<li>Add hooks in for new auth library (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2228">#2228</a>)
(<a
href="4054271be9">4054271</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2524">#2524</a>)
(<a
href="f49960dabd">f49960d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>internal:</strong> Set scopes for new auth flow (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2525">#2525</a>)
(<a
href="0f0a2f07eb">0f0a2f0</a>),
refs <a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2523">#2523</a>
<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2522">#2522</a></li>
</ul>
<h2>v0.173.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.172.0...v0.173.0">0.173.0</a>
(2024-04-16)</h2>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.175.0...v0.176.0">0.176.0</a>
(2024-04-22)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2537">#2537</a>)
(<a
href="773fe01294">773fe01</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2538">#2538</a>)
(<a
href="30d8c8795c">30d8c87</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2540">#2540</a>)
(<a
href="6825bb8fc9">6825bb8</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Default defaultEndpointTemplate (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2535">#2535</a>)
(<a
href="5a78abe30a">5a78abe</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.174.0...v0.175.0">0.175.0</a>
(2024-04-19)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2526">#2526</a>)
(<a
href="ec3a580290">ec3a580</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2529">#2529</a>)
(<a
href="9622a0d432">9622a0d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Bump auth deps (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2528">#2528</a>)
(<a
href="f662ab75f2">f662ab7</a>)</li>
<li>Various auth transition bugs (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2533">#2533</a>)
(<a
href="d64b1d06f0">d64b1d0</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.173.0...v0.174.0">0.174.0</a>
(2024-04-17)</h2>
<h3>Features</h3>
<ul>
<li>Add hooks in for new auth library (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2228">#2228</a>)
(<a
href="4054271be9">4054271</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2524">#2524</a>)
(<a
href="f49960dabd">f49960d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>internal:</strong> Set scopes for new auth flow (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2525">#2525</a>)
(<a
href="0f0a2f07eb">0f0a2f0</a>),
refs <a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2523">#2523</a>
<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2522">#2522</a></li>
</ul>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.172.0...v0.173.0">0.173.0</a>
(2024-04-16)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2494">#2494</a>)
(<a
href="a48e9dea05">a48e9de</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2499">#2499</a>)
(<a
href="4ebe65e4c4">4ebe65e</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2500">#2500</a>)
(<a
href="5b9019f282">5b9019f</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2501">#2501</a>)
(<a
href="cdac273fa0">cdac273</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="81ccc7e530"><code>81ccc7e</code></a>
chore(main): release 0.176.0 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2536">#2536</a>)</li>
<li><a
href="6825bb8fc9"><code>6825bb8</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2540">#2540</a>)</li>
<li><a
href="30d8c8795c"><code>30d8c87</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2538">#2538</a>)</li>
<li><a
href="773fe01294"><code>773fe01</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2537">#2537</a>)</li>
<li><a
href="5a78abe30a"><code>5a78abe</code></a>
fix: default defaultEndpointTemplate (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2535">#2535</a>)</li>
<li><a
href="67a5d6d5a6"><code>67a5d6d</code></a>
chore(main): release 0.175.0 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2527">#2527</a>)</li>
<li><a
href="d64b1d06f0"><code>d64b1d0</code></a>
fix: various auth transition bugs (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2533">#2533</a>)</li>
<li><a
href="9622a0d432"><code>9622a0d</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2529">#2529</a>)</li>
<li><a
href="f662ab75f2"><code>f662ab7</code></a>
fix: bump auth deps (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2528">#2528</a>)</li>
<li><a
href="ec3a580290"><code>ec3a580</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2526">#2526</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.172.0...v0.176.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>
2024-04-22 17:22:33 -07:00
dependabot[bot]
89c8eb47af build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 (#3802)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.7 to 1.17.8.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 17:29:35 -07:00
dependabot[bot]
d4b50cffaf build(deps): bump the common-golang-dependencies group with 2 updates (#3801)
Bumps the common-golang-dependencies group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) and [github.com/prometheus/common](https://github.com/prometheus/common).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/internal/v1.5.2)

Updates `github.com/prometheus/common` from 0.52.2 to 0.52.3
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.52.2...v0.52.3)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 17:23:32 -07:00
dependabot[bot]
54cdfd3728 build(deps): bump the common-golang-dependencies group with 7 updates (#3789)
Bumps the common-golang-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.3.1` | `1.3.2` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.25.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.23.0` | `0.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.63.0` | `1.63.2` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.1...sdk/storage/azblob/v1.3.2)

Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0)

Updates `go.opentelemetry.io/otel/trace` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0)

Updates `golang.org/x/net` from 0.23.0 to 0.24.0
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.24.0)

Updates `google.golang.org/grpc` from 1.63.0 to 1.63.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.0...v1.63.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 16:34:31 -07:00
Jarek Kowalski
09415e0c7d chore(ci): upgraded to go 1.22 (#3746)
Upgrades go to 1.22 and switches to new-style for loops

---------

Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com>
2024-04-08 09:52:47 -07:00
Kopia Builder [bot]
e7d39ccc7c feat(ui): upgraded htmlui to the latest version (#3781) 2024-04-05 05:59:56 +00:00
dependabot[bot]
c522444f1d build(deps): bump github.com/google/fswalker (#3778)
Bumps [github.com/google/fswalker](https://github.com/google/fswalker) from 0.3.3-0.20231129010601-c0a7aa51805d to 0.3.3.
- [Release notes](https://github.com/google/fswalker/releases)
- [Commits](https://github.com/google/fswalker/commits/v0.3.3)

---
updated-dependencies:
- dependency-name: github.com/google/fswalker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 13:55:51 -07:00
dependabot[bot]
e292326635 build(deps): bump the common-golang-dependencies group with 11 updates (#3777)
* build(deps): bump the common-golang-dependencies group with 11 updates

Bumps the common-golang-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.11.0` | `1.11.1` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.6.0` | `0.6.1` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.51.1` | `0.52.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.21.0` | `0.22.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.16.0` | `0.17.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.22.0` | `0.23.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.18.0` | `0.19.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.6.0` | `0.7.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.18.0` | `0.19.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.18.0` | `0.19.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.1` | `1.63.0` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.11.0...sdk/azcore/v1.11.1)

Updates `github.com/prometheus/client_model` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/compare/v0.6.0...v0.6.1)

Updates `github.com/prometheus/common` from 0.51.1 to 0.52.2
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.51.1...v0.52.2)

Updates `golang.org/x/crypto` from 0.21.0 to 0.22.0
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.22.0)

Updates `golang.org/x/mod` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/mod/compare/v0.16.0...v0.17.0)

Updates `golang.org/x/net` from 0.22.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

Updates `golang.org/x/oauth2` from 0.18.0 to 0.19.0
- [Commits](https://github.com/golang/oauth2/compare/v0.18.0...v0.19.0)

Updates `golang.org/x/sync` from 0.6.0 to 0.7.0
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0)

Updates `golang.org/x/sys` from 0.18.0 to 0.19.0
- [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.0)

Updates `golang.org/x/term` from 0.18.0 to 0.19.0
- [Commits](https://github.com/golang/term/compare/v0.18.0...v0.19.0)

Updates `google.golang.org/grpc` from 1.62.1 to 1.63.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* address deprecation warning

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julio <1953782+julio-lopez@users.noreply.github.com>
2024-04-04 20:03:51 +00:00
Matthieu MOREL
5c85ca6bb0 refactor(deps): migrate from go.uber.org/multierr to standard errors (#3761)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-04-01 23:16:20 -07:00
Matthieu MOREL
5120313c5e refactor(deps): migrate from github.com/Azure/azure-storage-blob-go to github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#3760)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-04-01 22:52:26 -07:00
dependabot[bot]
49ddb144d3 build(deps): bump the common-golang-dependencies group with 3 updates (#3764)
Bumps the common-golang-dependencies group with 3 updates: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go), [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `cloud.google.com/go/storage` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.1...spanner/v1.40.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.10.0...sdk/azcore/v1.11.0)

Updates `google.golang.org/api` from 0.171.0 to 0.172.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.171.0...v0.172.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 05:12:41 +00:00
dependabot[bot]
aea6076ea9 build(deps): bump github.com/hanwen/go-fuse/v2 from 2.5.0 to 2.5.1 (#3763)
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.5.0 to 2.5.1.
- [Commits](https://github.com/hanwen/go-fuse/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: github.com/hanwen/go-fuse/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 20:49:58 -07:00
dependabot[bot]
b5888e54b9 build(deps): bump the common-golang-dependencies group with 2 updates (#3751)
Bumps the common-golang-dependencies group with 2 updates: [github.com/prometheus/common](https://github.com/prometheus/common) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/prometheus/common` from 0.50.0 to 0.51.1
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.50.0...v0.51.1)

Updates `google.golang.org/api` from 0.170.0 to 0.171.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.170.0...v0.171.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 21:06:57 -07:00
Jarek Kowalski
4f1c994c39 feat(ui): upgraded htmlui to the latest version (#3748)
Co-authored-by: Kopia Builder <builder@kopia.io>
2024-03-24 16:37:49 -07:00
dependabot[bot]
6a72b6fb81 build(deps): bump github.com/zalando/go-keyring from 0.2.3 to 0.2.4 (#3741)
Bumps [github.com/zalando/go-keyring](https://github.com/zalando/go-keyring) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/zalando/go-keyring/releases)
- [Commits](https://github.com/zalando/go-keyring/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/zalando/go-keyring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 18:17:31 -07:00
dependabot[bot]
2606423f76 build(deps): bump the common-golang-dependencies group with 1 update (#3740)
Bumps the common-golang-dependencies group with 1 update: [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `google.golang.org/api` from 0.167.0 to 0.170.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.167.0...v0.170.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 18:16:32 -07:00
Jarek Kowalski
fb8d9c3bf8 chore(deps): removed direct deprecated protobuf dependency (#3720) 2024-03-11 21:47:14 -07:00
dependabot[bot]
1fe504e110 build(deps): bump the common-golang-dependencies group with 5 updates (#3718)
Bumps the common-golang-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.39.0` | `1.39.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.68` | `7.0.69` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.49.0` | `0.50.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.166.0` | `0.167.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.0` | `1.62.1` |


Updates `cloud.google.com/go/storage` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.39.0...storage/v1.39.1)

Updates `github.com/minio/minio-go/v7` from 7.0.68 to 7.0.69
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.68...v7.0.69)

Updates `github.com/prometheus/common` from 0.49.0 to 0.50.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.49.0...v0.50.0)

Updates `google.golang.org/api` from 0.166.0 to 0.167.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.166.0...v0.167.0)

Updates `google.golang.org/grpc` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.0...v1.62.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 17:16:32 -07:00
dependabot[bot]
64ea89d324 build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#3719)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 17:12:11 -07:00
Julio López
9a689d4318 fix(deps): upgrade google.golang.org/protobuf to v1.33.0 (#3710)
This change upgrades to google.golang.org/protobuf@v1.33.0 to mitigate a security vulnerability.

> Version v1.33.0 of the google.golang.org/protobuf module fixes a bug in the google.golang.org/protobuf/encoding/protojson package which could cause the Unmarshal function to enter an infinite loop when handling some invalid inputs. This condition could only occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.UnmarshalUnknown option is set. Unmarshal now correctly returns an error when handling these inputs.

This is CVE-2024-24786.

— https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY
2024-03-06 16:03:05 -08:00
dependabot[bot]
c7e2645ef1 build(deps): bump the common-golang-dependencies group with 16 updates (#3706)
Bumps the common-golang-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.38.0` | `1.39.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.9.2` | `1.10.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.3.0` | `1.3.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.67` | `7.0.68` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.19.0` | `0.21.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.15.0` | `0.16.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.21.0` | `0.22.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.17.0` | `0.18.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.17.0` | `0.18.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.17.0` | `0.18.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.165.0` | `0.166.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.1` | `1.62.0` |


Updates `cloud.google.com/go/storage` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.38.0...spanner/v1.39.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.2...sdk/azcore/v1.10.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.0...sdk/azcore/v1.3.1)

Updates `github.com/minio/minio-go/v7` from 7.0.67 to 7.0.68
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.67...v7.0.68)

Updates `go.opentelemetry.io/otel` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0)

Updates `go.opentelemetry.io/otel/trace` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0)

Updates `golang.org/x/crypto` from 0.19.0 to 0.21.0
- [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.21.0)

Updates `golang.org/x/mod` from 0.15.0 to 0.16.0
- [Commits](https://github.com/golang/mod/compare/v0.15.0...v0.16.0)

Updates `golang.org/x/net` from 0.21.0 to 0.22.0
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.22.0)

Updates `golang.org/x/oauth2` from 0.17.0 to 0.18.0
- [Commits](https://github.com/golang/oauth2/compare/v0.17.0...v0.18.0)

Updates `golang.org/x/sys` from 0.17.0 to 0.18.0
- [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.0)

Updates `golang.org/x/term` from 0.17.0 to 0.18.0
- [Commits](https://github.com/golang/term/compare/v0.17.0...v0.18.0)

Updates `google.golang.org/api` from 0.165.0 to 0.166.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.165.0...v0.166.0)

Updates `google.golang.org/grpc` from 1.61.1 to 1.62.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.1...v1.62.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 21:20:12 -08:00
Jarek Kowalski
ba54dc3db2 build(deps): upgrade Prometheus and reacted to breaking change (#3705) 2024-03-04 20:59:59 -08:00
dependabot[bot]
ea649d23d3 build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3700)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 16:50:04 -08:00
dependabot[bot]
d20a965fb1 build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#3687)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 22:49:02 -08:00
dependabot[bot]
55999bdf31 build(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 (#3686)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.6...v1.17.7)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 22:47:54 -08:00
dependabot[bot]
60f0ebf9da build(deps): bump github.com/hanwen/go-fuse/v2 from 2.4.0 to 2.5.0 (#3660)
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.4.0 to 2.5.0.
- [Commits](https://github.com/hanwen/go-fuse/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/hanwen/go-fuse/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 21:41:47 -08:00
dependabot[bot]
d135903671 build(deps): bump the common-golang-dependencies group with 5 updates (#3659)
Bumps the common-golang-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.37.0` | `1.38.0` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.46.0` | `0.47.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.164.0` | `0.165.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.0` | `1.61.1` |


Updates `cloud.google.com/go/storage` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.37.0...spanner/v1.38.0)

Updates `github.com/prometheus/client_model` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/compare/v0.5.0...v0.6.0)

Updates `github.com/prometheus/common` from 0.46.0 to 0.47.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.46.0...v0.47.0)

Updates `google.golang.org/api` from 0.164.0 to 0.165.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.164.0...v0.165.0)

Updates `google.golang.org/grpc` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.61.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 21:27:26 -08:00
dependabot[bot]
a8580cb8c0 build(deps): bump the common-golang-dependencies group with 12 updates (#3644)
Bumps the common-golang-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.2.1` | `1.3.0` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.66` | `7.0.67` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.23.0` | `1.23.1` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.23.0` | `1.23.1` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.23.0` | `1.23.1` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.23.0` | `1.23.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.19.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.21.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.16.0` | `0.17.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.16.0` | `0.17.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.16.0` | `0.17.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.162.0` | `0.164.0` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.2.1...sdk/azcore/v1.3.0)

Updates `github.com/minio/minio-go/v7` from 7.0.66 to 7.0.67
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.66...v7.0.67)

Updates `go.opentelemetry.io/otel` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

Updates `go.opentelemetry.io/otel/sdk` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

Updates `go.opentelemetry.io/otel/trace` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

Updates `golang.org/x/crypto` from 0.18.0 to 0.19.0
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.19.0)

Updates `golang.org/x/net` from 0.20.0 to 0.21.0
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.21.0)

Updates `golang.org/x/oauth2` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/oauth2/compare/v0.16.0...v0.17.0)

Updates `golang.org/x/sys` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0)

Updates `golang.org/x/term` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/term/compare/v0.16.0...v0.17.0)

Updates `google.golang.org/api` from 0.162.0 to 0.164.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.162.0...v0.164.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 23:29:41 +00:00
dependabot[bot]
1c9c41016a build(deps): bump github.com/klauspost/reedsolomon from 1.12.0 to 1.12.1 (#3598)
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/klauspost/reedsolomon/releases)
- [Commits](https://github.com/klauspost/reedsolomon/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/reedsolomon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 05:31:57 +00:00
dependabot[bot]
20dd2300ba build(deps): bump github.com/chromedp/chromedp from 0.9.3 to 0.9.5 (#3623)
Bumps [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp) from 0.9.3 to 0.9.5.
- [Release notes](https://github.com/chromedp/chromedp/releases)
- [Commits](https://github.com/chromedp/chromedp/compare/v0.9.3...v0.9.5)

---
updated-dependencies:
- dependency-name: github.com/chromedp/chromedp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 02:32:40 +00:00
dependabot[bot]
84c619680f build(deps): bump github.com/klauspost/compress from 1.17.5 to 1.17.6 (#3622)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.5 to 1.17.6.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.5...v1.17.6)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 02:28:22 +00:00
dependabot[bot]
11048e70f9 build(deps): bump the common-golang-dependencies group with 5 updates (#3630)
Bumps the common-golang-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.9.1` | `1.9.2` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.14.0` | `0.15.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.160.0` | `0.162.0` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.1...sdk/azcore/v1.9.2)

Updates `go.opentelemetry.io/otel` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.22.0...v1.23.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.22.0...v1.23.0)

Updates `golang.org/x/mod` from 0.14.0 to 0.15.0
- [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.15.0)

Updates `google.golang.org/api` from 0.160.0 to 0.162.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.160.0...v0.162.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 02:22:55 +00:00
Maxim Khitrov
f62ef51700 feat(snapshots): Implement volume shadow copy support on Windows (#3543)
* Implement volume shadow copy support on Windows

* Update go-vss version

* Fix unused variables

* Rename upload_actions*.go files

* Move vss settings to a separate policy section

* Handle existing shadow copy root

* Fix tests

* Fix lint issues

* Add cli policy test

* Add OS snapshot integration test

* Add GitHub Actions VSS test

* Fix "Incorrect function" error for root VSS snapshots

* Rename err to finalErr in createOSSnapshot

* Add OSSnapshotMode test

* Do not modify paths starting with \\?\ on Windows

* Allow warning messages in logfile tests

* Fix ignorefs not wrapping OS snapshot directory

* Retry VSS creation if another op was in progress

---------

Co-authored-by: Jarek Kowalski <jaak@jkowalski.net>
2024-02-03 21:44:41 -08:00
dependabot[bot]
a3015b2e73 build(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#3597)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.4...v1.17.5)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 20:59:58 -08:00
dependabot[bot]
2cced4c078 build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#3596)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 20:57:59 -08:00
dependabot[bot]
7e370285f1 build(deps): bump the common-golang-dependencies group with 3 updates (#3595)
Bumps the common-golang-dependencies group with 3 updates: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go), [google.golang.org/api](https://github.com/googleapis/google-api-go-client) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `cloud.google.com/go/storage` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.0...spanner/v1.37.0)

Updates `google.golang.org/api` from 0.157.0 to 0.160.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.160.0)

Updates `google.golang.org/grpc` from 1.60.1 to 1.61.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.60.1...v1.61.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 20:55:21 -08:00
dependabot[bot]
299dd2c288 build(deps): bump the common-golang-dependencies group with 4 updates (#3575)
Bumps the common-golang-dependencies group with 4 updates: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go), [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.4.0 to 1.5.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.4.0...sdk/internal/v1.5.1)

Updates `go.opentelemetry.io/otel` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.21.0...v1.22.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.21.0...v1.22.0)

Updates `google.golang.org/api` from 0.156.0 to 0.157.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.156.0...v0.157.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 17:25:16 -08:00
dependabot[bot]
682054613c build(deps): bump the common-golang-dependencies group with 2 updates (#3571)
Bumps the common-golang-dependencies group with 2 updates: [github.com/prometheus/common](https://github.com/prometheus/common) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/prometheus/common` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.45.0...v0.46.0)

Updates `google.golang.org/api` from 0.155.0 to 0.156.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.155.0...v0.156.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 17:30:35 -08:00
dependabot[bot]
0d7ee4199a build(deps): bump the common-golang-dependencies group with 6 updates (#3559)
Bumps the common-golang-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.18.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.20.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.15.0` | `0.16.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.5.0` | `0.6.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.154.0` | `0.155.0` |


Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0)

Updates `golang.org/x/crypto` from 0.17.0 to 0.18.0
- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.18.0)

Updates `golang.org/x/net` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/oauth2` from 0.15.0 to 0.16.0
- [Commits](https://github.com/golang/oauth2/compare/v0.15.0...v0.16.0)

Updates `golang.org/x/sync` from 0.5.0 to 0.6.0
- [Commits](https://github.com/golang/sync/compare/v0.5.0...v0.6.0)

Updates `google.golang.org/api` from 0.154.0 to 0.155.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.154.0...v0.155.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 16:22:56 -08:00
dependabot[bot]
f58239e29c build(deps): bump the common-golang-dependencies group with 1 update (#3537)
Bumps the common-golang-dependencies group with 1 update: google.golang.org/protobuf.


Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 22:27:02 -08:00
dependabot[bot]
ddec1d9501 build(deps): bump github.com/tg123/go-htpasswd from 1.2.1 to 1.2.2 (#3538)
Bumps [github.com/tg123/go-htpasswd](https://github.com/tg123/go-htpasswd) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/tg123/go-htpasswd/releases)
- [Commits](https://github.com/tg123/go-htpasswd/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/tg123/go-htpasswd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 22:24:42 -08:00
dependabot[bot]
8460db3091 build(deps): bump github.com/klauspost/reedsolomon from 1.11.8 to 1.12.0 (#3523)
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.11.8 to 1.12.0.
- [Release notes](https://github.com/klauspost/reedsolomon/releases)
- [Commits](https://github.com/klauspost/reedsolomon/compare/v1.11.8...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/klauspost/reedsolomon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 18:01:38 -08:00
dependabot[bot]
a6b49ee7d7 build(deps): bump the common-golang-dependencies group with 6 updates (#3522)
Bumps the common-golang-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.35.1` | `1.36.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.2.0` | `1.2.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.65` | `7.0.66` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.16.0` | `0.17.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.153.0` | `0.154.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.60.0` | `1.60.1` |


Updates `cloud.google.com/go/storage` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...spanner/v1.36.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v1.2...sdk/azidentity/v1.2.1)

Updates `github.com/minio/minio-go/v7` from 7.0.65 to 7.0.66
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.65...v7.0.66)

Updates `golang.org/x/crypto` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0)

Updates `google.golang.org/api` from 0.153.0 to 0.154.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.153.0...v0.154.0)

Updates `google.golang.org/grpc` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.60.0...v1.60.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 23:32:29 +00:00
dependabot[bot]
6cc3a633ae build(deps): bump the common-golang-dependencies group with 1 update (#3505)
Bumps the common-golang-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).

- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.59.0...v1.60.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 04:03:46 +00:00
dependabot[bot]
458b9f88c2 build(deps): bump the common-golang-dependencies group with 1 update (#3501)
Bumps the common-golang-dependencies group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go).

- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.0...sdk/azcore/v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 17:44:23 -08:00
Julio Lopez
337c601801 chore(deps): upgrade google/fswalker (#3494)
FSWalker recently upgraded its protobuf dependency and removes the need
for the deprecated protobuf version.
2023-12-08 00:12:01 -08:00
dependabot[bot]
6f7d953103 build(deps): bump the common-golang-dependencies group with 1 update (#3491)
Bumps the common-golang-dependencies group with 1 update: [google.golang.org/api](https://github.com/googleapis/google-api-go-client).

- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.152.0...v0.153.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 07:28:04 +00:00
dependabot[bot]
578f19b273 build(deps): bump github.com/klauspost/compress from 1.17.3 to 1.17.4 (#3486)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.3 to 1.17.4.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.3...v1.17.4)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 18:20:43 -08:00
dependabot[bot]
7989a93596 build(deps): bump the common-golang-dependencies group with 1 update (#3485)
Bumps the common-golang-dependencies group with 1 update: [github.com/minio/minio-go/v7](https://github.com/minio/minio-go).

- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.64...v7.0.65)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 18:19:11 -08:00