summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2023-03-22[ci skip] Update changelog and version for nightly build: v1.38.0-290-nightly.netdatabot
2023-03-21Replace hardcoded links pointing to "learn.netdata.cloud" with github ↵Fotis Voutsas
absolute links (#14779) * Update REFERENCE.md * replace redirected links * format the files * fix redirected link * format the file * replace hardcoded links
2023-03-21[ci skip] Update changelog and version for nightly build: v1.38.0-274-nightly.netdatabot
2023-03-20Bundle libyaml (#14704)Emmanuel Vasilakis
* bundle libyaml * remove comment * .github/workflows/coverity.yml * add to coverity and tests * add deps * add to netdata.spec.in * add to contrib/debia/control * remove extra gentoo libyaml
2023-03-18[ci skip] Update changelog and version for nightly build: v1.38.0-268-nightly.netdatabot
2023-03-17bump go.d.plugin to v0.51.4 (#14756)Ilya Mashchenko
2023-03-17Add CI support for Fedora 38 & Ubuntu 23.04 native packages (#14735)Tasos Katsoulas
* Add CI support for Fedora 38 & Ubuntu 23.04 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * sort list * fix merge conflicts Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * parorama Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * CI's pain, minor omission Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-03-17[ci skip] Update changelog and version for nightly build: v1.38.0-259-nightly.netdatabot
2023-03-16bump go.d.plugin version to v0.51.3 (#14745)Ilya Mashchenko
2023-03-16[ci skip] Update changelog and version for nightly build: v1.38.0-249-nightly.netdatabot
2023-03-15[ci skip] Update changelog and version for nightly build: v1.38.0-243-nightly.netdatabot
2023-03-14[ci skip] Update changelog and version for nightly build: v1.38.0-236-nightly.netdatabot
2023-03-13Add Amazon Linux 2 to CI and platform support. (#14599)Austin S. Hemmelgarn
* Add Amazon Linux 2 to CI and platform support. * Fix conditional in repoconfig spec file. * Fix package testing script. * Add support to kickstart.sh. * Fix pkg-test.sh typo. * Fix CI support package handling. * Make updater log to stderr if running under CI. * Fix broken sed expressions in installer. * Fix updater CI check WRT auto-update checking. * Update .github/scripts/pkg-test.sh Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> * Clean up package testing code. * Fix filename matching for package testing. --------- Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
2023-03-10[ci skip] Update changelog and version for nightly build: v1.38.0-228-nightly.netdatabot
2023-03-10[ci skip] Update changelog and version for nightly build: v1.38.0-224-nightly.netdatabot
2023-03-09[ci skip] Update changelog and version for nightly build: v1.38.0-221-nightly.netdatabot
2023-03-08Fix kernel test script (#14676)thiagoftsm
2023-03-08[ci skip] Update changelog and version for nightly build: v1.38.0-212-nightly.netdatabot
2023-03-07Fix conditionals for claim-only case in kickstart.sh. (#14679)Austin S. Hemmelgarn
Should have been updated as part of #13896, but somehow got missed there.
2023-03-07Fix intermittent permissions issues in some Docker builds. (#14629)Austin S. Hemmelgarn
* Fix intermittent permissions issues in some Docker builds. * Fix issue with PPC64le builds.
2023-03-07[ci skip] Update changelog and version for nightly build: v1.38.0-201-nightly.netdatabot
2023-03-04[ci skip] Update changelog and version for nightly build: v1.38.0-198-nightly.netdatabot
2023-03-03Fix handling of missing release codename on DEB systems. (#14642)Austin S. Hemmelgarn
Instead of treating it as a fatal error, just warn about it and skip native packages. Also fixes a long unnoticed bug in the early fallback case for native packages.
2023-03-03[ci skip] Update changelog and version for nightly build: v1.38.0-193-nightly.netdatabot
2023-03-02Fix links (#14651)Chris Akritidis
* Update kickstart.md fixlink * Update monitor-debug-applications-ebpf.md
2023-03-02Fix doc links (#14650)Chris Akritidis
* Update freebsd.md * Update REFERENCE.md * Update README.md * Update COLLECTORS.md
2023-03-02[ci skip] Update changelog and version for nightly build: v1.38.0-187-nightly.netdatabot
2023-03-01[docs]: Revert #14178 that documents how to set nofile limit for Netdata ↵Dim-P
containers (#14635) Revert #14178
2023-03-01Link statically libnetfilter_acct into our static builds (#14516)Tasos Katsoulas
Bundle the nfacct dependencies libnetfilter_acct as static lib from source archives and libmnl as static lib from the alpines' packages (regular package manager) into our Netdata static binaries Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
2023-03-01[ci skip] Update changelog and version for nightly build: v1.38.0-180-nightly.netdatabot
2023-02-28Add link to native packages also on the list (#14633)Chris Akritidis
2023-02-28Re-add link from install page to DEB/RPM package documentation. (#14631)Austin S. Hemmelgarn
* Re-add docs link for native DEB/RPM packages. * Clean up trailing whitespace.
2023-02-28Ensure consistency of kickstart script options that change operational mode ↵Austin S. Hemmelgarn
of the script. (#13896) * Centralize installer action types. This ensures consistency of behavior when users specify multiple action types. * Update messaging around install action options. - Document them in their own area of the help text, including mentioning that they are mutually exclusive and properly documenting their full behavior. - Issue a warning whenever an action option gets overridden later in the command line. * Update documentation about kickstart options to be consistent with help text. Also brings the FreeBSD documentation in-line with the regular kickstart documentation. * Make option names more consistent.
2023-02-28Fix broken link (#14630)Chris Akritidis
2023-02-28Add an option to the kickstart script to override distro detection. (#14589)Austin S. Hemmelgarn
Takes a single argument consisting of the values of the `ID`, `VERSION_ID`, and `VERSION_CODENAME` fields from the os-release file for the target distribution, separated by `:`. The codename part is optional for non-DEB distros, in which case the final `:` may be left off. This allows for better handling of platforms that are ABI-compatible derivatives of our supported platforms, both in that it allows users to install with native packages on them, and in that it allows us to better test such setups.
2023-02-28Make the title metadata H1 in all markdown files (#14625)Fotis Voutsas
* make the title metadta the H1 * Update collectors/python.d.plugin/zscores/README.md * Update libnetdata/ebpf/README.md * Update ml/README.md * Update libnetdata/string/README.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-28[ci skip] Update changelog and version for nightly build: v1.38.0-166-nightly.netdatabot
2023-02-27Reorg learn 0227 (#14621)Chris Akritidis
* reorg batch 1 * remove duplicate cloud custom dashboard and agent dashboard * Simplify the root web/README * Merge streaming references * Make enable streaming the overall intro and the README the reference * Remove reference-streaming document * Update overview pages
2023-02-27bump go.d.plugin v0.51.2 (#14618)Ilya Mashchenko
2023-02-27Reorganize system directory to better reflect what files are actually used ↵Austin S. Hemmelgarn
for. (#14544) * Move systemd-specific system files to their own directory. * Move non-systemd init scripts to individual subdirectories. * Move cron files to their own directory. * Move logrotate config to it’s own directory. * Fix typos in Makefile.am. * Fix Debian package builds. * Fixed issues reported by @andrewm4894.
2023-02-27[ci skip] Update changelog and version for nightly build: v1.38.0-159-nightly.netdatabot
2023-02-26Reorg learn 0226 (#14610)Chris Akritidis
* Reorg getting started * Streaming * Remove blanks * Fix up to cloud alerts
2023-02-26update go.d.plugin v0.51.1 (#14611)Ilya Mashchenko
2023-02-26[ci skip] Update changelog and version for nightly build: v1.38.0-153-nightly.netdatabot
2023-02-25Fix links to chart interactions (#14609)Chris Akritidis
2023-02-25Reorg information and add titles (#14608)Chris Akritidis
2023-02-25[ci skip] Update changelog and version for nightly build: v1.38.0-149-nightly.netdatabot
2023-02-24Fix broken links (#14605)Fotis Voutsas
* fix broken links * fix a link to kernel-collector readme, make it to not point at .md
2023-02-24[ci skip] Update changelog and version for nightly build: v1.38.0-144-nightly.netdatabot
2023-02-23[ci skip] Update changelog and version for nightly build: v1.38.0-136-nightly.netdatabot