Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the go-dependencies group with 4 updates: github.com/grafana/grafana-plugin-sdk-go, github.com/mark3labs/mcp-go, github.com/prometheus/alertmanager and github.com/prometheus/common.

Updates github.com/grafana/grafana-plugin-sdk-go from 0.281.0 to 0.283.0

Release notes

Sourced from github.com/grafana/grafana-plugin-sdk-go's releases.

v0.283.0

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.282.0...v0.283.0

Compatibility

We adjusted the way the experimental v0alpha1.DataQuery objects get serialised to JSON to be more compatible with past versions, for details see grafana/grafana-plugin-sdk-go#1428

gorelease -base v0.282.0 -version v0.283.0
# summary
v0.283.0 is a valid semantic version for this release.

v0.282.0

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.281.0...v0.282.0

Compatibility

❯ gorelease -base v0.281.0 -version v0.282.0

github.com/grafana/grafana-plugin-sdk-go/backend

compatible changes

(*GrafanaCfg).Diff: added

github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt

compatible changes

NewInstanceManagerWrapper: added NewTTLInstanceManager: added

github.com/grafana/grafana-plugin-sdk-go/experimental/featuretoggles

compatible changes

TTLInstanceManager: added

summary

v0.282.0 is a valid semantic version for this release.

Commits
  • 6cc3416 experimental: change time-range behavior (#1428)
  • db0b55a Context-aware instance manager (#1352)
  • a5f1dac add debug logs to highlight provider behaviour (#1432)
  • 178067a chore(deps): Update module github.com/prometheus/common to v0.67.2 (#1431)
  • 3e53aff chore(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to...
  • d198094 experimental: conversion: improved tests (#1427)
  • 055dafe chore(deps): Update Upstream packages (#1425)
  • 815b115 chore(deps): Update Upstream packages (#1424)
  • f2ba9e7 chore(deps): Update module google.golang.org/grpc to v1.76.0 (#1423)
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.43.0 to 0.43.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.43.1

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.43.0...v0.43.1

Commits
  • b6dd262 fmt + fix linting errors
  • a27a793 fix: implement SessionWithClientInfo for streamableHttpSession (#640)
  • 2a23f4a fix: create StatelessGeneratingSessionIdManager to fix multi-instance deploym...
  • See full diff in compare view

Updates github.com/prometheus/alertmanager from 0.28.1 to 0.29.0

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.29.0 / 2025-11-01

  • [FEATURE] Add incident.io notifier. #4372
  • [FEATURE] Add monospace message formatting. #4362
  • [FEATURE] Add ability to customize interval for maintenance to run. #4541
  • [ENHANCEMENT] Update Jira notifier to support both Jira cloud API v3 and Jira datacenter API v2. #4542
  • [ENHANCEMENT] Increase mixin rate intervals for alert FailedToSendAlerts. #4206
  • [ENHANCEMENT] Make /alertmanager group writable in docker image. #4469
  • [BUGFIX] Fix logged notification count on error in notify. #4323
  • [BUGFIX] Fix docker image permissions path. #4288
  • [BUGFIX] Fix error handling in template rendering for Telegram. #4353
  • [BUGFIX] Fix duplicate other in error messages for config. #4366
  • [BUGFIX] Fix logic that considers an alert reopened in Jira. #4478
  • [BUGFIX] Fix Jira issue count #4615

0.29.0-rc.1 / 2025-10-12

  • [FEATURE] Add incident.io notifier. #4372
  • [FEATURE] Add monospace message formatting. #4362
  • [FEATURE] Add ability to customize interval for maintenance to run. #4541
  • [ENHANCEMENT] Update Jira notifier to support both Jira cloud API v3 and Jira datacenter API v2. #4542
  • [ENHANCEMENT] Increase mixin rate intervals for alert FailedToSendAlerts. #4206
  • [ENHANCEMENT] Make /alertmanager group writable in docker image. #4469
  • [BUGFIX] Fix logged notification count on error in notify. #4323
  • [BUGFIX] Fix docker image permissions path. #4288
  • [BUGFIX] Fix error handling in template rendering for Telegram. #4353
  • [BUGFIX] Fix duplicate other in error messages for config. #4366
  • [BUGFIX] Fix logic that considers an alert reopened in Jira. #4478
Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.29.0 / 2025-11-01

  • [FEATURE] Add incident.io notifier. #4372
  • [FEATURE] Add monospace message formatting. #4362
  • [FEATURE] Add ability to customize interval for maintenance to run. #4541
  • [ENHANCEMENT] Update Jira notifier to support both Jira cloud API v3 and Jira datacenter API v2. #4542
  • [ENHANCEMENT] Increase mixin rate intervals for alert FailedToSendAlerts. #4206
  • [ENHANCEMENT] Make /alertmanager group writable in docker image. #4469
  • [BUGFIX] Fix logged notification count on error in notify. #4323
  • [BUGFIX] Fix docker image permissions path. #4288
  • [BUGFIX] Fix error handling in template rendering for Telegram. #4353
  • [BUGFIX] Fix duplicate other in error messages for config. #4366
  • [BUGFIX] Fix logic that considers an alert reopened in Jira. #4478
  • [BUGFIX] Fix Jira issue count #4615
Commits

Updates github.com/prometheus/common from 0.67.2 to 0.67.4

Release notes

Sourced from github.com/prometheus/common's releases.

v0.67.4 / 2025-11-18

What's Changed

Full Changelog: prometheus/common@v0.67.3...v0.67.4

v0.67.3 / 2025-11-18

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.2...v0.67.3

Changelog

Sourced from github.com/prometheus/common's changelog.

Changelog

main / unreleased

What's Changed

Commits
  • d80d854 chore: Add omitempty tag to all config fields (#865)
  • 04686b2 chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them ...
  • 0b2fbf3 chore: clean up golangci-lint configuration (#782)
  • b2cdb07 Merge pull request #863 from prometheus/remove-http2-comment
  • cd1ab56 Config: remove outdated comment about HTTP/2 issues
  • f4c0aea Support JWT Profile for Authorization Grant (RFC 7523 3.1) (#862)
  • See full diff 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 <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-dependencies group with 4 updates: [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go), [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) and [github.com/prometheus/common](https://github.com/prometheus/common).


Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.281.0 to 0.283.0
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](grafana/grafana-plugin-sdk-go@v0.281.0...v0.283.0)

Updates `github.com/mark3labs/mcp-go` from 0.43.0 to 0.43.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.43.0...v0.43.1)

Updates `github.com/prometheus/alertmanager` from 0.28.1 to 0.29.0
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.28.1...v0.29.0)

Updates `github.com/prometheus/common` from 0.67.2 to 0.67.4
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.67.2...v0.67.4)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-version: 0.283.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 24, 2025 18:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 24, 2025
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 file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants