Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the go-dependencies group with 5 updates:

Package From To
github.com/grafana/amixr-api-go-client 0.0.21 0.0.23
github.com/mark3labs/mcp-go 0.15.0 0.27.0
github.com/prometheus/client_golang 1.21.0 1.22.0
github.com/prometheus/common 0.62.0 0.63.0
github.com/prometheus/prometheus 0.302.1 0.303.1

Updates github.com/grafana/amixr-api-go-client from 0.0.21 to 0.0.23

Release notes

Sourced from github.com/grafana/amixr-api-go-client's releases.

v0.0.23

  • oncall_integration: Added additional param labels which take a grafana_oncall_label data source to add labels through Terraform to an integration in IRM
  • New data source grafana_oncall_label, which has two string parameters: a key and a value

v0.0.22

What's Changed

Full Changelog: grafana/amixr-api-go-client@v0.0.21...v0.0.22

Commits
  • 6977163 Merge pull request #32 from grafana/oncallIntegrationLabels
  • 743639d Adding labels to oncall integrations
  • 9f05d31 Merge pull request #31 from grafana/get-alert-groups-by-teamID
  • ee19829 alert_groups: add additional options as query parameters
  • 5c7bc23 Merge branch 'main' into oncallIntegrationLabels
  • 0ff7960 WiP labels on Integration struct
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.15.0 to 0.27.0

Release notes

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

Release v0.27.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.26.0...v0.27.0

Release v0.26.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.25.0...v0.26.0

Release v0.25.0

What's Changed

... (truncated)

Commits
  • e5121b3 Release v0.27.0
  • eeb7070 fix: properly marshal ToolAnnotations with false values (#260)
  • e1f1b47 optimize listByPagination (#246)
  • 46bfb6f fix: fix some obvious simplifications (#267)
  • 716eabe docs: Remove reference to mcp.RoleSystem (#269)
  • 3dfa331 fix(server/stdio): risk of concurrent reads and data loss in readNextLine() (...
  • f8badd6 chore: replace interface{} with any (#261)
  • 3442d32 feat(MCPServer): avoid unnecessary notifications when Resource/Tool not exist...
  • 61b9784 docs: make code examples in the README correct as per spec (#268)
  • 1c99eaf test(server): reliably detect Start/Shutdown deadlock in SSEServer (#264)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.21.0 to 1.22.0

Release notes

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

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

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

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • 8a42da3 Fix ios build. (#1758)
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.62.0 to 0.63.0

Release notes

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

v0.63.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.62.0...v0.63.0

Commits
  • cf3c56f Merge pull request #768 from prometheus/otlp-translator
  • b35ad99 Add test case for BuildCompliantMetricName with a metric that starts with a d...
  • 227989c otlptranslator: Add dependency free package that translator OTLP data into Pr...
  • a9cc7f7 Update common Prometheus files (#767)
  • 0decf1f Fix spelling mistake in godoc (#766)
  • 6b9636c model: Clarify the purpose of model.NameValidationScheme (#765)
  • 56f6f38 build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#762)
  • b516f6d build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#763)
  • 0db99da build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#761)
  • ca40aa0 build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#756)
  • Additional commits viewable in compare view

Updates github.com/prometheus/prometheus from 0.302.1 to 0.303.1

Commits
  • 3dcecab Merge pull request #16434 from machine424/3.3.1
  • 378b42b Top-level: move Go runtime params earlier in initialization
  • 284914c [BUGFIX] Top-level: Update GOGC before loading TSDB
  • a8a4b7c chore: bump github.com/prometheus/common to 0.63.0 to get
  • 2499fc7 Prepare v3.3.1
  • 3c49e69 Prepare release 3.3.0 (#16431)
  • 46883e0 Prepare release 3.3.0
  • 293f0c9 Merge pull request #16327 from machine424/3.3rc1
  • 0ffad22 Prepare release 3.3.0-rc.1
  • fb88008 golangci: Disable nolintlint due to known issues. (#16204)
  • 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 <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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/grafana/amixr-api-go-client](https://github.com/grafana/amixr-api-go-client) | `0.0.21` | `0.0.23` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.15.0` | `0.27.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.0` | `1.22.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.62.0` | `0.63.0` |
| [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) | `0.302.1` | `0.303.1` |


Updates `github.com/grafana/amixr-api-go-client` from 0.0.21 to 0.0.23
- [Release notes](https://github.com/grafana/amixr-api-go-client/releases)
- [Commits](grafana/amixr-api-go-client@v0.0.21...v0.0.23)

Updates `github.com/mark3labs/mcp-go` from 0.15.0 to 0.27.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.15.0...v0.27.0)

Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.0...v1.22.0)

Updates `github.com/prometheus/common` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.62.0...v0.63.0)

Updates `github.com/prometheus/prometheus` from 0.302.1 to 0.303.1
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.302.1...v0.303.1)

---
updated-dependencies:
- dependency-name: github.com/grafana/amixr-api-go-client
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/common
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.303.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 09:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2025
These are identical except for the name; the new HTTP ones are
compatible with both the SSE and streaming HTTP transport, too.
@sd2k sd2k merged commit 9077c3f into main May 12, 2025
10 checks passed
@sd2k sd2k deleted the dependabot/go_modules/go-dependencies-586ea2bd72 branch May 12, 2025 11:19
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.

1 participant