mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
docs: whats new breaking changes updates (#69489)
* make breaking changes note more prominent in whats new * changed paragraph structure and added heading * moved breaking changes section to after the template * move deprecations to breaking changes page * break up paragraph * run prettier
This commit is contained in:
parent
a2f32a13bd
commit
365fd67c3f
@ -307,3 +307,7 @@ npx @grafana/create-plugin@latest migrate
|
||||
#### Learn more
|
||||
|
||||
- [Migration guide](https://grafana.github.io/plugin-tools/docs/migrating-from-toolkit/)
|
||||
|
||||
## Deprecations
|
||||
|
||||
Changing the folder UID through the API is deprecated. This functionality will be removed in a future release.
|
||||
|
@ -14,7 +14,7 @@ weight: -37
|
||||
|
||||
Welcome to Grafana 10.0! Read on to learn about changes to search and navigation, dashboards and visualizations, and security and authentication.
|
||||
|
||||
For even more detail about all the changes in this release, refer to the [changelog](https://github.com/grafana/grafana/blob/master/CHANGELOG.md). For the specific steps we recommend when you upgrade to v10.0, check out our [Upgrade Guide]({{< relref "../upgrade-guide/upgrade-v10.0/index.md" >}}). For information about breaking changes in this release, refer to [Breaking changes]({{< relref "../breaking-changes/breaking-changes-v10-0/" >}}).
|
||||
For even more detail about all the changes in this release, refer to the [changelog](https://github.com/grafana/grafana/blob/master/CHANGELOG.md). For the specific steps we recommend when you upgrade to v10.0, check out our [Upgrade Guide]({{< relref "../upgrade-guide/upgrade-v10.0/index.md" >}}).
|
||||
|
||||
<!-- Template below
|
||||
## Feature
|
||||
@ -26,6 +26,10 @@ You must use relative references when linking to docs within the Grafana repo. P
|
||||
{{% /admonition %}}
|
||||
-->
|
||||
|
||||
## Breaking changes
|
||||
|
||||
For Grafana v10.0, we've also provided a list of [breaking changes]({{< relref "../breaking-changes/breaking-changes-v10-0/" >}}) to help you upgrade with greater confidence. For information about these along with guidance on how to proceed, refer to [Breaking changes in Grafana v10.0]({{< relref "../breaking-changes/breaking-changes-v10-0/" >}}).
|
||||
|
||||
## Correlations
|
||||
|
||||
<!-- Jay Goodson -->
|
||||
@ -409,7 +413,3 @@ Some data sources, like MySQL databases, Prometheus instances or Elasticsearch c
|
||||
To query these data sources from Grafana Cloud, you've had to open your private network to a range of IP addresses, a non-starter for many IT Security teams. The challenge is, how do you connect to your private data from Grafana Cloud, without exposing your network?
|
||||
|
||||
The answer is Private Data Source Connect (PDC), available now in public preview in Grafana Cloud Pro and Advanced. PDC uses SOCKS over SSH to establish a secure connection between a lightweight PDC agent you deploy on your network and your Grafana Cloud stack. PDC keeps the network connection totally under your control. It’s easy to set up and manage, uses industry-standard security protocols, and works across public cloud vendors and a wide variety of secure networks. Learn more in our [Private data source connect documentation](/docs/grafana-cloud/data-configuration/configure-private-datasource-connect).
|
||||
|
||||
## Deprecations
|
||||
|
||||
Changing the folder UID through the API is deprecated. This functionality will be removed in a future release.
|
||||
|
Loading…
Reference in New Issue
Block a user