summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2022-12-20[ci skip] Update changelog and version for nightly build: v1.37.0-63-nightly.netdatabot
2022-12-19Switch to self-hosted infrastructure for RPM package distribution. (#14100)Austin S. Hemmelgarn
* Initial version of new RPM repository configuration. * Update packaging/repoconfig/netdata-edge.repo.centos Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-12-17[ci skip] Update changelog and version for nightly build: v1.37.0-60-nightly.netdatabot
2022-12-16bump go.d.plugin to v0.46.1 (#14151)Ilya Mashchenko
2022-12-16[ci skip] Update changelog and version for nightly build: v1.37.0-57-nightly.netdatabot
2022-12-14[ci skip] Update changelog and version for nightly build: v1.37.0-55-nightly.netdatabot
2022-12-14[ci skip] Update changelog and version for nightly build: v1.37.0-48-nightly.netdatabot
2022-12-13Remove Fedora 35 from the list of supported platforms. (#14136)Austin S. Hemmelgarn
It’s EOL as of 2022-12-13.
2022-12-13[ci skip] Update changelog and version for nightly build: v1.37.0-42-nightly.netdatabot
2022-12-10[ci skip] Update changelog and version for nightly build: v1.37.0-40-nightly.netdatabot
2022-12-09bump go.d.plugin to v0.46.0 (#14124)Ilya Mashchenko
2022-12-09remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice ↵Ilya Mashchenko
(#14073)
2022-12-09[ci skip] Update changelog and version for nightly build: v1.37.0-30-nightly.netdatabot
2022-12-08fix docker host editable config (#14104)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14103
2022-12-07Remove deprecated methods for passing additional options to install code. ↵Austin S. Hemmelgarn
(#12943)
2022-12-07[ci skip] Update changelog and version for nightly build: v1.37.0-24-nightly.netdatabot
2022-12-06Fix missing required package install of tar on FreeBSD (#14095)Dim-P
2022-12-06Cleanly reimplement system/edit-config.in. (#13702)Austin S. Hemmelgarn
* Cleanly reimplement system/edit-config.in - Added support for pulling config files from Docker containers. - Added auto-detection for Docker containers. - Use directory the script is in for target directory for config files instead of templating it in at build time. - Prefix error messages with `ERROR:`. - Robustly check for a valid editor _before_ invoking it. - Add support for actual command-line options, including a proper `--help` option. - Use prefix matching of absolute paths to determine file validity instead of blindly excluding certain path types. - If editing a non-existing file we do not provide a stock copy of, create an empty file instead of throwing an error. - Make the whole script properly modular. * Improve robustness of container autodetection. Instead of relying on the lack of certain directories on a host system, use some relatively standard checks to determine if we appear to be running in a container. * Auto-detect stock config paths at runtinme instead of hard-coding them at build time. THis will simplify testing of the script, as well as making it a bit more resilient to users moving things around. * Add an option to list known config files. * Fix container environment check to not require root. * Fix help output. * Fix path prefix check. * Fix file path handling. * Use correct variable when editing files. * Use correct path for `env`. * Source profile before running `set -e`. To prevent questionablly written profiles from causing the script to exit. * Produce columnar output when listing valid files. * Fix copy check. * Fix build issues. * fix build issues * formatting Co-authored-by: ilyam8 <ilya@netdata.cloud>
2022-12-06docs: add a note to set container nofile ulimit for Fedora users (#14092)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14062
2022-12-06[ci skip] Update changelog and version for nightly build: v1.37.0-19-nightly.netdatabot
2022-12-04[ci skip] Update changelog and version for nightly build: v1.37.0-17-nightly.netdatabot
2022-12-03[ci skip] Update changelog and version for nightly build: v1.37.0-14-nightly.netdatabot
2022-12-02[ci skip] Update changelog and version for nightly build: v1.37.0-8-nightly.netdatabot
2022-12-01Remove openSUSE Leap 15.3 from CI and support. (#13416)Austin S. Hemmelgarn
2022-12-01[ci skip] Update changelog and version for nightly build: v1.37.0-1-nightly.netdatabot
2022-11-30[ci skip] Minor release v1.37.0.v1.37.0netdatabot
2022-11-29[ci skip] Update changelog and version for nightly build: v1.36.0-412-nightly.netdatabot
2022-11-29[ci skip] Update changelog and version for nightly build: v1.36.0-410-nightly.netdatabot
2022-11-29[ci skip] Update changelog and version for nightly build: v1.36.0-406-nightly.netdatabot
2022-11-28fix(updater): don't produce any output if static update completed ↵Ilya Mashchenko
successfully (#14058) Fixes https://github.com/netdata/netdata/issues/12824
2022-11-28Add Alpine 3.17 to supported distros. (#14056)Austin S. Hemmelgarn
2022-11-28bump go.d.plugin to v0.45.0 (#14052)Ilya Mashchenko
2022-11-26[ci skip] Update changelog and version for nightly build: v1.36.0-397-nightly.netdatabot
2022-11-25[ci skip] Update changelog and version for nightly build: v1.36.0-390-nightly.netdatabot
2022-11-24[ci skip] Update changelog and version for nightly build: v1.36.0-387-nightly.netdatabot
2022-11-23[ci skip] Update changelog and version for nightly build: v1.36.0-385-nightly.netdatabot
2022-11-22[ci skip] Update changelog and version for nightly build: v1.36.0-380-nightly.netdatabot
2022-11-21bump go.d.plugin v0.44.0 (#14030)Ilya Mashchenko
2022-11-21[ci skip] Update changelog and version for nightly build: v1.36.0-374-nightly.netdatabot
2022-11-18[ci skip] Update changelog and version for nightly build: v1.36.0-371-nightly.netdatabot
2022-11-18[ci skip] Update changelog and version for nightly build: v1.36.0-369-nightly.netdatabot
2022-11-18Change relative links to absolute for learn components (#14015)Tasos Katsoulas
Change relative links to absolute based on @site Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2022-11-18[ci skip] Update changelog and version for nightly build: v1.36.0-364-nightly.netdatabot
2022-11-17[ci skip] Update changelog and version for nightly build: v1.36.0-362-nightly.netdatabot
2022-11-16minor typo in the uninstall command (#14002)Tasos Katsoulas
Just minor typo in the uninstall commands
2022-11-16[ci skip] Update changelog and version for nightly build: v1.36.0-359-nightly.netdatabot
2022-11-15[ci skip] Update changelog and version for nightly build: v1.36.0-351-nightly.netdatabot
2022-11-14bump go.d.plugin to v0.43.1 (#13993)Ilya Mashchenko
2022-11-14[ci skip] Update changelog and version for nightly build: v1.36.0-347-nightly.netdatabot
2022-11-12[ci skip] Update changelog and version for nightly build: v1.36.0-344-nightly.netdatabot