Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the cloud-google-com-go group in /notifier/pubsub with 2 updates (…
…#405) Bumps the cloud-google-com-go group in /notifier/pubsub with 2 updates: [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `cloud.google.com/go/compute/metadata` from 0.3.0 to 0.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/compute/metadata's releases</a>.</em></p> <blockquote> <h2>grafeas: v0.3.7</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/grafeas/v0.3.6...grafeas/v0.3.7">0.3.7</a> (2024-07-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>grafeas:</strong> Bump google.golang.org/[email protected] (<a href="https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b">8fa9e39</a>)</li> </ul> <h2>parallelstore: v0.3.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.3.1...parallelstore/v0.3.2">0.3.2</a> (2024-07-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parallelstore:</strong> Bump google.golang.org/[email protected] (<a href="https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b">8fa9e39</a>)</li> </ul> <h2>errorreporting: v0.3.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.0...errorreporting/v0.3.1">0.3.1</a> (2024-07-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>errorreporting:</strong> Add internaloption.WithDefaultEndpointTemplate (<a href="https://github.com/googleapis/google-cloud-go/commit/3b414084450a5764a0248756e95e13383a645f90">3b41408</a>)</li> <li><strong>errorreporting:</strong> Bump x/net to v0.24.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4">ba31ed5</a>)</li> <li><strong>errorreporting:</strong> Update protobuf dep to v1.33.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a">30b038d</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md">cloud.google.com/go/compute/metadata's changelog</a>.</em></p> <blockquote> <h2>v0.4.0</h2> <ul> <li>bigquery: -<code>NewGCSReference</code> is now a function, not a method on <code>Client</code>. <ul> <li><code>Table.LoaderFrom</code> now accepts a <code>ReaderSource</code>, enabling loading data into a table from a file or any <code>io.Reader</code>.</li> </ul> <ul> <li> <p>Client.Table and Client.OpenTable have been removed. Replace</p> <pre lang="go"><code>client.OpenTable("project", "dataset", "table") </code></pre> <p>with</p> <pre lang="go"><code>client.DatasetInProject("project", "dataset").Table("table") </code></pre> </li> <li> <p>Client.CreateTable has been removed. Replace</p> <pre lang="go"><code>client.CreateTable(ctx, "project", "dataset", "table") </code></pre> <p>with</p> <pre lang="go"><code>client.DatasetInProject("project", "dataset").Table("table").Create(ctx) </code></pre> </li> <li> <p>Dataset.ListTables have been replaced with Dataset.Tables. Replace</p> <pre lang="go"><code>tables, err := ds.ListTables(ctx) </code></pre> <p>with</p> <pre lang="go"><code>it := ds.Tables(ctx) for { table, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: use table. } </code></pre> </li> <li> <p>Client.Read has been replaced with Job.Read, Table.Read and Query.Read. Replace</p> <pre lang="go"><code>it, err := client.Read(ctx, job) </code></pre> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8c2dc6124f184bbfc2f13949476cb98e12bda2bb"><code>8c2dc61</code></a> logging: check for exact # of logs in tests</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4791784d045a952c4de7eef608c8b0b9d66533a4"><code>4791784</code></a> logadmin: use generated iterators</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/384ca5563740d2c07e9773b66107fdb7da979d59"><code>384ca55</code></a> storage: use pointer receiver for ObjectAttrs</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bd8a5e8b5d233a78bb4ef057f38eae438f8b6f55"><code>bd8a5e8</code></a> datastore: add new key functions</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/09d95d938833fa0154e758c1485080cc63e58661"><code>09d95d9</code></a> bigtable/bttest: add emulator support for DeleteCellsInFamily</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7ee19e74f7fd11897ae3b7c4782d8205e810faa7"><code>7ee19e7</code></a> bigquery: restore semantics of ForceZeroQuote</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f7f94a2b9803b794a02e32e1339d3fe0df28a565"><code>f7f94a2</code></a> bigquery: clean up implementation of LoadSource</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f9c9ec4ec241ecb3f95058b959a0f294bc155a3e"><code>f9c9ec4</code></a> storage: always send destination in compose request</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/67f57c54e27cf75ee0fbc2005b46c10b8b0f0051"><code>67f57c5</code></a> storage: readObject method for tests</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/28994ff9b5baa92fe337dacaee126fcf80fefa3e"><code>28994ff</code></a> bigtable: Use connection pool by default for data client.</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/v0.3.0...v0.4.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.186.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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> </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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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> </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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/googleapis/google-api-go-client/issues/2655">#2655</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.186.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ktong <[email protected]>
- Loading branch information