ohsu-comp-bio / funnel

Funnel is a toolkit for distributed task execution via a simple, standard API.
https://ohsu-comp-bio.github.io/funnel
MIT License
121 stars 32 forks source link

build(deps): bump the dependabot group across 1 directory with 14 updates #1033

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
cloud.google.com/go/pubsub 1.40.0 1.41.0
github.com/aws/aws-sdk-go 1.55.2 1.55.5
github.com/docker/docker 27.1.1+incompatible 27.1.2+incompatible
github.com/getkin/kin-openapi 0.126.0 0.127.0
go.mongodb.org/mongo-driver 1.16.0 1.16.1
golang.org/x/crypto 0.25.0 0.26.0
golang.org/x/net 0.27.0 0.28.0
golang.org/x/oauth2 0.21.0 0.22.0
golang.org/x/time 0.5.0 0.6.0
google.golang.org/api 0.189.0 0.192.0
k8s.io/apimachinery 0.31.0-beta.0 0.32.0-alpha.0
k8s.io/client-go 0.31.0-beta.0 0.32.0-alpha.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.20.0 2.21.0

Updates cloud.google.com/go/pubsub from 1.40.0 to 1.41.0

Commits
  • 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)
  • 0e5c5c9 refactor(bigtable): Refactoring client side metrics code (#10623)
  • 47941b3 chore(main): release auth 0.7.3 (#10574)
  • 7cea5ed fix(auth): disable automatic universe domain check for MDS (#10620)
  • 2fef238 feat(parallelstore): add file_stripe_level and directory_stripe_level fields ...
  • b90b361 chore(storage/transfermanager): reduce zero array size used for checksums (#1...
  • 6b51942 docs(datacatalog): mark DataplexTransferStatus.MIGRATED as deprecated (#10621)
  • 97fa560 feat(documentai): A new field imageless_mode is added to message `.google.c...
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go from 1.55.2 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/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.1.2

27.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix a regression that could result in a ResourceExhausted desc = grpc: received message larger than max error when building from a large Dockerfile. moby/moby#48245
  • CLI: Fix docker attach printing a spurious context cancelled error message. docker/cli#5296
  • CLI: Fix docker attach exiting on SIGINT instead of forwarding the signal to the container and waiting for it to exit. docker/cli#5302
  • CLI: Fix --device-read-bps and --device-write-bps options not taking effect. docker/cli#5339
  • CLI: Fix a panic happening in some cases while running a plugin. docker/cli#5337

Packaging updates

Commits
  • f9522e5 Merge pull request #48315 from vvoland/48169-27.x
  • a037b72 Merge pull request #48314 from vvoland/48275-27.x
  • fc0150b daemon/containerd: rm use of regexp
  • 73c01d0 image/v1: rm regexp use
  • c93fe4a layer: rm regexp use
  • 31459c8 docs/api: swagger: fix x-nullable for SystemInfo.Containerd (api v1.46)
  • 35d430c api/swagger: fix x-nullable for SystemInfo.Containerd
  • f5fa090 Merge pull request #48308 from thaJeztah/27.x_backport_migrate_userns
  • a17f5d4 Merge pull request #48294 from austinvazquez/cherry-pick-2b5ffa0b63c76e8bb4eb...
  • 80a59c2 migrate to github.com/moby/sys/userns
  • Additional commits viewable in compare view


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

Release notes

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

v0.127.0

What's Changed

New Contributors

Full Changelog: https://github.com/getkin/kin-openapi/compare/v0.126.0...v0.127.0

Commits


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/crypto from 0.25.0 to 0.26.0

Commits
  • 5bcd010 go.mod: update golang.org/x dependencies
  • 3375612 ssh: add support for unpadded RSA signatures
  • bb80217 ssh: don't use dsa keys in integration tests
  • 6879722 ssh: remove go 1.21+ dependency on slices
  • e983fa2 sha3: Avo port of keccakf_amd64.s
  • 80fd972 LICENSE: update per Google Legal
  • f2bc3a6 x509roots/fallback/internal/goissue52287: delete
  • d66d9c3 x509roots/fallback: update bundle
  • See full diff in compare view


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

Commits
  • 4542a42 go.mod: update golang.org/x dependencies
  • 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding
  • 032e4e4 LICENSE: update per Google Legal
  • See full diff in compare view


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

Commits


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

Commits


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

Release notes

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

v0.192.0

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

v0.191.0

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

v0.190.0

0.190.0 (2024-08-01)

Features

Reverts

... (truncated)

Changelog

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

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

0.190.0 (2024-08-01)

Features

Reverts

Commits
  • c616f47 chore(main): release 0.192.0 (#2726)
  • b457582 fix(internal/cba): Update credsNewAuth path to use nil oauth2 client (#2731)
  • 2b4e9f4 feat: move storage, bigquery, and compute to new auth lib (#2730)
  • a0ed1f3 feat(all): auto-regenerate discovery clients (#2729)
  • 97c7f2e feat(all): auto-regenerate discovery clients (#2728)
  • 36e3fa7 feat(all): auto-regenerate discovery clients (#2727)
  • b2c7c05 feat(all): auto-regenerate discovery clients (#2725)
  • d0759b0 chore(main): release 0.191.0 (#2718)
  • 918e3d2 feat(all): auto-regenerate discovery clients (#2724)
  • 0d15913 feat(all): auto-regenerate discovery clients (#2722)
  • Additional commits viewable in compare view


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

Commits
  • 95b7802 Merge pull request #126231 from seans3/websocket-https-proxy-fix
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • See full diff in compare view


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

Commits
  • 183d198 Update dependencies to v0.32.0-alpha.0 tag
  • 71959c5 Merge pull request #126405 from sttts/sttts-sync-informerfactory-start
  • b6f7bdf informers: add comment that Start does not block
  • f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  • 4536e5a Merge pull request #124012 from Jefftree/le-controller
  • 93c6a5b Merge pull request #126353 from liggitt/fix-vendor
  • 6a9911a revendor dependencies
  • fe54892 Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures
  • 825f52e Change PingTime to be persistent
  • f45c451 fix ordering issue in candidates
  • Additional commits viewable in compare view


Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0

Commits
  • f41fd20 Fix build on 32bit systems (#4557)
  • db9cebd chore(deps): update googleapis digest to 3f4e29a
  • 22c97cd chore(deps): update googleapis digest to 68d8154
  • 39b04b7 chore(deps): update googleapis digest to a91d1a3
  • 0c2a928 chore(deps): update googleapis digest to 6cabb8b
  • 6811367 chore(deps): update googleapis digest to ec69fcc
  • 8508633 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to e6d459c
  • 92fd444 chore(deps): update googleapis digest to 6f08435
  • 6266c42 fix(deps): update google.golang.org/genproto/googleapis/api digest to e6d459c
  • 1507807 chore(deps): update googleapis digest to 51d7fa8
  • Additional commits viewable in compare view


Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240701130421-f6361c86f094 to 0.0.0-20240725223205-93522f1f2a9f

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
netlify[bot] commented 2 months ago

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

Name Link
Latest commit 167535060d259a7a1b0937e1bcf2b6a89cdad0e6
Latest deploy log https://app.netlify.com/sites/ohsu-comp-bio-funnel/deploys/66bc9ad65dfcdd00081c4c2f
dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.