grafana/apps/annotation/pkg
Moustafa Baiou 251785ed66
chore(deps): update grafana-app-sdk to v0.54.1 (#124079)
One notable issue is the removal of the "spec.datasource.name" field selector in the correlations app, which was previously used for filtering correlations based on the datasource name. This field selector has been removed in favor of "spec.source.name". To maintain backward compatibility, the code still checks for "spec.datasource.name" in the legacy storage implementation, but it is no longer included in the selectable fields in the schema. The selector wasn't properly working for unified storage anyways and the selectable field wasn't parsed properly. The new app-sdk code throws an error now when generating invalid paths, so it needed to be updated.
2026-05-05 10:47:02 +02:00
..
apis chore(deps): update grafana-app-sdk to v0.54.1 (#124079) 2026-05-05 10:47:02 +02:00
app Annotations: add support for listing by tags and scopes to new API (#118046) 2026-02-23 12:57:23 -05:00