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 dependabot group across 1 directory with 9 updates #1075

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the dependabot group with 8 updates in the / directory:

Package From To
github.com/getkin/kin-openapi 0.127.0 0.128.0
github.com/prometheus/common 0.59.1 0.60.0
go.mongodb.org/mongo-driver 1.17.0 1.17.1
golang.org/x/crypto 0.27.0 0.28.0
golang.org/x/net 0.29.0 0.30.0
golang.org/x/time 0.6.0 0.7.0
k8s.io/api 0.32.0-alpha.0 0.32.0-alpha.1
k8s.io/client-go 0.32.0-alpha.0 0.32.0-alpha.1

Updates github.com/getkin/kin-openapi from 0.127.0 to 0.128.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.128.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.127.0...v0.128.0

Commits
  • 1eeb41c openapi2: fix un/marshalling discriminator field (#1011)
  • c606b55 make form required field order deterministic (#1008)
  • 2a0cad9 Introduce an option to override the regex implementation (#1006)
  • b771380 Add github.com/pb33f/libopenapi (#1004)
  • af90e9a openapi3filter: Fix default value for array in for query param (#1000)
  • See full diff in compare view

Updates github.com/prometheus/common from 0.59.1 to 0.60.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.60.0

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

Commits

Updates go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1

Release notes

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

MongoDB Go Driver 1.17.1

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

Release Notes

This release improves the behavior of connection checkout by checking for closed connections.

It also fixes a bug where the authSource from a TXT record would be overridden for auth mechanisms that require an authSource of $external.


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

Full Changelog: v1.17.0...v1.17.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
  • 070817d BUMP v1.17.1
  • b45e5d9 GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....
  • b473d1b GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)
  • c0afeee GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)
  • bd39092 GODRIVER-2589 [release/1.17] Clarify *Cursor.All() behavior in comment. (#1...
  • b7e6686 DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)
  • 3911a1b update repo metadata
  • See full diff in compare view

Updates golang.org/x/crypto from 0.27.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • See full diff in compare view

Updates golang.org/x/net from 0.29.0 to 0.30.0

Commits
  • 6cc5ac4 go.mod: update golang.org/x dependencies
  • f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
  • 7191757 http2: add support for net/http HTTP2 config field
  • 4790dc7 http2: add support for server-originated pings
  • 541dbe5 http2: add Server.WriteByteTimeout
  • 3c333c0 route: fix address parsing of messages on Darwin
  • See full diff in compare view

Updates golang.org/x/time from 0.6.0 to 0.7.0

Commits

Updates k8s.io/api from 0.32.0-alpha.0 to 0.32.0-alpha.1

Commits
  • 4c0e427 Update dependencies to v0.32.0-alpha.1 tag
  • 5c8e0b9 Merge pull request #127664 from ebblake/typofix
  • 3de15a6 docs: typo fix in VolumeAttachments
  • 71385f0 Merge pull request #126760 from ncdc/ncdc/emeritus
  • e14a61a Merge pull request #126977 from aaron-prindle/compat-version-132
  • f57f3ce chore: bump DefaultKubeBinaryVersion to 1.32, make 1.32 CEL changes, fix int ...
  • 9dc1a95 Merge pull request #127271 from liggitt/go1.23
  • 1e79482 Pin godebug default to go1.23
  • 93ea1cf Update go.mod to go 1.23
  • 4219046 Merge pull request #127117 from robert-cronin/fix/traffic-distribution-comment
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.32.0-alpha.0 to 0.32.0-alpha.1

Commits
  • 0db5dbf Merge pull request #127691 from mmorel-35/testifylint/[email protected]/...
  • 6240126 fix: enable expected-actual rule from testifylint in module `k8s.io/apimachin...
  • dc03077 Merge pull request #125678 from benluddy/cbor-nondeterministic-encode
  • 7f7bf11 Merge pull request #127319 from p0lyn0mial/upstream-define-initial-events-lis...
  • c98a9e2 Merge pull request #126760 from ncdc/ncdc/emeritus
  • f7615f3 Merge pull request #127366 from thockin/pr-119910-plus-thockin
  • c7c91ed Merge pull request #127435 from sttts/sttts-getmanagedfields-nocopy
  • e60d3a5 unstructured: avoid deepcopying managedFields
  • d1fb2f4 Make accurate Quantity->float64 be a new method
  • 0fc0110 Merge pull request #125186 from liyuerich/newserializer
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.0-alpha.0 to 0.32.0-alpha.1

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

Bumps the dependabot group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.127.0` | `0.128.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.59.1` | `0.60.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.0` | `1.17.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.27.0` | `0.28.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.29.0` | `0.30.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.6.0` | `0.7.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0-alpha.0` | `0.32.0-alpha.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.0-alpha.0` | `0.32.0-alpha.1` |



Updates `github.com/getkin/kin-openapi` from 0.127.0 to 0.128.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.127.0...v0.128.0)

Updates `github.com/prometheus/common` from 0.59.1 to 0.60.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.59.1...v0.60.0)

Updates `go.mongodb.org/mongo-driver` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.0...v1.17.1)

Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0
- [Commits](golang/crypto@v0.27.0...v0.28.0)

Updates `golang.org/x/net` from 0.29.0 to 0.30.0
- [Commits](golang/net@v0.29.0...v0.30.0)

Updates `golang.org/x/time` from 0.6.0 to 0.7.0
- [Commits](golang/time@v0.6.0...v0.7.0)

Updates `k8s.io/api` from 0.32.0-alpha.0 to 0.32.0-alpha.1
- [Commits](kubernetes/api@v0.32.0-alpha.0...v0.32.0-alpha.1)

Updates `k8s.io/apimachinery` from 0.32.0-alpha.0 to 0.32.0-alpha.1
- [Commits](kubernetes/apimachinery@v0.32.0-alpha.0...v0.32.0-alpha.1)

Updates `k8s.io/client-go` from 0.32.0-alpha.0 to 0.32.0-alpha.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.0-alpha.0...v0.32.0-alpha.1)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
...

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 Oct 7, 2024
Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for ohsu-comp-bio-funnel canceled.

Name Link
🔨 Latest commit 864dd65
🔍 Latest deploy log https://app.netlify.com/sites/ohsu-comp-bio-funnel/deploys/67043622cd08bf00090286d3

@lbeckman314 lbeckman314 merged commit 1718725 into develop Oct 7, 2024
60 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/develop/dependabot-1e5219ea53 branch October 7, 2024 19: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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant