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

build(deps): Bump the go group with 5 updates #1381

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the go group with 5 updates:

Package From To
cloud.google.com/go/storage 1.35.1 1.36.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.9.0 1.9.1
github.com/aws/aws-sdk-go-v2/service/kms 1.27.5 1.27.6
google.golang.org/api 0.153.0 0.154.0
google.golang.org/grpc 1.59.0 1.60.0

Updates cloud.google.com/go/storage from 1.35.1 to 1.36.0

Release notes

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

storage: v1.36.0

1.36.0 (2023-12-14)

Features

Bug Fixes

  • storage: Do not inhibit the dead code elimination. (#8543) (ca2493f)
  • storage: Set flush and get_state to false on the last write in gRPC (#9013) (c1e9fe5)
Commits
  • b5a6b5d chore(main): release spanner 1.36.0 (#6407)
  • 09e96ce feat(spanner/spansql): add support for IFNULL expressions (#6389)
  • 267a9bb feat(spanner/spansql): support for parsing a DML file (#6349)
  • 0df3ed8 chore(settings): disable linear history on branch (#6399)
  • b38008f chore(ci): skip sync job on foks (#6400)
  • aaee688 chore(firestore): add missing license headers (#6404)
  • ff8bdf0 chore(logging): change python version for logging environment tests (#6384)
  • 8a8ba85 chore(all): auto-regenerate gapics (#6376)
  • 3029109 test(storage): unflake TestIntegration_ACL (#6392)
  • 20b6c1b feat(firestore): adds Bulkwriter support to Firestore client (#5946)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.0 to 1.9.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.9.1

1.9.1 (2023-12-11)

Bugs Fixed

  • The retry-after-ms and x-ms-retry-after-ms headers weren't being checked during retries.

Other Changes

  • Update dependencies.
Commits
  • bfa1322 Prep azcore for release (#22122)
  • 24e7b76 [azopenai] Fixing some issues with incorrect/incomplete types in generation (...
  • e96bba7 Add more retry after headers to check during retries (#22121)
  • 074d2cc Doc fix (#22117)
  • b44962e azblob: Return io.ErrUnexpectedEOF as error in UploadStream (#22109)
  • 423e02b [azopenai] Updating to the latest 2023-12-01 API (#22081)
  • 837ae16 [Release] sdk/resourcemanager/baremetalinfrastructure/armbaremetalinfrastruct...
  • 50131f5 Sync eng/common directory with azure-sdk-tools for PR 7385 (#22112)
  • 622779c Increment package version after release of internal (#22113)
  • 0270c00 Refactor 4bc279bfefcf94d2049aee9801efd418a12e0314 (#22111)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.27.5 to 1.27.6

Commits

Updates google.golang.org/api from 0.153.0 to 0.154.0

Release notes

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

v0.154.0

0.154.0 (2023-12-12)

Features

Changelog

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

0.154.0 (2023-12-12)

Features

Commits

Updates google.golang.org/grpc from 1.59.0 to 1.60.0

Release notes

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

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
Commits
  • 297d8dd Cherry-pick #6841 to v1.60.x release branch (#6847)
  • 3580447 Change version to 1.60.0 (#6792)
  • 71e67a9 Cherry-pick #6834 to v1.60.x release branch (#6839)
  • cb6581d Cherry-pick #6804 and dependencies to v1.60.x release branch (#6838)
  • dd39cdb credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (...
  • 8645f95 resolver: remove ClientConn.NewServiceConfig (#6784)
  • 8b17a4d vet: various cleanups (#6780)
  • 591c481 internal/transport: Add LocalAddr to http2Client.getPeer() (#6779)
  • eb46b7d github: set top-level read-only workflow permissions (#6775)
  • be1d1c1 security/advancedtls: FileWatcher CRL provider initialization enhancement (#6...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
@hiddeco
Copy link
Member

hiddeco commented Dec 18, 2023

@dependabot rebase

Bumps the go group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.35.1` | `1.36.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.9.0` | `1.9.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.27.5` | `1.27.6` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.153.0` | `0.154.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.0` |


Updates `cloud.google.com/go/storage` from 1.35.1 to 1.36.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@storage/v1.35.1...spanner/v1.36.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.9.0...sdk/azcore/v1.9.1)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.27.5 to 1.27.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.27.5...service/s3/v1.27.6)

Updates `google.golang.org/api` from 0.153.0 to 0.154.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.153.0...v0.154.0)

Updates `google.golang.org/grpc` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-9223e07754 branch from 52f52e6 to 7ca9781 Compare December 18, 2023 10:08
@felixfontein felixfontein merged commit 1c508dd into main Dec 18, 2023
9 checks passed
@felixfontein felixfontein deleted the dependabot/go_modules/go-9223e07754 branch December 18, 2023 17:45
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.

2 participants