Andres Martinez Gotor
d680537ea1
Advisor: Simplify interface used ( #116191 )
2026-01-14 11:05:16 +01:00
Isabella Siu
e1c60e0a83
Cloudwatch: Update grafana-aws-sdk to 1.4.2 ( #115855 )
2026-01-06 12:17:20 -05:00
Bruno
7698970f22
Secrets: changes to allow a 3rd party keeper / secret references ( #115156 )
...
* Secrets: changes to allow a 3rd party keeper / secret references
* fix test
* make gofmt
* lint
* fix tests
* assign aws secrets manager to @grafana/grafana-operator-experience-squad
* rename Keeper.Reference to Keeper.RetrieveReference
* rename ModelSecretsManager to ModelAWSSecretsManager
* validator: ensure that only one of keeper.Spec.Aws.AccessKey or keeper.Spec.Aws.AssumeRole are set
* move secrets manager dep / go mod tidy
* move secrets manager dep
* keeper validator: move 3rd party secret stores validation to their own functions
* add github.com/aws/aws-sdk-go-v2/service/secretsmanager pkg/extensions/enterprise_imports
* make update-workspace
* undo go.mod changes in /apps
* make update-workspace
* fix test
* add github.com/aws/aws-sdk-go-v2/service/secretsmanager to enterprise_imports
* make update-workspace
* gcworker: handle refs
* make update-workspace
* create toggle: FeatureStageExperimental
* allow features.IsEnabled for now
* format
2026-01-06 11:30:04 -03:00
Will Browne
1a0bc39ec3
Plugins: Remove some pkg/infra/* dependencies from pkg/plugins ( #115795 )
...
* tackle some /pkg/infra/* packages
* run make update-workspace
* add owner for slugify dep
2026-01-05 09:42:47 +00:00
alerting-team[bot]
79ca4e5aec
Alerting: Update alerting module to b7821017d69f2e31500fc0e49cd0ba3b85372a1b ( #115767 )
...
* [create-pull-request] automated change
* Fix tests
---------
Co-authored-by: alexander-akhmetov <1875873+alexander-akhmetov@users.noreply.github.com >
Co-authored-by: Alexander Akhmetov <me@alx.cx >
2025-12-31 16:04:41 +00:00
alerting-team[bot]
3f5f0f783b
Alerting: Update alerting module to 926c7491019668286c423cad9d2a65f419b14944 ( #115704 )
...
[create-pull-request] automated change
Co-authored-by: alexander-akhmetov <1875873+alexander-akhmetov@users.noreply.github.com >
2025-12-24 08:48:06 +01:00
alerting-team[bot]
a1389bc173
Alerting: Update alerting module to 77a1e2f35be87bebc41a0bf634f336282f0b9b53 ( #115498 )
...
* [create-pull-request] automated change
* Remove IsProtectedField and temp structure
* Fix alerting historian
* make update-workspace
---------
Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com >
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
Co-authored-by: Alexander Akhmetov <me@alx.cx >
2025-12-23 14:46:44 -05:00
Todd Treece
33e53db53a
Plugins: Add tracing to pipeline ( #115448 )
2025-12-17 09:08:17 -05:00
Rafael Bortolon Paulovic
7e7c25af8a
Apps: update grafana-app-sdk to v0.48.7 ( #115362 )
2025-12-17 08:47:21 +03:00
Andres Martinez Gotor
a4eb98b4ed
Advisor: RBAC revamp ( #115151 )
...
Co-authored-by: Todd Treece <todd.treece@grafana.com >
2025-12-16 11:33:18 +01:00
alerting-team[bot]
7779c90713
Alerting: Add limits for the size of expanded notification templates ( #115242 )
...
* [create-pull-request] automated change
* propagate template limits from config
* fmt
---------
Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com >
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2025-12-15 10:21:24 -05: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
Ryan McKinley
75eb820c73
Folders: update manifest (avoid useoldmanifestkinds) ( #114827 )
2025-12-05 15:01:11 +03: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
Todd Treece
bdf529c545
Plugins: Support MT app registration ( #113348 )
2025-12-02 09:59:46 -05: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
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
Jean-Philippe Quéméner
b57e6383e4
refactor(unified-storage): move builders in their own package ( #114375 )
2025-11-25 10:58:03 +01:00
Matheus Macabu
a2f14d7306
Dependencies: Bump golang.org/x/crypto to v0.45.0 ( #114384 )
2025-11-25 10:43:20 +01: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
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
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
Andres Martinez Gotor
151d9ec1cc
Advisor: Expose endpoint to register checktypes ( #113750 )
2025-11-17 12:48:53 +01:00
Ryan McKinley
d0fe342cfe
Chore: Update app-sdk and k8s.io ( #113998 )
2025-11-17 13:34:15 +03:00
Andres Martinez Gotor
bfa7ce9d78
Advisor: Remove legacy app register ( #113773 )
2025-11-14 12:25:30 +01:00
Andres Martinez Gotor
d83c35fd71
Advisor: App installer setup ( #113525 )
2025-11-12 15:32:21 +01:00
Gábor Farkas
34e85113d2
datasources: apiserver: removed unnecessary code ( #113384 )
...
* datasources: apiserver: removed unnecessary code
* workspace fixes
2025-11-11 09:25:22 +01: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
Andres Martinez Gotor
2e507d5042
Advisor: Add mock checks to standalone setup ( #113406 )
2025-11-05 10:33:45 +01:00
Andres Martinez Gotor
14c45b6db2
Advisor: Standalone server mock ( #113224 )
2025-11-03 16:09:54 +01: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
Ryan McKinley
d4d8b2562e
Chore: Update gocloud.dev, removing opencensus ( #113056 )
2025-10-28 09:10:37 +00:00
Andres Martinez Gotor
bee486be23
Advisor: update app-sdk and deps ( #112937 )
2025-10-28 09:24:44 +01:00
Andres Martinez Gotor
eb0824a881
Advisor: Add support for multiple orgs ( #112577 )
2025-10-23 09:22:31 +02:00
Andres Martinez Gotor
12e294d8ab
Advisor: Avoid automatic check creation ( #111678 )
2025-10-21 15:40:00 +02:00
Andrew Hackmann
63c8fe287f
Grafana Advisor: Prometheus Type Migration check ( #110853 )
...
* add check for prom dep auth check in grafana advisor
* remove non prom DS
* clean up and add grafana docs links
* lint
* tests
* Apply suggestions from code review
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
* Thank you for your great feedback @andresmgot
* caching now resets on refresh. also check if plugin is installed
* remove unused errors
* add steps back sigh
* make naming clearer
---------
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
2025-10-20 10:35:30 -05:00
Matheus Macabu
db5b275ed4
Go: Update to 1.25.3 ( #112359 )
2025-10-14 12:21:27 +02:00
Matheus Macabu
69184b5027
Go: Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net v0.45.0 ( #112149 )
...
* Go: Update to 1.25.2
* golangci-lint: Update to 2.5.0
* Dependencies: Bump golang.org/x/net to v0.45.0
2025-10-08 12:35:28 +02:00
Austin Pond
99312a7582
Apps: Update grafana-app-sdk to v0.46.0 ( #112021 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-10-04 09:33:10 +00:00
Andres Martinez Gotor
c61a8a16fd
Advisor: Retry before patching objects ( #111665 )
2025-09-26 15:47:30 +02:00
Ryan McKinley
0a79b3bdc5
Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 ( #111009 )
2025-09-16 13:35:20 +03:00
Will Browne
2df39fc71a
Plugins: Add metrics for fs + cloud provisioning info ( #111030 )
...
* add new metrics for plugin fs + cloud provisioning
* fix test
* update label
2025-09-15 14:54:16 +01:00
Ryan McKinley
842ae463b7
Chore: update otel v1.37.0 to v1.38.0 ( #110985 )
2025-09-12 10:11:56 +00:00