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

Kopia rebase 20250318 #1

Open
wants to merge 528 commits into
base: konveyor-dev
Choose a base branch
from

Conversation

mpryc
Copy link

@mpryc mpryc commented Mar 18, 2025

Used rebasebot to achieve this PR:

  1. Install rebasebot
 $ git clone https://github.com/openshift-eng/rebasebot
 $  python -m venv .venv
 $  source .venv/bin/activate
 $  pip install .
 $ rebasebot --help
  1. Ensure the personal access token have proper rights to your fork of kopia repo
# Generate new short lived github token with the access to the fork of the kopia repo:
#    https://github.com/settings/personal-access-tokens/new
-> Workflows
-> Pull requests
-> Contents
# Save this token in the text file (will be needed in next step)
  1. Sit, drink cofee and enjoy
REBASE_NAME=kopia-rebase-20250318
DEST_BRANCH=konveyor-dev
SOURCE_BRANCH=v0.19.0-velero-patch

rebasebot \
--source https://github.com/project-velero/kopia:"$SOURCE_BRANCH" \
--dest https://github.com/migtools/kopia:"$DEST_BRANCH" \
--rebase https://github.com/mpryc/kopia:"$REBASE_NAME" \
--update-go-modules \
--github-user-token /home/migi/.github/rebasebot_token.txt

dependabot bot and others added 30 commits June 10, 2024 17:39
kopia#3912)

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

| Package | From | To |
| --- | --- | --- |
|
[cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go)
| `1.41.0` | `1.42.0` |
|
[github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go)
| `1.11.1` | `1.12.0` |
|
[github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go)
| `1.5.2` | `1.6.0` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) |
`7.0.70` | `7.0.71` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.23.0` |
`0.24.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.17.0` |
`0.18.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.25.0` |
`0.26.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.20.0` |
`0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.20.0` |
`0.21.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.20.0` |
`0.21.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.15.0` |
`0.16.0` |
|
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
| `0.182.0` | `0.183.0` |

Updates `cloud.google.com/go/storage` from 1.41.0 to 1.42.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's
releases</a>.</em></p>
<blockquote>
<h2>storage: v1.42.0</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.41.0...storage/v1.42.0">1.42.0</a>
(2024-06-10)</h2>
<h3>Features</h3>
<ul>
<li><strong>storage:</strong> Add new package transfermanager. This
package is intended for parallel uploads and downloads, and is in
preview. It is not stable, and is likely to change. (<a
href="https://github.com/googleapis/google-cloud-go/issues/10045">#10045</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/cde5cbba3145d5a702683656a42158621234fe71">cde5cbb</a>)</li>
<li><strong>storage:</strong> Add bucket HierarchicalNamespace (<a
href="https://github.com/googleapis/google-cloud-go/issues/10315">#10315</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/b92406ccfadfdcee379e86d6f78c901d772401a9">b92406c</a>),
refs <a
href="https://github.com/googleapis/google-cloud-go/issues/10146">#10146</a></li>
<li><strong>storage:</strong> Add BucketName to BucketHandle (<a
href="https://github.com/googleapis/google-cloud-go/issues/10127">#10127</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/203cc599e5e2f2f821dc75b47c5a4c9073333f05">203cc59</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>storage:</strong> Set invocation headers on xml reads (<a
href="https://github.com/googleapis/google-cloud-go/issues/10250">#10250</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/c87e1ab6f9618b8b3f4d0005ac159abd87b0daaf">c87e1ab</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>storage:</strong> Update autoclass doc (<a
href="https://github.com/googleapis/google-cloud-go/issues/10135">#10135</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/e4b2737ddc16d3bf8139a6def7326ac905f62acd">e4b2737</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/22e90d9b964610628c10f673ca5f85b8c2a2ca9a"><code>22e90d9</code></a>
chore(main): release spanner 1.42.0 (<a
href="https://github.com/googleapis/google-cloud-go/issues/7130">#7130</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/2552e092cff01e0d6b80fefaa7877f77e36db6be"><code>2552e09</code></a>
fix(spanner): fallback to check grpc error message if ResourceType is
nil for...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/6bb95efb7997692a52c321e787e633a5045b21f8"><code>6bb95ef</code></a>
feat(spanner): add database roles (<a
href="https://github.com/googleapis/google-cloud-go/issues/5701">#5701</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/f2b1f1bf819196b659bab66fbdac6d2b354f147b"><code>f2b1f1b</code></a>
chore(bigquery/storage/managedwriter): internal refactor (flow
controller, id...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/bcc9fcdf306f65a30cad28b422978e9ea6eceb08"><code>bcc9fcd</code></a>
test(bigtable): expand integration tests for read stats (<a
href="https://github.com/googleapis/google-cloud-go/issues/7143">#7143</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/ab332ced06f6c07909444e4528c02a8b6a0a70a6"><code>ab332ce</code></a>
fix(internal/gapicgen): disable rest for non-rest APIs (<a
href="https://github.com/googleapis/google-cloud-go/issues/7157">#7157</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/dc894093c7e55df7f5fbf2ca411fc9ca4529c25d"><code>dc89409</code></a>
chore(main): release pubsublite 1.6.0 (<a
href="https://github.com/googleapis/google-cloud-go/issues/7129">#7129</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/5fa855545502ab01775d19cc7b42810beefd1d5f"><code>5fa8555</code></a>
feat(pubsublite): create/update export subscriptions (<a
href="https://github.com/googleapis/google-cloud-go/issues/6885">#6885</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/176f5331ff02dd9ae4eb706f299b31c903689298"><code>176f533</code></a>
feat(pubsublite): unload idle partition publishers (<a
href="https://github.com/googleapis/google-cloud-go/issues/7105">#7105</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/28f3572addb0f563a2a42a76977b4e083191613f"><code>28f3572</code></a>
feat(all): enable REGAPIC and REST numeric enums (<a
href="https://github.com/googleapis/google-cloud-go/issues/6999">#6999</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.41.0...spanner/v1.42.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.11.1 to
1.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azcore's
releases</a>.</em></p>
<blockquote>
<h2>sdk/azcore/v1.12.0</h2>
<h2>1.12.0 (2024-06-06)</h2>
<h3>Features Added</h3>
<ul>
<li>Added field <code>StatusCodes</code> to
<code>runtime.FetcherForNextLinkOptions</code> allowing for additional
HTTP status codes indicating success.</li>
<li>Added func <code>NewUUID</code> to the <code>runtime</code> package
for generating UUIDs.</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Fixed an issue that prevented pollers using the
<code>Operation-Location</code> strategy from unmarshaling the final
result in some cases.</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Updated dependencies.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/e58902b242459d7a4a42c8c0113937b26ac495af"><code>e58902b</code></a>
Prep azcore v1.12.0 for release (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/23005">#23005</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9ad32c5a2db85ef5f697e5d3376a73efaebd19ae"><code>9ad32c5</code></a>
Increment package version after release of internal (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/23004">#23004</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/897e9035c566063952597bc3b470858e866c2a0b"><code>897e903</code></a>
Update ignore-links.txt (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/23003">#23003</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ac7cc049bf63dc129ad246dbe21ac7a6ca42a578"><code>ac7cc04</code></a>
[keyvault] fix test recording sanitizers (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22911">#22911</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/276cf8c8e230d25d0872babca0a5965514760e19"><code>276cf8c</code></a>
update readme (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22971">#22971</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/5eb479f45a231f434b00411e57b17c53137d35ea"><code>5eb479f</code></a>
[azopenai] Updating hash to merged PR. (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22998">#22998</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9c4f5c55f5439bcd7e3b5290fb31b2e145f2ebf8"><code>9c4f5c5</code></a>
Prepare sdk/internal v1.9.0 for release (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22991">#22991</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b407f56cbce00d7d3ff51ac864fd1d04a88a08a1"><code>b407f56</code></a>
Increment version for messaging/azwebpubsub releases (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22466">#22466</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/3af4c7ee716193b8e6755307ef1d27c041614752"><code>3af4c7e</code></a>
update mgmt live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22996">#22996</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b7d018ea5d4e2c59ef91f8b42d3307262bf3e81b"><code>b7d018e</code></a>
fix sdk/resourcemanager/internal module (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/22994">#22994</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.11.1...sdk/azcore/v1.12.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.5.2 to
1.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's
releases</a>.</em></p>
<blockquote>
<h2>sdk/internal/v1.6.0</h2>
<h2>1.6.0 (2024-04-16)</h2>
<h3>Features Added</h3>
<ul>
<li>Options types for <code>SetBodilessMatcher</code> and
<code>SetDefaultMatcher</code> now embed
<code>RecordingOptions</code></li>
<li>Added a collection of default sanitizers for test recordings</li>
</ul>
<h2>sdk/azidentity/v1.6.0</h2>
<h2>1.6.0 (2024-06-10)</h2>
<h3>Features Added</h3>
<ul>
<li><code>NewOnBehalfOfCredentialWithClientAssertions</code> creates an
on-behalf-of credential
that authenticates with client assertions such as federated
credentials</li>
</ul>
<h3>Breaking Changes</h3>
<blockquote>
<p>These changes affect only code written against a beta version such as
v1.6.0-beta.4</p>
</blockquote>
<ul>
<li>Removed <code>AzurePipelinesCredential</code> and the persistent
token caching API.
They will return in v1.7.0-beta.1</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Managed identity bug fixes</li>
</ul>
<h2>sdk/azidentity/v1.6.0-beta.4</h2>
<h2>1.6.0-beta.4 (2024-05-14)</h2>
<h3>Features Added</h3>
<ul>
<li><code>AzurePipelinesCredential</code> authenticates an Azure
Pipeline service connection with
workload identity federation</li>
</ul>
<h2>sdk/azidentity/v1.6.0-beta.3</h2>
<h2>1.6.0-beta.3 (2024-04-09)</h2>
<h3>Breaking Changes</h3>
<ul>
<li><code>DefaultAzureCredential</code> now sends a probe request with
no retries for IMDS managed identity
environments to avoid excessive retry delays when the IMDS endpoint is
not available. This
should improve credential chain resolution for local development
scenarios.</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li><code>ManagedIdentityCredential</code> now specifies resource IDs
correctly for Azure Container Instances</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/36f766d2feba70f64bed923c23b57602998e16c8"><code>36f766d</code></a>
add sdk/resourcemanager/cosmos/armcosmos live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20705">#20705</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/c005ed6159fdf2104077694b5f89e7063a0cc586"><code>c005ed6</code></a>
sdk/resourcemanager/network/armnetwork live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20331">#20331</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/5fa7df4852a100f4a7502d5064ae54b0aceb8260"><code>5fa7df4</code></a>
add sdk/resourcemanager/compute/armcompute live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20048">#20048</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/0d22aeddaaa48d5ac34320978393bc026dba4ccb"><code>0d22aed</code></a>
add sdk/resourcemanager/eventhub/armeventhub live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20686">#20686</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/2a8d96d355a38886b1bdf7b99d029b7f57108ee0"><code>2a8d96d</code></a>
add sdk/resourcemanager/postgresql/armpostgresql live test (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20685">#20685</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b2cddab175e50e5e392f16d0b7b2745fafe51fe4"><code>b2cddab</code></a>
[Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20437">#20437</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ed7f3c719ea35a75734ac690e8fd02b17adbe4d7"><code>ed7f3c7</code></a>
Fix azidentity troubleshooting guide link (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20736">#20736</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/6dfd0cbd7c2796dbb3836edfbb712badbc8fbc4b"><code>6dfd0cb</code></a>
[azeventhubs] Fixing checkpoint store race condition (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20727">#20727</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/745d967e27046474eac60690c8c44847f5e590f5"><code>745d967</code></a>
pass along the artifact name so we can override it later (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20732">#20732</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/20b4dd8c3e30d468d33d6ad55e0a1dbaa4705abe"><code>20b4dd8</code></a>
Update changelog with latest features (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20730">#20730</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.2...sdk/azcore/v1.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/minio/minio-go/v7` from 7.0.70 to 7.0.71
<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 DelMarkerExpiration element by <a
href="https://github.com/krisis"><code>@​krisis</code></a> in <a
href="https://github.com/minio/minio-go/pull/1959">minio/minio-go#1959</a></li>
<li>feat: support tags for postPolicy Upload by <a
href="https://github.com/jiuker"><code>@​jiuker</code></a> in <a
href="https://github.com/minio/minio-go/pull/1967">minio/minio-go#1967</a></li>
<li>Add ListMultipartUploads mint test by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/minio/minio-go/pull/1963">minio/minio-go#1963</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71">https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minio/minio-go/commit/14b3aa6d56708fdf2071346aadcdb085069d8937"><code>14b3aa6</code></a>
Add ListMultipartUploads mint tests (<a
href="https://github.com/minio/minio-go/issues/1963">#1963</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/7d712b5e64d1cf8b91e29cb9d130bb32ed988111"><code>7d712b5</code></a>
feat: support tags for postPolicy Upload (<a
href="https://github.com/minio/minio-go/issues/1967">#1967</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/95db455478e33a69eb682dff9772494228695cb9"><code>95db455</code></a>
Add support for DelMarkerExpiration element (<a
href="https://github.com/minio/minio-go/issues/1959">#1959</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/88c389defc6bd44a0aff5adc0f2a12d29dbd5183"><code>88c389d</code></a>
Update version to next release</li>
<li>See full diff in <a
href="https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/crypto` from 0.23.0 to 0.24.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/332fd656f4f013f66e643818fe8c759538456535"><code>332fd65</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/0b431c7de36a66b1b5c54f6219ad1413824cd1fd"><code>0b431c7</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="https://github.com/golang/crypto/commit/349231f7e4e437ea89847c5dfce63eed67949f86"><code>349231f</code></a>
ssh: implement CryptoPublicKey on sk keys</li>
<li><a
href="https://github.com/golang/crypto/commit/44c9b0ff9e71f015c49f686c68a7950fac76623c"><code>44c9b0f</code></a>
ssh: allow server auth callbacks to send additional banners</li>
<li><a
href="https://github.com/golang/crypto/commit/67b13616a59528f2f948f405d79d6e7df0b97d12"><code>67b1361</code></a>
sha3: reenable s390x assembly</li>
<li><a
href="https://github.com/golang/crypto/commit/477a5b4c327a4fea3cab2fe127f89940289b65e5"><code>477a5b4</code></a>
sha3: make APIs usable with zero allocations</li>
<li><a
href="https://github.com/golang/crypto/commit/59b5a86796b9d310b31d416f56d93b5ce30da22b"><code>59b5a86</code></a>
sha3: disable s390x assembly</li>
<li><a
href="https://github.com/golang/crypto/commit/10f366e7a2b3254f25277b2c11f89b3f26fb8df1"><code>10f366e</code></a>
sha3: simplify XOR functions</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.23.0...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/mod` from 0.17.0 to 0.18.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/c0bdc7bd01c96a3472df419bc2b082e06b09a219"><code>c0bdc7b</code></a>
modfile: add API for godebug lines</li>
<li><a
href="https://github.com/golang/mod/commit/6686f416970d4b8e2f54f521955dee89e6763c4b"><code>6686f41</code></a>
module: add COM0 and LPT0 to badWindowsNames</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.17.0...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/net` from 0.25.0 to 0.26.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/66e838c6fbf5387ecedc26ce490b5f4d6864a854"><code>66e838c</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/6249541f2a6c4cff317a4502d93dd287c5fb0c51"><code>6249541</code></a>
http2: avoid race in server handler SetReadDeadine/SetWriteDeadline</li>
<li><a
href="https://github.com/golang/net/commit/603e3e63901aff21959a4e046f2c573d3643f3be"><code>603e3e6</code></a>
quic: disable X25519Kyber768Draft00 in tests</li>
<li><a
href="https://github.com/golang/net/commit/67e8d0c95dfddd8837d007806e29c9301cf46b2f"><code>67e8d0c</code></a>
http2: report an error if goroutines outlive serverTester tests</li>
<li><a
href="https://github.com/golang/net/commit/56082791fe602007bf2068450f13b8876c2a23dd"><code>5608279</code></a>
http2: avoid corruption in priority write scheduler</li>
<li><a
href="https://github.com/golang/net/commit/0d515a535ec222dced3359cb3625772c4392e794"><code>0d515a5</code></a>
http2: factor out frame read/write test functions</li>
<li><a
href="https://github.com/golang/net/commit/9f5b79b0000bda2a9ca3263f9d08fdc5f09b28ab"><code>9f5b79b</code></a>
http2: drop unused retry function</li>
<li><a
href="https://github.com/golang/net/commit/03c24c2d766bb8e069dba41e07e6c272d345fbe1"><code>03c24c2</code></a>
http2: use synthetic time in server tests</li>
<li><a
href="https://github.com/golang/net/commit/022530c41555839e27aec3868cc480fb7b5e33d4"><code>022530c</code></a>
http2: add a more full-featured test net.Conn</li>
<li><a
href="https://github.com/golang/net/commit/410d19ee5650d9c64ed4392cb046ab7fde0d86cc"><code>410d19e</code></a>
http2: avoid racy access to clientStream.requestedGzip</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/net/compare/v0.25.0...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/oauth2/commit/5fd42413edb3b1699004a31b72e485e0e4ba1b13"><code>5fd4241</code></a>
google: update compute token refresh</li>
<li>See full diff in <a
href="https://github.com/golang/oauth2/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/sys` from 0.20.0 to 0.21.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/673e0f94c16da4b6d7f550d6af66fde0c69503e4"><code>673e0f9</code></a>
unix: skip ethtool driver test for busy interface</li>
<li><a
href="https://github.com/golang/sys/commit/6943ab67c485d110829e8c77c3a46235a07d73b9"><code>6943ab6</code></a>
unix/linux: update glibc to 2.39</li>
<li><a
href="https://github.com/golang/sys/commit/92f3ad6e7f2c62ef8e7c26906fdb3b67419566ac"><code>92f3ad6</code></a>
unix: update to Linux kernel 6.9</li>
<li><a
href="https://github.com/golang/sys/commit/f34bb9fccc5017bce03e0a0446cc145e8424054b"><code>f34bb9f</code></a>
windows: add net user enum</li>
<li><a
href="https://github.com/golang/sys/commit/6dfb94eaa3bd0fcaa615f58e915f7214ce078beb"><code>6dfb94e</code></a>
unix: add types for SOCK_DIAG</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/term` from 0.20.0 to 0.21.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/5f0bb723151ab65fd6a3386b3160320e7419602e"><code>5f0bb72</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/text` from 0.15.0 to 0.16.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/9c2f3a21352d1ff4e47776534e3f334b39ec0183"><code>9c2f3a2</code></a>
cmd/gotext: fix segfault in extract &amp; rewrite commands</li>
<li><a
href="https://github.com/golang/text/commit/59e1219a5f3786e7011dc4816d0dbb09fee91bc8"><code>59e1219</code></a>
message: optimize lookupAndFormat function for better performance</li>
<li><a
href="https://github.com/golang/text/commit/a20a3e249605cda389f7039e0fccaabf709c47b3"><code>a20a3e2</code></a>
x/text: update x/tools for go/ssa range-over-func fix</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.15.0...v0.16.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.182.0 to 0.183.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.183.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.182.0...v0.183.0">0.183.0</a>
(2024-06-04)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2611">#2611</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1de148b049cad72efb924df7f3435bcbca7d214f">1de148b</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2616">#2616</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/5f21214e2284f5162d89383f528326325091796c">5f21214</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2617">#2617</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/08fdd71cae0bbfd16ed7e13a00c8bc7dd596ce94">08fdd71</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2619">#2619</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/c7f161413cf50b50db98ba483afc2f2344e0896f">c7f1614</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2622">#2622</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/007774894a48d24634ace7b9e09def4d61433f7f">0077748</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add another temporary dep on genproto (<a
href="https://github.com/googleapis/google-api-go-client/issues/2614">#2614</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/4f9821115b5b14b2a32a4cdcbbb84bed018dac2c">4f98211</a>),
refs <a
href="https://github.com/googleapis/google-api-go-client/issues/2559">#2559</a>
<a
href="https://github.com/googleapis/google-api-go-client/issues/2613">#2613</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.182.0...v0.183.0">0.183.0</a>
(2024-06-04)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2611">#2611</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1de148b049cad72efb924df7f3435bcbca7d214f">1de148b</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2616">#2616</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/5f21214e2284f5162d89383f528326325091796c">5f21214</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2617">#2617</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/08fdd71cae0bbfd16ed7e13a00c8bc7dd596ce94">08fdd71</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2619">#2619</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/c7f161413cf50b50db98ba483afc2f2344e0896f">c7f1614</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2622">#2622</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/007774894a48d24634ace7b9e09def4d61433f7f">0077748</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add another temporary dep on genproto (<a
href="https://github.com/googleapis/google-api-go-client/issues/2614">#2614</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/4f9821115b5b14b2a32a4cdcbbb84bed018dac2c">4f98211</a>),
refs <a
href="https://github.com/googleapis/google-api-go-client/issues/2559">#2559</a>
<a
href="https://github.com/googleapis/google-api-go-client/issues/2613">#2613</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/c642c84b7c822328ac78f9156056e1202572e5ac"><code>c642c84</code></a>
chore(main): release 0.183.0 (<a
href="https://github.com/googleapis/google-api-go-client/issues/2615">#2615</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/305d1377e5d73c1a8148f66bcc30a16a7b455688"><code>305d137</code></a>
chore(all): update all (<a
href="https://github.com/googleapis/google-api-go-client/issues/2618">#2618</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/007774894a48d24634ace7b9e09def4d61433f7f"><code>0077748</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2622">#2622</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/c7f161413cf50b50db98ba483afc2f2344e0896f"><code>c7f1614</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2619">#2619</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/08fdd71cae0bbfd16ed7e13a00c8bc7dd596ce94"><code>08fdd71</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2617">#2617</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/5f21214e2284f5162d89383f528326325091796c"><code>5f21214</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2616">#2616</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/1de148b049cad72efb924df7f3435bcbca7d214f"><code>1de148b</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2611">#2611</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/4f9821115b5b14b2a32a4cdcbbb84bed018dac2c"><code>4f98211</code></a>
fix: add another temporary dep on genproto (<a
href="https://github.com/googleapis/google-api-go-client/issues/2614">#2614</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.182.0...v0.183.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>
…opia#3913)

Bumps
[github.com/zalando/go-keyring](https://github.com/zalando/go-keyring)
from 0.2.4 to 0.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zalando/go-keyring/releases">github.com/zalando/go-keyring's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Prompt to unlock individual item when getting secret from keyring in
unix system by <a
href="https://github.com/AlanD20"><code>@​AlanD20</code></a> <a
href="https://github.com/zalando/go-keyring/issues/108">#108</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5">https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zalando/go-keyring/commit/de351c5bed695b522feb7e391e811a21f79d17dc"><code>de351c5</code></a>
Merge pull request <a
href="https://github.com/zalando/go-keyring/issues/108">#108</a>
from AlanD20/unlock-items</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/69620c4203b64fae02e190b02f8b72143d8eadc3"><code>69620c4</code></a>
remove mock provider changes</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/14b7cd28409d8fd8956e21c549130b3fe1141b9f"><code>14b7cd2</code></a>
Prompt to unlock individual item when getting secret from keyring</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/28657a580d2cfb4b21ff91769ce687ce4a31cb22"><code>28657a5</code></a>
Merge pull request <a
href="https://github.com/zalando/go-keyring/issues/107">#107</a>
from EndlessTrax/master</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/3a4a80b74d6a2cfc924526bea282b5ae6f5da9ce"><code>3a4a80b</code></a>
Fix typo in documentation</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/527ca38fe54fa922a232b7e589cc901f1d4358c1"><code>527ca38</code></a>
Merge pull request <a
href="https://github.com/zalando/go-keyring/issues/106">#106</a>
from zalando/update-github-actions</li>
<li><a
href="https://github.com/zalando/go-keyring/commit/d47bf41ea5a19097de82c54a8cd2123a370c747d"><code>d47bf41</code></a>
Update github action</li>
<li>See full diff in <a
href="https://github.com/zalando/go-keyring/compare/v0.2.4...v0.2.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zalando/go-keyring&package-manager=go_modules&previous-version=0.2.4&new-version=0.2.5)](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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The robustness framework runs do not cover delete actions at the moment. 

This change adds the following actions to the robustness jobs
- delete random subdirectories
- delete contents of directories
…ia#3919)

While the current implementation should not produce non-contiguous
ranges, this invariant check may be too stringent, in particular for
repositories created and mutated by older kopia (client) processes.

For backwards compatibility the check is relaxed to allow operations to
proceed in older repositories.
…kopia#3920)

Bumps the common-golang-dependencies group with 2 updates:
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
and google.golang.org/protobuf.

Updates `google.golang.org/api` from 0.183.0 to 0.184.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.184.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0">0.184.0</a>
(2024-06-12)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2624">#2624</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e">7fccba6</a>)</li>
<li>Regen cloudcommerceprocurement v1 from updated discovery file (<a
href="https://github.com/googleapis/google-api-go-client/issues/2627">#2627</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6">7e30ed2</a>)</li>
<li>Support structpb.Struct as req/resp (<a
href="https://github.com/googleapis/google-api-go-client/issues/2632">#2632</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47">ebc44d1</a>),
refs <a
href="https://github.com/googleapis/google-api-go-client/issues/2601">#2601</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cba:</strong> Update credsNewAuth to support oauth2 over
mTLS (<a
href="https://github.com/googleapis/google-api-go-client/issues/2610">#2610</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a">953f728</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.183.0...v0.184.0">0.184.0</a>
(2024-06-12)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2624">#2624</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e">7fccba6</a>)</li>
<li>Regen cloudcommerceprocurement v1 from updated discovery file (<a
href="https://github.com/googleapis/google-api-go-client/issues/2627">#2627</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6">7e30ed2</a>)</li>
<li>Support structpb.Struct as req/resp (<a
href="https://github.com/googleapis/google-api-go-client/issues/2632">#2632</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47">ebc44d1</a>),
refs <a
href="https://github.com/googleapis/google-api-go-client/issues/2601">#2601</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cba:</strong> Update credsNewAuth to support oauth2 over
mTLS (<a
href="https://github.com/googleapis/google-api-go-client/issues/2610">#2610</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a">953f728</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/66c2e4ad31b2f2605d77231864d79b9dc6e60b08"><code>66c2e4a</code></a>
chore(main): release 0.184.0 (<a
href="https://github.com/googleapis/google-api-go-client/issues/2628">#2628</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e"><code>7fccba6</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2624">#2624</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a"><code>953f728</code></a>
fix(cba): Update credsNewAuth to support oauth2 over mTLS (<a
href="https://github.com/googleapis/google-api-go-client/issues/2610">#2610</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47"><code>ebc44d1</code></a>
feat: support structpb.Struct as req/resp (<a
href="https://github.com/googleapis/google-api-go-client/issues/2632">#2632</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/56d0d596b79b753530b6d158ca47791fc8d05e91"><code>56d0d59</code></a>
chore: remove some nil clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2631">#2631</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/e7603197f028d034c70abba5380b15de35de7bb2"><code>e760319</code></a>
chore(gensupport): merge x-goog-api-client vals into a single header (<a
href="https://github.com/googleapis/google-api-go-client/issues/2612">#2612</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/bec8b5cff295f737b512788da8419df7c0a33e25"><code>bec8b5c</code></a>
chore(all): update all (<a
href="https://github.com/googleapis/google-api-go-client/issues/2630">#2630</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/643675b690e2b9f0f2cd21b861ee1e009abd51d4"><code>643675b</code></a>
Revert &quot;feat: regen cloudcommerceprocurement v1 from updated
discovery file (...</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6"><code>7e30ed2</code></a>
feat: regen cloudcommerceprocurement v1 from updated discovery file (<a
href="https://github.com/googleapis/google-api-go-client/issues/2627">#2627</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/8a7c0e138607b1462d04aef18a9b62e2fe49914d"><code>8a7c0e1</code></a>
chore: bump auth dep (<a
href="https://github.com/googleapis/google-api-go-client/issues/2621">#2621</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/protobuf` from 1.34.1 to 1.34.2


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>
…kopia#3921)

Bumps
[github.com/klauspost/compress](https://github.com/klauspost/compress)
from 1.17.8 to 1.17.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.9</h2>
<h2>What's Changed</h2>
<ul>
<li>s2: Reduce ReadFrom temporary allocations by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/949">klauspost/compress#949</a></li>
<li>Fix arm64 vet issues by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/964">klauspost/compress#964</a></li>
<li>flate, zstd: Shave some bytes off amd64 matchLen by <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://github.com/klauspost/compress/pull/963">klauspost/compress#963</a></li>
<li>Upgrade zip to 1.22.4 upstream by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/970">klauspost/compress#970</a></li>
<li>zstd: BuildDict fails with RLE table by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/951">klauspost/compress#951</a></li>
<li>Upgrade zlib to upstream by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/971">klauspost/compress#971</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9">https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/compress/commit/7ae2138b16cc43afcea3ce7d3d2f2625fb389d51"><code>7ae2138</code></a>
Upgrade zlib to upstream (<a
href="https://github.com/klauspost/compress/issues/971">#971</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/039617872161e65ba0ca9c06efa90c292ee6b8f9"><code>0396178</code></a>
zstd: BuildDict fails with RLE table (<a
href="https://github.com/klauspost/compress/issues/951">#951</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/8411e1d1cc0d8619eb8207d6342fe4878470f7aa"><code>8411e1d</code></a>
zip: Upgrade to 1.22.4 upstream (<a
href="https://github.com/klauspost/compress/issues/970">#970</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/d9f6f55f919d5348016ac45fada6467f195981f5"><code>d9f6f55</code></a>
build(deps): bump the github-actions group across 1 directory with 2
updates ...</li>
<li><a
href="https://github.com/klauspost/compress/commit/5f7dd2527fb39ce24feb24a4b75323cf64729d57"><code>5f7dd25</code></a>
flate, zstd: Shave some bytes off amd64 matchLen (<a
href="https://github.com/klauspost/compress/issues/963">#963</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/3a0faf36e3ff603b28fcee9266af2a1a76963771"><code>3a0faf3</code></a>
Fix arm64 vet issues (<a
href="https://github.com/klauspost/compress/issues/964">#964</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/8bd3916ec655c728bb368f27772429d0704d7785"><code>8bd3916</code></a>
s2: Reduce ReadFrom temporary allocations (<a
href="https://github.com/klauspost/compress/issues/949">#949</a>)</li>
<li>See full diff in <a
href="https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.17.8&new-version=1.17.9)](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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the github-actions group with 2 updates:
[actions/checkout](https://github.com/actions/checkout) and
[github/codeql-action](https://github.com/github/codeql-action).

Updates `actions/checkout` from 4.1.6 to 4.1.7
<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.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/orhantoy"><code>@​orhantoy</code></a>
made their first contribution in <a
href="https://github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.6...v4.1.7">https://github.com/actions/checkout/compare/v4.1.6...v4.1.7</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.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<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://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://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://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://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://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://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://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://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://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://github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://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://github.com/actions/checkout/pull/1067">Support
fetching without the --progress option</a></li>
<li><a
href="https://github.com/actions/checkout/pull/1436">Update to
node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a
href="https://github.com/actions/checkout/pull/1377">Fix: Mark
test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://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://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://github.com/actions/checkout/pull/1287">Fix
typos found by codespell</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/692973e3d937129bcbf40652eb9f2f61becf3332"><code>692973e</code></a>
Prepare 4.1.7 release (<a
href="https://github.com/actions/checkout/issues/1775">#1775</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6"><code>6ccd57f</code></a>
Pin actions/checkout's own workflows to a known, good, stable version.
(<a
href="https://github.com/actions/checkout/issues/1776">#1776</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5"><code>b17fe1e</code></a>
Handle hidden refs (<a
href="https://github.com/actions/checkout/issues/1774">#1774</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b80ff79f1755d06ba70441c368a6fe801f5f3a62"><code>b80ff79</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://github.com/actions/checkout/issues/1697">#1697</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b1ec3021b8fa02164da82ca1557d017d83b0e179"><code>b1ec302</code></a>
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(<a
href="https://github.com/actions/checkout/issues/1739">#1739</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332">compare
view</a></li>
</ul>
</details>
<br />

Updates `github/codeql-action` from 3.25.8 to 3.25.10
<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.10 - 13 Jun 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.5. <a
href="https://github.com/github/codeql-action/pull/2327">#2327</a></li>
</ul>
<h2>3.25.9 - 12 Jun 2024</h2>
<ul>
<li>Avoid failing database creation if the database folder already
exists and contains some unexpected files. Requires CodeQL 2.18.0 or
higher. <a
href="https://github.com/github/codeql-action/pull/2330">#2330</a></li>
<li>The init Action will attempt to clean up the database cluster
directory before creating a new database and at the end of the job. This
will help to avoid issues where the database cluster directory is left
in an inconsistent state. <a
href="https://github.com/github/codeql-action/pull/2332">#2332</a></li>
</ul>
<h2>3.25.8 - 04 Jun 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.4. <a
href="https://github.com/github/codeql-action/pull/2321">#2321</a></li>
</ul>
<h2>3.25.7 - 31 May 2024</h2>
<ul>
<li>We are rolling out a feature in May/June 2024 that will reduce the
Actions cache usage of the Action by keeping only the newest TRAP cache
for each language. <a
href="https://github.com/github/codeql-action/pull/2306">#2306</a></li>
</ul>
<h2>3.25.6 - 20 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.3. <a
href="https://github.com/github/codeql-action/pull/2295">#2295</a></li>
</ul>
<h2>3.25.5 - 13 May 2024</h2>
<ul>
<li>Add a compatibility matrix of supported CodeQL Action, CodeQL CLI,
and GitHub Enterprise Server versions to the <a
href="https://github.com/github/codeql-action/blob/main/README.md">https://github.com/github/codeql-action/blob/main/README.md</a>.
<a
href="https://github.com/github/codeql-action/pull/2273">#2273</a></li>
<li>Avoid printing out a warning for a missing <code>on.push</code>
trigger when the CodeQL Action is triggered via a
<code>workflow_call</code> event. <a
href="https://github.com/github/codeql-action/pull/2274">#2274</a></li>
<li>The <code>tools: latest</code> input to the <code>init</code> Action
has been renamed to <code>tools: linked</code>. This option specifies
that the Action should use the tools shipped at the same time as the
Action. The old name will continue to work for backwards compatibility,
but we recommend that new workflows use the new name. <a
href="https://github.com/github/codeql-action/pull/2281">#2281</a></li>
</ul>
<h2>3.25.4 - 08 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.2. <a
href="https://github.com/github/codeql-action/pull/2270">#2270</a></li>
</ul>
<h2>3.25.3 - 25 Apr 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.1. <a
href="https://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://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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/23acc5c183826b7a8a97bce3cecc52db901f8251"><code>23acc5c</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2337">#2337</a>
from github/update-v3.25.10-5bf6dad35</li>
<li><a
href="https://github.com/github/codeql-action/commit/9b72dbdc68c8ff81c1067a930bd2864ea707129b"><code>9b72dbd</code></a>
Update changelog for v3.25.10</li>
<li><a
href="https://github.com/github/codeql-action/commit/5bf6dad35b41961d8779984f426d6a539bbe5d10"><code>5bf6dad</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2329">#2329</a>
from github/henrymercer/csharp-buildless-rollback-me...</li>
<li><a
href="https://github.com/github/codeql-action/commit/feec81c66bfd25a8de4024a727431eb5a4b31317"><code>feec81c</code></a>
Merge branch 'main' into
henrymercer/csharp-buildless-rollback-mechanism</li>
<li><a
href="https://github.com/github/codeql-action/commit/789b5f86ef49249530b3d018f3ab10640eff231c"><code>789b5f8</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2328">#2328</a>
from github/henrymercer/direct-tracing-fix</li>
<li><a
href="https://github.com/github/codeql-action/commit/c36b5fc54fb5e6fdd2c4942bcfa424f685b214a8"><code>c36b5fc</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2327">#2327</a>
from github/update-bundle/codeql-bundle-v2.17.5</li>
<li><a
href="https://github.com/github/codeql-action/commit/b3642aa04dc0ec830af386ae4c9a130a2f322aab"><code>b3642aa</code></a>
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5</li>
<li><a
href="https://github.com/github/codeql-action/commit/1fc6e20182346ec584a1a9968489d2d4daa96c3f"><code>1fc6e20</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2335">#2335</a>
from github/mergeback/v3.25.9-to-main-530d4fea</li>
<li><a
href="https://github.com/github/codeql-action/commit/356bee4b4a909000f4530db85f1ea75c65cd550b"><code>356bee4</code></a>
Update checked-in dependencies</li>
<li><a
href="https://github.com/github/codeql-action/commit/385808c715d3dc5b901e9fb07672dc363c43436b"><code>385808c</code></a>
Update changelog and version after v3.25.9</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/2e230e8fe0ad3a14a340ad0815ddb96d599d2aff...23acc5c183826b7a8a97bce3cecc52db901f8251">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>
)

Bumps
[codecov/codecov-action](https://github.com/codecov/codecov-action) from
4.4.1 to 4.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/codecov/codecov-action/commit/e28ff129e5465c2c0dcc6f003fc735cb6ae0c673"><code>e28ff12</code></a>
chore(release): bump to 4.5.0 (<a
href="https://github.com/codecov/codecov-action/issues/1477">#1477</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/7594baaf0c8b9ecdddba6269a6b089f60a3c859a"><code>7594baa</code></a>
Use an existing token even if the PR is from a fork (<a
href="https://github.com/codecov/codecov-action/issues/1471">#1471</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/81c0a51dcc5a7dd6e63f9b1214da9715a842300d"><code>81c0a51</code></a>
feat: add support for tokenless v3 (<a
href="https://github.com/codecov/codecov-action/issues/1410">#1410</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/f5e203f3d95eae0da58ec699083e7bcd7b8b69ae"><code>f5e203f</code></a>
build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 7.12.0 to 7.13.0 ...</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/7c48363ed341bdfcfee0cc2d33b0743003134af2"><code>7c48363</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://github.com/codecov/codecov-action/issues/1475">#1475</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/69e5d09ca1b986185c1dd546857502976e50f5bc"><code>69e5d09</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
7.12.0 to 7.13.0 (<a
href="https://github.com/codecov/codecov-action/issues/1474">#1474</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/feaf700b2a674720c51aa264a0558178b0ae4fed"><code>feaf700</code></a>
fix: handle trailing commas (<a
href="https://github.com/codecov/codecov-action/issues/1470">#1470</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/7b6a727a4ae8e34ed4b8c8cc2c0710bb57de27d2"><code>7b6a727</code></a>
build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (<a
href="https://github.com/codecov/codecov-action/issues/1472">#1472</a>)</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/ccf7a1fd43a718f28675f2aa46aed231bc5e6c5f"><code>ccf7a1f</code></a>
build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 7.11.0 to 7.12.0 ...</li>
<li><a
href="https://github.com/codecov/codecov-action/commit/f03f015db9dd13f118dbaff6724f3b9c2cdd6f7b"><code>f03f015</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
7.11.0 to 7.12.0 (<a
href="https://github.com/codecov/codecov-action/issues/1467">#1467</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/codecov/codecov-action/compare/125fc84a9a348dbcf27191600683ec096ec9021c...e28ff129e5465c2c0dcc6f003fc735cb6ae0c673">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=4.4.1&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Changes

Compare:
kopia/htmlui@7eb8e55...9e0b2bc

* Mon 18:59 -0700 kopia/htmlui@9e0b2bc
dependabot[bot] build(deps): bump braces from 3.0.2 to 3.0.3

*This PR description was
[auto-generated](https://github.com/kopia/htmluibuild/blob/main/.github/workflows/after-push.yaml)
at Tue Jun 18 02:01:17 UTC 2024*
)

Followup cleanup for kopia#3919

All the changes are in the `epoch` package

Summary:
- Removal of now unused code and tests.
- Refactoring to simplify test and remove a linter annotation.
- Fix a typo
The robustness test `TestRandomizedSmall` generate file action gets
picked up four to eight times more frequently than the other actions.
This PR reduces the frequency of the file generation action so that the
test is more representative of the user workflow.
…atting (kopia#3931)

Use non-formatting logging functions for message without formatting.
For example, `log.Info("message")` instead of `log.Infof("message")`

Configure linter for printf-like functions
…kopia#3941)

Bumps the common-golang-dependencies group with 3 updates:
[github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go),
[github.com/minio/minio-go/v7](https://github.com/minio/minio-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.6.0 to
1.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's
releases</a>.</em></p>
<blockquote>
<h2>sdk/messaging/azservicebus/v1.7.0</h2>
<h2>1.7.0 (2024-04-02)</h2>
<h3>Features Added</h3>
<ul>
<li>Add in ability to handle emulator connection strings.
(PR#22663)</li>
</ul>
<h2>sdk/internal/v1.7.0</h2>
<h2>1.7.0 (2024-05-01)</h2>
<h3>Features Added</h3>
<ul>
<li>
<p>Support for local repo override (via presence of
eng/target_proxy_version.txt) of invoked test-proxy version.</p>
</li>
<li>
<p><code>RemoveRegisteredSanitizers</code> selectively disables
sanitizers the test proxy enables by
default since version 1.0.0-dev.20240422.1</p>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Deprecated the <code>go-vcr</code> based test recording API. Its
methods now return errors or panic.</li>
<li>Changed value of <code>recording.SanitizedValue</code> from
&quot;sanitized&quot; to &quot;Sanitized&quot; to match the
test proxy</li>
</ul>
<h2>sdk/azidentity/v1.7.0</h2>
<h2>1.7.0 (2024-06-20)</h2>
<h3>Features Added</h3>
<ul>
<li><code>AzurePipelinesCredential</code> authenticates an Azure
Pipelines service connection with
workload identity federation</li>
</ul>
<h3>Breaking Changes</h3>
<blockquote>
<p>These changes affect only code written against a beta version such as
v1.7.0-beta.1</p>
</blockquote>
<ul>
<li>Removed the persistent token caching API. It will return in
v1.8.0-beta.1</li>
</ul>
<h2>sdk/azidentity/v1.7.0-beta.1</h2>
<h2>1.7.0-beta.1 (2024-06-10)</h2>
<h3>Features Added</h3>
<ul>
<li>Restored <code>AzurePipelinesCredential</code> and persistent token
caching API</li>
</ul>
<h2>Breaking Changes</h2>
<blockquote>
<p>These changes affect only code written against a beta version such as
v1.6.0-beta.4</p>
</blockquote>
<ul>
<li>Values which <code>NewAzurePipelinesCredential</code> read from
environment variables in
prior versions are now parameters</li>
<li>Renamed
<code>AzurePipelinesServiceConnectionCredentialOptions</code> to
<code>AzurePipelinesCredentialOptions</code></li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Managed identity bug fixes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/624babab3d2e3a95628afa61d1474a035cc7d094"><code>624baba</code></a>
bump azcore version number</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ce7217c3f5f5a2f88f3a5d1ded48da338f3d8d06"><code>ce7217c</code></a>
Prep for azcore v1.7.0 release (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/21149">#21149</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/62a8079d41783914d9a5f585bcdb6f6b91223e5c"><code>62a8079</code></a>
Add support for shallow cloning azcore.Client instances (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/21065">#21065</a>)
(<a
href="https://github.com/Azure/azure-sdk-for-go/issues/21098">#21098</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/47286b065b0e3aa7d367fb20212aad3a143e6343"><code>47286b0</code></a>
Add flag to enable skipping of dependency checks (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/21146">#21146</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ee762d4420eb57051cdebe55e55b107dae4f6bfc"><code>ee762d4</code></a>
Fix populating module name in telemetry policy (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20967">#20967</a>)
(<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20971">#20971</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/02431759c00a99a31e159e9905c392b8f430c897"><code>0243175</code></a>
Prep azcore v1.6.1 for release (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20961">#20961</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9c9d62a1d612cf1f9e6902ddd3c538abd90b955c"><code>9c9d62a</code></a>
Increment package version after release of azcore (<a
href="https://github.com/Azure/azure-sdk-for-go/issues/20740">#20740</a>)</li>
<li>See full diff in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.6.0...sdk/azcore/v1.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/minio/minio-go/v7` from 7.0.71 to 7.0.72
<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>Keep all x-minio- headers as-is by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/minio/minio-go/pull/1970">minio/minio-go#1970</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72">https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minio/minio-go/commit/0b004e328e1e6d2b9d7d1689ea9dd71b3cf0fa74"><code>0b004e3</code></a>
add support for '*' in etag match</li>
<li><a
href="https://github.com/minio/minio-go/commit/fa174cbf14b0c2fd3896e09626d59d76fc4ce3e4"><code>fa174cb</code></a>
Keep all x-minio- headers as-is (<a
href="https://github.com/minio/minio-go/issues/1970">#1970</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/b952833b128514f68067a0e30781c41590361c14"><code>b952833</code></a>
Update version to next release</li>
<li>See full diff in <a
href="https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.184.0 to 0.185.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.185.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0">0.185.0</a>
(2024-06-18)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2636">#2636</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f">51ff8a4</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2638">#2638</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827">0c868b2</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>internal/gensupport:</strong> Update shouldRetry for GCS
uploads (<a
href="https://github.com/googleapis/google-api-go-client/issues/2634">#2634</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe">ea513cb</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.184.0...v0.185.0">0.185.0</a>
(2024-06-18)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2636">#2636</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f">51ff8a4</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2638">#2638</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827">0c868b2</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>internal/gensupport:</strong> Update shouldRetry for GCS
uploads (<a
href="https://github.com/googleapis/google-api-go-client/issues/2634">#2634</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe">ea513cb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/e732ee3983555c5b0ca708033d9b8ec675f99019"><code>e732ee3</code></a>
chore(main): release 0.185.0 (<a
href="https://github.com/googleapis/google-api-go-client/issues/2635">#2635</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827"><code>0c868b2</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2638">#2638</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/324ae13a637ca40774907dd691dd040d4ac9f8ae"><code>324ae13</code></a>
chore(all): update all (<a
href="https://github.com/googleapis/google-api-go-client/issues/2640">#2640</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f"><code>51ff8a4</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2636">#2636</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe"><code>ea513cb</code></a>
fix(internal/gensupport): update shouldRetry for GCS uploads (<a
href="https://github.com/googleapis/google-api-go-client/issues/2634">#2634</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.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>
…ustness tests (kopia#3944)

The robustness tests perform delete actions on random subdirectories and
files. If the actions encounter `directory not found` error, the framework 
returns a `no-op` error. 

This change ignores the `no-op` errors specifically for "delete" actions.
This change will reduce the failure frequency when a delete actions on the
source directory result in a no-op.
…kopia#3948)

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.54.0 to 0.55.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.55.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Go modules by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://github.com/prometheus/common/pull/643">prometheus/common#643</a></li>
<li>enable errcheck linter by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://github.com/prometheus/common/pull/637">prometheus/common#637</a></li>
<li>Add a <code>RELEASE.md</code> and add <a
href="https://github.com/gotjosh"><code>@​gotjosh</code></a> as a
mantainer by <a
href="https://github.com/gotjosh"><code>@​gotjosh</code></a> in <a
href="https://github.com/prometheus/common/pull/644">prometheus/common#644</a></li>
<li>Move goautoneg to external dependency by <a
href="https://github.com/mikelolasagasti"><code>@​mikelolasagasti</code></a>
in <a
href="https://github.com/prometheus/common/pull/625">prometheus/common#625</a></li>
<li>Expose secret as SecretReader and InlineSecret from config package
by <a href="https://github.com/pracucci"><code>@​pracucci</code></a> in
<a
href="https://github.com/prometheus/common/pull/650">prometheus/common#650</a></li>
<li>Fix HTTPClientConfig JSON marshalling by <a
href="https://github.com/pracucci"><code>@​pracucci</code></a> in <a
href="https://github.com/prometheus/common/pull/651">prometheus/common#651</a></li>
<li>Expose secret as FileSecret from config package by <a
href="https://github.com/alanprot"><code>@​alanprot</code></a> in <a
href="https://github.com/prometheus/common/pull/653">prometheus/common#653</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://github.com/prometheus/common/pull/646">prometheus/common#646</a></li>
<li>Set http_headers to be omit empty by <a
href="https://github.com/yeya24"><code>@​yeya24</code></a> in <a
href="https://github.com/prometheus/common/pull/655">prometheus/common#655</a></li>
<li>chore: add HumanizeTimestamp; make ConvertToFloat exportable by <a
href="https://github.com/freak12techno"><code>@​freak12techno</code></a>
in <a
href="https://github.com/prometheus/common/pull/654">prometheus/common#654</a></li>
<li>Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://github.com/prometheus/common/pull/659">prometheus/common#659</a></li>
<li>Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/prometheus/common/pull/656">prometheus/common#656</a></li>
<li>Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/prometheus/common/pull/658">prometheus/common#658</a></li>
<li>Bump golang.org/x/net from 0.25.0 to 0.26.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/prometheus/common/pull/657">prometheus/common#657</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://github.com/prometheus/common/pull/660">prometheus/common#660</a></li>
<li>Add SigV4 FIPS STS endpoint config by <a
href="https://github.com/rajagopalanand"><code>@​rajagopalanand</code></a>
in <a
href="https://github.com/prometheus/common/pull/649">prometheus/common#649</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gotjosh"><code>@​gotjosh</code></a> made
their first contribution in <a
href="https://github.com/prometheus/common/pull/644">prometheus/common#644</a></li>
<li><a
href="https://github.com/mikelolasagasti"><code>@​mikelolasagasti</code></a>
made their first contribution in <a
href="https://github.com/prometheus/common/pull/625">prometheus/common#625</a></li>
<li><a href="https://github.com/alanprot"><code>@​alanprot</code></a>
made their first contribution in <a
href="https://github.com/prometheus/common/pull/653">prometheus/common#653</a></li>
<li><a href="https://github.com/yeya24"><code>@​yeya24</code></a> made
their first contribution in <a
href="https://github.com/prometheus/common/pull/655">prometheus/common#655</a></li>
<li><a
href="https://github.com/rajagopalanand"><code>@​rajagopalanand</code></a>
made their first contribution in <a
href="https://github.com/prometheus/common/pull/649">prometheus/common#649</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prometheus/common/compare/v0.54.0...v0.55.0">https://github.com/prometheus/common/compare/v0.54.0...v0.55.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prometheus/common/commit/0c7b585c7da330aae136aaa874cb4f89f5b3e5d9"><code>0c7b585</code></a>
Merge pull request <a
href="https://github.com/prometheus/common/issues/649">#649</a>
from rajagopalanand/13364</li>
<li><a
href="https://github.com/prometheus/common/commit/804fbbe9d6bcca828ac14d7b5dfa204de880c22e"><code>804fbbe</code></a>
Update common Prometheus files (<a
href="https://github.com/prometheus/common/issues/660">#660</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/3f20456b01f7c7816064350d02e7f68ad011576d"><code>3f20456</code></a>
Bump golang.org/x/net from 0.25.0 to 0.26.0 (<a
href="https://github.com/prometheus/common/issues/657">#657</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/e31eeaaced72e694bc8be87a6d1a09c21f8e4635"><code>e31eeaa</code></a>
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (<a
href="https://github.com/prometheus/common/issues/658">#658</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/3236a12e2e6cc0592985c2851d8e53b30f03e94c"><code>3236a12</code></a>
Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (<a
href="https://github.com/prometheus/common/issues/656">#656</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/1cfb464a28c5fefa56beec1b48ccf0e41f4cb347"><code>1cfb464</code></a>
Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (<a
href="https://github.com/prometheus/common/issues/659">#659</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/ab322ea2c291549d457c23476304ed16a4d814a3"><code>ab322ea</code></a>
chore: add HumanizeTimestamp; make ConvertToFloat exportable (<a
href="https://github.com/prometheus/common/issues/654">#654</a>)</li>
<li><a
href="https://github.com/prometheus/common/commit/04635d2962f9f3232a2cf2cb5616b72a466d78d7"><code>04635d2</code></a>
Merge pull request <a
href="https://github.com/prometheus/common/issues/655">#655</a>
from yeya24/change-omit-empty</li>
<li><a
href="https://github.com/prometheus/common/commit/c4974e5a1af10e6cfa1b3b93f4a0ab350c9647fa"><code>c4974e5</code></a>
fix test</li>
<li><a
href="https://github.com/prometheus/common/commit/43f0db5d12a3168b4acb3e0fd1add422b00a6758"><code>43f0db5</code></a>
set http_headers to be omit empty</li>
<li>Additional commits viewable in <a
href="https://github.com/prometheus/common/compare/v0.54.0...v0.55.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.185.0 to 0.187.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.187.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.186.0...v0.187.0">0.187.0</a>
(2024-07-01)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2655">#2655</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528">1a28e06</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2658">#2658</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802">719f988</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2659">#2659</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de">7cd88da</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2660">#2660</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664">3ca2f84</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2661">#2661</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056">0a238f5</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2663">#2663</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed">6e061ce</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>gensupport:</strong> Wrap chunk upload err for retries (<a
href="https://github.com/googleapis/google-api-go-client/issues/2657">#2657</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c">a758bc1</a>)</li>
<li>Pass through gRPC api key option to new auth lib (<a
href="https://github.com/googleapis/google-api-go-client/issues/2664">#2664</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53">e051997</a>)</li>
</ul>
<h2>v0.186.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0">0.186.0</a>
(2024-06-25)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2641">#2641</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/72fb1281b3bf8e70e160db39f173bf86ede9173f">72fb128</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2644">#2644</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/20ffdd800072046285b0900af690d05e2a6f9524">20ffdd8</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2645">#2645</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/c1a768193e03af127f139d532782971275e06c18">c1a7681</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2648">#2648</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1bac79d78d93ee98501f484b055ac9360cce3c21">1bac79d</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2649">#2649</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/695484ba67b06180d82a077f35b5e87681bdccd8">695484b</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2652">#2652</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/10c47f37506574b134d7e9d3b29b74aec389625f">10c47f3</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2653">#2653</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/bc370a705cf35e8ca19498f0a6200e91e2c8282b">bc370a7</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.186.0...v0.187.0">0.187.0</a>
(2024-07-01)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2655">#2655</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528">1a28e06</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2658">#2658</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802">719f988</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2659">#2659</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de">7cd88da</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2660">#2660</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664">3ca2f84</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2661">#2661</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056">0a238f5</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2663">#2663</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed">6e061ce</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>gensupport:</strong> Wrap chunk upload err for retries (<a
href="https://github.com/googleapis/google-api-go-client/issues/2657">#2657</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c">a758bc1</a>)</li>
<li>Pass through gRPC api key option to new auth lib (<a
href="https://github.com/googleapis/google-api-go-client/issues/2664">#2664</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53">e051997</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0">0.186.0</a>
(2024-06-25)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2641">#2641</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/72fb1281b3bf8e70e160db39f173bf86ede9173f">72fb128</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2644">#2644</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/20ffdd800072046285b0900af690d05e2a6f9524">20ffdd8</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2645">#2645</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/c1a768193e03af127f139d532782971275e06c18">c1a7681</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2648">#2648</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1bac79d78d93ee98501f484b055ac9360cce3c21">1bac79d</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2649">#2649</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/695484ba67b06180d82a077f35b5e87681bdccd8">695484b</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2652">#2652</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/10c47f37506574b134d7e9d3b29b74aec389625f">10c47f3</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2653">#2653</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/bc370a705cf35e8ca19498f0a6200e91e2c8282b">bc370a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/b6c87f6266ea80ddbc13679929185c3a169b5871"><code>b6c87f6</code></a>
chore(main): release 0.187.0 (<a
href="https://github.com/googleapis/google-api-go-client/issues/2656">#2656</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53"><code>e051997</code></a>
fix: pass through gRPC api key option to new auth lib (<a
href="https://github.com/googleapis/google-api-go-client/issues/2664">#2664</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/2ea4e07c4a3d85912a7919a0d514834e9d4721a0"><code>2ea4e07</code></a>
chore(all): update all to dc46fd2 (<a
href="https://github.com/googleapis/google-api-go-client/issues/2662">#2662</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed"><code>6e061ce</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2663">#2663</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056"><code>0a238f5</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2661">#2661</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664"><code>3ca2f84</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2660">#2660</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de"><code>7cd88da</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2659">#2659</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c"><code>a758bc1</code></a>
fix(gensupport): wrap chunk upload err for retries (<a
href="https://github.com/googleapis/google-api-go-client/issues/2657">#2657</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802"><code>719f988</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2658">#2658</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528"><code>1a28e06</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://github.com/googleapis/google-api-go-client/issues/2655">#2655</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.185.0...v0.187.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>
## Changes

Compare:
kopia/htmlui@9e0b2bc...29ab911

* 2 minutes ago kopia/htmlui@29ab911
dependabot[bot] build(deps): bump react-dom and @types/react-dom

*This PR description was
[auto-generated](https://github.com/kopia/htmluibuild/blob/main/.github/workflows/after-push.yaml)
at Mon Jul 1 23:23:13 UTC 2024*
…3949)

Bumps [github.com/gofrs/flock](https://github.com/gofrs/flock) from
0.8.1 to 0.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gofrs/flock/releases">github.com/gofrs/flock's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add options to define flag and permissions of the file by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/76">gofrs/flock#76</a></li>
<li>tests: remove files generated during tests by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/77">gofrs/flock#77</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gofrs/flock/compare/v0.10.0...v0.11.0">https://github.com/gofrs/flock/compare/v0.10.0...v0.11.0</a></p>
<h2>v0.10.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add support for Illumos/Solaris by <a
href="https://github.com/gaige"><code>@​gaige</code></a> in <a
href="https://github.com/gofrs/flock/pull/63">gofrs/flock#63</a></li>
<li>chore: migrate from gopkg.in/check to stretchr/testify by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/70">gofrs/flock#70</a></li>
<li>docs: remove reference to sync.Locker by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/66">gofrs/flock#66</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gaige"><code>@​gaige</code></a> made
their first contribution in <a
href="https://github.com/gofrs/flock/pull/63">gofrs/flock#63</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0">https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0</a></p>
<h2>v0.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: add go modules by <a
href="https://github.com/moskyb"><code>@​moskyb</code></a> in <a
href="https://github.com/gofrs/flock/pull/57">gofrs/flock#57</a></li>
<li>chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/gofrs/flock/pull/65">gofrs/flock#65</a></li>
<li>fix: replace Syscall6 with SyscallN on Windows by <a
href="https://github.com/ldez"><code>@​ldez</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/moskyb"><code>@​moskyb</code></a> made
their first contribution in <a
href="https://github.com/gofrs/flock/pull/57">gofrs/flock#57</a></li>
<li><a href="https://github.com/ldez"><code>@​ldez</code></a> made their
first contribution in <a
href="https://github.com/gofrs/flock/pull/64">gofrs/flock#64</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gofrs/flock/compare/v0.8.1...v0.9.0">https://github.com/gofrs/flock/compare/v0.8.1...v0.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gofrs/flock/commit/b659e1e00ac3f430ee58fbfc49f69a9a3b45178c"><code>b659e1e</code></a>
feat: use options on retry (unix) (<a
href="https://github.com/gofrs/flock/issues/78">#78</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/41cd564d8a39807ca496eeb52d30fc07e30bd14a"><code>41cd564</code></a>
tests: remove files generated during tests (<a
href="https://github.com/gofrs/flock/issues/77">#77</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/2bc28906632e4505bf41772fc960cb4e503c754b"><code>2bc2890</code></a>
feat: add option to define flag and permissions of the file (<a
href="https://github.com/gofrs/flock/issues/76">#76</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/502c570475d44ce8c6908ef2549398a053cf150a"><code>502c570</code></a>
chore: simplify GOOS evaluation</li>
<li><a
href="https://github.com/gofrs/flock/commit/d82685ef405f0f236e415b58a37f5600e2ed8fe2"><code>d82685e</code></a>
feat: add support for Illumos/Solaris (<a
href="https://github.com/gofrs/flock/issues/63">#63</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/e5593aacf9442864c790048b8224d66872cb7174"><code>e5593aa</code></a>
chore: improve linter configuration (<a
href="https://github.com/gofrs/flock/issues/75">#75</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/11de3daaa449112c2831861ed5488d389aff0b94"><code>11de3da</code></a>
chore: improve issue templates</li>
<li><a
href="https://github.com/gofrs/flock/commit/282887c09b16c2642e29cb1437379887771ce691"><code>282887c</code></a>
chore: add issue templates (<a
href="https://github.com/gofrs/flock/issues/74">#74</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/f29941ee59797135aa6d29d34444a074c02a37dc"><code>f29941e</code></a>
chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the
all gro...</li>
<li><a
href="https://github.com/gofrs/flock/commit/7e2658a3ad60d40cb60587075799201f7343c739"><code>7e2658a</code></a>
docs: improve security policies (<a
href="https://github.com/gofrs/flock/issues/71">#71</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gofrs/flock/compare/v0.8.1...v0.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gofrs/flock&package-manager=go_modules&previous-version=0.8.1&new-version=0.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Addresses govulncheck flagged vulnerability
…#3954)

Bumps [github.com/gofrs/flock](https://github.com/gofrs/flock) from
0.11.0 to 0.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gofrs/flock/releases">github.com/gofrs/flock's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: differentiation of Solaris and Illumos by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/80">gofrs/flock#80</a></li>
<li>feat(windows): replace custom implementation with
golang.org/x/sys/windows by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/81">gofrs/flock#81</a></li>
<li>fix: update fnctl implementation by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/84">gofrs/flock#84</a></li>
<li>feat: use runtime errors instead of compilation errors for
unsupported platforms by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/85">gofrs/flock#85</a></li>
<li>refactor: use x/sys/* instead of Syscall when possible by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://github.com/gofrs/flock/pull/87">gofrs/flock#87</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0">https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gofrs/flock/commit/96fd11a3ceba60b72c164d3e9e35d0cb44eced33"><code>96fd11a</code></a>
refactor: use x/sys/* instead of Syscall when possible (<a
href="https://github.com/gofrs/flock/issues/87">#87</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/c527283ef46ac1dc6b272311bfaefd4e200b005a"><code>c527283</code></a>
feat: use runtime errors instead of compilation errors for unusupported
platf...</li>
<li><a
href="https://github.com/gofrs/flock/commit/a0a31b789b5375158e16d55a0052e710abf208c0"><code>a0a31b7</code></a>
fix: update fnctl implementation (<a
href="https://github.com/gofrs/flock/issues/84">#84</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/e49f3435c52383687b85f4db9212102e3964aebf"><code>e49f343</code></a>
chore: replace os.(FileMode,PathError) by fs.(...) (<a
href="https://github.com/gofrs/flock/issues/83">#83</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/eccd8279297c3b81fc4c83c2727f321e92e7d834"><code>eccd827</code></a>
docs: add more documentation about the origin of the source code (<a
href="https://github.com/gofrs/flock/issues/82">#82</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/9236f43fc29a533dac49258bb6a80bdbbae46080"><code>9236f43</code></a>
feat(windows): replace custom implementation by golang.org/x/sys/windows
(<a
href="https://github.com/gofrs/flock/issues/81">#81</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/b15a054c831b60f6e112407423f870a46dd90241"><code>b15a054</code></a>
feat: differentation of solaris and illumos (<a
href="https://github.com/gofrs/flock/issues/80">#80</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/c5416718efe25e6c482f9ff0e0174e1016c2e234"><code>c541671</code></a>
refactor: factorization of the reset (<a
href="https://github.com/gofrs/flock/issues/79">#79</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/1113ec84ffc05646ab38982aa5799763ffc8bf25"><code>1113ec8</code></a>
tests: improve errors management</li>
<li><a
href="https://github.com/gofrs/flock/commit/c9b0b986af20110d32cb94593160ec2b97421ee4"><code>c9b0b98</code></a>
chore: apply semantic line breaks</li>
<li>Additional commits viewable in <a
href="https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gofrs/flock&package-manager=go_modules&previous-version=0.11.0&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In the past, otel dependencies have introduced non-trivial
dependency conflicts.
…tory with 2 updates (kopia#3959)

Bumps the common-golang-dependencies group with 2 updates in the /
directory:
[github.com/minio/minio-go/v7](https://github.com/minio/minio-go) and
[google.golang.org/grpc](https://github.com/grpc/grpc-go).

Updates `github.com/minio/minio-go/v7` from 7.0.72 to 7.0.73
<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>upgrade all deps and replace gopkg.in for ini with go module by <a
href="https://github.com/marktheunissen"><code>@​marktheunissen</code></a>
in <a
href="https://github.com/minio/minio-go/pull/1977">minio/minio-go#1977</a></li>
<li>Add ca-west-1 endpoint by <a
href="https://github.com/tjwallace"><code>@​tjwallace</code></a> in <a
href="https://github.com/minio/minio-go/pull/1971">minio/minio-go#1971</a></li>
<li>fix replication validation for Role ARN by <a
href="https://github.com/poornas"><code>@​poornas</code></a> in <a
href="https://github.com/minio/minio-go/pull/1978">minio/minio-go#1978</a></li>
<li>Fix missing CompleteMultipartUpload SSE-C by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/minio/minio-go/pull/1980">minio/minio-go#1980</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/marktheunissen"><code>@​marktheunissen</code></a>
made their first contribution in <a
href="https://github.com/minio/minio-go/pull/1977">minio/minio-go#1977</a></li>
<li><a href="https://github.com/tjwallace"><code>@​tjwallace</code></a>
made their first contribution in <a
href="https://github.com/minio/minio-go/pull/1971">minio/minio-go#1971</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73">https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minio/minio-go/commit/60eddd782a85d6b96b9a846f179b8116d4a6a51c"><code>60eddd7</code></a>
Fix missing CompleteMultipartUpload SSE-C (<a
href="https://github.com/minio/minio-go/issues/1980">#1980</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/e0ba2df387165f332cbe73b5ee2ed15ad990aa83"><code>e0ba2df</code></a>
fix replication validation for Role ARN (<a
href="https://github.com/minio/minio-go/issues/1978">#1978</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/b28095b7af8ff8303ddd724c8e2e98f1106da1b2"><code>b28095b</code></a>
Add ca-west-1 endpoint (<a
href="https://github.com/minio/minio-go/issues/1971">#1971</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/86e4405b5f004b43be9b8108b6a491b14af3b5c7"><code>86e4405</code></a>
upgrade all deps and replace gopkg.in for ini with go module (<a
href="https://github.com/minio/minio-go/issues/1977">#1977</a>)</li>
<li><a
href="https://github.com/minio/minio-go/commit/5d99621b42484344e934da85a09794e1655c0516"><code>5d99621</code></a>
Update version to next release</li>
<li>See full diff in <a
href="https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/grpc` from 1.64.0 to 1.65.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.65.0</h2>
<h1>Dependencies</h1>
<ul>
<li>Change support policy to cover only the latest TWO releases of Go,
matching the policy for Go itself. See <a
href="https://github.com/grpc/grpc-go/issues/7249">#7249</a>
for more information. (<a
href="https://github.com/grpc/grpc-go/issues/7250">#7250</a>)</li>
<li>Update x/net/http2 to address <a
href="https://nvd.nist.gov/vuln/detail/CVE-2023-45288">CVE-2023-45288</a>
(<a
href="https://github.com/grpc/grpc-go/issues/7282">#7282</a>)</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>credentials/tls: clients and servers will now reject connections
that don't support ALPN when environment variable
<code>GRPC_ENFORCE_ALPN_ENABLED</code> is set to &quot;true&quot; (case
insensitive). (<a
href="https://github.com/grpc/grpc-go/issues/7184">#7184</a>)
<ul>
<li>NOTE: this behavior will become the default in a future
release.</li>
</ul>
</li>
<li>metadata: remove String method from MD to make printing more
consistent (<a
href="https://github.com/grpc/grpc-go/issues/7373">#7373</a>)</li>
</ul>
<h1>New Features</h1>
<ul>
<li>grpc: add <code>WithMaxCallAttempts</code> to configure gRPC's retry
behavior per-channel. (<a
href="https://github.com/grpc/grpc-go/issues/7229">#7229</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/imoore76"><code>@​imoore76</code></a></li>
</ul>
</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>ringhash: properly apply endpoint weights instead of ignoring them
(<a
href="https://github.com/grpc/grpc-go/issues/7156">#7156</a>)</li>
<li>xds: fix a bug that could cause xds-enabled servers to stop
accepting new connections after handshaking errors (<a
href="https://github.com/grpc/grpc-go/issues/7128">#7128</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/bozaro"><code>@​bozaro</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/2da976983bbb33feb3e25b7daaa8f60b9769adb5"><code>2da9769</code></a>
Change version to 1.65.0 (<a
href="https://github.com/grpc/grpc-go/issues/7306">#7306</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/ede96b776c9cea4ff2b06dfdedad841e53fb0c26"><code>ede96b7</code></a>
metadata: remove String method (<a
href="https://github.com/grpc/grpc-go/issues/7373">#7373</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/64be203f7828d03224aa44944a84deacac54b72b"><code>64be203</code></a>
grpc: Readd pick first name (<a
href="https://github.com/grpc/grpc-go/issues/7336">#7336</a>)
(<a
href="https://github.com/grpc/grpc-go/issues/7341">#7341</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/25e33a6c207464c6017d001255f9ac1297ba5d3e"><code>25e33a6</code></a>
examples: Add CSM Observability example (<a
href="https://github.com/grpc/grpc-go/issues/7302">#7302</a>)
(<a
href="https://github.com/grpc/grpc-go/issues/7318">#7318</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/04a5f4604baa9297b7168543834e531cfb8858dc"><code>04a5f46</code></a>
xds/internal/xdsclient: Emit unknown for CSM Labels if not present in
CDS (<a
href="https://github.com/grpc/grpc-go/issues/7">#7</a>...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/cff5c3e3d0f104459af4f52e77fc1c49ef4cb6aa"><code>cff5c3e</code></a>
stats/opentelemetry: Add e2e testing for CSM Observability (<a
href="https://github.com/grpc/grpc-go/issues/7279">#7279</a>)
(<a
href="https://github.com/grpc/grpc-go/issues/7316">#7316</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/9b970fdd173c1951a354630133273639e8acf00c"><code>9b970fd</code></a>
dns: fix constant 30s backoff for re-resolution (<a
href="https://github.com/grpc/grpc-go/issues/7262">#7262</a>)
(<a
href="https://github.com/grpc/grpc-go/issues/7311">#7311</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6d236200ea68ea644d78a164c4ad9952a765aed3"><code>6d23620</code></a>
documentation: on server, use FromIncomingContext for retrieving context
and...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/7e5898e7c569b8cc32d6eee9bc8ad1393a8fcc61"><code>7e5898e</code></a>
xds: unify xDS client creation APIs meant for testing (<a
href="https://github.com/grpc/grpc-go/issues/7268">#7268</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/5d7bd7aacb0c35fc14bf144fa81ecbb61eec91de"><code>5d7bd7a</code></a>
interop/xds: Interop client and server changes for CSM Observability (<a
href="https://github.com/grpc/grpc-go/issues/7280">#7280</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.64.0...v1.65.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>
… github-actions group (kopia#3955)

Bumps the github-actions group with 1 update:
[github/codeql-action](https://github.com/github/codeql-action).

Updates `github/codeql-action` from 3.25.10 to 3.25.11
<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.11 - 28 Jun 2024</h2>
<ul>
<li>Avoid failing the workflow run if there is an error while uploading
debug artifacts. <a
href="https://github.com/github/codeql-action/pull/2349">#2349</a></li>
<li>Update default CodeQL bundle version to 2.17.6. <a
href="https://github.com/github/codeql-action/pull/2352">#2352</a></li>
</ul>
<h2>3.25.10 - 13 Jun 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.5. <a
href="https://github.com/github/codeql-action/pull/2327">#2327</a></li>
</ul>
<h2>3.25.9 - 12 Jun 2024</h2>
<ul>
<li>Avoid failing database creation if the database folder already
exists and contains some unexpected files. Requires CodeQL 2.18.0 or
higher. <a
href="https://github.com/github/codeql-action/pull/2330">#2330</a></li>
<li>The init Action will attempt to clean up the database cluster
directory before creating a new database and at the end of the job. This
will help to avoid issues where the database cluster directory is left
in an inconsistent state. <a
href="https://github.com/github/codeql-action/pull/2332">#2332</a></li>
</ul>
<h2>3.25.8 - 04 Jun 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.4. <a
href="https://github.com/github/codeql-action/pull/2321">#2321</a></li>
</ul>
<h2>3.25.7 - 31 May 2024</h2>
<ul>
<li>We are rolling out a feature in May/June 2024 that will reduce the
Actions cache usage of the Action by keeping only the newest TRAP cache
for each language. <a
href="https://github.com/github/codeql-action/pull/2306">#2306</a></li>
</ul>
<h2>3.25.6 - 20 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.3. <a
href="https://github.com/github/codeql-action/pull/2295">#2295</a></li>
</ul>
<h2>3.25.5 - 13 May 2024</h2>
<ul>
<li>Add a compatibility matrix of supported CodeQL Action, CodeQL CLI,
and GitHub Enterprise Server versions to the <a
href="https://github.com/github/codeql-action/blob/main/README.md">https://github.com/github/codeql-action/blob/main/README.md</a>.
<a
href="https://github.com/github/codeql-action/pull/2273">#2273</a></li>
<li>Avoid printing out a warning for a missing <code>on.push</code>
trigger when the CodeQL Action is triggered via a
<code>workflow_call</code> event. <a
href="https://github.com/github/codeql-action/pull/2274">#2274</a></li>
<li>The <code>tools: latest</code> input to the <code>init</code> Action
has been renamed to <code>tools: linked</code>. This option specifies
that the Action should use the tools shipped at the same time as the
Action. The old name will continue to work for backwards compatibility,
but we recommend that new workflows use the new name. <a
href="https://github.com/github/codeql-action/pull/2281">#2281</a></li>
</ul>
<h2>3.25.4 - 08 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.2. <a
href="https://github.com/github/codeql-action/pull/2270">#2270</a></li>
</ul>
<h2>3.25.3 - 25 Apr 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.1. <a
href="https://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://github.com/github/codeql-action/pull/2261">#2261</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/b611370bb5703a7efb587f9d136a52ea24c5c38c"><code>b611370</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2357">#2357</a>
from github/update-v3.25.11-de945755c</li>
<li><a
href="https://github.com/github/codeql-action/commit/3e6431f3accd84bb42779fc3c9d9f447caa3a6d3"><code>3e6431f</code></a>
Update changelog for v3.25.11</li>
<li><a
href="https://github.com/github/codeql-action/commit/de945755c9edd3a4e5d160a71f1482ece6a3c271"><code>de94575</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2352">#2352</a>
from github/update-bundle/codeql-bundle-v2.17.6</li>
<li><a
href="https://github.com/github/codeql-action/commit/a32d3058b827f5d2ba08dc2570887f14b164a794"><code>a32d305</code></a>
Add changelog note</li>
<li><a
href="https://github.com/github/codeql-action/commit/9ccc99508a819cb9c340028d7711b129f96c8a2e"><code>9ccc995</code></a>
Update default bundle to codeql-bundle-v2.17.6</li>
<li><a
href="https://github.com/github/codeql-action/commit/9b7c22c3b39078582fa6d0d8f3841e944ec54582"><code>9b7c22c</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2351">#2351</a>
from github/dependabot/npm_and_yarn/npm-6791eaa26c</li>
<li><a
href="https://github.com/github/codeql-action/commit/9cf3243b0be3a9e0efff20a7fabd5a11246168e9"><code>9cf3243</code></a>
Rebuild</li>
<li><a
href="https://github.com/github/codeql-action/commit/1895b29ac8e2046ddb708ac1eca53e6d5e143337"><code>1895b29</code></a>
Update checked-in dependencies</li>
<li><a
href="https://github.com/github/codeql-action/commit/9dcfde966d641c9a59ee02a83f18329a2b2caace"><code>9dcfde9</code></a>
Bump the npm group with 2 updates</li>
<li><a
href="https://github.com/github/codeql-action/commit/8723b5be41df185b62efd22191bb83fc24539ca0"><code>8723b5b</code></a>
Merge pull request <a
href="https://github.com/github/codeql-action/issues/2350">#2350</a>
from github/angelapwen/add-exclude-pr-check-param</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/23acc5c183826b7a8a97bce3cecc52db901f8251...b611370bb5703a7efb587f9d136a52ea24c5c38c">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.25.10&new-version=3.25.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com>
…pia#3960)

Updates opentelemetry dependencies from 1.27.0 to 1.28.0.

- go.opentelemetry.io/otel
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
- go.opentelemetry.io/otel/sdk
- go.opentelemetry.io/otel/trace

https://github.com/open-telemetry/opentelemetry-go

Change Log

https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md

1.28.0/0.50.0/0.4.0  2024-07-02

Added:

The IsEmpty method is added to the Instrument
type in go.opentelemetry.io/otel/sdk/metric
This method is used to check if an Instrument instance is a
zero-value. 
(https://github.com/open-telemetry/opentelemetry-go/issues/5431)

Store and provide the emitted context.Context in
ScopeRecords of go.opentelemetry.io/otel/sdk/log/logtest.
(https://github.com/open-telemetry/opentelemetry-go/issues/5468)

The go.opentelemetry.io/otel/semconv/v1.26.0 package.
The package contains semantic conventions from the v1.26.0
version of the OpenTelemetry Semantic Conventions.
(https://github.com/open-telemetry/opentelemetry-go/issues/5476)

The AssertRecordEqual method to
go.opentelemetry.io/otel/log/logtest to allow comparison of
two log records in tests.
(https://github.com/open-telemetry/opentelemetry-go/issues/5499)

The WithHeaders option to
go.opentelemetry.io/otel/exporters/zipkin to allow
configuring custom http headers while exporting spans.
(https://github.com/open-telemetry/opentelemetry-go/issues/5530)

---
Changed

<ul>
<li><code>Tracer.Start</code> in
<code>go.opentelemetry.io/otel/trace/noop</code> no longer allocates a
span for empty span context. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5457">#5457</a>)</li>
<li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in
<code>go.opentelemetry.io/otel/example/otel-collector</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li>
<li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in
<code>go.opentelemetry.io/otel/example/zipkin</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li>
<li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in
<code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)
<ul>
<li>The exporter no longer exports the deprecated
&quot;otel.library.name&quot; or &quot;otel.library.version&quot;
attributes.</li>
</ul>
</li>
<li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in
<code>go.opentelemetry.io/otel/sdk/resource</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li>
<li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li>
<li><code>SimpleProcessor.OnEmit</code> in
<code>go.opentelemetry.io/otel/sdk/log</code> no longer allocates a
slice which makes it possible to have a zero-allocation log processing
using <code>SimpleProcessor</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5493">#5493</a>)</li>
<li>Use non-generic functions in the <code>Start</code> method of
<code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.Trace</code> to
reduce memory allocation. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5497">#5497</a>)</li>
<li><code>service.instance.id</code> is populated for a
<code>Resource</code> created with
<code>&quot;go.opentelemetry.io/otel/sdk/resource&quot;.Default</code>
with a default value when <code>OTEL_GO_X_RESOURCE</code> is set. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5520">#5520</a>)</li>
<li>Improve performance of metric instruments in
<code>go.opentelemetry.io/otel/sdk/metric</code> by removing unnecessary
calls to <code>time.Now</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5545">#5545</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Log a warning to the OpenTelemetry internal logger when a
<code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>
drops an attribute due to a limit being reached. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5376">#5376</a>)</li>
<li>Identify the <code>Tracer</code> returned from the global
<code>TracerProvider</code> in
<code>go.opentelemetry.io/otel/global</code> with its schema URL. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5426">#5426</a>)</li>
<li>Identify the <code>Meter</code> returned from the global
<code>MeterProvider</code> in
<code>go.opentelemetry.io/otel/global</code> with its schema URL. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5426">#5426</a>)</li>
<li>Log a warning to the OpenTelemetry internal logger when a
<code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code>
drops an attribute, event, or link due to a limit being reached. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5434">#5434</a>)</li>
<li>Document instrument name requirements in
<code>go.opentelemetry.io/otel/metric</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5435">#5435</a>)</li>
<li>Prevent random number generation data-race for experimental rand
exemplars in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5456">#5456</a>)</li>
<li>Fix counting number of dropped attributes of <code>Record</code> in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5464">#5464</a>)</li>
<li>Fix panic in baggage creation when a member contains
<code>0x80</code> char in key or value. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5494">#5494</a>)</li>
<li>Correct comments for the priority of the <code>WithEndpoint</code>
and <code>WithEndpointURL</code> options and their corresponding
environment variables in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5508">#5508</a>)</li>
<li>Retry trace and span ID generation if it generated an invalid one in
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5514">#5514</a>)</li>
<li>Fix stale timestamps reported by the last-value aggregation. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5517">#5517</a>)</li>
<li>Indicate the <code>Exporter</code> in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
must be created by the <code>New</code> method. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5521">#5521</a>)</li>
<li>Improved performance in all
<code>{Bool,Int64,Float64,String}SliceValue</code> functions of
<code>go.opentelemetry.io/attributes</code> by reducing the number of
allocations. (<a
href="https://github.com/open-telemetry/opentelemetry-go/issues/5549">#5549</a>)</li>

---

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds the maintenance action to multi-client robustness jobs.
The robustness jobs do not run a maintenance action until now.
---------
Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com>
…kopia#3967)

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.42.0` | `1.43.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.24.0` |
`0.25.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.18.0` |
`0.19.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.26.0` |
`0.27.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.21.0` |
`0.22.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.21.0` |
`0.22.0` |

Updates `cloud.google.com/go/storage` from 1.42.0 to 1.43.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's
releases</a>.</em></p>
<blockquote>
<h2>storage: v1.43.0</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.42.0...storage/v1.43.0">1.43.0</a>
(2024-07-03)</h2>
<h3>Features</h3>
<ul>
<li><strong>storage/transfermanager:</strong> Add DownloadDirectory (<a
href="https://github.com/googleapis/google-cloud-go/issues/10430">#10430</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/0d0e5dd5214769cc2c197991c2ece1303bd600de">0d0e5dd</a>)</li>
<li><strong>storage/transfermanager:</strong> Automatically shard
downloads (<a
href="https://github.com/googleapis/google-cloud-go/issues/10379">#10379</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/05816f9fafd3132c371da37f3a879bb9e8e7e604">05816f9</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>storage/transfermanager:</strong> WaitAndClose waits for
Callbacks to finish (<a
href="https://github.com/googleapis/google-cloud-go/issues/10504">#10504</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/0e81002b3a5e560c874d814d28a35a102311d9ef">0e81002</a>),
refs <a
href="https://github.com/googleapis/google-cloud-go/issues/10502">#10502</a></li>
<li><strong>storage:</strong> Allow empty soft delete on Create (<a
href="https://github.com/googleapis/google-cloud-go/issues/10394">#10394</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/d8bd2c1ffc4f27503a74ded438d8bfbdd7707c63">d8bd2c1</a>),
refs <a
href="https://github.com/googleapis/google-cloud-go/issues/10380">#10380</a></li>
<li><strong>storage:</strong> Bump google.golang.org/api@v0.187.0 (<a
href="https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b">8fa9e39</a>)</li>
<li><strong>storage:</strong> Retry broken pipe error (<a
href="https://github.com/googleapis/google-cloud-go/issues/10374">#10374</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/2f4daa11acf9d3f260fa888333090359c4d9198e">2f4daa1</a>),
refs <a
href="https://github.com/googleapis/google-cloud-go/issues/9178">#9178</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>storage/control:</strong> Remove allowlist note from Folders
RPCs (<a
href="https://github.com/googleapis/google-cloud-go/commit/d6c543c3969016c63e158a862fc173dff60fb8d9">d6c543c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/fdccf3fc5a1a2b6805edaac3fbe38c575aaeb165"><code>fdccf3f</code></a>
chore(main): release spanner 1.43.0 (<a
href="https://github.com/googleapis/google-cloud-go/issues/7212">#7212</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/e2bb9477aafaeae6494a7a5e96604b8cf3d71b48"><code>e2bb947</code></a>
chore(main): release 0.109.0 (<a
href="https://github.com/googleapis/google-cloud-go/issues/7226">#7226</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/77376969a4898378f02052cf8b0b2dd0f81ae588"><code>7737696</code></a>
chore: release main (<a
href="https://github.com/googleapis/google-cloud-go/issues/7243">#7243</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/9018b8398889167e5d91a21f62cb271ed250d814"><code>9018b83</code></a>
refactor: simplify options, instrumentation for multiplexing (<a
href="https://github.com/googleapis/google-cloud-go/issues/7257">#7257</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/edf3c243df09533ff1b182e480ba02a6cad925b4"><code>edf3c24</code></a>
chore: fix postprocessor pathing and branch issues (<a
href="https://github.com/googleapis/google-cloud-go/issues/7270">#7270</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/5bd944dd976df14f4fce085737773f30775b0f3c"><code>5bd944d</code></a>
chore(internal/postprocessor): reduce OwlBot scope (<a
href="https://github.com/googleapis/google-cloud-go/issues/7269">#7269</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/b3715585aa6892fc41a29027694c72f31390441a"><code>b371558</code></a>
fix(bigquery): create/update an isolated dataset for collation feature
(<a
href="https://github.com/googleapis/google-cloud-go/issues/7256">#7256</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/ecf14d4438f380c570a08c75cc5365d834e9b5db"><code>ecf14d4</code></a>
chore: new owl bot post processor docker image (<a
href="https://github.com/googleapis/google-cloud-go/issues/7258">#7258</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/6f72b3c82efb9593a548f8e8930be11d2d20931e"><code>6f72b3c</code></a>
chore(internal): fixups for postprocessor (<a
href="https://github.com/googleapis/google-cloud-go/issues/7239">#7239</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/4f82b6c30167a1bd862938f2a43b3a577f9e17a9"><code>4f82b6c</code></a>
chore: update docker digest (<a
href="https://github.com/googleapis/google-cloud-go/issues/7250">#7250</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.42.0...spanner/v1.43.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/crypto` from 0.24.0 to 0.25.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/9fadb0b165bd3b96d2a21e89d60ad458db3aeee0"><code>9fadb0b</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/a6a393ffd658b286f64f141b06cbd94e516d3a64"><code>a6a393f</code></a>
all: bump go.mod version and drop compatibility shims</li>
<li><a
href="https://github.com/golang/crypto/commit/1c7450041f58a5e714eb084ae0e670d3576ea9fb"><code>1c74500</code></a>
ssh/test: make struct comment match struct name</li>
<li><a
href="https://github.com/golang/crypto/commit/d4e7c9cb6cb8bb64ad4a1988cd26328ef6cb9023"><code>d4e7c9c</code></a>
ssh: fail client auth immediately on receiving disconnect message</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.24.0...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/mod` from 0.18.0 to 0.19.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/d58be1cb16e62a9821b6dbd0157b8c7ff0b667ec"><code>d58be1c</code></a>
sumdb/tlog: set the hash of the empty tree according to RFC 6962</li>
<li><a
href="https://github.com/golang/mod/commit/232e49f555b427208443629fdd6870f71917c249"><code>232e49f</code></a>
Revert &quot;module: add COM0 and LPT0 to badWindowsNames&quot;</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.18.0...v0.19.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/net` from 0.26.0 to 0.27.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/e2310ae9eb6425ee6736cfc40f982f42e20f5850"><code>e2310ae</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/77708f716e46255944251965f8240a0eab01e099"><code>77708f7</code></a>
quic: skip tests which depend on unimplemented UDP functions on Plan
9</li>
<li><a
href="https://github.com/golang/net/commit/9617c6335bca5e4e80949a5b1dbe43273260e8a3"><code>9617c63</code></a>
http2: avoid Transport hang with Connection: close and AllowHTTP</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.26.0...v0.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/sys` from 0.21.0 to 0.22.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/faed7ec2641160cebe7fdf3fa6d401d848d2710f"><code>faed7ec</code></a>
unix: add PthreadChdir and PthreadFchdir on darwin</li>
<li><a
href="https://github.com/golang/sys/commit/c892bb7ec2a2624d5417525f44698a5e241dfb04"><code>c892bb7</code></a>
unix: fix MmapPtr test failing on OpenBSD</li>
<li><a
href="https://github.com/golang/sys/commit/a0ef40af1f19dfed5b852735bcdebe22554248ce"><code>a0ef40a</code></a>
unix: fix MremapPtr test failing on NetBSD</li>
<li><a
href="https://github.com/golang/sys/commit/daa239428c2d61fe52eab0fce9e8d0921c9dbbed"><code>daa2394</code></a>
unix: add unsafe mmap, munmap, mremap</li>
<li><a
href="https://github.com/golang/sys/commit/76700875dfcc135287c18189252576117307b695"><code>7670087</code></a>
windows: add GetAce Windows API</li>
<li><a
href="https://github.com/golang/sys/commit/348425aa18d7aba1101fc962319ecb7f07879fe2"><code>348425a</code></a>
windows/svc: do not pass theService to
windows.RegisterServiceCtrlHandlerEx</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/term` from 0.21.0 to 0.22.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/c976cb1d70cf59933953bec8a47c867e343c9eac"><code>c976cb1</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.21.0...v0.22.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>
Bumps the github-actions group with 2 updates:
[actions/upload-artifact](https://github.com/actions/upload-artifact)
and
[actions/download-artifact](https://github.com/actions/download-artifact).

Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>@​actions/artifact</code> version, bump dependencies by
<a href="https://github.com/robherley"><code>@​robherley</code></a> in
<a
href="https://github.com/actions/upload-artifact/pull/584">actions/upload-artifact#584</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4">https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/0b2256b8c012f0828dc542b3febcab082c67f72b"><code>0b2256b</code></a>
Merge pull request <a
href="https://github.com/actions/upload-artifact/issues/584">#584</a>
from actions/robherley/bump-pkgs</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/488dcefb9bf01619ac19bad29c5c5409a1e4dd4c"><code>488dcef</code></a>
licensed cache</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/04c51f57662651dd3333286989e2db1111c0fd07"><code>04c51f5</code></a>
ncc</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/32a9e276a8f8ac18b4b2dce8213ed340ed4e5ed8"><code>32a9e27</code></a>
bump <code>@​actions/artifact</code> and npm audit</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/552bf3722c16e81001aea7db72d8cedf64eb5f68"><code>552bf37</code></a>
new version</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/79616d2ded92999fceefea2ca2e4bdf6101fa919"><code>79616d2</code></a>
Merge pull request <a
href="https://github.com/actions/upload-artifact/issues/565">#565</a>
from actions/eggyhead/use-artifact-v2.1.6</li>
<li>See full diff in <a
href="https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/download-artifact` from 4.1.7 to 4.1.8
<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.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>@​actions/artifact</code> version, bump dependencies by
<a href="https://github.com/robherley"><code>@​robherley</code></a> in
<a
href="https://github.com/actions/download-artifact/pull/341">actions/download-artifact#341</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/download-artifact/compare/v4...v4.1.8">https://github.com/actions/download-artifact/compare/v4...v4.1.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/download-artifact/commit/fa0a91b85d4f404e444e00e005971372dc801d16"><code>fa0a91b</code></a>
Merge pull request <a
href="https://github.com/actions/download-artifact/issues/341">#341</a>
from actions/robherley/bump-pkgs</li>
<li><a
href="https://github.com/actions/download-artifact/commit/b54d0883e196647f43ce531a3fc13b246cf908b6"><code>b54d088</code></a>
Update <code>@​actions/artifact</code> version, bump dependencies</li>
<li>See full diff in <a
href="https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...fa0a91b85d4f404e444e00e005971372dc801d16">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>
Bumps the docker group with 2 updates:
[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action)
and
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).

Updates `docker/setup-qemu-action` from 3.0.0 to 3.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/setup-qemu-action/releases">docker/setup-qemu-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.0</h2>
<ul>
<li>Set <code>docker.io</code> domain for default binfmt image by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://github.com/docker/setup-qemu-action/pull/151">docker/setup-qemu-action#151</a></li>
<li>Throw error message instead of exit code by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://github.com/docker/setup-qemu-action/pull/129">docker/setup-qemu-action#129</a></li>
<li>build(deps): bump <code>@​docker/actions-toolkit</code> from 0.12.0
to 0.31.0 in <a
href="https://github.com/docker/setup-qemu-action/pull/115">docker/setup-qemu-action#115</a>
<a
href="https://github.com/docker/setup-qemu-action/pull/128">docker/setup-qemu-action#128</a>
<a
href="https://github.com/docker/setup-qemu-action/pull/131">docker/setup-qemu-action#131</a>
<a
href="https://github.com/docker/setup-qemu-action/pull/134">docker/setup-qemu-action#134</a>
<a
href="https://github.com/docker/setup-qemu-action/pull/149">docker/setup-qemu-action#149</a></li>
<li>build(deps): bump <code>@​babel/traverse</code> from 7.20.13 to
7.23.2 in <a
href="https://github.com/docker/setup-qemu-action/pull/109">docker/setup-qemu-action#109</a></li>
<li>build(deps): bump braces from 3.0.2 to 3.0.3 in <a
href="https://github.com/docker/setup-qemu-action/pull/142">docker/setup-qemu-action#142</a></li>
<li>build(deps): bump undici from 5.28.2 to 5.28.4 in <a
href="https://github.com/docker/setup-qemu-action/pull/118">docker/setup-qemu-action#118</a>
<a
href="https://github.com/docker/setup-qemu-action/pull/127">docker/setup-qemu-action#127</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0">https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/5927c834f5b4fdf503fca6f4c7eccda82949e1ee"><code>5927c83</code></a>
Merge pull request <a
href="https://github.com/docker/setup-qemu-action/issues/149">#149</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/32ea29b3c9ea9a9fa2e79ca2107cf67f2751c47f"><code>32ea29b</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/92ac892047a708260a813e992acf5f54679f8950"><code>92ac892</code></a>
build(deps): bump <code>@​docker/actions-toolkit</code> from 0.23.0 to
0.31.0</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/dcf3f67ac0905c62e485e87be13cb941326f4e92"><code>dcf3f67</code></a>
Merge pull request <a
href="https://github.com/docker/setup-qemu-action/issues/151">#151</a>
from crazy-max/default-image</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/b34393b6bfc4ae20b241ba17518871651707544c"><code>b34393b</code></a>
Merge pull request <a
href="https://github.com/docker/setup-qemu-action/issues/141">#141</a>
from docker/dependabot/github_actions/docker/bake-act...</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/ca1bf68d52bc4cdfa5030c99fa68a68dd1768d9c"><code>ca1bf68</code></a>
Merge pull request <a
href="https://github.com/docker/setup-qemu-action/issues/142">#142</a>
from docker/dependabot/npm_and_yarn/braces-3.0.3</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/599f288629e812c14c35fb09cb6a9619768647a4"><code>599f288</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/af38981e3045710898c9398cdbffe720ad121a0a"><code>af38981</code></a>
set docker.io domain for default binfmt image</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/9d4d56c87e7d6ce397ef3b945a371f8d9ebb7ffc"><code>9d4d56c</code></a>
build(deps): bump braces from 3.0.2 to 3.0.3</li>
<li><a
href="https://github.com/docker/setup-qemu-action/commit/a05dd9299a28c1ccf75a70852d4362c3901c2450"><code>a05dd92</code></a>
build(deps): bump docker/bake-action from 4 to 5</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/setup-qemu-action/compare/68827325e0b33c7199eb31dd4e31fbe9023e06e3...5927c834f5b4fdf503fca6f4c7eccda82949e1ee">compare
view</a></li>
</ul>
</details>
<br />

Updates `docker/setup-buildx-action` from 3.3.0 to 3.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.0</h2>
<ul>
<li>Throw error message instead of exit code by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://github.com/docker/setup-buildx-action/pull/315">docker/setup-buildx-action#315</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.20.0 to 0.31.0 in
<a
href="https://github.com/docker/setup-buildx-action/pull/321">docker/setup-buildx-action#321</a>
<a
href="https://github.com/docker/setup-buildx-action/pull/338">docker/setup-buildx-action#338</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 in <a
href="https://github.com/docker/setup-buildx-action/pull/329">docker/setup-buildx-action#329</a></li>
<li>Bump undici from 5.28.3 to 5.28.4 in <a
href="https://github.com/docker/setup-buildx-action/pull/312">docker/setup-buildx-action#312</a></li>
<li>Bump uuid from 9.0.1 to 10.0.0 in <a
href="https://github.com/docker/setup-buildx-action/pull/326">docker/setup-buildx-action#326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0">https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/4fd812986e6c8c2a69e18311145f9371337f27d4"><code>4fd8129</code></a>
Merge pull request <a
href="https://github.com/docker/setup-buildx-action/issues/312">#312</a>
from docker/dependabot/npm_and_yarn/undici-5.28.4</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/3386dc42516ab92e4e24aa17dc95c75071fd997b"><code>3386dc4</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/d191aef416290b5242260e14c300ec8580d88361"><code>d191aef</code></a>
build(deps): bump undici from 5.28.3 to 5.28.4</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/f686054aab0113168a311abff6906d0d5c3cb621"><code>f686054</code></a>
Merge pull request <a
href="https://github.com/docker/setup-buildx-action/issues/338">#338</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/78547859d74de62e8677dc04e91543d17e1cea3e"><code>7854785</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/830928c706778d4a2e4eac2a48b0d87031f061f6"><code>830928c</code></a>
fix builder type path</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/26d2aec17326d17abd5448ad10f89751b9fce5dc"><code>26d2aec</code></a>
build(deps): bump <code>@​docker/actions-toolkit</code> from 0.23.0 to
0.31.0</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/ab17e3ec80f3c97b179d7c93beff117fca4f43a8"><code>ab17e3e</code></a>
Merge pull request <a
href="https://github.com/docker/setup-buildx-action/issues/339">#339</a>
from crazy-max/missing-types-jsyaml</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/d79cb80903cfc9136da759444b760f0a142ca231"><code>d79cb80</code></a>
missing types for js-yaml</li>
<li><a
href="https://github.com/docker/setup-buildx-action/commit/13cf78894f084afab128ef772a0a1eada7478170"><code>13cf788</code></a>
Merge pull request <a
href="https://github.com/docker/setup-buildx-action/issues/326">#326</a>
from docker/dependabot/npm_and_yarn/uuid-10.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...4fd812986e6c8c2a69e18311145f9371337f27d4">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 and others added 27 commits January 7, 2025 17:19
…tory with 8 updates (kopia#4336)

Bumps the common-golang-dependencies group with 4 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go), [golang.org/x/oauth2](https://github.com/golang/oauth2), [google.golang.org/api](https://github.com/googleapis/google-api-go-client) and google.golang.org/protobuf.


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.16.0 to 1.17.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](Azure/azure-sdk-for-go@sdk/azcore/v1.16.0...sdk/azcore/v1.17.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0
- [Commits](golang/crypto@v0.31.0...v0.32.0)

Updates `golang.org/x/net` from 0.33.0 to 0.34.0
- [Commits](golang/net@v0.33.0...v0.34.0)

Updates `golang.org/x/oauth2` from 0.24.0 to 0.25.0
- [Commits](golang/oauth2@v0.24.0...v0.25.0)

Updates `golang.org/x/sys` from 0.28.0 to 0.29.0
- [Commits](golang/sys@v0.28.0...v0.29.0)

Updates `golang.org/x/term` from 0.27.0 to 0.28.0
- [Commits](golang/term@v0.27.0...v0.28.0)

Updates `google.golang.org/api` from 0.214.0 to 0.215.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](googleapis/google-api-go-client@v0.214.0...v0.215.0)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.2

---
updated-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: 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
- dependency-name: google.golang.org/protobuf
  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>
…kopia#4315)

Bumps [github.com/studio-b12/gowebdav](https://github.com/studio-b12/gowebdav) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/studio-b12/gowebdav/releases)
- [Commits](studio-b12/gowebdav@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/studio-b12/gowebdav
  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>
Bumps the github-actions group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/setup-go` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@41dfa10...3041bf5)

Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b4b15b8...6f51ac0)

Updates `github/codeql-action` from 3.27.5 to 3.28.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f09c1c0...48ab28a)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ia#4329)

Bumps the docker group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).


Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@c47758b...6524bf6)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@015f24e...1e68e06)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
Bumps the kopia-ui-npm-dependencies group in /app with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [electron-log](https://github.com/megahertz/electron-log) | `5.2.3` | `5.2.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.1.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |


Updates `electron-log` from 5.2.3 to 5.2.4
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.2.3...v5.2.4)

Updates `@playwright/test` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

Updates `concurrently` from 9.1.0 to 9.1.2
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.1.0...v9.1.2)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `playwright` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

Updates `playwright-core` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: playwright-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
make sure MB-or-GB is not separated from /s in table.
* feat(notifications): tweak snapshot report template

* test fix
…in the common-golang-dependencies group (kopia#4337)

* build(deps): bump github.com/minio/minio-go/v7

Bumps the common-golang-dependencies group with 1 update: [github.com/minio/minio-go/v7](https://github.com/minio/minio-go).


Updates `github.com/minio/minio-go/v7` from 7.0.82 to 7.0.83
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.82...v7.0.83)

---
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>

* fixed the build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jarek Kowalski <jaak@jkowalski.net>
…kopia#4343)

Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.13 to 0.1.14.
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-colorable
  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>
…pia#4344)

Bumps [github.com/sanity-io/litter](https://github.com/sanity-io/litter) from 1.5.5 to 1.5.6.
- [Changelog](https://github.com/sanity-io/litter/blob/main/CHANGELOG.md)
- [Commits](sanity-io/litter@v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: github.com/sanity-io/litter
  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>
Ref: feat(snapshots): Fix for kopia#2037 Add symlink support for .kopiaignore kopia#4190
…kopia#4349)

Bumps the common-golang-dependencies group with 3 updates: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go), [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) and google.golang.org/protobuf.


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.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](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

Updates `github.com/minio/minio-go/v7` from 7.0.83 to 7.0.84
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.83...v7.0.84)

Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.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/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/protobuf
  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>
…pia#4350)

Bumps the telemetry-dependencies group with 4 updates: [github.com/prometheus/common](https://github.com/prometheus/common), [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go).


Updates `github.com/prometheus/common` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.61.0...v0.62.0)

Updates `go.opentelemetry.io/otel` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/trace` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telemetry-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telemetry-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telemetry-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telemetry-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrade grpc to 1.69.4
* upgrade opentelemetry to v1.34.0
Remove Go patch version requirement for dependents.

Adds `toolchain go1.22.11` to ensure that CI uses a minimum version Go
standard library that has addressed known vulnerabilities, such as those
reported by govulncheck
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.215.0 to 0.218.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](googleapis/google-api-go-client@v0.215.0...v0.218.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>
Changes the log level from ERROR to DEBUG

Signed-off-by: Pavel Larkin <pavel.larkin@veeam.com>
Co-authored-by: Pavel Larkin <laxkin@gmail.com>
The kopia server was not uploading any logs to the repository,
because "repodiag" blob uploads would always fail.

The cause was the following: when the (log) repodiag blob
PUT operation was initiated, the `Context` used for this
operation was already canceled.

The context used for blob uploads is passed to
`repodiag.NewLogManager` when opening the repository.
In the case of the kopia server, the repository is asynchronously
opened in `server.Server.InitReposotoryAsync`. The context
passed to `repo.Open` is canceled after the "open repository"
server task completes.

This issue was introduced in kopia#1691

Change:
Use `context.WithoutCancel()` instead of the context passed
when the repo diagnoser is created.

New tests are included to reproduce this failure and verify
the fix.
- test: ensure server logs are uploaded to the repo
- test: honor cancellation in map storage
- test: repodiag context cancellation

Ref:
- kopia#1691
…pia#4360)

Updates[`github.com/Azure/azure-sdk-for-go/sdk/storage/azblob`](https://github.com/Azure/azure-sdk-for-go) from 1.5.0 to 1.6.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](Azure/azure-sdk-for-go@sdk/azcore/v1.5.0...sdk/azcore/v1.6.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

...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action).

Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@49b3bc8...53851d1)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
- dependency-type: direct:production
- update-type: version-update:semver-minor
- dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.2...5a605bd)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
- dependency-type: direct:production
-  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ded client

Add a new function to create the Azure backend storage with the provided client so that we can wrap and reuse the storage implementation on Velero side

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
refactor(general): Cherry pick Velero patch to 0.19.0
@mpryc
Copy link
Author

mpryc commented Mar 18, 2025

@sseago could you please check if this makes sense ? used rebasebot, which we could automate, but just a sanity check if this isn't really breaking us badly.

@mpryc mpryc force-pushed the kopia-rebase-20250318 branch from 93fa5b9 to 10ea164 Compare March 18, 2025 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.