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 9 updates #982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

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

Package From To
cloud.google.com/go/pubsub 1.43.0 1.45.1
github.com/DataDog/datadog-api-client-go/v2 2.30.0 2.33.0
github.com/getsentry/sentry-go 0.29.0 0.29.1
github.com/ktrysmt/go-bitbucket 0.9.80 0.9.81
github.com/onsi/gomega 1.34.2 1.35.1
github.com/xanzy/go-gitlab 0.109.0 0.114.0
golang.org/x/oauth2 0.23.0 0.24.0

Updates cloud.google.com/go/pubsub from 1.43.0 to 1.45.1

Release notes

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

pubsub: v1.45.1

1.45.1 (2024-10-24)

Bug Fixes

  • pubsub: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • pubsub: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)

Documentation

  • pubsub: Add doc links to top level package doc (#11029) (fe2ec56)
Commits

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.30.0 to 2.33.0

Release notes

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

v2.33.0

What's Changed

Added

Full Changelog: DataDog/datadog-api-client-go@v2.32.0...v2.33.0

v2.32.0

What's Changed

Fixed

Added

Changed

Removed

Deprecated

... (truncated)

Changelog

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

2.33.0 / 2024-11-12

Added

Full Changelog: DataDog/datadog-api-client-go@v2.32.0...v2.33.0

2.32.0 / 2024-11-07

Fixed

Added

Changed

Removed

Deprecated

Full Changelog: DataDog/datadog-api-client-go@v2.31.0...v2.32.0

... (truncated)

Commits
  • b3e3415 Release 2.33.0 (#2783)
  • a4c3059 Downgrade noisy unstable operation log to debug (#2780)
  • 5fed5ae Regenerate client from commit 67b7e114 of spec repo (#2775)
  • 070eb24 sort enabled operations in examples (#2778)
  • 893993b Add missing measures for SLOs data source (#2774)
  • c133ed0 Add new keys for CWS Fargate Task in summary usage and usage attribution endp...
  • df64067 Add Historical Job endpoints to Datadog API spec (#2765)
  • e78e99e Fix spelling error for bindings (#2769)
  • 6f77930 Add usage type breakdown for error tracking billing dimension (#2768)
  • 9992dcc Adds accepted reasons for archiving signal (#2681)
  • Additional commits viewable in compare view

Updates github.com/getsentry/sentry-go from 0.29.0 to 0.29.1

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.29.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.29.1.

Bug Fixes

  • Correlate errors to the current trace (#886)
  • Set the trace context when the transaction finishes (#888)

Misc

  • Update the sentrynegroni integration to use the latest (v3.1.1) version of Negroni (#885)
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.29.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.29.1.

Bug Fixes

  • Correlate errors to the current trace (#886)
  • Set the trace context when the transaction finishes (#888)

Misc

  • Update the sentrynegroni integration to use the latest (v3.1.1) version of Negroni (#885)
Commits

Updates github.com/ktrysmt/go-bitbucket from 0.9.80 to 0.9.81

Release notes

Sourced from github.com/ktrysmt/go-bitbucket's releases.

v0.9.81

  • Support user SSH keys. Add List deploy keys. Fix keyword search in List repositories. #294 by @​fernandoStrong
Commits
  • 90ada25 Add user SSH keys. Add List deploy keys. Fix keyword search in List repositor...
  • c56d071 Add missing query parameters to GetDiff (#291)
  • 499c3ec Bump golang.org/x/net from 0.24.0 to 0.25.0 (#284)
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.34.2 to 1.35.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.35.1

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

1.35.0

Features

  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

1.35.0

Features

  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]
Commits
  • 9f5a208 v1.35.1
  • ca36da1 Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhen...
  • d6331f9 v1.35.0
  • 5deaf23 fix tests, but like actually this time
  • eeca931 Add Successfully() to StopTrying() to signal that Consistently can end early ...
  • 3bdbc4e stop memoizing result of HaveField
  • e35358d sheepishly fix broken test. thanks CI
  • 1b717d7 grrr. go mod tidy
  • a05a416 bump all dependencies
  • e4c4265 Add EnforceDefaultTimeoutsWhenUsingContexts()
  • See full diff in compare view

Updates github.com/xanzy/go-gitlab from 0.109.0 to 0.114.0

Release notes

Sourced from github.com/xanzy/go-gitlab's releases.

v0.114.0

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.113.0...v0.114.0

v0.113.0

Breaking changes

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.112.0...v0.113.0

v0.112.0

Breaking changes:

  • Fix the branch protection defaults by @​svanharmelen in xanzy/go-gitlab#2036 This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the DefaultBranchProtectionDefaults field in the Group struct.

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.111.0...v0.112.0

v0.111.0

What's Changed

... (truncated)

Commits
  • 912f9bf Merge pull request #2062 from xanzy/metadata-proxy
  • 29c7d05 Implement externalK8sProxyUrl field in Metadata API
  • 24eba26 Merge pull request #2059 from jeremad/jrm/email_domains
  • 4f7ea73 chore: improve IPRestrictionRanges test
  • f285de4 fix: 'ip_restriction_ranges' is not a create group field
  • cfed26b feat: implement 'allowed_email_domains_list' group attribute
  • 8eaea58 Merge pull request #2057 from vindvaki/main
  • b1400c5 Update types.go
  • 0a513db Update projects_test.go
  • b1a9eac Add documentation comments for new type
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

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

Commits
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • See full diff in compare view

Updates google.golang.org/api from 0.199.0 to 0.203.0

Release notes

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

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

v0.201.0

0.201.0 (2024-10-15)

Features

v0.200.0

0.200.0 (2024-10-09)

Features

Changelog

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

0.203.0 (2024-10-23)

Features

0.202.0 (2024-10-22)

Features

0.201.0 (2024-10-15)

Features

0.200.0 (2024-10-09)

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

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

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.43.0` | `1.45.1` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.30.0` | `2.33.0` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.29.0` | `0.29.1` |
| [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) | `0.9.80` | `0.9.81` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.2` | `1.35.1` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.109.0` | `0.114.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` |



Updates `cloud.google.com/go/pubsub` from 1.43.0 to 1.45.1
- [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.43.0...pubsub/v1.45.1)

Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.30.0 to 2.33.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.30.0...v2.33.0)

Updates `github.com/getsentry/sentry-go` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.29.0...v0.29.1)

Updates `github.com/ktrysmt/go-bitbucket` from 0.9.80 to 0.9.81
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases)
- [Commits](ktrysmt/go-bitbucket@v0.9.80...v0.9.81)

Updates `github.com/onsi/gomega` from 1.34.2 to 1.35.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.2...v1.35.1)

Updates `github.com/xanzy/go-gitlab` from 0.109.0 to 0.114.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.109.0...v0.114.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/text` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.18.0...v0.19.0)

Updates `google.golang.org/api` from 0.199.0 to 0.203.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.199.0...v0.203.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/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/ktrysmt/go-bitbucket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/xanzy/go-gitlab
  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 Nov 19, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants