summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2023-04-11eBPF bug fixes (#14869)thiagoftsm
2023-04-11[ci skip] Update changelog and version for nightly build: v1.38.0-361-nightly.netdatabot
2023-04-10[ci skip] Update changelog and version for nightly build: v1.38.0-356-nightly.netdatabot
2023-04-08[ci skip] Update changelog and version for nightly build: v1.38.0-354-nightly.netdatabot
2023-04-07bump go.d.plugin v0.52.0 (#14870)Ilya Mashchenko
2023-04-07Assorted installer code cleanup. (#14632)Austin S. Hemmelgarn
* Consolidate shared options for native packages. This makes the code significantly easier to read and greatly redueces redundancy. * Collapse cases with one-line bodies to single lines. * Consolidate forced install type flags into a single variable. * Clean up binpkg handling in updater. * Assorted updater cleanup. * Use bundled crontab for scheduling updates. Instead of using one embedeed in the updater script. * Fix botched merge. * Fix another merge issue. * Fix missing Amazon Linux support in updater code.
2023-04-07[ci skip] Update changelog and version for nightly build: v1.38.0-348-nightly.netdatabot
2023-04-06[ci skip] Update changelog and version for nightly build: v1.38.0-345-nightly.netdatabot
2023-04-05[ci skip] Update changelog and version for nightly build: v1.38.0-342-nightly.netdatabot
2023-04-04[ci skip] Update changelog and version for nightly build: v1.38.0-337-nightly.netdatabot
2023-04-03update posthog domain (#14818)Andrew Maguire
* update posthog domain * update for curl too * update telemetry url in installer
2023-04-03remove ubuntu 18.04 from our CI (#14731)Tasos Katsoulas
* remove ubuntu 18.04 from our CI Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * add 18.04 to previously supported Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-04-01[ci skip] Update changelog and version for nightly build: v1.38.0-333-nightly.netdatabot
2023-03-31[ci skip] Update changelog and version for nightly build: v1.38.0-331-nightly.netdatabot
2023-03-30[ci skip] Update changelog and version for nightly build: v1.38.0-326-nightly.netdatabot
2023-03-29First batch of adding descriptions to the documentation (#14825)Fotis Voutsas
* first batch of adding descriptions to the documentation, and fixing inconsistencies inside the files * Apply suggestions from code review Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com> * Update docs/cloud/visualize/overview.md * Replace view with tab in overview.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-03-29Docs, shorten too long titles, and add a description below (#14820)Fotis Voutsas
shorten too long titles, and add a description below
2023-03-29Add Amazon Linux 2023 to CI, packaging, and platform support. (#14771)Austin S. Hemmelgarn
* Add Amazon Linux 2023 to CI, packaging, and platform support. * Fix dependencies for AL2023 in RPM spec file. * Fix handling of package tests with DNF.
2023-03-29Delete installation instructions specific to FreeNAS (#14826)Fotis Voutsas
2023-03-29[ci skip] Update changelog and version for nightly build: v1.38.0-314-nightly.netdatabot
2023-03-28[ci skip] Update changelog and version for nightly build: v1.38.0-309-nightly.netdatabot
2023-03-27Address Learn feedback from users (#14802)Fotis Voutsas
* Update collectors/charts.d.plugin/sensors/README.md * lint the file, and correct some mistypes * add suggestions and fix wording * cover feedback by users * fix broken link * Update invite-your-team.md
2023-03-24[ci skip] Update changelog and version for nightly build: v1.38.0-301-nightly.netdatabot
2023-03-23Fix handling of logrotate on static installs. (#14792)Austin S. Hemmelgarn
* Fix handling of logrotate on static installs. * Correctly fix handling of logrotate config in static builds.
2023-03-23[ci skip] Update changelog and version for nightly build: v1.38.0-296-nightly.netdatabot
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