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-deps group across 1 directory with 7 updates #1031

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps the go-deps group with 6 updates in the / directory:

Package From To
cloud.google.com/go/pubsub 1.45.3 1.47.0
github.com/DataDog/datadog-api-client-go/v2 2.34.0 2.35.0
github.com/nats-io/nats.go 1.38.0 1.39.0
gitlab.com/gitlab-org/api/client-go 0.121.0 0.122.0
golang.org/x/oauth2 0.25.0 0.26.0
golang.org/x/text 0.21.0 0.22.0

Updates cloud.google.com/go/pubsub from 1.45.3 to 1.47.0

Release notes

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

pubsub: v1.47.0

1.47.0 (2025-01-31)

Features

  • pubsub: Support new forms of topic ingestion (#11537) (46d6ed4)

pubsub: v1.46.0

1.46.0 (2025-01-24)

Features

  • pubsub: Add Kafka-based sources to IngestionDataSourceSettings proto and IngestionFailureEvent proto (e4e1a49)

Bug Fixes

  • pubsub: Fix defer call in for loop (#11175) (7aec711)
  • pubsub: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.34.0 to 2.35.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.35.0

What's Changed

Fixed

Added

Changed

Full Changelog: DataDog/datadog-api-client-go@v2.34.0...v2.35.0

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.35.0 / 2025-02-05

Fixed

Added

Changed

Full Changelog: DataDog/datadog-api-client-go@v2.34.0...v2.35.0

Commits
  • c3aa9ab Release 2.35.0 (#2918)
  • 16df874 Update api-clients to web-frameworks-approvers
  • a7ee94e Update api-clients to web-frameworks-approvers
  • 56299f2 Modify owner properties to be a string (#2913)
  • 56683de Vulnerabilities endpoints GA - Remove x-unstable (#2910)
  • c4b6caf Rename embeddedQueries attribute to queries in app builder api (#2909)
  • 40203ee Added Support for Workflow Webhooks Public API (#2904)
  • 1fd39bd Add support for Entity kind API (#2908)
  • 3515e33 Regenerate client from commit b01f90f4 of spec repo (#2903)
  • 77c929b add timeframe_type param for cost monitors (#2907)
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.38.0 to 1.39.0

Release notes

Sourced from github.com/nats-io/nats.go's releases.

v1.39.0

Changelog

Overview

This release bumps the minimal go version in go.mod to 1.22.

Added

  • JetStream:
    • Added PullMaxMessagesWithBytesLimit option for Consume and Messages (#1789)
    • Added Metadata to OrderedConsumerConfig. Thanks @​mwain for the contribution (#1737)
    • Added JetStream.Options() and JetStream.Conn() methods to JetStream interface (#1792)
  • KeyValue:
    • Added ListKeysFiltered for listing keys with multiple filters. Thanks @​somratdutta for the contribution (#1711)

Fixed

  • JetStream:
    • Fixed invalid heartbeat timer for Consumer.Messages() (#1786)
  • ObjectStore:
    • Fixed invalid error being returned from DeleteObjectStore (#1762)
  • WebSockets:
    • Fixed protocol parsing errors with websocket compression and PONGs. Thanks @​rsafonseca for the contribution (#1790)
  • Core NATS:
    • Protect against possible nil pointer panic (#1771)

Changed

  • Bump go version to v1.22 (#1773)

Improved

  • Fixed typo in JetStream docs. Thanks @​davydog187 for the contribution (#1758)
  • Improved documentation of JetStream Consume and Messages options (#1770)
  • Removed obsolete build tags (#1787)

Complete Changes

nats-io/nats.go@v1.38.0...v1.39.0

Commits
  • 901c987 Release v1.39.0 (#1798)
  • 5a2c74a [IMPROVED] Enhance documentation for PullMaxMessagesWithBytesLimit and PullMa...
  • 81d2fae [ADDED] PullMaxMessagesWithFetchSizeLimit option for Consume and Messages (#1...
  • b1be9bf [IMPROVED] Use faster gha runners and fix leaking goroutines in Service API (...
  • faec055 [ADDED] Options() and Conn() methods to JetStream (#1792)
  • 16e780e [FIXED] Protect against potential panics (#1771)
  • dfb52ad [FIXED] Protocol parsing errors with ws compression and pongs (#1790)
  • f7dfee9 [FIXED] Invalid heartbeat timer for Consumer.Messages (#1786)
  • 5945afd [IMPROVED] Remove obsolete build tags (#1787)
  • bb3ad1c Update go.sum (#1782)
  • Additional commits viewable in compare view

Updates gitlab.com/gitlab-org/api/client-go from 0.121.0 to 0.122.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v0.122.0

0.122.0 (2025-02-04)

No changes.

Commits
  • 08edc25 Merge branch 'gmh-update-group-list-data-types' into 'main'
  • 1cae3bc Update definitions in ListGroupIssuesOptions
  • f767335 Merge branch 'renovate/golang.org-x-time-0.x' into 'main'
  • 326c931 Merge branch '2087-sourcepipeline-typo' into 'main'
  • 05452b8 go: Update module golang.org/x/time to v0.9.0
  • efe3262 Fix SourcePipeline struct typo
  • 814ffa8 Merge branch 'renovate/golang.org-x-oauth2-0.x' into 'main'
  • 4c7bc56 go: Update module golang.org/x/oauth2 to v0.25.0
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.25.0 to 0.26.0

Commits
  • b9c813b google: add warning about externally-provided credentials
  • See full diff in compare view

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

Commits

Updates google.golang.org/api from 0.211.0 to 0.218.0

Release notes

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

v0.218.0

0.218.0 (2025-01-22)

Features

Bug Fixes

  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#2966) (840d496)

v0.217.0

0.217.0 (2025-01-15)

Features

v0.216.0

0.216.0 (2025-01-09)

Features

v0.215.0

0.215.0 (2025-01-01)

... (truncated)

Changelog

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

0.218.0 (2025-01-22)

Features

Bug Fixes

  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#2966) (840d496)

0.217.0 (2025-01-15)

Features

0.216.0 (2025-01-09)

Features

0.215.0 (2025-01-01)

Features

... (truncated)

Commits
  • c7c83f0 chore(main): release 0.218.0 (#2965)
  • 840d496 fix(internal/gensupport): close resp body only on discarding resp (resumableu...
  • b0536b1 chore(all): update all (#2971)
  • 0d0bcdf feat(all): auto-regenerate discovery clients (#2974)
  • e143e5c feat(all): auto-regenerate discovery clients (#2973)
  • 0f4ee9d feat(all): auto-regenerate discovery clients (#2972)
  • 607d371 feat(all): auto-regenerate discovery clients (#2970)
  • a8aed4d feat(all): auto-regenerate discovery clients (#2969)
  • a978c49 feat(all): auto-regenerate discovery clients (#2967)
  • 9e749c4 feat: add error helper that does not read the response body (#2964)
  • 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

Bumps the go-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.45.3` | `1.47.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.34.0` | `2.35.0` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.38.0` | `1.39.0` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.121.0` | `0.122.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.25.0` | `0.26.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.21.0` | `0.22.0` |



Updates `cloud.google.com/go/pubsub` from 1.45.3 to 1.47.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@pubsub/v1.45.3...pubsub/v1.47.0)

Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.34.0 to 2.35.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-go@v2.34.0...v2.35.0)

Updates `github.com/nats-io/nats.go` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.38.0...v1.39.0)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.121.0 to 0.122.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.121.0...v0.122.0)

Updates `golang.org/x/oauth2` from 0.25.0 to 0.26.0
- [Commits](golang/oauth2@v0.25.0...v0.26.0)

Updates `golang.org/x/text` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.21.0...v0.22.0)

Updates `google.golang.org/api` from 0.211.0 to 0.218.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.211.0...v0.218.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Feb 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2025

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

@dependabot dependabot bot closed this Feb 7, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-3c40375a3f branch February 7, 2025 07:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants