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 with 12 updates #779

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps the go-deps group with 12 updates:

Package From To
cloud.google.com/go/pubsub 1.36.1 1.37.0
github.com/DataDog/datadog-api-client-go/v2 2.21.0 2.24.0
github.com/fluxcd/pkg/runtime 0.44.0 0.44.1
github.com/getsentry/sentry-go 0.26.0 0.27.0
github.com/ktrysmt/go-bitbucket 0.9.74 0.9.77
github.com/nats-io/nats.go 1.32.0 1.34.0
github.com/onsi/gomega 1.31.1 1.32.0
github.com/sethvargo/go-limiter 0.7.2 1.0.0
github.com/stretchr/testify 1.8.4 1.9.0
github.com/xanzy/go-gitlab 0.96.0 0.101.0
golang.org/x/oauth2 0.16.0 0.18.0
google.golang.org/api 0.161.0 0.167.0

Updates cloud.google.com/go/pubsub from 1.36.1 to 1.37.0

Commits
  • a75c8b6 chore(main): release pubsub 1.37.0 (#9517)
  • e2c9a95 chore(internal/protoveneer): support custom field converters (#9456)
  • 86ec5c0 chore: release main (#9511)
  • a74cbbe docs(netapp): mark optional fields explicitly in Storage Pool (#9513)
  • 9bba269 feat(pubsub): support kinesis ingestion admin (#9458)
  • 5ca0271 feat(logging/logadmin): allow logging PageSize to override (#9409)
  • e68777c chore(main): release spanner 1.58.0 (#9423)
  • 6deb969 docs(pubsub): check for nil responses for receive examples (#9516)
  • e54989e chore: remove old samples that no longer compile (#9510)
  • 1cf28f6 docs(run): clarify some defaults and required or optional values (#9505)
  • Additional commits viewable in compare view

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.21.0 to 2.24.0

Release notes

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

v2.24.0

What's Changed

Fixed

Added

Deprecated

New Contributors

Full Changelog: DataDog/datadog-api-client-go@v2.23.0...v2.24.0

v2.23.0

What's Changed

Fixed

Added

Changed

Full Changelog: DataDog/datadog-api-client-go@v2.22.0...v2.23.0

v2.22.0

What's Changed

Fixed

Added

... (truncated)

Changelog

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

2.24.0 / 2024-03-13

Fixed

Added

Deprecated

New Contributors

Full Changelog: DataDog/datadog-api-client-go@v2.23.0...v2.24.0

2.23.0 / 2024-02-27

Fixed

Added

Changed

Full Changelog: DataDog/datadog-api-client-go@v2.22.0...v2.23.0

2.22.0 / 2024-02-06

Fixed

Added

... (truncated)

Commits

Updates github.com/fluxcd/pkg/runtime from 0.44.0 to 0.44.1

Commits
  • 2e7e8fe Merge pull request #730 from fluxcd/conditions-HasAnyReasons
  • 1ae7daf runtime: Add HasAnyReason to conditions getter
  • db52a67 Merge pull request #729 from fluxcd/dependabot/github_actions/ci-727f6c18fd
  • ea2c064 build(deps): bump the ci group with 2 updates
  • See full diff in compare view

Updates github.com/getsentry/sentry-go from 0.26.0 to 0.27.0

Release notes

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

0.27.0

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

Breaking Changes

  • Exception.ThreadId is now typed as uint64. It was wrongly typed as string before. (#770)

Misc

  • Export Event.Attachments (#771)
Changelog

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

0.27.0

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

Breaking Changes

  • Exception.ThreadId is now typed as uint64. It was wrongly typed as string before. (#770)

Misc

  • Export Event.Attachments (#771)
Commits

Updates github.com/ktrysmt/go-bitbucket from 0.9.74 to 0.9.77

Release notes

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

v0.9.77

  • Bump golang.org/x/oauth2 from 0.16.0 to 0.18.0 by dependabot[bot] #275
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by dependabot[bot] #274

v0.9.76

v0.9.75

Commits

Updates github.com/nats-io/nats.go from 1.32.0 to 1.34.0

Release notes

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

Release v1.34.0

Changelog

Added

  • Core NATS:
    • StatusChanged method for subscription event notifications (#1570)
    • ClientTLSConfig option for setting TLS config with callbacks in Connect (#1413)

Fixed

  • Object Store:
    • Add missing Compression struct tag (#1559)
  • Legacy JetStream:
    • Fetch and FetchBatch will no longer publish a pull request if the subscription is closed or draining (#1582)
  • Service API:
    • Fixed incorrect error handling when creating a service. Thanks @​ramonberrutti for the contribution (#1585)

Improved

  • Object Store:
  • Add testing section and format CONTRIBUTING.md. Thanks @​yordis for the contribution (#1574)
  • Improved performance of respToken in muxer. Thanks for the report @​chgz (#1575)
  • Fixed typos in comments. Thanks @​paoloteti for the contribution (#1581)

Complete Changes

nats-io/nats.go@v1.33.1...v1.34.0

Release v1.33.1

Changelog

Overview

This release fixes v1.33.0 release which was re-released with different tag, causing checksum mismatch when running go get github.com/nats-io/nats.go@v1.33.0.

Complete Changes

nats-io/nats.go@v1.33.0...v1.33.1

Release v1.33.0

Changelog

Overview

This release introduces significant documentation improvements across jetstream package components (JetStream, Object Store, and KeyValue).

Added

  • JetStream:
    • TermWithReason method on JetStream message (#1539)
    • Timestamp fields on stream and consumer infos (#1540)

... (truncated)

Commits
  • 33316cd Release v1.34.0 (#1587)
  • 3ba8e08 [IMPROVED] Add test checking if client reconnects after jwt expires (#1586)
  • 8ba3483 Merge pull request #1585 from ramonberrutti/fix-stop-error
  • dd3a093 [FIXED] Incorrect stopErr used
  • 6dfefd9 [IMPROVED] Fetch and FetchBatch for draining and closed subscriptions (#1582)
  • 85e6223 Release v1.33.1 (#1558)
  • aefaeac [IMPROVED] Missing section in jetstream readme ToC (#1557)
  • 4bc3ea9 [IMPROVED] Fixed typos in comments (#1581)
  • 92c4a99 [ADDED] StatusChanged for core and js subscriptions (#1570)
  • 52a2d33 [IMPROVED] Bind Streams in Object Store Watchers (#1578)
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.31.1 to 1.32.0

Release notes

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

v1.32.0

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Changelog

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

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Commits
  • 4379951 v1.32.0
  • a350b95 Maintain source backwards compatibility
  • a6c8875 Fix failing test
  • 436a197 Migrate github.com/golang/protobuf to google.golang.org/protobuf
  • 32ef35e chore: test with Go 1.22 (#733)
  • a0d0387 Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)
  • b71e477 Bump github-pages and jekyll-feed in /docs (#732)
  • f460154 docs: fix typo and broken anchor link to gstruct
  • a2862e4 docs: fix HaveEach matcher signature
  • See full diff in compare view

Updates github.com/sethvargo/go-limiter from 0.7.2 to 1.0.0

Release notes

Sourced from github.com/sethvargo/go-limiter's releases.

v1.0.0

What's Changed

Full Changelog: sethvargo/go-limiter@v0.7.2...v1.0.0

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates github.com/xanzy/go-gitlab from 0.96.0 to 0.101.0

Commits
  • f7ec87b Merge pull request #1903 from robbydyer/lint_updates
  • 7be424f Order and add omitempty as this is a request struct
  • 15491a8 Merge pull request #1902 from gbonnefille/fix-sha256
  • 556ae46 Do not add omitempty on response structs
  • 3c16b45 Merge pull request #1900 from hansedong/main
  • 42b5002 Add missing params to ProjectLint
  • 7f507c0 Add support for SHA256 in PackageFile
  • bde8a9b Add the approvals_before_merge parameter to CreateMergeRequestOptions
  • 8f2dbc2 Merge pull request #1898 from castlesofplacebo/add-reset-approvals-of-a-merge...
  • 0968e9e Merge pull request #1897 from GaikwadPratik/rebase_mr_skip_ci
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.16.0 to 0.18.0

Commits
  • 85231f9 go.mod: update golang.org/x dependencies
  • 34a7afa google/externalaccount: add Config.UniverseDomain
  • 95bec95 google/externalaccount: moves externalaccount package out of internal and exp...
  • ebe81ad go.mod: update golang.org/x dependencies
  • adffd94 google/internal/externalaccount: update serviceAccountImpersonationRE to supp...
  • deefa7e google/downscope: add DownscopingConfig.UniverseDomain to support TPC
  • See full diff in compare view

Updates google.golang.org/api from 0.161.0 to 0.167.0

Release notes

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

v0.167.0

0.167.0 (2024-02-23)

Features

v0.166.0

0.166.0 (2024-02-21)

Features

v0.165.0

0.165.0 (2024-02-14)

Features

v0.164.0

0.164.0 (2024-02-12)

Features

Bug Fixes

  • transport: Disable universe domain check if token source (#2413) (edbe996)

v0.163.0

0.163.0 (2024-02-08)

... (truncated)

Changelog

Sourced from Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Mar 26, 2024
Bumps the go-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.36.1` | `1.37.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.21.0` | `2.24.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.44.0` | `0.44.1` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.26.0` | `0.27.0` |
| [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) | `0.9.74` | `0.9.77` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.32.0` | `1.34.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` | `1.32.0` |
| [github.com/sethvargo/go-limiter](https://github.com/sethvargo/go-limiter) | `0.7.2` | `1.0.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.96.0` | `0.101.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.16.0` | `0.18.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.161.0` | `0.167.0` |


Updates `cloud.google.com/go/pubsub` from 1.36.1 to 1.37.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.36.1...pubsub/v1.37.0)

Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.21.0 to 2.24.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.21.0...v2.24.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.44.0 to 0.44.1
- [Commits](fluxcd/pkg@runtime/v0.44.0...runtime/v0.44.1)

Updates `github.com/getsentry/sentry-go` from 0.26.0 to 0.27.0
- [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.26.0...v0.27.0)

Updates `github.com/ktrysmt/go-bitbucket` from 0.9.74 to 0.9.77
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases)
- [Commits](ktrysmt/go-bitbucket@v0.9.74...v0.9.77)

Updates `github.com/nats-io/nats.go` from 1.32.0 to 1.34.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.32.0...v1.34.0)

Updates `github.com/onsi/gomega` from 1.31.1 to 1.32.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.31.1...v1.32.0)

Updates `github.com/sethvargo/go-limiter` from 0.7.2 to 1.0.0
- [Release notes](https://github.com/sethvargo/go-limiter/releases)
- [Commits](sethvargo/go-limiter@v0.7.2...v1.0.0)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

Updates `github.com/xanzy/go-gitlab` from 0.96.0 to 0.101.0
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.96.0...v0.101.0)

Updates `golang.org/x/oauth2` from 0.16.0 to 0.18.0
- [Commits](golang/oauth2@v0.16.0...v0.18.0)

Updates `google.golang.org/api` from 0.161.0 to 0.167.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.161.0...v0.167.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/fluxcd/pkg/runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/sethvargo/go-limiter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-deps
- dependency-name: github.com/stretchr/testify
  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: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-2dcea37e13 branch from 12d0afa to 08b1ced Compare March 27, 2024 16:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2024

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

@dependabot dependabot bot closed this Mar 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-2dcea37e13 branch March 28, 2024 07:14
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