Преглед на файлове

Docs: Update changelog and latest with 6.3.1 and 6.3.2 releases (#18437)

Torkel Ödegaard преди 6 години
родител
ревизия
fc2f399df3
променени са 2 файла, в които са добавени 12 реда и са изтрити 2 реда
  1. 10 0
      CHANGELOG.md
  2. 2 2
      latest.json

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # 6.4.0 (unreleased)
 
+# 6.3.2 (2019-08-07)
+
+### Bug Fixes
+* **Gauge/BarGauge**: Fixes issue with losts thresholds and issue loading Gauge with avg stat. [#18375](https://github.com/grafana/grafana/pull/18375)
+
+# 6.3.1 (2019-08-07)
+
+### Bug Fixes
+* **PanelLinks**: Fix crash issue Gauge & Bar Gauge for panels with panel links (drill down links). [#18430](https://github.com/grafana/grafana/pull/18430)
+
 # 6.3.0 (2019-08-06)
 ### Features / Enhancements
 * **OAuth**: Do not set SameSite OAuth cookie if cookie_samesite is None. [#18392](https://github.com/grafana/grafana/pull/18392), [@papagian](https://github.com/papagian)

+ 2 - 2
latest.json

@@ -1,4 +1,4 @@
 {
-  "stable": "6.3.0",
-  "testing": "6.3.0"
+  "stable": "6.3.2",
+  "testing": "6.3.2"
 }