fluxcd / notification-controller

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

build(deps): bump the go-deps group across 1 directory with 10 updates #852

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
cloud.google.com/go/pubsub 1.37.0 1.38.0
github.com/DataDog/datadog-api-client-go/v2 2.25.0 2.26.0
github.com/getsentry/sentry-go 0.27.0 0.28.1
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.7
github.com/ktrysmt/go-bitbucket 0.9.79 0.9.80
github.com/nats-io/nats.go 1.34.1 1.36.0
github.com/xanzy/go-gitlab 0.104.0 0.105.0
golang.org/x/oauth2 0.20.0 0.21.0
golang.org/x/text 0.15.0 0.16.0
google.golang.org/api 0.177.0 0.184.0

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

Release notes

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

pubsub: v1.38.0

1.38.0 (2024-05-06)

Features

  • pubsub: Add custom datetime format for Cloud Storage subscriptions (4834425)
  • pubsub: Support publisher compression (#9711) (4940c3c)
  • pubsub: Use Streaming Pull response for ordering check (#9682) (7bf4904)

Bug Fixes

  • pubsub: Bump x/net to v0.24.0 (ba31ed5)
  • pubsub: Respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040) (95bf6b2)
  • pubsub: Update protobuf dep to v1.33.0 (30b038d)
Commits
  • aaf7fa2 chore(main): release pubsub 1.38.0 (#9589)
  • 95bf6b2 fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040)
  • 0183dd5 chore(main): release vertexai 0.8.0 (#9535)
  • c07f1e4 fix(spanner): update staleness bound (#10118)
  • b91f658 test(spanner): fix retry unit tests with RESOURCE_EXHAUSTED errors (#10117)
  • b9b55e0 chore(thirdparty): remove json-iterator exemption (#10113)
  • fafaf0d fix(internal/aliasfix): handle import paths correctly (#10097)
  • 63f947d chore(spanner): use time.Since instead of time.Now().Sub (#10096)
  • a4a8fbc docs: update copyright year in Fleet Engine (#10090)
  • 9013e52 feat(auth): Enable client certificates by default (#10102)
  • Additional commits viewable in compare view


Updates github.com/DataDog/datadog-api-client-go/v2 from 2.25.0 to 2.26.0

Release notes

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

v2.26.0

What's Changed

Fixed

Added

Changed

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/v2.25.0...v2.26.0

Changelog

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

2.26.0 / 2024-05-21

Fixed

Added

[Breaking]Changed

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/v2.25.0...v2.26.0

Commits
  • 23ac6db Release 2.26.0 (#2499)
  • fe6ccdd Fix failing tests in CI (#2498)
  • a113f95 ACCESS-2490: Updating documentation with required scope (#2495)
  • 8e84dfe Add flex logs storage tier (#2493)
  • ea5c581 SLO-3271: Update documentation for the transitions returned by SLO history (#...
  • d2ddc3f SLO-3314: Update docs for SLO timeframe values (#2489)
  • c4b0668 Security Monitoring - Make Default Tags available in the response (#2491)
  • 240a40a [SEC-19271] Update documentation about updating tags for Default Rules (#2488)
  • 9ecb1ee Sync OpenAPI specification with backend (#2487)
  • 2c6f0a4 Sync OpenAPI specification with backend (#2484)
  • Additional commits viewable in compare view


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

Release notes

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

0.28.1

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

Bug Fixes

  • Implement http.ResponseWriter to hook into various parts of the response process (#837)

0.28.0

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

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Changelog

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

0.28.1

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

Bug Fixes

  • Implement http.ResponseWriter to hook into various parts of the response process (#837)

0.28.0

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

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Bug Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Commits


Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.7 (May 30, 2024)

BUG FIXES:

  • client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)

0.7.6 (May 9, 2024)

ENHANCEMENTS:

  • client: support a RetryPrepare function for modifying the request before retrying (#216)
  • client: support HTTP-date values for Retry-After header value (#138)
  • client: avoid reading entire body when the body is a *bytes.Reader (#197)

BUG FIXES:

  • client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits
  • 1542b31 v0.7.7
  • defb9f4 v0.7.7
  • a99f07b Merge pull request #158 from dany74q/danny/redacted-url-in-logs
  • 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  • 86e852d Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...
  • 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  • 490fc06 Merge pull request #226 from testwill/ioutil
  • f3e9417 chore: remove refs to deprecated io/ioutil
  • d969eaa Merge pull request #225 from hashicorp/manicminer-patch-2
  • 2ad8ed4 v0.7.6
  • Additional commits viewable in compare view


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

Release notes

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

v0.9.80

  • feat: Added context based execution to POST apis methods by @​Ash-exp #285
Commits


Updates github.com/nats-io/nats.go from 1.34.1 to 1.36.0

Release notes

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

Release v1.36.0

Changelog

Fixed

  • JetStream:
    • Set OptStartSeq correctly in OrderedConsumerConfig and simplify ordered consumer creation (#1644, #1645)
    • Fix invalid handling of mismatched sequence when using Messages() for ordered consumer (#1646)

Changed

  • JetStream:
    • Remove ConsumerInfo() calls in Consume() and Messages() after reconnect (#1643)

Improved

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.35.0...v1.36.0

Release v1.35.0

Changelog

Added

  • Service API:
    • Added API to read reply subject from micro.Request. Thanks @​mcosta74 for the contribution (#1589)
  • Core NATS:
    • Added ForceReconnect method on connection for manually triggering reconnect (#1624)

Fixed

  • KeyValue:
    • Fixed invalid DiscardPolicy being set when creating a new KeyValue store using the jetstream package. Previously created KV instances will be auto-repaired when calling CreateKeyValue (#1616, #1617)
  • JetStream:
    • Fixed validation for streams, consumers and KV buckets to avoid protocol errors (#1613)
  • Core NATS:
    • Fixed ConnectedCB not being invoked when using RetryOnFailedConnect: true and the initial nats.Connect fails (#1619)

Improved

  • Core NATS:
    • Remove unnecessary allocations from readMIMEHeader (#1609)
  • KeyValue:
  • Legacy JetStream:
    • Added documentation for StreamConfig in jsm.go. Thanks @​kazmerdome for the contribution (#1625)

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.34.1...v1.35.0

Commits
  • 370bc4f Release v1.36.0 (#1647)
  • 66b92a9 [FIXED] Remove ConsumerInfo() calls in Consume() and Messages() after r...
  • 5dbd825 [IMPROVED] Handle error and reset ordered consumer in Messages() (#1646)
  • 005a6f2 [IMPROVED] Ordered consumer creation and initial config settings (#1645)
  • 1deccaf [FIXED] Set OptStartSeq correctly in OrderedConsumerConfig (#1644)
  • 69922ce [IMPROVED] Fix typo inconnect (#1638)
  • c93d277 [IMPROVED] Fix MaxAckPending default value comment unit typo (#1639)
  • 41975ba [FIXED] Object Store compatibility tests (#1637)
  • 1ffb3ac Release v1.35.0 (#1632)
  • 364bbef [ADDED] Force reconnect (#1624)
  • Additional commits viewable in compare view


Updates github.com/xanzy/go-gitlab from 0.104.0 to 0.105.0

Commits
  • 6c765d2 Merge pull request #1937 from djrichar/MemberRoleIdForSAMLGroupLink
  • 3291483 Issue: 1936 fix Missing MEmberRoleId for group link creation
  • aee1e19 Merge pull request #1935 from heidiberry/main
  • a13465b Reinstate missing fields for emails on push integration
  • db7c135 Merge pull request #1934 from heidiberry/main
  • 50bbab2 Remove deprecated field removed in GitLab 9.0
  • See full diff in compare view


Updates golang.org/x/oauth2 from 0.20.0 to 0.21.0

Commits


Updates golang.org/x/text from 0.15.0 to 0.16.0

Commits
  • 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  • 59e1219 message: optimize lookupAndFormat function for better performance
  • a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
  • See full diff in compare view


Updates google.golang.org/api from 0.177.0 to 0.184.0

Release notes

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

v0.184.0

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)

v0.183.0

0.183.0 (2024-06-04)

Features

Bug Fixes

v0.182.0

0.182.0 (2024-05-28)

Features

... (truncated)

Changelog

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

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)

0.183.0 (2024-06-04)

Features

Bug Fixes

0.182.0 (2024-05-28)

Features

0.181.0 (2024-05-16)

... (truncated)

Commits
  • 66c2e4a chore(main): release 0.184.0 (#2628)
  • 7fccba6 feat(all): auto-regenerate discovery clients (#2624)
  • 953f728 fix(cba): Update credsNewAuth to support oauth2 over mTLS (#2610)
  • ebc44d1 feat: support structpb.Struct as req/resp (#2632)
  • 56d0d59 chore: remove some nil clients (#2631)
  • e760319 chore(gensupport): merge x-goog-api-client vals into a single header (#2612)
  • bec8b5c chore(all): update all (#2630)
  • 643675b Revert "feat: regen cloudcommerceprocurement v1 from updated discovery file (...
  • 7e30ed2 feat: regen cloudcommerceprocurement v1 from updated discovery file (#2627)
  • 8a7c0e1 chore: bump auth dep (#2621)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Superseded by #854.