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 cloud.google.com/go/speech from 1.24.0 to 1.25.0 #320

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cloud.google.com/go/speech from 1.24.0 to 1.25.0.

Release notes

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

speech: v1.25.0

1.25.0 (2024-08-20)

Features

  • speech: Add support for Go 1.23 iterators (84461c0)
Changelog

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

1.25.0 (2024-02-09)

Features

  • documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)
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

  • Bug Fixes

    • Upgraded various dependencies for improved stability and performance, including significant updates to the Google API and OpenTelemetry packages.
  • Chores

    • Conducted maintenance updates to ensure compatibility with the latest upstream library versions.

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] <[email protected]>
Copy link

coderabbitai bot commented Aug 21, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The recent updates to the go.mod file primarily focus on upgrading various dependencies to their latest versions. These enhancements address bug fixes, performance improvements, and new features across several libraries, including Google Cloud and OpenTelemetry. Such updates are crucial for maintaining compatibility and leveraging advancements from the upstream packages, ensuring a more robust and efficient application.

Changes

Files/Packages Changes Summary
google.golang.org/api, cloud.google.com/go/speech Updated to v0.193.0, v1.25.0 respectively.
cloud.google.com/go/auth, cloud.google.com/go/iam Updated to v0.9.0, v1.1.12 respectively.
go.opentelemetry.io/... (various) Instrumentation libraries updated, e.g., to v0.52.0, v1.28.0.
golang.org/x/... (various) Various libraries updated, e.g., v0.26.0, v0.28.0.
google.golang.org/genproto Updated to new commit hash.
google.golang.org/grpc Updated to v1.65.0.

Poem

In the garden of code, we hop with delight,
New versions bloom, making everything bright.
Dependencies dance, in a merry ballet,
Fixes and features lead us on our way.
With each little change, our project will grow,
A rabbit's delight, as we code in a flow! 🐇✨


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

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 (24)
go.mod (24)

34-34: Minor update approved for cloud.google.com/go.

The update from v0.115.0 to v0.115.1 is a minor version change, likely including bug fixes or minor improvements.


37-37: Minor update approved for cloud.google.com/go/auth/oauth2adapt.

The update from v0.2.3 to v0.2.4 is a minor version change, likely including bug fixes or minor improvements.


39-39: Minor update approved for cloud.google.com/go/iam.

The update from v1.1.10 to v1.1.12 is a minor version change, likely including bug fixes or minor improvements.


40-40: Minor update approved for cloud.google.com/go/longrunning.

The update from v0.5.9 to v0.5.12 is a minor version change, likely including bug fixes or minor improvements.


52-52: Minor update approved for github.com/google/s2a-go.

The update from v0.1.7 to v0.1.8 is a minor version change, likely including bug fixes or minor improvements.


69-69: Minor update approved for golang.org/x/crypto.

The update from v0.25.0 to v0.26.0 is a minor version change, likely including bug fixes or minor improvements.


70-70: Minor update approved for golang.org/x/net.

The update from v0.27.0 to v0.28.0 is a minor version change, likely including bug fixes or minor improvements.


71-71: Minor update approved for golang.org/x/oauth2.

The update from v0.21.0 to v0.22.0 is a minor version change, likely including bug fixes or minor improvements.


72-72: Minor update approved for golang.org/x/sync.

The update from v0.7.0 to v0.8.0 is a minor version change, likely including bug fixes or minor improvements.


73-73: Minor update approved for golang.org/x/sys.

The update from v0.23.0 to v0.24.0 is a minor version change, likely including bug fixes or minor improvements.


74-74: Minor update approved for golang.org/x/text.

The update from v0.16.0 to v0.17.0 is a minor version change, likely including bug fixes or minor improvements.


75-75: Minor update approved for golang.org/x/time.

The update from v0.5.0 to v0.6.0 is a minor version change, likely including bug fixes or minor improvements.


79-79: Minor update approved for google.golang.org/grpc.

The update from v1.64.1 to v1.65.0 is a minor version change, likely including bug fixes or minor improvements.


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

Ensure that the update from v0.189.0 to v0.193.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the google.golang.org/api package:


65-65: Verify compatibility for go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp update.

Ensure that the update from v0.49.0 to v0.53.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp package:


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

Ensure that the update to commit ddb44dafa142 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the google.golang.org/genproto/googleapis/api package:


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

Ensure that the update from v0.7.2 to v0.9.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the cloud.google.com/go/auth package:


67-67: Verify compatibility for go.opentelemetry.io/otel/metric update.

Ensure that the update from v1.24.0 to v1.28.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the go.opentelemetry.io/otel/metric package:


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

Ensure that the update to commit ddb44dafa142 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the google.golang.org/genproto package:


66-66: Verify compatibility for go.opentelemetry.io/otel update.

Ensure that the update from v1.24.0 to v1.28.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the go.opentelemetry.io/otel package:


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

Ensure that the update to commit ddb44dafa142 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the google.golang.org/genproto/googleapis/rpc package:


17-17: Verify compatibility for cloud.google.com/go/speech update.

Ensure that the update from v1.24.0 to v1.25.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the cloud.google.com/go/speech package:


68-68: Verify compatibility for go.opentelemetry.io/otel/trace update.

Ensure that the update from v1.24.0 to v1.28.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the go.opentelemetry.io/otel/trace package:


64-64: Verify compatibility for go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc update.

Ensure that the update from v0.49.0 to v0.52.0 is compatible with your codebase and does not introduce breaking changes.

Run the following script to check for any breaking changes in the go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc package:

@xavidop xavidop changed the base branch from master to develop August 22, 2024 11:12
Copy link
Contributor

mergify bot commented Aug 22, 2024

👋 dependabot[bot] your PR is conflicting and needs to be updated to be merged

@mergify mergify bot added the conflict label Aug 22, 2024
@xavidop xavidop merged commit b0580e6 into develop Aug 22, 2024
4 of 8 checks passed
@xavidop xavidop deleted the dependabot/go_modules/cloud.google.com/go/speech-1.25.0 branch August 22, 2024 11:13
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Portilla Edo <[email protected]>

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Portilla Edo <[email protected]>

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Portilla Edo <[email protected]>

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Portilla Edo <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
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 Sep 26, 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