summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2018-12-02[ci skip] Automatic changelog updatenetdatabot
2018-12-01[ci skip] Automatic changelog updatenetdatabot
2018-11-30[ci skip] Automatic changelog updatenetdatabot
2018-11-27[ci skip] Automatic changelog updatenetdatabot
2018-11-26[ci skip] Automatic changelog updatenetdatabot
2018-11-25[ci skip] Automatic changelog updatenetdatabot
2018-11-24[ci skip] Automatic changelog updatenetdatabot
2018-11-23[ci skip] Automatic changelog updatenetdatabot
2018-11-22[ci skip] Automatic changelog updatenetdatabot
2018-11-22[ci skip] Automatic changelog updatenetdatabot
2018-11-21[ci skip] Automatic changelog updatenetdatabot
2018-11-20[ci skip] Automatic changelog updatenetdatabot
2018-11-18[ci skip] Automatic changelog updatenetdatabot
2018-11-16[ci skip] Automatic changelog updatenetdatabot
2018-11-14[ci skip] Automatic changelog updatenetdatabot
2018-11-12[ci skip] Automatic changelog updatenetdatabot
2018-11-11[ci skip] Automatic changelog updatenetdatabot
2018-11-10[ci skip] Automatic changelog updatenetdatabot
2018-11-09[ci skip] Automatic changelog updatenetdatabot
2018-11-08[ci skip] Automatic changelog updatenetdatabot
2018-11-07[ci skip] Automatic changelog updatenetdatabot
2018-11-06[ci skip] Automatic changelog updatenetdatabot
2018-11-05[ci skip] Automatic changelog updatenetdatabot
2018-11-04[ci skip] Automatic changelog updatenetdatabot
2018-11-02[ci skip] Automatic changelog updatenetdatabot
2018-11-02after release cleanup (#4552)Paweł Krupa
2018-11-02[ci skip] Automatic changelog updatev1.11.0netdatabot
2018-11-01[ci skip] Automatic changelog updatenetdatabot
2018-10-31[ci skip] Automatic changelog updatenetdatabot
2018-10-31[ci skip] Automatic changelog updatenetdatabot
2018-10-22add autogenerated changelog (#4444)Paweł Krupa
##### Summary <!--- Describe the change below, including rationale and design decisions --> Create changelog based on GitHub labels <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### Component Name <!--- Write the short name of the module or plugin below --> GitHub management ##### Additional Information <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> Moving old manually created changelog to HISTORICAL_CHANGELOG.md and using command below to create changelog based on github issues, PRs, and labels. This is a preview and in the near future this will be automated and running daily in cron. <!--- Paste log output below, e.g. before and after your change --> ```sh docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \ --user "netdata" \ --project "netdata" \ --token "${GITHUB_TOKEN}" \ --since-tag "v1.10.0" \ --unreleased-label "**Next release**" \ --no-compare-link \ --exclude-labels duplicate,question,invalid,wontfix,discussion,documentation ```