summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2023-02-09[ci skip] Update changelog and version for nightly build: v1.38.0-42-nightly.netdatabot
2023-02-08Add markdown files in Learn (#14466)Fotis Voutsas
* add metadata for learn * first batch of adding metadata to md files * second batch of adding metadata to md files * third batch of adding metadata to md files * test one sidebar_label * add missing sidebar_labels * add missing sidebar_labels to files left behind * test, ansible doc is stubborn * fix * fix * fix * don't use questionmarks in the sidebar label * don't use exclamation marks and symbols in the sidebar label * fix style guide * fixes * fixes
2023-02-08Move ansible md (#14469)Chris Akritidis
* Move the ansible installation instructions under packaging/installer/methods * Moved ansible
2023-02-08Moved contents of get started to installer readme (#14467)Chris Akritidis
2023-02-08Update static build packages (#14450)Tasos Katsoulas
* bump openssl to v1.1.1t * bump ioping to v1.3 * bump curl to v7.87 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-08Update the "Deploy Kubernetes monitoring with Netdata" doc (#14345)Fotis Voutsas
* Update kubernetes.md install and claim sections * update the links in kubernetes.md * Suggestions from code review * change "claim" to "connect" * Make the file GitHub friendly * add space * Apply suggestions from code review Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com> * fix conflicts * suggestions from review * fix uppercase --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-08update the "Install Netdata with Docker" doc (#14385)Fotis Voutsas
* update packaging/docker/README.md * rebase and make the file GitHub friendly * suggestions from review
2023-02-08[ci skip] Update changelog and version for nightly build: v1.38.0-18-nightly.netdatabot
2023-02-07Update the "Install Netdata with kickstart.sh" doc (#14338)Fotis Voutsas
* update kickstart.md, make sure all links are absolute, claiming info and tabs on curl and wget * format the file * Apply suggestions from code review Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com> * remove a section, preserve the valuable info and change 'claim' to 'connect' * make the file GitHub friendly * add the title back so it can render on GitHub too --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-07[ci skip] Update changelog and version for nightly build: v1.38.0-8-nightly.netdatabot
2023-02-06Indicate what root privileges are needed for in kickstart.sh. (#14314)Austin S. Hemmelgarn
* Indicate what root privileges are needed for in kickstart.sh. Instead of just blindly prompting the user for root privileges when they are needed in the kickstart script, print a message about _why_ we need root privileges. This improves transparency for users about why they are being prompted. * Fix shellcheck issues. * Fix message formatting. * Fix handling of root privilege messages. We should be printing one per command, not one per word of the command.
2023-02-06kickstart.sh: Fix `--release-channel` as `--nightly-channel` options (#14424)Martin Vobruba
These options were introduced in ea451662055227545550d8f09deecb1427b7c672 but were broken a few days later in ae87d84b016b242a392695d5c9043aa35ff3063b. Currently these options are documented but kickstart script exits with `Unrecognized option` error if you use them.
2023-02-06[ci skip] Minor release v1.38.0.v1.38.0netdatabot
2023-02-04[ci skip] Update changelog and version for nightly build: v1.37.0-260-nightly.netdatabot
2023-02-03[ci skip] Update changelog and version for nightly build: v1.37.0-250-nightly.netdatabot
2023-02-02Minor fixes for markdown links (#14415)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-02Fix kickstart and updater not working with BusyBox wget (#14392)Dim-P
* Fix kickstart.sh failing when using busybox wget * Add a BusyBox compatible wget alternative in telemetry_event() * Fix netdata-updater.sh wget to work with BusyBox
2023-02-02Covert our documentation links to GH absolute links (#14344)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-02[ci skip] Update changelog and version for nightly build: v1.37.0-239-nightly.netdatabot
2023-02-01[ci skip] Update changelog and version for nightly build: v1.37.0-231-nightly.netdatabot
2023-01-31[ci skip] Update changelog and version for nightly build: v1.37.0-228-nightly.netdatabot
2023-01-31Publish Docker images to GHCR.io and Quay.io (#14372)Austin S. Hemmelgarn
* Also publish official images to GHCR. This provides an alternative source for users to get our Docker images. * Add basic static labels to our Docker images. These provide slightly better behavior on GHCR, as well as providing useful metadata for users. * Also publish to Quay.io. * Fix typo. Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-01-31bump go.d.plugin v0.50.0 (#14378)Ilya Mashchenko
2023-01-31[ci skip] Update changelog and version for nightly build: v1.37.0-224-nightly.netdatabot
2023-01-28[ci skip] Update changelog and version for nightly build: v1.37.0-199-nightly.netdatabot
2023-01-27Use "getent group" instead of reading "/etc/group" to get group information ↵Dim-P
(#14316) * Use getent group instead of /etc/group to search groups * Fallback to 'cat /etc/groups' if no getent exists * Use group_exists() in netdata-installer.sh * Rename group_exists() to get_group()
2023-01-27[ci skip] Update changelog and version for nightly build: v1.37.0-195-nightly.netdatabot
2023-01-26[ci skip] Update changelog and version for nightly build: v1.37.0-192-nightly.netdatabot
2023-01-25Add Collector log (#14309)thiagoftsm
2023-01-25Assorted infrastructure cleanup. (#14223)Austin S. Hemmelgarn
* Remove old documentation check related config files. These are no longer used by any of our CI as far as I can tell. * Purge LGTM configuration and references. It has been fully shut down, so none of this works anymore. * Purge Travis CI config, scripts, and references. We are no longer using Travis CI, so all of this is useless. * Pureg config for other CI tools we are no longer using. * Remove old packaging related test scripts. These haven’t been used in years, and are potentially confusing for new contributors. * Restore MLC configuration. It is, in fact, still in use. * Fix bogus CI config in dist files. * Fix botched merge in CODEOWNERS.
2023-01-25Introduce the new Structure of the documentation (#13915)Fotis Voutsas
* Moving the cloud docs under /docs/cloud (previous location: netdata/learn/*) * Added metadata on almost every document of the old learn site for the new ingest process of learn. * Map old learn document to their best fit as topic related docs. Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud> Co-authored-by: hugovalente-pm <hugo@netdata.cloud>
2023-01-25[ci skip] Update changelog and version for nightly build: v1.37.0-182-nightly.netdatabot
2023-01-24[ci skip] Update changelog and version for nightly build: v1.37.0-180-nightly.netdatabot
2023-01-23Update kickstart script to use new DEB infrastructure. (#14301)Austin S. Hemmelgarn
* Update kickstart script to use new DEB infrastructure. * Fix package filename suffix handling for DEB packages. * Fix the DEB package availability check to use new repo URL.
2023-01-21[ci skip] Update changelog and version for nightly build: v1.37.0-176-nightly.netdatabot
2023-01-20bump go.d.plugin to v0.49.2 (#14305)Ilya Mashchenko
2023-01-20Switch to self-hosted infrastructure for DEB package distribution. (#14290)Austin S. Hemmelgarn
* Update DEB repository configuration to new infrastructure. * Fix typo.
2023-01-20[ci skip] Update changelog and version for nightly build: v1.37.0-167-nightly.netdatabot
2023-01-18allow multiple local-build/static-install options in kickstart (#14287)Ilya Mashchenko
2023-01-18[ci skip] Update changelog and version for nightly build: v1.37.0-158-nightly.netdatabot
2023-01-17[ci skip] Update changelog and version for nightly build: v1.37.0-148-nightly.netdatabot
2023-01-16bump go.d.plugin to v0.49.1 (#14275)Ilya Mashchenko
2023-01-16Switch nightlies to GitHub releases. (#14020)Austin S. Hemmelgarn
* Switch nightlies to GitHub releases. Instead of using GCS. * Fix CI handling. * Fix handling of download URLs for nightly builds. * Fix handling of redirects for consolidated artifact checks. * Avoid redirect issues with the test environment. * Add more info to logs for updater checks. * Ignore redirect issues for updater checks. * Fix base URL handling in updater. * Dump post-update info in CI before checking if the update worked. * Special-case a version of `latest` in updater. This is to allow CI to work correctly. * Update nightly release badge in README.md. * Fix updater check variable name. * Add a comment documenting the magic number in parse_version.
2023-01-14[ci skip] Update changelog and version for nightly build: v1.37.0-140-nightly.netdatabot
2023-01-14[ci skip] Update changelog and version for nightly build: v1.37.0-138-nightly.netdatabot
2023-01-13[ci skip] Update changelog and version for nightly build: v1.37.0-135-nightly.netdatabot
2023-01-13chore(packaging): remove python-pymongo (#14196)Ilya Mashchenko
2023-01-13Fix binpkg updates on OpenSUSE (#14260)Dim-P
2023-01-13[ci skip] Update changelog and version for nightly build: v1.37.0-127-nightly.netdatabot
2023-01-12Fix kickstart download counter badges in documentation. (#14246)Austin S. Hemmelgarn