diff --git a/CHANGELOG.md b/CHANGELOG.md index 023c5ac7114..3b8da191938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,18 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i + + +# 7.5.7 (2021-05-19) + +### Bug fixes + +* **Dockerfile:** Fixes missing --no-cache. [#33906](https://github.com/grafana/grafana/pull/33906), [@030](https://github.com/030) +* **Annotations:** Prevent orphaned annotation tags cleanup when no annotations were cleaned. [#33957](https://github.com/grafana/grafana/pull/33957), [@afayngelerindbx](https://github.com/afayngelerindbx) +* **Quota:** Do not count folders towards dashboard quota. [#32519](https://github.com/grafana/grafana/pull/32519), [@conorevans](https://github.com/conorevans) + + + # 7.5.6 (2021-05-11) diff --git a/docs/sources/release-notes/release-notes-7-5-7.md b/docs/sources/release-notes/release-notes-7-5-7.md new file mode 100644 index 00000000000..39a71d1840f --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-7.md @@ -0,0 +1,16 @@ ++++ +title = "Release notes for Grafana 7.5.7" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.7 + +### Bug fixes + +* **Dockerfile:** Fixes missing --no-cache. [#33906](https://github.com/grafana/grafana/pull/33906), [@030](https://github.com/030) +* **Annotations:** Prevent orphaned annotation tags cleanup when no annotations were cleaned. [#33957](https://github.com/grafana/grafana/pull/33957), [@afayngelerindbx](https://github.com/afayngelerindbx) +* **Quota:** Do not count folders towards dashboard quota. [#32519](https://github.com/grafana/grafana/pull/32519), [@conorevans](https://github.com/conorevans) +