Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

New repository parameter to disable metadata compression #549

Closed
wants to merge 10 commits into from

Commits on Apr 30, 2024

  1. build(deps): bump the common-golang-dependencies group with 6 updates (

    …kopia#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="https://github.com/minio/minio-go/commit/c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f"><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="https://github.com/minio/minio-go/commit/0e5a768b1aaebd5c5064564c1da96d58f55de85f"><code>0e5a768</code></a>
    avoid trailing checksums for zero byte objects</li>
    <li><a
    href="https://github.com/minio/minio-go/commit/afa8d5979f8784f4a97ee121e02572bd408bb5ce"><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="https://github.com/minio/minio-go/commit/0558c7e65309e5977aa1d3636768748096d9d89b"><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="https://github.com/minio/minio-go/commit/bfc8151b74615cc05edf4a18d81274cf6e0b65e9"><code>bfc8151</code></a>
    remove broken codeql integration from GitHub</li>
    <li><a
    href="https://github.com/minio/minio-go/commit/e44abd363b97fb1419240ad07687be3d292da645"><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="https://github.com/minio/minio-go/commit/18e8073b0226383a551afd03cbd3b8c24e55d0b8"><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="https://github.com/minio/minio-go/commit/e8ddcf0238962d766f44242b595511f4decd365c"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9656d0afa72646101e859bf8a1c6d05b73ee094d"><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="https://github.com/open-telemetry/opentelemetry-go/commit/29e1c7e3e4c065d0767b85786ea799a2515322d8"><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="https://github.com/open-telemetry/opentelemetry-go/commit/baeb560673c8ff82789dbdeaaad525418c70337f"><code>baeb560</code></a>
    sdk/log: Fix doc for LoggerProvider.ForceFlush and
    LoggerProvider.Shutdown (#...</li>
    <li><a
    href="https://github.com/open-telemetry/opentelemetry-go/commit/ae55e2974455463e5fa4f36d7fe700bab4207dfe"><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="https://github.com/open-telemetry/opentelemetry-go/commit/fe8e3a1b42997767073598aaf6c5923b664b1254"><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="https://github.com/open-telemetry/opentelemetry-go/commit/bf37c5a3a44fb5b4506d2690f35bf038fc729d97"><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="https://github.com/open-telemetry/opentelemetry-go/commit/b34cfc47c4e0240b728f28e62f829dc25408746b"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9370c5a01f957e1eaf27f631cf99768e084c4cd7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/6e92163d6adf91ec77fa41c155c557da6e078563"><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="https://github.com/open-telemetry/opentelemetry-go/commit/f88533381ba23b17bb33f22a762053fb35fd80e7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9656d0afa72646101e859bf8a1c6d05b73ee094d"><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="https://github.com/open-telemetry/opentelemetry-go/commit/29e1c7e3e4c065d0767b85786ea799a2515322d8"><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="https://github.com/open-telemetry/opentelemetry-go/commit/baeb560673c8ff82789dbdeaaad525418c70337f"><code>baeb560</code></a>
    sdk/log: Fix doc for LoggerProvider.ForceFlush and
    LoggerProvider.Shutdown (#...</li>
    <li><a
    href="https://github.com/open-telemetry/opentelemetry-go/commit/ae55e2974455463e5fa4f36d7fe700bab4207dfe"><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="https://github.com/open-telemetry/opentelemetry-go/commit/fe8e3a1b42997767073598aaf6c5923b664b1254"><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="https://github.com/open-telemetry/opentelemetry-go/commit/bf37c5a3a44fb5b4506d2690f35bf038fc729d97"><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="https://github.com/open-telemetry/opentelemetry-go/commit/b34cfc47c4e0240b728f28e62f829dc25408746b"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9370c5a01f957e1eaf27f631cf99768e084c4cd7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/6e92163d6adf91ec77fa41c155c557da6e078563"><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="https://github.com/open-telemetry/opentelemetry-go/commit/f88533381ba23b17bb33f22a762053fb35fd80e7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9656d0afa72646101e859bf8a1c6d05b73ee094d"><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="https://github.com/open-telemetry/opentelemetry-go/commit/29e1c7e3e4c065d0767b85786ea799a2515322d8"><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="https://github.com/open-telemetry/opentelemetry-go/commit/baeb560673c8ff82789dbdeaaad525418c70337f"><code>baeb560</code></a>
    sdk/log: Fix doc for LoggerProvider.ForceFlush and
    LoggerProvider.Shutdown (#...</li>
    <li><a
    href="https://github.com/open-telemetry/opentelemetry-go/commit/ae55e2974455463e5fa4f36d7fe700bab4207dfe"><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="https://github.com/open-telemetry/opentelemetry-go/commit/fe8e3a1b42997767073598aaf6c5923b664b1254"><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="https://github.com/open-telemetry/opentelemetry-go/commit/bf37c5a3a44fb5b4506d2690f35bf038fc729d97"><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="https://github.com/open-telemetry/opentelemetry-go/commit/b34cfc47c4e0240b728f28e62f829dc25408746b"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9370c5a01f957e1eaf27f631cf99768e084c4cd7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/6e92163d6adf91ec77fa41c155c557da6e078563"><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="https://github.com/open-telemetry/opentelemetry-go/commit/f88533381ba23b17bb33f22a762053fb35fd80e7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9656d0afa72646101e859bf8a1c6d05b73ee094d"><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="https://github.com/open-telemetry/opentelemetry-go/commit/29e1c7e3e4c065d0767b85786ea799a2515322d8"><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="https://github.com/open-telemetry/opentelemetry-go/commit/baeb560673c8ff82789dbdeaaad525418c70337f"><code>baeb560</code></a>
    sdk/log: Fix doc for LoggerProvider.ForceFlush and
    LoggerProvider.Shutdown (#...</li>
    <li><a
    href="https://github.com/open-telemetry/opentelemetry-go/commit/ae55e2974455463e5fa4f36d7fe700bab4207dfe"><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="https://github.com/open-telemetry/opentelemetry-go/commit/fe8e3a1b42997767073598aaf6c5923b664b1254"><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="https://github.com/open-telemetry/opentelemetry-go/commit/bf37c5a3a44fb5b4506d2690f35bf038fc729d97"><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="https://github.com/open-telemetry/opentelemetry-go/commit/b34cfc47c4e0240b728f28e62f829dc25408746b"><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="https://github.com/open-telemetry/opentelemetry-go/commit/9370c5a01f957e1eaf27f631cf99768e084c4cd7"><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="https://github.com/open-telemetry/opentelemetry-go/commit/6e92163d6adf91ec77fa41c155c557da6e078563"><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="https://github.com/open-telemetry/opentelemetry-go/commit/f88533381ba23b17bb33f22a762053fb35fd80e7"><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="https://github.com/googleapis/google-api-go-client/commit/8d0b2b5bc50e98e2865818bee89911d3348b43dc">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="https://github.com/googleapis/google-api-go-client/commit/8d0b2b5bc50e98e2865818bee89911d3348b43dc">8d0b2b5</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/googleapis/google-api-go-client/commit/64f40ff95a3fd126680805e762b0824f69f0e218"><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="https://github.com/googleapis/google-api-go-client/commit/8d0b2b5bc50e98e2865818bee89911d3348b43dc"><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>
    dependabot[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7f836f1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-actions group with 3 updates (kopia#3828)

    Bumps the github-actions group with 3 updates:
    [actions/checkout](https://github.com/actions/checkout),
    [actions/download-artifact](https://github.com/actions/download-artifact)
    and [github/codeql-action](https://github.com/github/codeql-action).
    
    Updates `actions/checkout` from 4.1.3 to 4.1.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.1.4</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.1.3...v4.1.4">https://github.com/actions/checkout/compare/v4.1.3...v4.1.4</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.1.4</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    </ul>
    <h2>v4.1.3</h2>
    <ul>
    <li>Check git version before attempting to disable
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
    <li>Add SSH user parameter by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
    <li>Update <code>actions/checkout</code> version in
    <code>update-main-version.yml</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
    </ul>
    <h2>v4.1.2</h2>
    <ul>
    <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
    option is not present <a
    href="https://github.com/dscho"><code>@​dscho</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
    </ul>
    <h2>v4.1.1</h2>
    <ul>
    <li>Correct link to GitHub Docs by <a
    href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
    <li>Link to release page from what's new section by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
    </ul>
    <h2>v4.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
    support for partial checkout filters</a></li>
    </ul>
    <h2>v4.0.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1067">Support
    fetching without the --progress option</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1436">Update to
    node20</a></li>
    </ul>
    <h2>v3.6.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
    test scripts with Bash'isms to be run via Bash</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add
    option to fetch tags even if fetch-depth &gt; 0</a></li>
    </ul>
    <h2>v3.5.3</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1196">Fix:
    Checkout fail in self-hosted runners when faulty submodule are
    checked-in</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix
    typos found by codespell</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add
    support for sparse checkouts</a></li>
    </ul>
    <h2>v3.5.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix
    api endpoint for GHES</a></li>
    </ul>
    <h2>v3.5.1</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix
    slow checkout on Windows</a></li>
    </ul>
    <h2>v3.5.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add
    new public key for known_hosts</a></li>
    </ul>
    <h2>v3.4.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade
    codeql actions to v2</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade
    dependencies</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade
    <code>@​actions/io</code></a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/0ad4b8fadaa221de15dcec353f45205ec38ea70b"><code>0ad4b8f</code></a>
    Prep Release v4.1.4 (<a
    href="https://redirect.github.com/actions/checkout/issues/1704">#1704</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/43045ae669be728bd34ed56fcd1a230c0dc4d8e2"><code>43045ae</code></a>
    Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> (<a
    href="https://redirect.github.com/actions/checkout/issues/1692">#1692</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/37b082107ba410260a3aaddf93122e04801ce631"><code>37b0821</code></a>
    Bump the minor-actions-dependencies group with 2 updates (<a
    href="https://redirect.github.com/actions/checkout/issues/1693">#1693</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/9839dc14a02ddc6b6995e69eb3ecb98132fc8b6b"><code>9839dc1</code></a>
    Add dependabot config (<a
    href="https://redirect.github.com/actions/checkout/issues/1688">#1688</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/9b4c13b0bfa31b4514c14f74b5a166c2708f43c6"><code>9b4c13b</code></a>
    Bump word-wrap from 1.2.3 to 1.2.5 (<a
    href="https://redirect.github.com/actions/checkout/issues/1643">#1643</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `actions/download-artifact` from 4.1.6 to 4.1.7
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/download-artifact/releases">actions/download-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.1.7</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update <code>@​actions/artifact</code> dependency by <a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
    href="https://redirect.github.com/actions/download-artifact/pull/325">actions/download-artifact#325</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7">https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/download-artifact/commit/65a9edc5881444af0b9093a5e628f2fe47ea3b2e"><code>65a9edc</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/download-artifact/issues/325">#325</a>
    from bethanyj28/main</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/fdd1595981c1a29187d3de99c28c28a166bc38f7"><code>fdd1595</code></a>
    licensed</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/c13dba102f4bb92b3f679fa086db9e2973960ca7"><code>c13dba1</code></a>
    update <code>@​actions/artifact</code> dependency</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/0daa75ebeac4617faeb127496dbd716b8bcce26e"><code>0daa75e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/download-artifact/issues/324">#324</a>
    from actions/eggyhead/use-artifact-v2.1.6</li>
    <li>See full diff in <a
    href="https://github.com/actions/download-artifact/compare/9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395...65a9edc5881444af0b9093a5e628f2fe47ea3b2e">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `github/codeql-action` from 3.25.2 to 3.25.3
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.25.3 - 25 Apr 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.17.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2247">#2247</a></li>
    <li>Workflows running on <code>macos-latest</code> using CodeQL CLI
    versions before v2.15.1 will need to either upgrade their CLI version to
    v2.15.1 or newer, or change the platform to an Intel MacOS runner, such
    as <code>macos-12</code>. ARM machines with SIP disabled, including the
    newest <code>macos-latest</code> image, are unsupported for CLI versions
    before 2.15.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2261">#2261</a></li>
    </ul>
    <h2>3.25.2 - 22 Apr 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.25.1 - 17 Apr 2024</h2>
    <ul>
    <li>We are rolling out a feature in April/May 2024 that improves the
    reliability and performance of analyzing code when analyzing a compiled
    language with the <code>autobuild</code> <a
    href="https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes">build
    mode</a>. <a
    href="https://redirect.github.com/github/codeql-action/pull/2235">#2235</a></li>
    <li>Fix a bug where the <code>init</code> Action would fail if
    <code>--overwrite</code> was specified in
    <code>CODEQL_ACTION_EXTRA_OPTIONS</code>. <a
    href="https://redirect.github.com/github/codeql-action/pull/2245">#2245</a></li>
    </ul>
    <h2>3.25.0 - 15 Apr 2024</h2>
    <ul>
    <li>
    <p>The deprecated feature for extracting dependencies for a Python
    analysis has been removed. <a
    href="https://redirect.github.com/github/codeql-action/pull/2224">#2224</a></p>
    <p>As a result, the following inputs and environment variables are now
    ignored:</p>
    <ul>
    <li>The <code>setup-python-dependencies</code> input to the
    <code>init</code> Action</li>
    <li>The
    <code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION</code>
    environment variable</li>
    </ul>
    <p>We recommend removing any references to these from your workflows.
    For more information, see the release notes for CodeQL Action v3.23.0
    and v2.23.0.</p>
    </li>
    <li>
    <p>Automatically overwrite an existing database if found on the
    filesystem. <a
    href="https://redirect.github.com/github/codeql-action/pull/2229">#2229</a></p>
    </li>
    <li>
    <p>Bump the minimum CodeQL bundle version to 2.12.6. <a
    href="https://redirect.github.com/github/codeql-action/pull/2232">#2232</a></p>
    </li>
    <li>
    <p>A more relevant log message and a diagnostic are now emitted when the
    <code>file</code> program is not installed on a Linux runner, but is
    required for Go tracing to succeed. <a
    href="https://redirect.github.com/github/codeql-action/pull/2234">#2234</a></p>
    </li>
    </ul>
    <h2>3.24.10 - 05 Apr 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.17.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2219">#2219</a></li>
    <li>Add a deprecation warning for customers using CodeQL version 2.12.5
    and earlier. These versions of CodeQL were discontinued on 26 March 2024
    alongside GitHub Enterprise Server 3.8, and will be unsupported by
    CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later.
    <a
    href="https://redirect.github.com/github/codeql-action/pull/2220">#2220</a>
    <ul>
    <li>If you are using one of these versions, please update to CodeQL CLI
    version 2.12.6 or later. For instance, if you have specified a custom
    version of the CLI using the 'tools' input to the 'init' Action, you can
    remove this input to use the default version.</li>
    <li>Alternatively, if you want to continue using a version of the CodeQL
    CLI between 2.11.6 and 2.12.5, you can replace
    <code>github/codeql-action/*@V3</code> by
    <code>github/codeql-action/*@v3.24.10</code> and
    <code>github/codeql-action/*@v2</code> by
    <code>github/codeql-action/*@v2.24.10</code> in your code scanning
    workflow to ensure you continue using this version of the CodeQL
    Action.</li>
    </ul>
    </li>
    </ul>
    <h2>3.24.9 - 22 Mar 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.16.5. <a
    href="https://redirect.github.com/github/codeql-action/pull/2203">#2203</a></li>
    </ul>
    <h2>3.24.8 - 18 Mar 2024</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/d39d31e687223d841ef683f52467bd88e9b21c14"><code>d39d31e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2262">#2262</a>
    from github/update-v3.25.3-ac2f82a1f</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/a7278252c70477c10a79034dae40a279c9a93c81"><code>a727825</code></a>
    Move changenote to most recent section</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/1efa8597b1a91824d046c53d4c10d77968957df1"><code>1efa859</code></a>
    Update changelog for v3.25.3</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ac2f82a1ffdc5b61472756d5f098a9acf079c7bb"><code>ac2f82a</code></a>
    Log warning if SIP is disabled and CLI version is &lt; 2.15.1 (<a
    href="https://redirect.github.com/github/codeql-action/issues/2261">#2261</a>)</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/0ad7791640e0365754b29776b989bb8a341a45e9"><code>0ad7791</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2247">#2247</a>
    from github/update-bundle/codeql-bundle-v2.17.1</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/79d9ee7f07f81f562eade2095cbd714baeda85d8"><code>79d9ee7</code></a>
    Merge branch 'main' into update-bundle/codeql-bundle-v2.17.1</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51"><code>dbf2b17</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2255">#2255</a>
    from github/mergeback/v3.25.2-to-main-8f596b4a</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ff6a3c42a5824cbebd4b5610db68760f3896540a"><code>ff6a3c4</code></a>
    Update checked-in dependencies</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/619dc0c4b85a2de48427e29571874d67419d901f"><code>619dc0c</code></a>
    Update changelog and version after v3.25.2</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/39e1e6509e99d33f40a3508d4d56f24f29f37dcf"><code>39e1e65</code></a>
    Add changelog note</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/8f596b4ae3cb3c588a5c46780b86dd53fef16c52...d39d31e687223d841ef683f52467bd88e9b21c14">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>
    dependabot[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    95c38a3 View commit details
    Browse the repository at this point in the history
  3. fix(cli): Fix client IPv6 URI generation for gRPC connections (kopia#…

    …3830)
    
    Connecting to gRPC repository API using an IPv6 address does not
    correctly configure the URI for the client's dial. Reconstructing the
    parsed URL into `hostname + ":" + port` will remove the square brackets
    required for IPv6 addressing, resulting in a `too many colons in
    address` error.
    
    Fix the issue by instead using the helper `net.JoinHostPort()`, which
    will add square brackets for IPv6 hostnames.
    
    Tested by running `TestServer` with `httptest.serve` flag set, forcing
    the test server to listen on the IPv6 loopback:
    ```
    cd internal/server
    go test -v -run=TestServer$ --httptest.serve=[::1]:0 ./server
    ```
    
    Fails without fix:
    ```
        server_test.go:48: 
                    Error Trace:    /workspaces/kopia/internal/server/server_test.go:48
                    Error:          Received unexpected error:
                                    failed to exit idle mode: invalid target address ::1:45373, error info: address ::1:45373:443: too many colons in address
    ```
    
    Passes with fix:
    ```
    --- PASS: TestServer (0.81s)
    PASS
    ```
    redgoat650 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dc0dea4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. refactor(general): make key derivers available in tests (kopia#3826)

    - Re-introduces the **insecure**, lightweight key deriver for
      testing **only**.
    - Makes `scrypt` and `pbkdf2` derivers available in tests as well.
    julio-lopez committed May 1, 2024
    Configuration menu
    Copy the full SHA
    065e0ad View commit details
    Browse the repository at this point in the history
  2. refactor(general): remove unused receiver (kopia#3833)

    No functional changes
    julio-lopez committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f4b2034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad06bb2 View commit details
    Browse the repository at this point in the history
  4. refactor(general): avoid using empty master keys (kopia#3835)

    Previously, empty master keys were passed to the underlying
    cryptographic primitives (HKDF, AEAD, etc.).
    
    While this worked because the authentication mechanisms returned an
    error, it's best to avoid passing empty master keys to these primitives
    in the first place. This refactor avoids passing empty master keys and
    enforces this via an assertion in the key derivation function.
    miquella committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3fcdb9b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. build(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /app (kopia#3841)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/mde/ejs/releases">ejs's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.1.10</h2>
    <p>Version 3.1.10</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/mde/ejs/commit/d3f807dea9ce904e20a47a661f2310ce9134dc2a"><code>d3f807d</code></a>
    Version 3.1.10</li>
    <li><a
    href="https://github.com/mde/ejs/commit/9ee26dde5d7015d9c0e2ff87314cabeac5247c02"><code>9ee26dd</code></a>
    Mocha TDD</li>
    <li><a
    href="https://github.com/mde/ejs/commit/e469741dca7df2eb400199e1cdb74621e3f89aa5"><code>e469741</code></a>
    Basic pollution protection</li>
    <li><a
    href="https://github.com/mde/ejs/commit/715e9507fa3e6122dc6430fe0f25a6e6ded300c1"><code>715e950</code></a>
    Merge pull request <a
    href="https://redirect.github.com/mde/ejs/issues/756">#756</a> from
    Jeffrey-mu/main</li>
    <li><a
    href="https://github.com/mde/ejs/commit/cabe3146ad964a1e98db7742abf435906ca79406"><code>cabe314</code></a>
    Include advanced usage examples</li>
    <li><a
    href="https://github.com/mde/ejs/commit/29b076cdbbf3eb1b4323b33299ab6d79391b2c33"><code>29b076c</code></a>
    Added header</li>
    <li><a
    href="https://github.com/mde/ejs/commit/11503c79af882e3635b513d57c7f1813792eb127"><code>11503c7</code></a>
    Merge branch 'main' of github.com:mde/ejs into main</li>
    <li><a
    href="https://github.com/mde/ejs/commit/7690404e2fc1688756938e4d2fc19e0fac77d736"><code>7690404</code></a>
    Added security banner to README</li>
    <li><a
    href="https://github.com/mde/ejs/commit/f47d7aedd51a983e4f73045f962b1209096b5800"><code>f47d7ae</code></a>
    Update SECURITY.md</li>
    <li><a
    href="https://github.com/mde/ejs/commit/828cea1687e3db459ab09d2f405d2444c7580b90"><code>828cea1</code></a>
    Update SECURITY.md</li>
    <li>Additional commits viewable in <a
    href="https://github.com/mde/ejs/compare/v3.1.9...v3.1.10">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ejs&package-manager=npm_and_yarn&previous-version=3.1.9&new-version=3.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts page](https://github.com/kopia/kopia/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0fc8b1b View commit details
    Browse the repository at this point in the history
  2. test(server): Decompose base URL to URI to helper and add test (kopia…

    …#3839)
    
    Decompose the logic for parsing base URL into the URI for client dial.
    Add a unit test for the new helper.
    redgoat650 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4cf9582 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. New repository param to disable metadata compression

    Signed-off-by: Prasad Ghangal <prasad.ganghal@veeam.com>
    PrasadG193 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e39fe0a View commit details
    Browse the repository at this point in the history