fluxcd / notification-controller

The GitOps Toolkit event forwarder and notification dispatcher
https://fluxcd.io
Apache License 2.0
150 stars 131 forks source link

build(deps): bump the go-deps group with 11 updates #778

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the go-deps group with 11 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/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: https://github.com/DataDog/datadog-api-client-go/compare/v2.23.0...v2.24.0

v2.23.0

What's Changed

Fixed

Added

Changed

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/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: https://github.com/DataDog/datadog-api-client-go/compare/v2.23.0...v2.24.0

2.23.0 / 2024-02-27

Fixed

Added

Changed

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/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

https://github.com/nats-io/nats.go/compare/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

https://github.com/nats-io/nats.go/compare/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/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 google.golang.org/api's changelog.

0.167.0 (2024-02-23)

Features

0.166.0 (2024-02-21)

Features

  • all: Auto-regenerate discovery clients (#2417) (260fc1e)
  • all: Auto-regenerate discovery clients (#2419) (c969083)
  • all: Auto-regenerate discovery clients (#2420) (762eb61)
  • all: Auto-regenerate discovery clients (#2421) (af6aa38)
  • all: Auto-regenerate discovery clients (#2424) (
    dependabot[bot] commented 5 months ago

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