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

chore(deps): bump the dependencies group across 1 directory with 8 updates #616

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 7 updates in the / directory:

Package From To
cloud.google.com/go/spanner 1.64.0 1.66.0
github.com/ClickHouse/clickhouse-go/v2 2.26.0 2.27.1
github.com/aws/aws-sdk-go 1.55.1 1.55.5
github.com/snowflakedb/gosnowflake 1.10.1 1.11.0
go.mongodb.org/mongo-driver 1.16.0 1.16.1
golang.org/x/image 0.18.0 0.19.0
golang.org/x/oauth2 0.21.0 0.22.0

Updates cloud.google.com/go/spanner from 1.64.0 to 1.66.0

Commits
  • d357a36 chore(main): release spanner 1.66.0 (#10614)
  • 54009ea feat(spanner): add support of multiplexed session support in writeAtleastOnce...
  • 7797022 feat(spanner): add support of using multiplexed session with ReadOnlyTransact...
  • dbf480c chore: freeze google.golang.org/grpc at v1.64.1 (#10642)
  • 649c075 feat(aiplatform): add pointwise and pairwise metrics to evaluation service (#...
  • 0018415 fix(storage): retry gRPC DEADLINE_EXCEEDED errors (#10635)
  • baa1c40 chore(main): release bigtable 1.28.0 (#10599)
  • f371928 chore(main): release pubsub 1.41.0 (#10469)
  • 443e0ee chore: release main (#10595)
  • 928f1a7 fix(bigtable/emulator): Sending empty row in SampleRowKeys response (#10611)
  • Additional commits viewable in compare view

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.26.0 to 2.27.1

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.27.1

What's Changed

Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.27.0...v2.27.1

v2.27.0

Breaking change notice

v2.25.0 was released with a breaking change in ClickHouse/clickhouse-go#1306. Please review your implementation.

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.26.0...v2.27.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.27.1, 2024-08-05

What's Changed

Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.27.0...v2.27.1

v2.27.0, 2024-08-01

Breaking change notice

v2.25.0 was released with a breaking change in ClickHouse/clickhouse-go#1306. Please review your implementation.

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.26.0...v2.27.0

Commits

Updates github.com/aws/aws-sdk-go from 1.55.1 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

Release v1.55.3 (2024-07-25)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
  • service/datazone: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
  • service/ecr: Updates service API, documentation, paginators, and examples
    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
  • service/eks: Updates service API and documentation
  • service/elasticloadbalancingv2: Updates service API, documentation, and examples
  • service/network-firewall: Updates service API and documentation
  • service/outposts: Updates service API and documentation
  • service/states: Updates service API and documentation
    • This release adds support to customer managed KMS key encryption in AWS Step Functions.

... (truncated)

Commits

Updates github.com/snowflakedb/gosnowflake from 1.10.1 to 1.11.0

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Commits
  • 52bb7bc MINOR: Bumped up GoLang connector MINOR version from 1.10.1 to 1.11.0 (#1189)
  • 6942d9e Fix null in structured types arrays regression (#1187)
  • 666fabc Revert "MINOR: Bumped up GoLang connector MINOR version from 1.10.1 to 1.11.0...
  • 2e40d2e MINOR: Bumped up GoLang connector MINOR version from 1.10.1 to 1.11.0 (#1185)
  • 7cb9406 SNOW-1416000 Structure types array null handling (#1179)
  • e066320 * Revert #1058 except the doc changes (#1184)
  • cecf890 SNOW-1540431 Init ocsp local cache even if cache server is disabled (#1181)
  • f6155d8 SNOW-1524204 handle session variables in DSN (#1177)
  • 9730225 SNOW-1524314 Hide structured types behind context (#1175)
  • f2164e5 SNOW-1526510: Adjust DSN, OCSP and Privatelink domains for CN deployment (#1178)
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.16.1

The MongoDB Go Driver Team is pleased to release version 1.16.1 of the official Go driver.

Release Notes

This release fixes a bug where excessive heartbeat checks would be emitted in polling mode.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.16.0...v1.16.1

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 9ea6d8e BUMP v1.16.1
  • c8fb3ec GODRIVER-3255 [release/1.16] Await heartbeat checks upto freq when polling (#...
  • 6ac5ab9 GODRIVER-3292 [release/1.16] Pass context to custom mtest monitor (#1736)
  • 9d8f187 update silk asset group
  • See full diff in compare view

Updates golang.org/x/image from 0.18.0 to 0.19.0

Commits
  • 59aa040 go.mod: update golang.org/x dependencies
  • 8bfd4fd colornames: update link to SVG spec
  • bad7eb8 LICENSE: update per Google Legal
  • 9abbe10 draw: avoid FMA (Fused Multiply Add)
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.21.0 to 0.22.0

Commits

Updates google.golang.org/api from 0.188.0 to 0.189.0

Release notes

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

v0.189.0

0.189.0 (2024-07-22)

Features

Bug Fixes

  • cba: Update newAuth path to use nil oauth2 client (#2684) (d925dcb)
  • transport/grpc: Retain UserAgent option with new auth stack (#2690) (aa4662f)
Changelog

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

0.189.0 (2024-07-22)

Features

Bug Fixes

  • cba: Update newAuth path to use nil oauth2 client (#2684) (d925dcb)
  • transport/grpc: Retain UserAgent option with new auth stack (#2690) (aa4662f)
Commits

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

…dates

Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.64.0` | `1.66.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.26.0` | `2.27.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.1` | `1.55.5` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.10.1` | `1.11.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.16.0` | `1.16.1` |
| [golang.org/x/image](https://github.com/golang/image) | `0.18.0` | `0.19.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.21.0` | `0.22.0` |



Updates `cloud.google.com/go/spanner` from 1.64.0 to 1.66.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.64.0...spanner/v1.66.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.26.0 to 2.27.1
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.26.0...v2.27.1)

Updates `github.com/aws/aws-sdk-go` from 1.55.1 to 1.55.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.55.1...v1.55.5)

Updates `github.com/snowflakedb/gosnowflake` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.10.1...v1.11.0)

Updates `go.mongodb.org/mongo-driver` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.16.0...v1.16.1)

Updates `golang.org/x/image` from 0.18.0 to 0.19.0
- [Commits](golang/image@v0.18.0...v0.19.0)

Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0
- [Commits](golang/oauth2@v0.21.0...v0.22.0)

Updates `google.golang.org/api` from 0.188.0 to 0.189.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.188.0...v0.189.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 11, 2024
@k1LoW k1LoW merged commit ecadf7f into main Aug 11, 2024
3 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-a29920dc83 branch August 11, 2024 05:07
@github-actions github-actions bot mentioned this pull request Aug 11, 2024
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant