Version 2.15 release notes
Grafana Labs is excited to announce the release of Grafana Enterprise Metrics (GEM) 2.15, which is built on top of Grafana Mimir 2.15.
GEM 2.15 inherits all the features, enhancements, and bug fixes that are in the Grafana Mimir 2.15 release. Given this, it’s best to start with the Grafana Mimir 2.15 release notes.
Features and enhancements
This release introduces changes to the federation-frontend, which now requires GEM clusters as proxy targets and mandates upgrading to GEM 2.16+ before updating the frontend. It also updates the Ruler to handle missing rule groups gracefully and resolves several bugs, including fixes for cross-cluster query federation label handling, token creation ETag responses, and critical security vulnerabilities in go-jose and go-oidc.
Upgrade considerations
This release also inherits the upgrade considerations from the Grafana Mimir 2.15 release.
After you upgrade to GEM 2.15, upgrade your GEM plugin to the latest version. For more information about the most recent enhancements and bug fixes in the GEM plugin, see the Grafana Enterprise Metrics: Changelog.
Bug fixes
v2.15.0
- Include the initial ETag version in the token creation response when using the Admin API
- When using cross-cluster query federation, series with the label name
__cluster__
were incorrectly handled in shardable queries, which are queries that can be divided up and sent to different clusters and then combined later. This fixes that issue and allows users to useoriginal___cluster__
as a label matcher to match that label and__cluster__
to match the cluster they defined, making it consistent with the behavior of other kinds of queries. This applies to aggregation grouping labels as well. - Upgrade dependencies to address CVE-2024-28180.
- Upgrade dependencies to address CVE-2024-28180.