dependabot[bot] opened a new pull request, #36659: URL: https://github.com/apache/beam/pull/36659
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.4 to 1.17.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-go-driver/releases">go.mongodb.org/mongo-driver's releases</a>.</em></p> <blockquote> <h2>MongoDB Go Driver 1.17.6</h2> <p>The MongoDB Go Driver Team is pleased to release version 1.17.6 of the official MongoDB Go Driver.</p> <blockquote> <p>[!NOTE] Due to a bug in the Go Driver release automation, there is no 1.17.5 release.</p> </blockquote> <h2>Release Highlights</h2> <p>This release makes various maintainability improvements to the Go Driver development and release automation.</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>📝 Other Changes</h3> <ul> <li>GODRIVER-3560 Use lambda-specific arn for FaaS by <a href="https://github.com/prestonvasquez"><code>@​prestonvasquez</code></a> in <a href="https://redirect.github.com/mongodb/mongo-go-driver/pull/2093">mongodb/mongo-go-driver#2093</a></li> <li>Use a pinned Go version for golangci-lint. by <a href="https://github.com/matthewdale"><code>@​matthewdale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-go-driver/pull/2151">mongodb/mongo-go-driver#2151</a></li> <li>Disable merge-up from release/1.17 by <a href="https://github.com/alcaeus"><code>@​alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-go-driver/pull/2202">mongodb/mongo-go-driver#2202</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.17.4...v1.17.6">https://github.com/mongodb/mongo-go-driver/compare/v1.17.4...v1.17.6</a></p> <p>For a full list of tickets included in this release, please see the <a href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20fixVersion%3D1.17.6">list of fixed issues</a>.</p> <p>Documentation for the Go Driver can be found on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc">pkg.go.dev</a> and the <a href="https://docs.mongodb.com/ecosystem/drivers/go/">MongoDB documentation site</a>. BSON library documentation is also available on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc">pkg.go.dev</a>. For issues with, questions about, or feedback for the Go Driver, please look into our <a href="https://www.mongodb.com/docs/manual/support/">support channels</a>, including <a href="https://stackoverflow.com/questions/tagged/mongodb%20go?sort=Newest">StackOverflow</a>. Bugs can be reported in the <a href="https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289">Go Driver project in the MongoDB JIRA</a> where a list of <a href="https://jira.mongodb.org/browse/GODRIVER">current issues</a> can be found. Your feedback on the Go Driver is greatly appreciated!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d2fa0ab6f3ba0579b7bca7912d30e23907ffec9a"><code>d2fa0ab</code></a> BUMP v1.17.6</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/f1d540b2c4e606b6b0aa5d482fad848139664ef4"><code>f1d540b</code></a> BUMP v1.17.5</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/b8790284926105a1ad35cf8c7be5fb642b78d8ac"><code>b879028</code></a> GODRIVER-3654 Don't test v1 branches against latest server. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2188">#2188</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/21f47d4287f28410b3d1852128ed299ba7b2609e"><code>21f47d4</code></a> Allow ignore-for-release label to satisfy label checker (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2203">#2203</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/8708ca8b6964eb525418c86432ab3b366dbf177d"><code>8708ca8</code></a> Disable merge-up from release/1.17 (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2202">#2202</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/0b2794fb49f6e1c1fdeb4ed8ea3991119d86053f"><code>0b2794f</code></a> GODRIVER-3612 Add an internal-only NewSessionWithLSID API (v1) (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2183">#2183</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/747a8d0f4fecbeb380f4682855a58b24b2436317"><code>747a8d0</code></a> Consider HTTP 429 a succcessful response in the Markdown link check. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2191">#2191</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/8c336ff79eaf5b09dc0003d2480552faf3d8e610"><code>8c336ff</code></a> Pin drivers-evergreen-tools to rev 98f6b0e in v1. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2184">#2184</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/106cff3f48657f4d5f40d88e24fba88e670ff09e"><code>106cff3</code></a> Retry Markdown link checks on HTTP 429 (v1) (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2186">#2186</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d4064746e1ae2adcc9ef98147e3d3ef80e23425c"><code>d406474</code></a> GODRIVER-3564: Add config and workflows for release note labels (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2148">#2148</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.17.4...v1.17.6">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
