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 5 updates #951

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-deps group with 5 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/xanzy/go-gitlab 0.109.0 0.111.0
golang.org/x/text 0.18.0 0.19.0
google.golang.org/api 0.199.0 0.200.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/xanzy/go-gitlab from 0.109.0 to 0.111.0

Release notes

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

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

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

Commits
  • b5e0812 Merge pull request #2027 from houstonj1/feat/harbor-integration
  • e6a0bbf change UseInheritedSettings from BoolValue to bool
  • 8401d7e Merge branch 'xanzy:main' into feat/harbor-integration
  • 8733605 Merge pull request #2030 from jgangemi/jae/issue-2029
  • 18f1a0f feat: add 'default_branch' attribute
  • 1bdf26e add missing field to test
  • 3ac57b9 remove extra period
  • 66f30b3 fix missing omitempty on SetHarborServiceOptions
  • ce294e8 Add support for Harbor Integration
  • 6c05c53 Merge pull request #2025 from timofurrer/environment-description
  • 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.200.0

Release notes

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

v0.200.0

0.200.0 (2024-10-09)

Features

Changelog

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

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 5 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/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.109.0` | `0.111.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.200.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/xanzy/go-gitlab` from 0.109.0 to 0.111.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.111.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.200.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.200.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/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 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

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

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-bb1918c5e2 branch October 15, 2024 07:27
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