Skip to content

Comments

Bump cloud.google.com/go/profiler from 0.3.1 to 0.4.0#733

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/cloud.google.com/go/profiler-0.4.0
Open

Bump cloud.google.com/go/profiler from 0.3.1 to 0.4.0#733
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/cloud.google.com/go/profiler-0.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps cloud.google.com/go/profiler from 0.3.1 to 0.4.0.

Release notes

Sourced from cloud.google.com/go/profiler's releases.

profiler: v0.4.0

0.4.0 (2023-10-18)

Features

  • profiler: Support configurable debug logging destination (#8104) (fc3d840)
  • profiler: Update all direct dependencies (b340d03)

Bug Fixes

  • profiler: Migrate to protobuf-go v2 (#8730) (deeb583), refs #8585
  • profiler: REST query UpdateMask bug (df52820)
  • profiler: Update golang.org/x/net to v0.17.0 (174da47)
  • profiler: Update grpc to v1.55.0 (1147ce0)

grafeas: v0.3.2

0.3.2 (2023-10-12)

Bug Fixes

  • grafeas: Update golang.org/x/net to v0.17.0 (174da47)

grafeas: v0.3.2

0.3.2 (2023-10-12)

Bug Fixes

  • grafeas: Update golang.org/x/net to v0.17.0 (174da47)
Changelog

Sourced from cloud.google.com/go/profiler's changelog.

v0.4.0

  • bigquery: -NewGCSReference is now a function, not a method on Client.
    • Table.LoaderFrom now accepts a ReaderSource, enabling loading data into a table from a file or any io.Reader.
    • Client.Table and Client.OpenTable have been removed. Replace

      client.OpenTable("project", "dataset", "table")

      with

      client.DatasetInProject("project", "dataset").Table("table")
    • Client.CreateTable has been removed. Replace

      client.CreateTable(ctx, "project", "dataset", "table")

      with

      client.DatasetInProject("project", "dataset").Table("table").Create(ctx)
    • Dataset.ListTables have been replaced with Dataset.Tables. Replace

      tables, err := ds.ListTables(ctx)

      with

      it := ds.Tables(ctx)
      for {
          table, err := it.Next()
          if err == iterator.Done {
              break
          }
          if err != nil {
              // TODO: Handle error.
          }
          // TODO: use table.
      }
    • Client.Read has been replaced with Job.Read, Table.Read and Query.Read. Replace

      it, err := client.Read(ctx, job)

... (truncated)

Commits
  • 8c2dc61 logging: check for exact # of logs in tests
  • 4791784 logadmin: use generated iterators
  • 384ca55 storage: use pointer receiver for ObjectAttrs
  • bd8a5e8 datastore: add new key functions
  • 09d95d9 bigtable/bttest: add emulator support for DeleteCellsInFamily
  • 7ee19e7 bigquery: restore semantics of ForceZeroQuote
  • f7f94a2 bigquery: clean up implementation of LoadSource
  • f9c9ec4 storage: always send destination in compose request
  • 67f57c5 storage: readObject method for tests
  • 28994ff bigtable: Use connection pool by default for data client.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
@github-actions github-actions bot enabled auto-merge (squash) October 19, 2023 17:32
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 5531895 to 821ced1 Compare October 19, 2023 17:40
@guardrails
Copy link

guardrails bot commented Oct 19, 2023

⚠️ We detected 10 security issues in this pull request:

Vulnerable Libraries (10)
Severity Details
High pkg:golang/github.com/gogo/protobuf@v1.1.1 upgrade to: 1.3.2
N/A pkg:golang/github.com/aws/aws-sdk-go@v1.44.264 - no patch available
N/A pkg:golang/golang.org/x/sys@v0.0.0-20190422165155-953cdadca894 upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/prometheus/client_golang@v1.7.1 upgrade to: 1.11.1
High pkg:golang/github.com/prometheus/client_golang@v0.9.1 upgrade to: 1.11.1
High pkg:golang/github.com/prometheus/client_golang@v1.0.0 upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/sys@v0.0.0-20210124154548-22da62e12c0c upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/Shopify/sarama@v1.30.1 - no patch available
N/A pkg:golang/golang.org/x/net@v0.0.0-20181114220301-adae6a3d119a upgrade to: 1.15.12,1.16.4,0.0.0-20210428140749-89ef3d95e781

More info on how to fix Vulnerable Libraries in Go.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 821ced1 to c3bf2c9 Compare October 20, 2023 17:15
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from c3bf2c9 to e078abe Compare October 23, 2023 18:08
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from e078abe to 1f012e1 Compare October 23, 2023 18:16
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 1f012e1 to 11cad52 Compare October 25, 2023 17:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 11cad52 to 8d88d12 Compare October 25, 2023 17:51
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 8d88d12 to 2d6fc34 Compare October 26, 2023 17:52
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 2d6fc34 to fcc31b0 Compare October 26, 2023 17:59
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from fcc31b0 to 465cfb3 Compare October 27, 2023 17:47
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 465cfb3 to be2f227 Compare October 30, 2023 17:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from be2f227 to 69ff94e Compare October 31, 2023 17:48
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 69ff94e to d2f5603 Compare November 1, 2023 17:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from d2f5603 to c95072d Compare November 2, 2023 18:07
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from c95072d to 5f11eb8 Compare November 3, 2023 17:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 5f11eb8 to 2d3d748 Compare November 6, 2023 17:26
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 2d3d748 to 56ce6c7 Compare November 6, 2023 17:32
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 56ce6c7 to 788c449 Compare November 7, 2023 17:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 788c449 to 5bf0e7b Compare November 7, 2023 17:35
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 5bf0e7b to b2066bf Compare November 8, 2023 17:34
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from b2066bf to 72b0f6c Compare November 9, 2023 17:25
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 72b0f6c to b77aa64 Compare November 9, 2023 17:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from b77aa64 to 858d289 Compare November 10, 2023 17:46
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 858d289 to 9af78bd Compare November 10, 2023 17:54
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 9af78bd to 5f37465 Compare November 13, 2023 17:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 5f37465 to 93465cf Compare November 14, 2023 18:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 93465cf to 66b4d61 Compare November 15, 2023 17:24
Bumps [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@talent/v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/profiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/profiler-0.4.0 branch from 66b4d61 to de0ab58 Compare November 17, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant