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

feat(deps): bump google.golang.org/api from 0.189.0 to 0.193.0 #322

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps google.golang.org/api from 0.189.0 to 0.193.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.193.0

0.193.0 (2024-08-20)

Features

v0.192.0

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

v0.191.0

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

v0.190.0

0.190.0 (2024-08-01)

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.193.0 (2024-08-20)

Features

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

0.190.0 (2024-08-01)

Features

... (truncated)

Commits

Dependabot compatibility score

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

Summary by CodeRabbit

  • New Features

    • Updated several dependencies to their latest versions, enhancing application performance and stability.
  • Bug Fixes

    • Included critical updates related to Google APIs, improving overall functionality and security.
  • Chores

    • Regular maintenance of dependency versions to ensure the application benefits from the latest features and fixes.

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.189.0 to 0.193.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.189.0...v0.193.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

coderabbitai bot commented Aug 21, 2024

Walkthrough

The go.mod file has been updated to enhance the project's dependencies, featuring significant version upgrades for several libraries. These changes aim to leverage new features, bug fixes, and performance enhancements, reflecting a proactive maintenance strategy to ensure optimal functionality and compatibility within the codebase.

Changes

Files Change Summary
google.golang.org/api Updated from v0.189.0 to v0.193.0
cloud.google.com/go/auth Updated from v0.7.2 to v0.9.0, with oauth2adapt from v0.2.3 to v0.2.4
cloud.google.com/go/iam Updated from v1.1.10 to v1.1.12
cloud.google.com/go/longrunning Updated from v0.5.9 to v0.5.11
golang.org/x/crypto Updated from v0.25.0 to v0.26.0
golang.org/x/net Updated from v0.27.0 to v0.28.0
golang.org/x/oauth2 Updated from v0.21.0 to v0.22.0
golang.org/x/sync Updated from v0.7.0 to v0.8.0
golang.org/x/text Updated from v0.16.0 to v0.17.0
golang.org/x/time Updated from v0.5.0 to v0.6.0
google.golang.org/genproto Updated to newer commit v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc Updated from v1.64.1 to v1.65.0

Poem

🐇 In the meadow, changes bloom,
Dependencies dance, dispelling gloom.
Versions leap, with joy they sing,
New features sprout, oh what a fling!
From v0 to v1, we hop along,
With each small change, we grow strong! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@mergify mergify bot added the size/L label Aug 21, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 978e06b and 546e95f.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (4 hunks)
Additional comments not posted (16)
go.mod (16)

70-70: Verify golang.org/x/net minor version update.

The version has been updated from v0.27.0 to v0.28.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


36-36: Verify cloud.google.com/go/auth update.

The version has been updated from v0.7.2 to v0.9.0. Check for any new features or changes that may affect the codebase.

Run the following script to check the changelog for new features or changes:


39-39: Verify cloud.google.com/go/iam minor version update.

The version has been updated from v1.1.10 to v1.1.12. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


71-71: Verify golang.org/x/oauth2 minor version update.

The version has been updated from v0.21.0 to v0.22.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


40-40: Verify cloud.google.com/go/longrunning minor version update.

The version has been updated from v0.5.9 to v0.5.11. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


13-13: Verify compatibility of google.golang.org/api update.

The version has been updated from v0.189.0 to v0.193.0. Ensure that there are no breaking changes in the new version.

Run the following script to check the changelog for breaking changes:


75-75: Verify golang.org/x/time minor version update.

The version has been updated from v0.5.0 to v0.6.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


72-72: Verify golang.org/x/sync minor version update.

The version has been updated from v0.7.0 to v0.8.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


74-74: Verify golang.org/x/text minor version update.

The version has been updated from v0.16.0 to v0.17.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


37-37: Verify cloud.google.com/go/auth/oauth2adapt patch update.

The version has been updated from v0.2.3 to v0.2.4. Ensure that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


69-69: Verify golang.org/x/crypto minor version update.

The version has been updated from v0.25.0 to v0.26.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


78-78: Verify google.golang.org/genproto/googleapis/rpc update.

The version has been updated to v0.0.0-20240814211410-ddb44dafa142. Check for any new features or changes that may affect the codebase.

Run the following script to check the changelog for new features or changes:


77-77: Verify google.golang.org/genproto/googleapis/api update.

The version has been updated to v0.0.0-20240730163845-b1a4ccb954bf. Check for any new features or changes that may affect the codebase.

Run the following script to check the changelog for new features or changes:


79-79: Verify google.golang.org/grpc minor version update.

The version has been updated from v1.64.1 to v1.65.0. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


34-34: Verify cloud.google.com/go minor version update.

The version has been updated from v0.115.0 to v0.115.1. Verify that the update does not introduce any issues.

Run the following script to check the changelog for any issues:


76-76: Verify google.golang.org/genproto update.

The version has been updated to v0.0.0-20240814211410-ddb44dafa142. Check for any new features or changes that may affect the codebase.

Run the following script to check the changelog for new features or changes:

@xavidop xavidop changed the base branch from master to develop August 22, 2024 11:08
@xavidop xavidop merged commit 3b9f2e2 into develop Aug 22, 2024
7 of 8 checks passed
@xavidop xavidop deleted the dependabot/go_modules/google.golang.org/api-0.193.0 branch August 22, 2024 11:08
xavidop added a commit that referenced this pull request Aug 22, 2024
* chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.2 (#323)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.17.2.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.17.0...v0.17.2)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  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>

* feat(deps): bump google.golang.org/api from 0.189.0 to 0.193.0 (#322)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.189.0 to 0.193.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.189.0...v0.193.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  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>

* feat(deps): bump cloud.google.com/go/texttospeech from 1.7.11 to 1.8.0 (#321)

Bumps [cloud.google.com/go/texttospeech](https://github.com/googleapis/google-cloud-go) from 1.7.11 to 1.8.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iot/v1.7.11...dlp/v1.8.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/texttospeech
  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>
Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com>

* chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#312)

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  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>
Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com>

* feat(deps): bump cloud.google.com/go/speech from 1.24.0 to 1.25.0 (#320)

Bumps [cloud.google.com/go/speech](https://github.com/googleapis/google-cloud-go) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.24.0...pubsub/v1.25.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/speech
  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>
Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com>

* feat(deps): bump cloud.google.com/go/dialogflow from 1.55.0 to 1.57.0 (#319)

Bumps [cloud.google.com/go/dialogflow](https://github.com/googleapis/google-cloud-go) from 1.55.0 to 1.57.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@spanner/v1.55.0...spanner/v1.57.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/dialogflow
  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>
Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Sep 13, 2024
@coderabbitai coderabbitai bot mentioned this pull request Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant