Skip to content

Bump the go group with 9 updates#35593

Merged
codingllama merged 2 commits intomasterfrom
dependabot/go_modules/go-9fdcaa4ab0
Dec 11, 2023
Merged

Bump the go group with 9 updates#35593
codingllama merged 2 commits intomasterfrom
dependabot/go_modules/go-9fdcaa4ab0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 10, 2023

Bumps the go group with 9 updates:

Package From To
github.com/ClickHouse/ch-go 0.60.0 0.61.0
github.com/aws/aws-sdk-go 1.48.11 1.48.16
github.com/aws/smithy-go 1.18.1 1.19.0
github.com/jackc/pgx/v5 5.5.0 5.5.1
github.com/snowflakedb/gosnowflake 1.7.0 1.7.1
go.etcd.io/etcd/api/v3 3.5.10 3.5.11
go.etcd.io/etcd/client/v3 3.5.10 3.5.11
go.mongodb.org/mongo-driver 1.13.0 1.13.1
google.golang.org/api 0.152.0 0.153.0

Updates github.com/ClickHouse/ch-go from 0.60.0 to 0.61.0

Release notes

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

v0.61.0

What's Changed

Full Changelog: ClickHouse/ch-go@v0.60.0...v0.61.0

Commits

Updates github.com/aws/aws-sdk-go from 1.48.11 to 1.48.16

Release notes

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

Release v1.48.16 (2023-12-08)

Service Client Updates

  • service/ec2: Updates service API
    • M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
  • service/finspace: Updates service API, documentation, and paginators
  • service/monitoring: Updates service API and documentation
    • Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.

Release v1.48.15 (2023-12-07)

Service Client Updates

  • service/codedeploy: Updates service API and documentation
    • This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events.

Release v1.48.14 (2023-12-06)

Service Client Updates

  • service/backup: Updates service API and documentation
  • service/comprehend: Updates service documentation
  • service/connect: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Releasing the new cpuManufacturer attribute within the DescribeInstanceTypes API response which notifies our customers with information on who the Manufacturer is for the processor attached to the instance, for example: Intel.
  • service/payment-cryptography: Updates service API and documentation

Release v1.48.13 (2023-12-05)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Adding IdentityCenter enabled request for interactive query
  • service/cleanroomsml: Updates service API and documentation
  • service/cloudformation: Updates service documentation
    • Documentation update, December 2023
  • service/ec2: Updates service API and documentation
    • Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

Release v1.48.12 (2023-12-04)

Service Client Updates

  • service/billingconductor: Updates service API and documentation
  • service/braket: Updates service API and documentation
  • service/cloud9: Updates service API and documentation
    • This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
  • service/cloudformation: Updates service waiters
    • Including UPDATE_* states as a success status for CreateStack waiter.

... (truncated)

Commits

Updates github.com/aws/smithy-go from 1.18.1 to 1.19.0

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2023-12-07)

Module Highlights

  • github.com/aws/smithy-go: v1.19.0
    • Feature: Support modeled request compression.

Release (2023-11-30)

  • No change notes available for this release.

Release (2023-11-29)

Module Highlights

  • github.com/aws/smithy-go: v1.18.0
    • Feature: Expose Options() method on generated service clients.

Release (2023-11-15)

Module Highlights

  • github.com/aws/smithy-go: v1.17.0
    • Feature: Support identity/auth components of client reference architecture.

Release (2023-10-31)

Module Highlights

  • github.com/aws/smithy-go: v1.16.0
    • Feature: LANG: Bump minimum go version to 1.19.

Release (2023-10-06)

Module Highlights

  • github.com/aws/smithy-go: v1.15.0
    • Feature: Add http.WithHeaderComment middleware.

Release (2023-08-18)

  • No change notes available for this release.

Release (2023-08-07)

Module Highlights

  • github.com/aws/smithy-go: v1.14.1
    • Bug Fix: Prevent duplicated error returns in EndpointResolverV2 default implementation.

Release (2023-07-31)

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution.

Release (2022-12-02)

... (truncated)

Commits

Updates github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.5.1 (December 9, 2023)

  • Add CopyFromFunc helper function. (robford)
  • Add PgConn.Deallocate method that uses PostgreSQL protocol Close message.
  • pgx uses new PgConn.Deallocate method. This allows deallocating statements to work in a failed transaction. This fixes a case where the prepared statement map could become invalid.
  • Fix: Prefer driver.Valuer over json.Marshaler for json fields. (Jacopo)
  • Fix: simple protocol SQL sanitizer previously panicked if an invalid $0 placeholder was used. This now returns an error instead. (maksymnevajdev)
  • Add pgtype.Numeric.ScanScientific (Eshton Robateau)
Commits
  • ba05097 Release v5.5.1
  • 384fe77 Batch.Queue: document always uses the conn's DefaultQueryExecMode
  • 20bf953 pull out changes into new public function
  • 12582a0 bitsize largest option is 64
  • 905f252 uncomment tests
  • 9927e14 remove dead line
  • 95b2f85 support scientific notation big floats
  • 913e4c8 Update changelog
  • 31321c2 Add race detector to bug report template
  • 319c317 fix panic in prepared sql
  • Additional commits viewable in compare view

Updates github.com/snowflakedb/gosnowflake from 1.7.0 to 1.7.1

Release notes

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

Release

Commits
  • b8e6736 PATCH: Bumped up GoLang connector PATCH version from 1.7.0 to 1.7.1 (#985)
  • 672ccac Reenable HTAP test (#984)
  • 1341c39 SNOW-978164: Fix stmt.Exec for DML (#978)
  • d56c0f2 SNOW-981533 Separate retry strategy for auth endpoints and the remaining ones...
  • ceea09f Skip test until AWS issue is sorted (#983)
  • 15fac29 SNOW-969837: Use macos-11 for tests (#975)
  • f33dfc7 SNOW-974548 Fix AWS SDK contentLength backward incompatible change (#971)
  • 5c79db8 SNOW-961482 Change OCSP response cache key to base64 encoded certID (#969)
  • 25408e5 SNOW-938685 Upgrade net library (#972)
  • 25d3956 SNOW-968719: Remember queryId for failed queries (#967)
  • See full diff in compare view

Updates go.etcd.io/etcd/api/v3 from 3.5.10 to 3.5.11

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.5.11

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.11
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.11
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
</tr></table>

... (truncated)

Commits
  • 3b252db version: bump up to 3.5.11
  • 6f125ce Merge pull request #17039 from siyuanfoundation/release-3.5-step2
  • 33cf21c Merge pull request #17077 from jonasrdl/release-3.5-update-to-go-1.20.12
  • ebb7e79 etcdserver: add linearizable_read check to readyz.
  • 13bafdf etcd: Update go version to 1.20.12
  • 7df2e90 Merge pull request #17070 from ivanvc/release-3.5-backport-ssrf
  • 98aa466 server: disable redirects in peer communication
  • ce4ae2b Merge pull request #17024 from jmhbnz/backport-ssrf-fix
  • 293fc21 etcdserver: add metric counters for livez/readyz health checks.
  • f5d7f99 etcdserver: add livez and ready http endpoints for etcd.
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.5.10 to 3.5.11

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.11

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.11
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.11
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
</tr></table>

... (truncated)

Commits
  • 3b252db version: bump up to 3.5.11
  • 6f125ce Merge pull request #17039 from siyuanfoundation/release-3.5-step2
  • 33cf21c Merge pull request #17077 from jonasrdl/release-3.5-update-to-go-1.20.12
  • ebb7e79 etcdserver: add linearizable_read check to readyz.
  • 13bafdf etcd: Update go version to 1.20.12
  • 7df2e90 Merge pull request #17070 from ivanvc/release-3.5-backport-ssrf
  • 98aa466 server: disable redirects in peer communication
  • ce4ae2b Merge pull request #17024 from jmhbnz/backport-ssrf-fix
  • 293fc21 etcdserver: add metric counters for livez/readyz health checks.
  • f5d7f99 etcdserver: add livez and ready http endpoints for etcd.
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1

Release notes

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

MongoDB Go Driver 1.13.1

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

Release Notes

This release fixes a bug that can cause a panic when encoding or decoding Go error values as BSON and a bug that prevented BSONOptions from being applied when set on a Database or Collection.


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

Full Changelog: v1.13.0...1.13.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
  • a2e5cba Update version to v1.13.1
  • bcf3b86 GODRIVER-2952 Update context.Canceled equality comparisons (#1490)
  • c14556a GODRIVER-3009 Fix concurrent panic in struct codec. (#1477) (#1489)
  • fdde176 GODRIVER-2937 Copy BSONOptions when merging coll or db opts (#1483)
  • 09f6511 GODRIVER-3054 Handshake connection should not use legacy for LB (#1482)
  • c1af0bb GODRIVER-3059 Retract v1.13.0 (#1485)
  • 1e4eb94 GODRIVER-2117 Cherry-pick legacy test runner error handling (#1466)
  • d9fc4fe Update version to v1.13.1-prerelease
  • See full diff in compare view

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

Release notes

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

v0.153.0

0.153.0 (2023-12-05)

Features

Changelog

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

0.153.0 (2023-12-05)

Features

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling no-changelog Indicates that a PR does not require a changelog entry labels Dec 10, 2023
@codingllama
Copy link
Copy Markdown
Contributor

Snowflake 1.7.1 landed, so this should unblock aws-sdk-go-v2 updates. Let's do those separately, as last I checked there were other issues with AWS (I have a branch prepared).

@codingllama codingllama added this pull request to the merge queue Dec 11, 2023
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Dec 11, 2023
@codingllama codingllama added this pull request to the merge queue Dec 11, 2023
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Dec 11, 2023
@codingllama
Copy link
Copy Markdown
Contributor

Something is off with the Mongo patch, 👁️ .

@codingllama
Copy link
Copy Markdown
Contributor

codingllama commented Dec 11, 2023

I've reverted the Mongo update. @greedy52, could you take a look at mongo-driver 1.13.1 when you have the chance?

Edit: 1.13.1

dependabot Bot and others added 2 commits December 11, 2023 13:47
Bumps the go group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) | `0.60.0` | `0.61.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.48.11` | `1.48.16` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.18.1` | `1.19.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.5.0` | `5.5.1` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.7.0` | `1.7.1` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.10` | `3.5.11` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.10` | `3.5.11` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.13.0` | `1.13.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.152.0` | `0.153.0` |


Updates `github.com/ClickHouse/ch-go` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/ClickHouse/ch-go/releases)
- [Commits](ClickHouse/ch-go@v0.60.0...v0.61.0)

Updates `github.com/aws/aws-sdk-go` from 1.48.11 to 1.48.16
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.48.11...v1.48.16)

Updates `github.com/aws/smithy-go` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.18.1...v1.19.0)

Updates `github.com/jackc/pgx/v5` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.5.0...v5.5.1)

Updates `github.com/snowflakedb/gosnowflake` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.7.0...v1.7.1)

Updates `go.etcd.io/etcd/api/v3` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.10...v3.5.11)

Updates `go.etcd.io/etcd/client/v3` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.10...v3.5.11)

Updates `go.mongodb.org/mongo-driver` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.13.0...v1.13.1)

Updates `google.golang.org/api` from 0.152.0 to 0.153.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.152.0...v0.153.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/ch-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go.mongodb.org/mongo-driver
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@codingllama codingllama force-pushed the dependabot/go_modules/go-9fdcaa4ab0 branch from 15f0b99 to 6e94c26 Compare December 11, 2023 16:47
@codingllama codingllama added this pull request to the merge queue Dec 11, 2023
@greedy52
Copy link
Copy Markdown
Contributor

I've reverted the Mongo update. @greedy52, could you take a look at mongo-driver 1.13.1 when you have the chance?

Edit: 1.13.1

New MongoDB driver made a fix to send hello instead isMaster when client is sending in load-balanced mode. Our mock server only mocks isMaster not hello. It's a simple fix on our mock. Will do a separate change today to update mongo driver.

@codingllama
Copy link
Copy Markdown
Contributor

Many thanks, STeve!

Merged via the queue into master with commit 4718e2b Dec 11, 2023
@codingllama codingllama deleted the dependabot/go_modules/go-9fdcaa4ab0 branch December 11, 2023 17:17
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 Issues related to Go builds/tooling no-changelog Indicates that a PR does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants