summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2023-07-28Update documentation (#15606)Kamil Kieliszczyk
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-07-28[ci skip] Update changelog and version for nightly build: v1.41.0-167-nightly.netdatabot
2023-07-27Remove temporarily the CI Tumbleweed support (#15554)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-07-27[ci skip] Update changelog and version for nightly build: v1.41.0-112-nightly.netdatabot
2023-07-26change api.netdata.cloud to app.netdata.cloud (#15538)Ilya Mashchenko
2023-07-26[ci skip] Update changelog and version for nightly build: v1.41.0-85-nightly.netdatabot
2023-07-25Update platform support info and add a schema. (#15531)Austin S. Hemmelgarn
2023-07-25Make title reflect legacy agent dashboard (#15479)Fotis Voutsas
2023-07-25[ci skip] Update changelog and version for nightly build: v1.41.0-58-nightly.netdatabot
2023-07-24Add a machine distinct id to analytics (#15485)Emmanuel Vasilakis
* add a system distinct id to analytics
2023-07-24Drop support for native packages of Ubuntu 22.10 (#15292)Tasos Katsoulas
* Remove native packages support for ubuntu 22.10 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update packaging/PLATFORM_SUPPORT.md Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
2023-07-24[ci skip] Update changelog and version for nightly build: v1.41.0-40-nightly.netdatabot
2023-07-23[ci skip] Update changelog and version for nightly build: v1.41.0-38-nightly.netdatabot
2023-07-22[ci skip] Update changelog and version for nightly build: v1.41.0-35-nightly.netdatabot
2023-07-21[ci skip] Update changelog and version for nightly build: v1.41.0-24-nightly.netdatabot
2023-07-20Fix non-interactive options for apt-get and zypper. (#15288)Bastien
2023-07-20Hash table charts (#15323)thiagoftsm
2023-07-20[ci skip] Update changelog and version for nightly build: v1.41.0-2-nightly.netdatabot
2023-07-19[ci skip] Minor release v1.41.0.v1.41.0v1.41netdatabot
2023-07-19[ci skip] Update changelog and version for nightly build: v1.40.0-241-nightly.netdatabot
2023-07-18Build optimizations (#15381)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-07-18[ci skip] Update changelog and version for nightly build: v1.40.0-204-nightly.netdatabot
2023-07-17Support nativa packages for openSUSE tumbleweed (#14692)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-07-17[ci skip] Update changelog and version for nightly build: v1.40.0-181-nightly.netdatabot
2023-07-16[ci skip] Update changelog and version for nightly build: v1.40.0-176-nightly.netdatabot
2023-07-15[ci skip] Update changelog and version for nightly build: v1.40.0-166-nightly.netdatabot
2023-07-14packaging: fix arch detection in update_static (#15396)Ilya Mashchenko
2023-07-14[ci skip] Update changelog and version for nightly build: v1.40.0-156-nightly.netdatabot
2023-07-13Update libbpf version (1.2.2) (#15373)thiagoftsm
exporting_labels: Update libbpf version
2023-07-13[ci skip] Update changelog and version for nightly build: v1.40.0-145-nightly.netdatabot
2023-07-12Update libbpf on netdata repo (#15343)thiagoftsm
2023-07-12[ci skip] Update changelog and version for nightly build: v1.40.0-131-nightly.netdatabot
2023-07-11docs: make the default Docker installation provide the full feature set (#15339)Ilya Mashchenko
Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2023-07-11Fix installation type command (#15351)Hugo Valente
* the previous grep pattern no longer works * keepting the old pattern for backwards compatibility
2023-07-11[ci skip] Update changelog and version for nightly build: v1.40.0-116-nightly.netdatabot
2023-07-11[ci skip] Update changelog and version for nightly build: v1.40.0-114-nightly.netdatabot
2023-07-10[ci skip] Update changelog and version for nightly build: v1.40.0-107-nightly.netdatabot
2023-07-08[ci skip] Update changelog and version for nightly build: v1.40.0-104-nightly.netdatabot
2023-07-07[ci skip] Update changelog and version for nightly build: v1.40.0-100-nightly.netdatabot
2023-07-06bump go.d.plugin to v0.54.0 (#15312)Ilya Mashchenko
2023-07-06[ci skip] Update changelog and version for nightly build: v1.40.0-89-nightly.netdatabot
2023-07-06Code reorg and cleanup - enrichment of /api/v2 (#15294)Costa Tsaousis
* claim script now accepts the same params as the kickstart * rewrote buildinfo to unify all methods * added cloud unavailable in cloud status * added all exporters * renamed httpd to h2o * rename ENABLE_COMPRESSION to ENABLE_LZ4 * rename global variable * rename ENABLE_HTTPS to ENABLE_OPENSSL * fix coverity-scan for openssl * add lz4 to coverity-scan * added all plugins and most of the features * added all plugins and most of the features * generalize bitmap code so that we can have any size of bitmaps * cleanup * fix compilation without protobuf * fix compilation with others allocators * fix bitmap * comprehensive bitmaps unit test * bitmap as macros * added developer mode * added system info to build info * cloud available/unavailable * added /api/v2/info * added units and ni to transitions * when showing instances and transitions, show only the instances that have transitions * cleanup * add missing quotes * add anchor to transitions * added more to build info * calculate retention per tier and expose it to /api/v2/info * added currently collected metrics * do not show space and retention when no numbers are available * fix impossible overflow * Add function for transitions and execute callback * In case of error, reset and try next dictionary entry * Fix error message * simpler logic to maintain retention per tier * /api/v2/alert_transitions * Handle case of recipient null Convert after and before to usec * Add classification, type and component * working /api/v2/alert_transitions * Fix query to properly handle context and alert name * cleanup * Add search with transition * accept transition in /api/v2/alert_transitions * totaly dynamic facets * fixed debug info * restructured facets * cleanup; removal of options=transitions * updated alert entries flags * method to exec * Return also exec run timestamp Temp table cleanup only when we don't execute with a transition * cleanup obsolete anchor parameter * Add sql_get_alert_configuration function * added options=config to alert_transitions * added /api/v2/alert_config * preliminary work for /api/v2/claim * initialize variables; do not expose expected retention if no disk space info is available; do not report aclk as initializing when not claimed * fix claim session key filename * put a newline into the session key file * more progress on claiming * final /api/v2/claim endpoint * after claiming, refresh our state at the output * Fix query to fetch config * Remove debug log * add configuration objects * add configuration objects - fixed * respect the NETDATA_DISABLE_CLOUD env variable * NETDATA_DISABLE_CLOUD env variable sets the default, but the config sets the final value * use a new claimed_id on every claiming * regenerate random key on claiming and wait for online status * ignore write() return value when writing a newline * dont show cloud status disabled when claimed_id is missing * added ctx to alert instances * cleanup config and transitions from /api/v2/alerts * fix unused variable * in /api/v2/alert_config show 1 config without an array * show alert values conditionally, by appending options=values * When storing host info if the key value is empty, store unknown * added options=summary to control when the alerts summary is shown * increased http_api_v2 to version 5 * claming random key file is now not world readable * added local-listeners binary that detects all the listening ports, their IPs and their command lines --------- Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2023-07-05Fix wording issue in Docker README (#15298)Fotis Voutsas
2023-07-05[ci skip] Update changelog and version for nightly build: v1.40.0-84-nightly.netdatabot
2023-07-04[ci skip] Update changelog and version for nightly build: v1.40.0-78-nightly.netdatabot
2023-07-01[ci skip] Update changelog and version for nightly build: v1.40.0-70-nightly.netdatabot
2023-06-30merged spaces, war rooms and invite your team to one place (#15289)Hugo Valente
* merged spaces, war rooms and invite your team to one place * Update docs/cloud/manage/organize-your-infrastrucutre-invite-your-team.md Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> * Update docs/cloud/manage/organize-your-infrastrucutre-invite-your-team.md Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> * fix from review comments * delete invite your team file * Apply suggestions from code review --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-06-30[ci skip] Update changelog and version for nightly build: v1.40.0-64-nightly.netdatabot
2023-06-29Add configuration file for netdata-updater.sh. (#15149)Austin S. Hemmelgarn
* Add config file for netdata-updater script. Currently only has an option to control maximal delay when adding random jitter while updating. Longer-term, this will be used to support a number of other configuration options without requiring the user to handle special arguments for the script. * Better handle jitter config option. * Fix DEB package builds. * Properly mark updater config as conffile in RPM spec file. * Switch to a proper config file in the repo. * Add documentation about the new config file.
2023-06-29[ci skip] Update changelog and version for nightly build: v1.40.0-57-nightly.netdatabot