Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grafana 11.0.0 #171659

Merged
merged 2 commits into from
May 14, 2024
Merged

grafana 11.0.0 #171659

merged 2 commits into from
May 14, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
[Download page](https://grafana.com/grafana/download/11.0.0)
[What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/)

Features and enhancements

Bug fixes

  • AuthN: Fix signout redirect url. #87681, @kalleep
  • CloudMonitoring: Improve legacy query migrations. #87648, @aangelisc
  • Azure data sources: Set selected config type before save. #87632, @bossinc
  • Loki: Fix log context when no label types are present. #87600, @svennergr
  • DashboardScene: Fixes editing transformations after toggling table view. #87485, @torkelo
  • DashboardDataSource: Fixes issue where sometimes untransformed data could be returned . #87484, @torkelo
  • Provisioning: Look up provisioned folders by UID when possible. #87468, @DanCech
  • Cloudwatch: Update grafana-aws-sdk to fix sts endpoints. #87345, @iwysiu
  • Select: Fixes issue preserving search term (input) when selecting a value. #87249, @torkelo
  • Alerting: Prevent search from locking the browser. #87230, @gillesdemey
  • DashboardScene: Fixes issue referring to library panel in dashboard data source . #87173, @torkelo
  • Data source: Maintain the default data source permissions when switching from unlicensed to licensed Grafana. #87142, @IevaVasiljeva
  • Alerting: Allow deleting contact points referenced only by auto-generated policies. #87115, @gillesdemey
  • Auth: Sign sigV4 request after adding headers. #87072, @iwysiu
  • DashboardScene: Fixes issues with relative time range in panel edit. #87026, @torkelo
  • DashboardScene: Fixes issue with dashboard links and variables. #87025, @torkelo
  • SQLStore: Disable redundant create and drop unique index migrations on dashboard table. #86867, @papagian
  • LogContext: Fix structured metadata labels being added as stream selectors. #86826, @svennergr
  • DashboardScene: Fixes issue with editing panels that uses instanceState. #86824, @torkelo
  • DashboardScene: Fixes deleting dirty dashboard. #86757, @torkelo
  • Alerting: Take receivers into account when custom grouping Alertmanager groups. #86699, @konrad147
  • LDAP: Fix listing all non-matching groups. #86689, @mgyongyosi
  • Alerting: Fix simplified routing group by override. #86563, @JacobsonMT
  • NodeGraph: Fix invisible arrow tips in Editor. #86548, @timo
  • Dashboard: DashboardPageProxy - Use chaining operators to prevent runtime error. #86536, @axelavargas
  • Cli: Check missing plugin parameter of plugin update command. #86522, @VergeDX
  • DashboardScene: Fixes issue saving new dashboard from panel edit. #86480, @torkelo
  • DashboardScene: Fixes minor issue transitioning between dashboards. #86475, @torkelo
  • MSSQL: Add SQL_VARIANT converter and update test. #86469, @aangelisc
  • DashboardScene: Fixes react panels with old angular options. #86411, @torkelo
  • Alerting: Fix simplified routes '...' groupBy creating invalid routes. #86376, @JacobsonMT
  • AWS DataSource: Fix namespaces in sagemaker metrics. #86363, @tristanburgess
  • DashboardScene: Fixes saving dashboard with angular panels . #86255, @torkelo
  • DashboardScene: Fix empty row repeat issue. #86254, @torkelo
  • Nodegraph: Fix issue with rendering single node. #86195, @aocenas
  • Datasources: Add fixed width to name field in config editor. #86179, @sunker
  • Alerting: Return a 400 and errutil error when trying to delete a contact point that is referenced by a policy. #86163, @alexweav
  • Table Panel: Fix image disappearing when datalinks applied. #86160, @codeincarnate
  • LibraryPanelRBAC: Fix issue with importing dashboards containing library panels. #86149, @kaydelaney
  • DashboardScene: Fixes issue moving between dashboards. #86096, @torkelo
  • Alerting: Fix evaluation metrics to not count retries. #86059, @stevesg
  • Google Cloud Monitor: Fix interface conversion for incorrect type in cloudMonitoringProm.run. #85928, @adamyeats
  • Dashboard: Allow auto refresh option when saving a dashboard. #85922, @bfmatei
  • Time Zones: Fix relative time when using UTC timezone. #85779, @ashharrison90
  • PostgreSQL: Fix the verify-ca mode. #85775, @gabor
  • DashboardScene: Fixes issue with mobile responsive layout due to repeated grid item class. #85741, @torkelo
  • DashboardScene: Fixes panel edit issue with clearing title not resulting in hover header mode . #85633, @torkelo
  • Angular deprecation: Prefer local "angularDetected" value to the remote one. #85632, @xnyo
  • Chore: Fix trailing spaces in prometheus min step. #85579, @euniceek
  • SAML: Fix Authn request generation in case of HTTP-POST binding. (Enterprise)
  • Reporting: Fix CSVs for library panels within folders. (Enterprise)

Breaking changes

The @grafana/e2e package is deprecated in Grafana 11.0.0. If your Grafana plugin has end-to-end tests that use @grafana/e2e, it's recommended to replace them with @grafana/plugin-e2e and Playwright. For information on how to migrate, please refer to the plugin-e2e docs. Issue #85778

Plugin development fixes & changes

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue nodejs Node or npm use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 14, 2024
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label May 14, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 14, 2024
@BrewTestBot BrewTestBot enabled auto-merge May 14, 2024 13:53
@BrewTestBot BrewTestBot added this pull request to the merge queue May 14, 2024
Merged via the queue into master with commit a23db80 May 14, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-grafana-11.0.0 branch May 14, 2024 14:00
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue nodejs Node or npm use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants