summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
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 ```
2018-09-22replaced referenced to firehol github org with netdata github org (#4249)Costa Tsaousis
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
2018-03-27Prepare release 1.10.0v1.10.0Costa Tsaousis (ktsaou)
2017-12-17Prepare release 1.9.0v1.9.0Costa Tsaousis (ktsaou)
2017-09-17Prepare release 1.8.0v1.8.0Costa Tsaousis (ktsaou)
2017-07-16Prepare release 1.7.0v1.7.0Costa Tsaousis (ktsaou)
2017-03-20Prepare release 1.6.0v1.6.0Costa Tsaousis (ktsaou)
2017-03-06fix changelog year; fixes #1896Costa Tsaousis (ktsaou)
2017-01-23fix spelling of "systemd"Steven Noonan
Per the "spelling" section on the systemd main page: https://www.freedesktop.org/wiki/Software/systemd/ Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-01-22Prepare release 1.5.0v1.5.0Costa Tsaousis (ktsaou)
2016-10-04Prepare release 1.4.0v1.4.0Costa Tsaousis (ktsaou)
2016-09-04Update ChangeLogElan Ruusamäe
fix typo, use proper caps for Python language
2016-08-28Prepare release 1.3.0v1.3.0Costa Tsaousis (ktsaou)
2016-05-16Prepare release 1.2.0v1.2.0Costa Tsaousis (ktsaou)
2016-04-20Prepare release 1.1.0v1.1.0Costa Tsaousis (ktsaou)
2016-03-22Prepare release 1.0.0v1.0.0Costa Tsaousis (ktsaou)
2016-01-24Add hooks and packaging scriptsPhilip Whineray
Include missing files in package