mirror of
https://github.com/grafana/grafana.git
synced 2025-01-14 02:32:29 -06:00
7eb17bccca
* Set every page to have defaults of 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/enterprise-licensing pages to have 'Enterprise' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/recorded-queries pages to have labels cloud,enterprise * Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/stats-and-license pages to have labels cloud,enterprise * Set alerting pages to have labels cloud,enterprise,oss * Set breaking-changes pages to have labels cloud,enterprise,oss * Set dashboards pages to have labels cloud,enterprise,oss * Set datasources pages to have labels cloud,enterprise,oss * Set explore pages to have labels cloud,enterprise,oss * Set fundamentals pages to have labels cloud,enterprise,oss * Set introduction/grafana-cloud pages to have labels cloud Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix introduction pages products Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set panels-visualizations pages to have labels cloud,enterprise,oss * Set release-notes pages to have labels cloud,enterprise,oss * Set search pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set troubleshooting pages to have labels cloud,enterprise,oss * Set whatsnew pages to have labels cloud,enterprise,oss * Apply updated labels from review Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
5.0 KiB
5.0 KiB
_build | labels | title | |||||||
---|---|---|---|---|---|---|---|---|---|
|
|
Release notes for Grafana 7.5.0-beta2 |
Release notes for Grafana 7.5.0-beta2
Features and enhancements
- CloudWatch: Add support for EC2 IAM role. #31804, @sunker
- CloudWatch: Consume the grafana/aws-sdk. #31807, @sunker
- CloudWatch: Restrict auth provider and assume role usage according to Grafana configuration. #31805, @sunker
- Cloudwatch: ListMetrics API page limit. #31788, @sunker
- Cloudwatch: use shared library for aws auth. #29550, @ryantxu
- DataLinks: Bring back single click links for Stat, Gauge and BarGauge panel. #31692, @dprokop
- Docker: Support pre-installed plugins from other sources in custom Dockerfiles. #31234, @sgnsys3
- Elasticseach: Add support for histogram fields. #29079, @simianhacker
- Exemplars: Always query exemplars. #31673, @zoltanbedi
- Explore: Support full inspect drawer. #32005, @ivanahuckova
- HttpServer: Make read timeout configurable but disabled by default. #31575, @bergquist
- SQLStore: Close session in withDbSession. #31775, @aknuds1
- Templating: Use dashboard timerange when variables are set to refresh 'On Dashboard Load'. #31721, @Elfo404
- Tempo: Convert to backend data source. #31618, @zoltanbedi
Bug fixes
- Admin: Keeps expired api keys visible in table after delete. #31636, @hugohaggmark
- Data proxy: Fix encoded characters in URL path should be proxied as encoded. #30597, @marefr
- Explore/Logs: Fix escaping in ANSI logs. #31731, @ivanahuckova
- GraphNG: Fix tooltip series color for multi data frame scenario. #32098, @dprokop
- GraphNG: Make sure data set and config are in sync when initializing and re-initializing uPlot. #32106, @dprokop
- Loki: Fix autocomplete when re-editing Loki label values. #31828, @ivanahuckova
- MixedDataSource: Name is updated when data source variables change. #32090, @hugohaggmark
- PanelInspect: Interpolates variables in CSV file name. #31936, @hugohaggmark
- ReduceTransform: Include series with numeric string names. #31763, @hugohaggmark
- Snapshots: Fix usage of sign in link from the snapshot page. #31986, @marefr
- TimePicker: Fixes hidden time picker shown in kiosk TV mode. #32062, @torkelo
- ValueMappings: Fixes value 0 not being mapped. #31924, @Willena
- Variables: Fixes filtering in picker with null items. #31979, @hugohaggmark
- Variables: Improves inspection performance and unknown filtering. #31811, @hugohaggmark
Plugin development fixes & changes
- Auth: Allow soft token revocation. #31601, @joanlopez