Todd Treece
18280e1aa6
Chore: Add owner for quotas in go.mod ( #115039 )
2025-12-09 19:48:19 +00:00
owensmallwood
b8acfade21
Unified Storage: Adds debug logs for checking quotas ( #115036 )
...
* adds debug logs for checking quotas
* make update-workspace
2025-12-09 18:59:46 +00:00
owensmallwood
a3daf0e39d
Unified storage: Add quotas app to apiserver ( #114425 )
...
* initial generation
* went through doc to add new resource
* added dummy kind so grafana will run
* added dummy handler and custom route
* fix app name
* gets custom route working - still a dummy route
* adds groupOverride to manifest
* adds quotas to grpc client and server
* WIP - trying to get api recognized - not working
* Gets route working
* fixes group and resource vars
* expects group and resource as separate params
* set content-type header on response
* removes Quotas kind and regens
* Update grafana-app-sdk to v0.48.5
* Update codegen
* updates manifest
* formatting
* updates grafana-app-sdk version to 0.48.5
* regen ResourceClient mocks
* adds tests
* remove commented code
* uncomment go mod tidy
* fix tests and make update workspace
* adds quotas app to codeowners
* formatting
* make gen-apps
* deletes temp file
* fix generated folder code
* make gofmt
* make gen-go
* make update-workspace
* add COPY apps/quotas to Dockerfile
* fix test mock
* fixes undefined NewFolderStatus()
* make gen-apps, and add func for NewFolderStatus
* make gen-apps again
* make update-workspace
* regen folder_object_gen.go
* gofmt
* fix linting
* apps/folder make update-workspace
* make gen-apps
* make gen-apps
* fixes enterprise_imports.go
* go get testcontainers
* adds feature toggle
* make update-workspace
* fix go mod
* fix another client mock
---------
Co-authored-by: Steve Simpson <steve@grafana.com >
2025-12-09 09:40:34 -06:00
Steve Simpson
e9ba45ca4f
Update grafana-app-sdk to v0.48.5 ( #114810 )
...
Co-authored-by: Owen Smallwood <owen.smallwood@grafana.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-12-06 07:34:18 +00:00
alerting-team[bot]
ff33237052
Alerting: Update alerting module to de8c2bbf9eba591078e9d9d7c6cbbe4142ef2d0b ( #114877 )
...
[create-pull-request] automated change
Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com >
2025-12-04 20:31:19 +00:00
Steve Simpson
7aa77af7c4
Alerting: Implement notification history query endpoint. ( #114736 )
...
Implements the /notification/query endpoint on the historian app. Note that it
does not apply any RBAC right now, that will be a follow up commit.
We have to use a go-kit logger in grafana/alerting, so an adapter is needed.
Going from go-kit to slog is a bit hairy but works well enough.
2025-12-04 13:26:09 +01:00
Matheus Macabu
3e50bfced8
Dependencies: Bump Go to v1.25.5 ( #114749 )
2025-12-03 10:18:31 +01:00
Steve Simpson
2673da03d9
Alerting: Update grafana/alerting ( #114733 )
2025-12-03 00:18:51 +01:00
Alexander Zobnin
ca9b24d435
Chore: Update OpenFGA to 1.11.1 ( #114685 )
...
* Chore: Update OpenFGA to 1.11.1
* fix testcontainers-go dependency error
* update workspaces
2025-12-02 12:46:17 +01:00
Alexander Akhmetov
32c1ad1b53
chore: update grafana-app-sdk to v0.48.4 ( #114563 )
...
(chore): update grafana-app-sdk to v0.48.4
2025-11-28 18:20:57 +01:00
Steve Simpson
eafc8ab1cd
Alerting: Foundations of historian app. ( #114463 )
...
We have two historians in alerting - alert state and notification. The intention
of this app is to provide query capabilities for both.
In this initial commit, the existing /history API is simply cloned to the new
app. It is identical except that it will send Kubernetes-style error responses
instead of Grafana-style.
This approach was taken to implement the new app more iteratively - ideally we
would define a new API, but this requires quite a significant overhaul of the
backend code.
2025-11-28 11:51:56 +01:00
Will Browne
5694d6371e
Plugins: Upgrade github.com/grafana/grafana-plugin-sdk-go v0.283.0 => v0.284.0 ( #114400 )
...
* upgraded github.com/grafana/grafana-plugin-sdk-go v0.283.0 => v0.284.0
* make update-workspace
* apply fixes
* nolint for FieldTypeNullableJSON instead
* fmt
* fix lint issues
2025-11-25 15:46:07 +00:00
Matheus Macabu
a2f14d7306
Dependencies: Bump golang.org/x/crypto to v0.45.0 ( #114384 )
2025-11-25 10:43:20 +01:00
Matheus Macabu
b5335d9357
Alerting: Remove dependency on yaml/v2 package ( #114348 )
2025-11-24 12:38:44 +01:00
Matheus Macabu
5e949fc955
Secrets: Fix secure value creation timestamp changing when updating it ( #114290 )
2025-11-21 16:31:17 +01:00
Matheus Macabu
203549ce3c
Chore: Fix enterprise imports drift ( #114288 )
...
* Chore: Fix enterprise imports drift
* Fix indirect dependency
2025-11-21 12:53:15 +01:00
Roberto Jiménez Sánchez
a4cbbe10c0
Provisioning: Add retry logic for nanogit client operations ( #114216 )
...
* chore(deps): update nanogit to v0.3.0 in go.mod and go.sum files
* Add retry logic for nanogit client operations
- Configure retry logic in withGitContext to ensure all Git operations have retry support
- Use nanogit's ExponentialBackoffRetrier with 8 attempts (~10s retry window)
- Retry transient network errors and HTTP-specific server errors (5xx for GET/DELETE, 429 for all)
- Rename logger function to withGitContext to better reflect its responsibilities
* fix: resolve staticcheck S1008 linting issue in retry_client.go
Simplify return statement to use errors.As directly instead of if-return pattern
* Revert "fix: resolve staticcheck S1008 linting issue in retry_client.go"
This reverts commit bd367b5629 .
2025-11-20 13:55:45 +00:00
dependabot[bot]
e6a4e6fa4e
deps(go): bump github.com/prometheus/common from 0.67.1 to 0.67.2 in /pkg/promlib ( #113145 )
...
* deps(go): bump github.com/prometheus/common in /pkg/promlib
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.67.1 to 0.67.2.
- [Release notes](https://github.com/prometheus/common/releases )
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/common/compare/v0.67.1...v0.67.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-version: 0.67.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* deps(go): update github.com/prometheus/common to v0.67.3
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2025-11-20 12:50:38 +00:00
maicon
5754d7fbad
chore: bump authlib/types to v0.0.0-20251119142549-be091cf2f4d4 ( #114177 )
...
* chore: bump authlib/types to v0.0.0-20251119142549-be091cf2f4d4
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Update Go Workspace
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Stop supporting deprecated namespace format in TestExtendedJWT_Authenticate
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Update go mod
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2025-11-19 16:05:20 -08:00
alerting-team[bot]
53c39ccda3
Alerting: Update alerting module to 3befd25883e0d17673e5590cc5c5702bbc031b16 ( #114062 )
...
* [create-pull-request] automated change
* fix module path for alerting notify test receivers
---------
Co-authored-by: moustafab <27738648+moustafab@users.noreply.github.com >
Co-authored-by: Moustafa Baiou <moustafa.baiou@grafana.com >
2025-11-19 21:24:08 +00:00
Dave Henderson
7264803016
chore(deps): Switch to maintained gopkg.in/yaml fork ( #114131 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2025-11-19 15:20:32 -05:00
Gábor Farkas
fc18c9315e
update grafana/gafana-plugin-sdk-go dependency, and adjusted code accordingly ( #113922 )
...
* update dependencies
* query: stop handling _timeRange
* fixed unit test
2025-11-19 12:44:13 +01:00
Ryan McKinley
00329cab14
Stars: Move stars from preferences apiserver to a new collections apiserver ( #114006 )
2025-11-19 08:28:39 +03:00
owensmallwood
8dddff3ce4
Unified Storage: Pass ns, group, resource to GetResourceStats instead of just namespace ( #114050 )
...
* passes nsr to GetResourceStats instead of just namespace
* removes ns check
* fixes failing tests
* make update-workspace
* pass group and resource from rebuild request when getting resource stats
2025-11-18 13:05:21 -06:00
Will Browne
374cb1b163
Plugins: Bump plugin SDK version to v0.282.0 ( #114079 )
...
bump plugin SDK version to v0.282.0
2025-11-18 10:42:58 +00:00
Ryan McKinley
d0fe342cfe
Chore: Update app-sdk and k8s.io ( #113998 )
2025-11-17 13:34:15 +03:00
Roberto Jiménez Sánchez
f75c853b90
Provisioning: Update slog-gokit to v0.1.5 to fix data race ( #113455 )
...
* Use fork of slog-gokit to fix data race
Replace github.com/tjhop/slog-gokit with fork that includes fix for data race in handler.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Update workspace
* Bump github.com/tjhop/slog-gokit to v0.1.5
* Update go.sum
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 09:47:53 +00:00
Nathan Vērzemnieks
f4b23253b1
DataSources: Update SDKs in support of auth service ( #112101 )
...
* DataSources: Update SDKs for auth service
* Fix deprecated methods & types for new arrow-go version
2025-11-07 10:15:27 +01:00
Moustafa Baiou
54041155bd
fix import path for annotation app
2025-11-06 19:33:12 -05:00
Roberto Jiménez Sánchez
e3d73ddb81
Bump nanogit version with delta resolution fixes ( #113516 )
...
* Bump nanogit version with delta fixes
* Update workspace
2025-11-06 15:12:00 +01:00
Charandas
a06905e2d3
fix: switch to test-containers from grafana/e2e for API server tests ( #113256 )
2025-11-03 16:10:32 -08:00
Kyle Brandt
284648df9e
SQL Expressions: Point to grafana GMS fork ( #113104 )
...
Use fork that does not have cgo as default, had to revert build tag method attempt since it broke things like running go test on macs (without the tag) #112289 .
2025-10-29 15:06:56 +00:00
William Wernert
75fb832826
Alerting: Ensure state history client has external labels set ( #113101 )
...
* Ensure state history client has external labels set
* Run `make update-workspace`
* Add dep owner
2025-10-28 11:35:54 -04:00
Ryan McKinley
d4d8b2562e
Chore: Update gocloud.dev, removing opencensus ( #113056 )
2025-10-28 09:10:37 +00:00
Kyle Brandt
4bb91a7846
Revert "SQL Expressions: (Chore) Update GMS (go-mysql-server) depende… ( #113050 )
2025-10-28 06:48:57 +00:00
Jo
d216d75fbb
Access: Add CoreRole/Role Delete/Update hooks for OpenFGA ( #112839 )
...
* Add delete and update hooks for roles/core roles
no need to capture non reference types
small cleanup on vars
* fix ticket priming in hooks
* fix ticket priming in hooks
* Revert "fix ticket priming in hooks"
This reverts commit f8e953ca09 .
* use old testing blocks
* protect runtime obj in go func
* update test for correctness
* separate files for test correctness. fix leaking goroutines in go tests
* go workspace fixes
* attribute owner
* clean up go mod
2025-10-27 17:20:59 +00:00
Kyle Brandt
0e9a3881e7
SQL Expressions: (Chore) Update GMS (go-mysql-server) dependency ( #112289 )
...
- Added gms_pure_go build tags to disable cgo - (cgo was added to GMS since we last updated it)
- Docs note on regex limitations
---------
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
2025-10-27 08:22:51 -04:00
Ryan McKinley
5df4a3b9a3
Chore: Update app-sdk to v0.48.1 ( #113023 )
2025-10-27 09:34:26 +03:00
Gábor Farkas
8ab7a20265
update dependency grafana/grafana-plugin-sdk-go to v0.281.0 ( #112726 )
...
* go get github.com/grafana/grafana-plugin-sdk-go@v0.281 .0
* make update-workspace
* updated failing unit test
* disable deprecation warnings
* datasources: allow underscore-prefixed local time range
* updated go.work.sum
2025-10-22 09:02:11 +02:00
dependabot[bot]
232d211812
deps(go): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32 ( #112556 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.22 to 1.14.32.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.32 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-version: 1.14.32
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 20:29:23 +00:00
dependabot[bot]
05dff2f7cb
deps(go): bump github.com/open-feature/go-sdk from 1.14.1 to 1.16.0 ( #112489 )
...
* deps(go): bump github.com/open-feature/go-sdk from 1.14.1 to 1.16.0
Bumps [github.com/open-feature/go-sdk](https://github.com/open-feature/go-sdk ) from 1.14.1 to 1.16.0.
- [Release notes](https://github.com/open-feature/go-sdk/releases )
- [Changelog](https://github.com/open-feature/go-sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-feature/go-sdk/compare/v1.14.1...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/open-feature/go-sdk
dependency-version: 1.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
* fix(lint): SA1019: openfeature.GetApiInstance is deprecated, using NewDefaultClient
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-20 19:56:00 +00:00
Matheus Macabu
208ccd054b
LogsDrilldown: Add dependency to root go mod ( #112571 )
2025-10-17 11:51:57 +02:00
Todd Treece
30d79476cd
App SDK: Update to v0.47.0 ( #112519 )
2025-10-16 15:41:41 +00:00
Ryan McKinley
a1a750d440
Chore: update dependencies in go.mod ( #112516 )
...
update go mod
2025-10-16 17:31:32 +03:00
dependabot[bot]
a00bcb0154
deps(go): bump the go-opentelemetry-io group across 2 directories with 4 updates ( #112488 )
...
* deps(go): bump the go-opentelemetry-io group across 2 directories with 4 updates
Bumps the go-opentelemetry-io group with 4 updates in the / directory: [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector ), [go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace](https://github.com/open-telemetry/opentelemetry-go-contrib ), [go.opentelemetry.io/contrib/propagators/jaeger](https://github.com/open-telemetry/opentelemetry-go-contrib ) and [go.opentelemetry.io/contrib/samplers/jaegerremote](https://github.com/open-telemetry/opentelemetry-go-contrib ).
Bumps the go-opentelemetry-io group with 1 update in the /pkg/apiserver directory: [go.opentelemetry.io/contrib/propagators/jaeger](https://github.com/open-telemetry/opentelemetry-go-contrib ).
Updates `go.opentelemetry.io/collector/pdata` from 1.30.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-collector/compare/pdata/v1.30.0...pdata/v1.43.0 )
Updates `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.62.0...zpages/v0.63.0 )
Updates `go.opentelemetry.io/contrib/propagators/jaeger` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.37.0...v1.38.0 )
Updates `go.opentelemetry.io/contrib/samplers/jaegerremote` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.31.0...zpages/v0.32.0 )
Updates `go.opentelemetry.io/contrib/propagators/jaeger` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.37.0...v1.38.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/pdata
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
dependency-version: 0.63.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/propagators/jaeger
dependency-version: 1.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/samplers/jaegerremote
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/contrib/propagators/jaeger
dependency-version: 1.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-opentelemetry-io
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-16 12:59:05 +00:00
dependabot[bot]
9ae4e3898c
Bump github.com/madflojo/testcerts from 1.1.1 to 1.4.0 ( #110375 )
...
* Bump github.com/madflojo/testcerts from 1.1.1 to 1.4.0
Bumps [github.com/madflojo/testcerts](https://github.com/madflojo/testcerts ) from 1.1.1 to 1.4.0.
- [Release notes](https://github.com/madflojo/testcerts/releases )
- [Commits](https://github.com/madflojo/testcerts/compare/v1.1.1...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/madflojo/testcerts
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-16 08:34:05 -04:00
dependabot[bot]
75923c0d26
Bump github.com/aws/smithy-go from 1.22.4 to 1.23.0 ( #110374 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.22.4 to 1.23.0.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.22.4...v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-version: 1.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 21:02:59 +00:00
dependabot[bot]
4e84e76934
deps(go): bump modernc.org/sqlite from 1.38.2 to 1.39.1 ( #112465 )
...
* deps(go): bump modernc.org/sqlite from 1.38.2 to 1.39.1
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.38.2 to 1.39.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.38.2...v1.39.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-version: 1.39.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-15 16:31:59 -04:00
dependabot[bot]
5a516197b6
Bump github.com/mocktools/go-smtp-mock/v2 from 2.3.1 to 2.5.1 ( #110377 )
...
Bumps [github.com/mocktools/go-smtp-mock/v2](https://github.com/mocktools/go-smtp-mock ) from 2.3.1 to 2.5.1.
- [Release notes](https://github.com/mocktools/go-smtp-mock/releases )
- [Changelog](https://github.com/mocktools/go-smtp-mock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mocktools/go-smtp-mock/compare/v2.3.1...v2.5.1 )
---
updated-dependencies:
- dependency-name: github.com/mocktools/go-smtp-mock/v2
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 20:21:07 +00:00
dependabot[bot]
39031948b8
deps(go): bump golang.org/x/text from 0.29.0 to 0.30.0 ( #112462 )
...
* deps(go): bump golang.org/x/text from 0.29.0 to 0.30.0
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-15 20:07:00 +00:00