summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authornetdatabot <pawel+bot@netdata.cloud>2019-01-03 21:47:44 +0000
committernetdatabot <pawel+bot@netdata.cloud>2019-01-03 21:47:44 +0000
commit8e42b85b44cf1753f09efdf4de5674c7860ee49d (patch)
treeaf7ebcc1a578fb8e0219c23cbff0fba1f06008a6 /CHANGELOG.md
parentfd680665fe6ca60daf0b7741634c925cd64962e7 (diff)
[ci skip] Automatic changelog update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54e688911..9f44fe2944 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [**Next release**](https://github.com/netdata/netdata/tree/HEAD)
+
+**Fixed bugs:**
+
+- \[Bug\] Stale metrics being exported to prometheus [\#5064](https://github.com/netdata/netdata/issues/5064)
+
+**Closed issues:**
+
+- include chart values in alarm info text [\#2351](https://github.com/netdata/netdata/issues/2351)
+- alarm notifications should state a count of active alarms per state [\#946](https://github.com/netdata/netdata/issues/946)
+
+**Merged pull requests:**
+
+- Add variables to alarm-notify.sh [\#5096](https://github.com/netdata/netdata/pull/5096) ([cakrit](https://github.com/cakrit))
+- do not report stale metrics to prometheus [\#5084](https://github.com/netdata/netdata/pull/5084) ([ktsaou](https://github.com/ktsaou))
+- Generate a configure script for RPM build \(\#4570\) [\#4571](https://github.com/netdata/netdata/pull/4571) ([ananace](https://github.com/ananace))
+
## [v1.12.0-rc2](https://github.com/netdata/netdata/tree/v1.12.0-rc2) (2019-01-03)
**Fixed bugs:**
> 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119