summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2021-03-24Ebpf extend sync (#10814)thiagoftsm
Extend synchronization thread.
2021-03-24[ci skip] create nightly packages and update changelognetdatabot
2021-03-23Assorted updater fixes. (#10613)Austin S. Hemmelgarn
* Fix option name in updater re-invocation code. * Fix handling of a pre-set temporary directory. * Properly pass temporary directory from updater to installer.
2021-03-23[ci skip] create nightly packages and update changelognetdatabot
2021-03-22installer: update go.d.plugin version to v0.28.1 (#10826)Ilya Mashchenko
2021-03-20[ci skip] create nightly packages and update changelognetdatabot
2021-03-19Fix handling of nightly and release packages in GHA workflows. (#10819)Austin S. Hemmelgarn
2021-03-19[ci skip] create nightly packages and update changelognetdatabot
2021-03-18fix claiming via env vars in docker container (#10811)Ilya Mashchenko
2021-03-18[ci skip] create nightly packages and update changelognetdatabot
2021-03-17New thread for ebpf.plugin thiagoftsm
Add monitoring to `sync` syscall
2021-03-17[ci skip] create nightly packages and update changelognetdatabot
2021-03-16[ci skip] create nightly packages and update changelognetdatabot
2021-03-15Docker-based packaging workflow in GitHub Actions. (#9964)Austin S. Hemmelgarn
* Add a new GHA workflow for building and publishing binary packages. This greatly simplifies the package handling code, significantly reduces the amount of things we are running in Travis, adds better CI for package builds for PRs, finally eliminates LXC from any of our CI, and enables us to make further major improvements much easier. * Migrate repo cleanup to GHA and remove dead code. * Fix RPM package builds. * Fix DEB installation.
2021-03-15[ci skip] create nightly packages and update changelognetdatabot
2021-03-14[ci skip] create nightly packages and update changelognetdatabot
2021-03-13[ci skip] create nightly packages and update changelognetdatabot
2021-03-12dashboard@v2.13.28 (#10761)Jacek Kolasa
2021-03-12[ci skip] create nightly packages and update changelognetdatabot
2021-03-11[ci skip] create nightly packages and update changelognetdatabot
2021-03-11Fixed detection of already claimed node in Docker images. (#10720)Austin S. Hemmelgarn
The name of the path we are checking was incorrect. Credit to @ilyam8 for noticing this.
2021-03-10[ci skip] create nightly packages and update changelognetdatabot
2021-03-09[ci skip] create nightly packages and update changelognetdatabot
2021-03-08Added support for claiming nodes as part of installation. (#10084)Austin S. Hemmelgarn
* Added support for claiming nodes as part of installation. This adds four new options to the `netdata-installer.sh` script: * `--claim-token` * `--claim-rooms` * `--claim-uri` * `--claim-proxy` These directly correspond to the `-token`, `-rooms`, `-uri`, and `-proxy` options for the `netdata-claim.sh` script. They have the following associated logic: * If any are specified and the `--disable-cloud` option is also specified, we bail and tell the user to either enable the cloud or remove the claiming options. * If only some but not all of the token, rooms, and uri options are specified, we bail and tell the user that they must pass all three. * If all three of the token, rooms, and uri are specified, we invoke the `netdata-claim.sh` script for the install itself as one of the last steps in the installation process, using the values passed to these options. This allows users to directly claim the agent as part of the install, which is useful for automated installation scenarios. * Add missing space as suggested by @knatsakis * Properly handle installs in /. * Properly handle unprefixed installs. * Fix another spelling error in an option name. * Properly fix option naming. * Move claiming into kickstart script instead of netdata-installer. This makes us more future-proof. The required changes also fix some buggy behavior in the option parsing code in the kickstart scripts. * Fix checksums. * Sanely handle the daemon not running during the claiming process. * Silence incorrect shellcheck warning. * Simplify condition as suggested by @vkalintiris. * Clean up old changes that should not be here anymore. These are leftovers from an earlier revision, they are not actually needed. * Add ID generation logic to the claiming script. This lets it reliably claim nodes which have not yet had the daemon run. Also fixes a consistency issue in the claiming logic in the Docker entrypoint.
2021-03-08[ci skip] create nightly packages and update changelognetdatabot
2021-03-07[ci skip] create nightly packages and update changelognetdatabot
2021-03-06[ci skip] create nightly packages and update changelognetdatabot
2021-03-05[ci skip] create nightly packages and update changelognetdatabot
2021-03-04Update guide: Kubernetes monitoring with Netdata: Overview and ↵Joel Hans
visualizations (#10691) * Start work on update * Finish initial re-draft * Sneak in tweaks to anomaly guides * Tweaks to both guide and deploy instructions * Add meta description * Fixes for Odysseas
2021-03-04Changed Docker image tagging to use semver tags for releases. (#10648)Austin S. Hemmelgarn
* Changed Docker image tagging to use semver tags for releases. This allows users to use image names like `netdata/netdata:1` or `netdata/netdata@1.29` and track the most up-to-date release that matches that version prefix. Such usage is a common practice for projects using semantic versioning like we are. This has a side effect, however, of remivng the `v` from the start of our version tags. Not having it is also more consistent with how a vast majority of other projects handle version tags, but users will need to be notified about the change. * Proper backwards compatability. * Add documentation about Docker image tags. * Update packaging/docker/README.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2021-03-04New version eBPF programs. (#10707)thiagoftsm
Add new eBPF version to bring support for close events on kernel `5.11`.
2021-03-04[ci skip] create nightly packages and update changelognetdatabot
2021-03-03Change all refs from service to systemctl (#10703)Joel Hans
2021-03-03Add Linux page cache metrics to eBPF (#10693)thiagoftsm
Add new eBPF thread to display page cache utilization.
2021-03-03[ci skip] create nightly packages and update changelognetdatabot
2021-03-02[ci skip] create nightly packages and update changelognetdatabot
2021-03-01[ci skip] create nightly packages and update changelognetdatabot
2021-02-28[ci skip] create nightly packages and update changelognetdatabot
2021-02-27[ci skip] create nightly packages and update changelognetdatabot
2021-02-26[ci skip] create nightly packages and update changelognetdatabot
2021-02-25installer: update go.d.plugin version to v0.28.0 (#10660)Ilya Mashchenko
2021-02-25[ci skip] create nightly packages and update changelognetdatabot
2021-02-24Improve the Kubernetes deployment documentation (#10662)Joel Hans
* Update k8s deployment instructions * More tweaks * Change claiming instructions, restore old guide to separate work * Remove beta * Remove data collect from parent config * Remove dbengine override * Tweaks * Add notice about history setting
2021-02-24[ci skip] create nightly packages and update changelognetdatabot
2021-02-23[ci skip] release v1.29.3v1.29.3netdatabot
2021-02-23[ci skip] create nightly packages and update changelognetdatabot
2021-02-22[ci skip] create nightly packages and update changelognetdatabot
2021-02-21[ci skip] create nightly packages and update changelognetdatabot
2021-02-20[ci skip] create nightly packages and update changelognetdatabot
2021-02-19[ci skip] create nightly packages and update changelognetdatabot