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 #958

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 Oct 16, 2024

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

Package From To
cloud.google.com/go/pubsub 1.43.0 1.44.0
github.com/DataDog/datadog-api-client-go/v2 2.30.0 2.31.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/xanzy/go-gitlab 0.109.0 0.112.0
golang.org/x/text 0.18.0 0.19.0
google.golang.org/api 0.199.0 0.201.0

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

Release notes

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

storage: v1.44.0

1.44.0 (2024-10-03)

Features

  • storage/dataflux: Add dataflux interface (#10748) (cb7b0a1)
  • storage/dataflux: Add range_splitter #10748 (#10899) (d49da26)
  • storage/dataflux: Add worksteal algorithm to fast-listing (#10913) (015b52c)
  • storage/internal: Add managed folder to testIamPermissions method (2f0aec8)
  • storage/transfermanager: Add option to StripPrefix on directory download (#10894) (607534c)
  • storage/transfermanager: Add SkipIfExists option (#10893) (7daa1bd)
  • storage/transfermanager: Checksum full object downloads (#10569) (c366c90)
  • storage: Add direct google access side-effect imports by default (#10757) (9ad8324)
  • storage: Add full object checksum to reader.Attrs (#10538) (245d2ea)
  • storage: Add support for Go 1.23 iterators (84461c0)
  • storage: Add update time in bucketAttrs (#10710) (5f06ae1), refs #9361
  • storage: GA gRPC client (#10859) (c7a55a2)
  • storage: Introduce gRPC client-side metrics (#10639) (437bcb1)
  • storage: Support IncludeFoldersAsPrefixes for gRPC (#10767) (65bcc59)

Bug Fixes

Performance Improvements

Documentation

  • storage/internal: Clarify possible objectAccessControl roles (2f0aec8)
  • storage/internal: Update dual-region bucket link (2f0aec8)

pubsub: v1.44.0

1.44.0 (2024-10-08)

... (truncated)

Commits

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

Release notes

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

v2.31.0

What's Changed

Fixed

Added

Changed

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

Changelog

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

2.31.0 / 2024-10-02

Fixed

Added

Changed

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

Commits

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/xanzy/go-gitlab from 0.109.0 to 0.112.0

Release notes

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

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

New Contributors

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

v0.110.0

Breaking Changes

What's Changed

New Contributors

... (truncated)

Commits
  • 56c0535 Merge pull request #2036 from xanzy/fix/settings
  • 39fc25b Merge pull request #2037 from wind0r/add_missing_updated_at_to_project
  • dab8140 Add missing created at to project struct
  • 0a72e2c Reorder fields to align with the docs
  • da5d7f1 Merge pull request #2035 from seyguai/protected_branches-deploy_key_id
  • 5538ce0 Fix the branch protection defaults
  • f1dc012 Reorder fields to align with the docs
  • 59e211b Merge pull request #2034 from dany74q/add-alert-status-to-project-hooks
  • cda2986 missing protected_branches#deploy_key_id
  • baf40ca Add alert status to project hooks
  • Additional commits viewable in compare view

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.201.0

Release notes

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

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.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.44.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.30.0` | `2.31.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/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.109.0` | `0.112.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.18.0` | `0.19.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.199.0` | `0.201.0` |



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

Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.30.0 to 2.31.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.31.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/xanzy/go-gitlab` from 0.109.0 to 0.112.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.112.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.201.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.201.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/xanzy/go-gitlab
  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 Oct 16, 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