fluxcd / notification-controller

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

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

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Package From To
code.gitea.io/sdk/gitea 0.17.1 0.18.0
github.com/DataDog/datadog-api-client-go/v2 2.24.0 2.25.0
github.com/fluxcd/cli-utils 0.36.0-flux.5 0.36.0-flux.6
github.com/ktrysmt/go-bitbucket 0.9.77 0.9.79
github.com/onsi/gomega 1.32.0 1.33.0
github.com/slok/go-http-metrics 0.11.0 0.12.0
github.com/xanzy/go-gitlab 0.102.0 0.103.0
google.golang.org/api 0.172.0 0.176.0

Updates code.gitea.io/sdk/gitea from 0.17.1 to 0.18.0

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

Release notes

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

v2.25.0

What's Changed

Fixed

Added

Changed

Deprecated

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

Changelog

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

2.25.0 / 2024-04-11

Fixed

Added

Changed

Deprecated

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

Commits
  • 1a9b6b6 Release 2.25.0 (#2467)
  • 6d2a7be Update retention filters public API (#2466)
  • a24a0bb aws api adding extended and deprecating old resource collection field (#2463)
  • 717f621 Clarify metrics interval param as expected unit in seconds (#2440)
  • 36f7556 Security Monitoring Suppression - Add data_exclusion_query field (#2465)
  • 7cb4c6d Adding SLO Reporting API Documentation (#2426)
  • 20ba525 Add Team relationship to AuthNMappings (#2382)
  • 3e0e7b2 Fix update custom logs destination test for Java (#2464)
  • 19cf15e Support providing files for the file upload feature when creating a Synthetic...
  • c3cfe06 MNTS-90534 : Clarify behavior of renotify_statuses when not explicitly set (#...
  • Additional commits viewable in compare view


Updates github.com/fluxcd/cli-utils from 0.36.0-flux.5 to 0.36.0-flux.6

Commits


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

Release notes

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

v0.9.79

  • Add FromPullRequest to GetDiffStat by @​CescHolly #282
  • Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by dependabot[bot] #279
  • Bump golang.org/x/net from 0.22.0 to 0.24.0 by dependabot[bot] #278

v0.9.78

Commits


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

Release notes

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

v1.33.0

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
Changelog

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

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
Commits
  • f2e65fc v1.33.0
  • 02e8706 docs: Receive(POINTER, MATCHER)
  • ec1f186 feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests
  • 9999deb Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)
  • cb5ff21 Bump github-pages from 229 to 230 in /docs (#735)
  • bac6596 Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)
  • See full diff in compare view


Updates github.com/slok/go-http-metrics from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/slok/go-http-metrics's releases.

v0.12.0

0.12.0 - 2024-04-19

Changed

  • Gin middleware now records the path using the regex from FullPath() instead of the real URL, avoiding cardinality explosion.
  • Dependency updates.
  • Use Go 1.22.
Changelog

Sourced from github.com/slok/go-http-metrics's changelog.

[0.12.0] - 2024-04-19

Changed

  • Gin middleware now records the path using the regex from FullPath() instead of the real URL, avoiding cardinality explosion.
  • Dependency updates.
  • Use Go 1.22.
Commits
  • 3bddbe2 Merge pull request #220 from slok/slok/v0120
  • 7a7d132 Prepare for v0.12.0
  • bafadc8 Merge pull request #219 from slok/slok/deps
  • 956995e Update deps
  • eb632fc Merge pull request #217 from slok/dependabot/go_modules/github.com/labstack/e...
  • 2d68954 Merge pull request #207 from redben/gin-id-from-route
  • 6fb56f9 Bump github.com/labstack/echo/v4 from 4.11.2 to 4.12.0
  • c472df0 Merge pull request #203 from slok/dependabot/github_actions/actions/setup-go-5
  • 4ecb37e Merge pull request #204 from slok/dependabot/go_modules/golang.org/x/crypto-0...
  • 05b2909 Merge pull request #202 from slok/dependabot/go_modules/github.com/fasthttp/r...
  • Additional commits viewable in compare view


Updates github.com/xanzy/go-gitlab from 0.102.0 to 0.103.0

Commits
  • a29d319 Merge pull request #1916 from vntw/access-token-webhook-event
  • c187a2d Minor tweaks for consistency
  • 5cf9a2e Merge pull request #1921 from beekeep/add-missing-attribute-project-push-rules
  • 62722c4 Merge pull request #1920 from vntw/update-golangci-lint-cfg
  • a84a69d Merge pull request #1918 from timofurrer/release-assets-links-direct-asset-path
  • 4224c3d Merge pull request #1913 from Poulpatine/new_events_webhooks
  • 3c617d4 Reorder following the ordering in the docs
  • 43a7d42 Merge pull request #1912 from nicolasbrechet/1911_add_missing_epic_options_fo...
  • fea7e17 Add missing attribute to project push rules
  • 25fa651 Fix golangci-lint output.format deprecation
  • Additional commits viewable in compare view


Updates google.golang.org/api from 0.172.0 to 0.176.0

Release notes

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

v0.176.0

0.176.0 (2024-04-22)

Features

Bug Fixes

v0.175.0

0.175.0 (2024-04-19)

Features

Bug Fixes

v0.174.0

0.174.0 (2024-04-17)

Features

Bug Fixes

v0.173.0

0.173.0 (2024-04-16)

Features

... (truncated)

Changelog

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

0.176.0 (2024-04-22)

Features

Bug Fixes

0.175.0 (2024-04-19)

Features

Bug Fixes

0.174.0 (2024-04-17)

Features

Bug Fixes

0.173.0 (2024-04-16)

Features

... (truncated)

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 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 6 months ago

Superseded by #806.