summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2020-11-15[ci skip] create nightly packages and update changelognetdatabot
2020-11-14[ci skip] create nightly packages and update changelognetdatabot
2020-11-13New ebpf release (#10202)thiagoftsm
Update ebpf version
2020-11-13[ci skip] create nightly packages and update changelognetdatabot
2020-11-12[ci skip] create nightly packages and update changelognetdatabot
2020-11-11[ci skip] create nightly packages and update changelognetdatabot
2020-11-10[ci skip] create nightly packages and update changelognetdatabot
2020-11-09Fixed bug in auto-updater for FreeBSD (#10198) (#10204)abrbon
* Fixed bug in auto-updater for FreeBSD (#10198) * Fixed bug in auto-updater for FreeBSD (#10198)
2020-11-09installer: update go.d.plugin version to v0.25.0 (#10215)Ilya Mashchenko
2020-11-09[ci skip] create nightly packages and update changelognetdatabot
2020-11-08[ci skip] create nightly packages and update changelognetdatabot
2020-11-07[ci skip] create nightly packages and update changelognetdatabot
2020-11-06Update k8s docs with new Helm repo (#10172)Joel Hans
* Update k8s docs with new Helm repo * Change curl
2020-11-06Fixed two bugs related to version handling in install and update code. (#10162)Austin S. Hemmelgarn
* Try to update local tags during build to ensure consistent version. By default, `git` does not update the list of tags for a repository after it is first cloned unless you explicitly tell it to do so. Because we use the most recent tag as the first part of our version number, this can lead to strange ancient-looking version numbers that are actually far more recent (for example, `v1.11.1-2915-g6106dd7`, which is actually from v1.21.1 sources), potentially causing confusion with respect to support. This adds code to `netdata-installer.sh` to try to update the local repo with the remote tags to ensure that we actually have sane version numbers. * Use 5 digits for commit count in version number comparison. The original code in `netdata-updater.sh` includes a hard-coded assumption that a version number will never have more than 3 digits for the commit count. This is of course wrong in a handful of cases, which will then get stuck on the older version because of the effects of digit counts on comparisons. This updates from our current 999 commit limit to a limit of 99999 commits, which is a reasonable expectation that we should never get _that_ far.
2020-11-06[ci skip] create nightly packages and update changelognetdatabot
2020-11-05[ci skip] create nightly packages and update changelognetdatabot
2020-11-04[ci skip] create nightly packages and update changelognetdatabot
2020-11-03Add notices to FreeBSD/pfSense docs that they are community-supported (#10171)Joel Hans
* Add notice about community-maintained * Update Netdata version * Tweak a few commands * Add curl example to freebsd * Update version
2020-11-03[ci skip] create nightly packages and update changelognetdatabot
2020-11-02dashboard v2.7.5 (#10179)Jacek Kolasa
2020-11-02[ci skip] create nightly packages and update changelognetdatabot
2020-11-01[ci skip] create nightly packages and update changelognetdatabot
2020-10-31[ci skip] create nightly packages and update changelognetdatabot
2020-10-30[ci skip] create nightly packages and update changelognetdatabot
2020-10-29Update the version of libJudy that we bundle to 1.0.5-netdata2 (#10158)Austin S. Hemmelgarn
This newer revision includes a fix in the libJudy build system that should resolve a number of issues we have relating to linking of libJudy.
2020-10-29[ci skip] create nightly packages and update changelognetdatabot
2020-10-28[ci skip] create nightly packages and update changelognetdatabot
2020-10-27dashboard@2.7.4 (#10122)Jacek Kolasa
2020-10-27[ci skip] create nightly packages and update changelognetdatabot
2020-10-26Add documentation for configuring/editing hostnames of Docker-run Agents ↵Joel Hans
(#10087) * Add doc for Docker hostname * Small tweak * Remove extra w
2020-10-26[ci skip] create nightly packages and update changelognetdatabot
2020-10-25[ci skip] create nightly packages and update changelognetdatabot
2020-10-24[ci skip] create nightly packages and update changelognetdatabot
2020-10-23[ci skip] create nightly packages and update changelognetdatabot
2020-10-22[ci skip] create nightly packages and update changelognetdatabot
2020-10-21installer: update go.d.plugin version to v0.24.0 (#10109)Ilya Mashchenko
2020-10-21[ci skip] create nightly packages and update changelognetdatabot
2020-10-20[ci skip] create nightly packages and update changelognetdatabot
2020-10-19Added more robust doucmentation around updates. (#10100)Austin S. Hemmelgarn
* Added more robust doucmentation around updates. This adds additional documentation about how to update installs with our installer scripts to help users deal with failed updates. * Update packaging/installer/UPDATE.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Update packaging/installer/UPDATE.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Update packaging/installer/UPDATE.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Update packaging/installer/UPDATE.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Reference info about configuration directory. This makes the section about determining your installation type shorter and more concise and avoids duplication of documentation. Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-10-19[ci skip] create nightly packages and update changelognetdatabot
2020-10-18[ci skip] create nightly packages and update changelognetdatabot
2020-10-17[ci skip] create nightly packages and update changelognetdatabot
2020-10-14[ci skip] release v1.26.0v1.26.0netdatabot
2020-10-14[ci skip] create nightly packages and update changelognetdatabot
2020-10-13[ci skip] create nightly packages and update changelognetdatabot
2020-10-12[ci skip] create nightly packages and update changelognetdatabot
2020-10-11[ci skip] create nightly packages and update changelognetdatabot
2020-10-10[ci skip] create nightly packages and update changelognetdatabot
2020-10-09installer: update go.d.plugin version to v0.23.0 (#10046)Ilya Mashchenko
2020-10-09Rename NETDATA_PORT to NETDATA_LISTENER_PORT (#10045)Konstantinos Natsakis
Because it clashes with a kubernetes defined NETDATA_PORT variable: Our Helm chart creates a service called netdata which in turn makes kubernetes export a NETDATA_PORT environment variable with a value like tcp://<ip>:19999 which is not parsable by the netdata agent as a value to the `-p` argument.