From 858ad36b461e1522dd1d1cd066b4734c99a602a3 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Mon, 14 Aug 2023 11:39:11 +0200 Subject: [PATCH 01/10] Bump cryptography to 41.0.3 (#15517) * Bump cryptography to 41.0.3 * changelog --- cisco_aci/CHANGELOG.md | 4 ++++ cisco_aci/pyproject.toml | 2 +- datadog_checks_base/CHANGELOG.md | 4 ++++ .../datadog_checks/base/data/agent_requirements.in | 2 +- datadog_checks_base/pyproject.toml | 2 +- http_check/CHANGELOG.md | 4 ++++ http_check/pyproject.toml | 2 +- mysql/CHANGELOG.md | 4 ++++ mysql/pyproject.toml | 2 +- tls/CHANGELOG.md | 4 ++++ tls/pyproject.toml | 2 +- 11 files changed, 26 insertions(+), 6 deletions(-) diff --git a/cisco_aci/CHANGELOG.md b/cisco_aci/CHANGELOG.md index 4860218e1ef19..46348efe1f33c 100644 --- a/cisco_aci/CHANGELOG.md +++ b/cisco_aci/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517)) + ## 2.3.0 / 2023-08-10 ***Added***: diff --git a/cisco_aci/pyproject.toml b/cisco_aci/pyproject.toml index 5c0c0483dd1dd..e286d31c96fe2 100644 --- a/cisco_aci/pyproject.toml +++ b/cisco_aci/pyproject.toml @@ -41,7 +41,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==39.0.1; python_version > '3.0'", + "cryptography==41.0.3; python_version > '3.0'", ] [project.urls] diff --git a/datadog_checks_base/CHANGELOG.md b/datadog_checks_base/CHANGELOG.md index 5e0220793be4f..f45b17db4a04a 100644 --- a/datadog_checks_base/CHANGELOG.md +++ b/datadog_checks_base/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517)) + ## 32.7.0 / 2023-08-10 ***Added***: diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index af1b5d5fbdf31..0ed0ab66b6cb4 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -19,7 +19,7 @@ cm-client==45.0.4 confluent-kafka==2.1.1; python_version > '3.0' contextlib2==0.6.0.post1; python_version < '3.0' cryptography==3.3.2; python_version < '3.0' -cryptography==39.0.1; python_version > '3.0' +cryptography==41.0.3; python_version > '3.0' ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0' ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0' ddtrace==1.11.2; python_version > '3.0' diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index bbbdf6f687592..fd67a34ee0611 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -43,7 +43,7 @@ deps = [ "cachetools==5.3.1; python_version > '3.0'", "contextlib2==0.6.0.post1; python_version < '3.0'", "cryptography==3.3.2; python_version < '3.0'", - "cryptography==39.0.1; python_version > '3.0'", + "cryptography==41.0.3; python_version > '3.0'", "ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'", "ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'", "ddtrace==1.11.2; python_version > '3.0'", diff --git a/http_check/CHANGELOG.md b/http_check/CHANGELOG.md index 163c2301f15d5..7c82d184497f5 100644 --- a/http_check/CHANGELOG.md +++ b/http_check/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517)) + ## 9.0.0 / 2023-08-10 ***Changed***: diff --git a/http_check/pyproject.toml b/http_check/pyproject.toml index 94ecc3b3136cc..facacf4ec55c8 100644 --- a/http_check/pyproject.toml +++ b/http_check/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==39.0.1; python_version > '3.0'", + "cryptography==41.0.3; python_version > '3.0'", "requests-ntlm==1.1.0; python_version < '3.0'", "requests-ntlm==1.2.0; python_version > '3.0'", ] diff --git a/mysql/CHANGELOG.md b/mysql/CHANGELOG.md index c2900fbefe457..0076468299763 100644 --- a/mysql/CHANGELOG.md +++ b/mysql/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517)) + ## 11.0.0 / 2023-08-10 ***Changed***: diff --git a/mysql/pyproject.toml b/mysql/pyproject.toml index 713928a7dc2df..1eb241e5bcb4e 100644 --- a/mysql/pyproject.toml +++ b/mysql/pyproject.toml @@ -42,7 +42,7 @@ deps = [ "cachetools==3.1.1; python_version < '3.0'", "cachetools==5.3.1; python_version > '3.0'", "cryptography==3.3.2; python_version < '3.0'", - "cryptography==39.0.1; python_version > '3.0'", + "cryptography==41.0.3; python_version > '3.0'", "futures==3.4.0; python_version < '3.0'", "pymysql==0.10.1", ] diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index a5fae5623b918..be6de74ed6021 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517)) + ## 2.12.0 / 2023-08-10 ***Added***: diff --git a/tls/pyproject.toml b/tls/pyproject.toml index 9b11d952104ed..5f755d1797909 100644 --- a/tls/pyproject.toml +++ b/tls/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==39.0.1; python_version > '3.0'", + "cryptography==41.0.3; python_version > '3.0'", "ipaddress==1.0.23; python_version < '3.0'", "service-identity[idna]==21.1.0", ] From c5824eb85928a9eae8bff07e0b8b7e47ab22502a Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Mon, 14 Aug 2023 14:26:16 +0200 Subject: [PATCH 02/10] Add some type annotations (#15570) --- ddev/src/ddev/cli/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddev/src/ddev/cli/terminal.py b/ddev/src/ddev/cli/terminal.py index 9a5c0478ac31e..904b5aed0c670 100644 --- a/ddev/src/ddev/cli/terminal.py +++ b/ddev/src/ddev/cli/terminal.py @@ -128,7 +128,7 @@ def __output(self, text): class Terminal: - def __init__(self, verbosity, enable_color, interactive): + def __init__(self, verbosity: int, enable_color: bool, interactive: bool): self.verbosity = verbosity self.interactive = interactive self.console = Console( From c186c39b3ef4a9d4782f22941f8757a9f4b95960 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Mon, 14 Aug 2023 15:17:38 +0200 Subject: [PATCH 03/10] [Release] Update metadata (#15571) --- .in-toto/tag.05916999.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.in-toto/tag.05916999.link b/.in-toto/tag.05916999.link index 889e10bca2f56..ff6274a2a0492 100644 --- a/.in-toto/tag.05916999.link +++ b/.in-toto/tag.05916999.link @@ -1 +1 @@ -{"signatures":[{"keyid":"05916999737102a3cfebe7c6725d3843dbd883ed","other_headers":"04000108001d16210405916999737102a3cfebe7c6725d3843dbd883ed050264d4acff","signature":"86b8680313abec545125b78a086919fc182573d9fa6020f9e3d64f34de1370ae4a43f57ad242ef9315a43a634fbac70ae1c6a878f1f603d28fef0c99895336f7cbb3124f54c34d1c7f3ed5a131b36afc688d45691de576b3b04b9fc4d67fdbc3a44c4f72e082faa1d3cedf6297fac5906561120cd97a486f0f25b859536413685423e63b13411a5a777adeb89b458a725ef20942e51c8b302f7040ff443af77f3f2a6903ad1728638f96d0ecfdb02de3956321a3ba854d371880673dfb4bb66ea3d65a02812de1faf3aa1f31f273b5b326a3d1285c1c2c8793c2fd2f7835b85ed99ede915247bf4f4e8384d7dfc3c4f8a249a3926debf9adf26946f797233f644dcde5b751e0392fcfdecfbef5b042cf39a6b4541dd7098e025355bea4f31011371586d3c58d3f3c407f8a573e0f9c5f0d221ab2ef8b84672a4195f5ba1d7aeac4e52ca3aa9cc6e11b54137c94a7ac19ae8cacaf47a69433e95c9bc9ead04c220553375b95d9aaa8a4687981f438812360a1d454b7c4cd3ef8bb4cdb47c6e8cbb563562cc441f4b2032aff9d10fd895edd73b05c3da2f88fa8357fd008ee1a96399d9e6a9c068604c223011cbe60648263aee769bfa84b5553a2a78e2c67e9ae01a326acd5410004ed1df39f2c2e762048cd57c03a67478ea079e7a3c7bc1c38b210e1a42a712445c783df4f31be841c77cbc41354791035905909ead2af27e9"}],"signed":{"_type":"link","byproducts":{},"command":[],"environment":{},"materials":{},"name":"tag","products":{"datadog_checks_base/datadog_checks/__init__.py":{"sha256":"9a3c64b8b00c94da4b4f34618d803d3255808caf21b8afa9195c84b61da66b6a"},"datadog_checks_base/datadog_checks/base/__about__.py":{"sha256":"ca811932bfb83490fa746c729d2dbfbbd4284ce0ee38b89be25d813cffef454a"},"datadog_checks_base/datadog_checks/base/__init__.py":{"sha256":"86d72a8b1cac45e6bcd151c8bd18e5f272b47c5870bdbc1feb42b57ee74ebe49"},"datadog_checks_base/datadog_checks/base/checks/__init__.py":{"sha256":"6b45aff8e774058500e39cf7ede54ebee81f95364c8a380648eb89aa7744dc35"},"datadog_checks_base/datadog_checks/base/checks/base.py":{"sha256":"c20f10abcc9e90b590aea53ae31330d213cb24145d35479ebceb23b4182740a4"},"datadog_checks_base/datadog_checks/base/checks/kube_leader/__init__.py":{"sha256":"ac4335c2a324c7c24bbc9a5834730ecba39d3e60b0438e8948e7c4dd00c0a726"},"datadog_checks_base/datadog_checks/base/checks/kube_leader/base_check.py":{"sha256":"d8b21153a6b67096f86f2338437bf54955498d05bc363549affc9428e7e32a35"},"datadog_checks_base/datadog_checks/base/checks/kube_leader/mixins.py":{"sha256":"81cc766e7da305894c9b98bfbbdcba3a3e2ae0b1943c2fa22db3ed744adc87dc"},"datadog_checks_base/datadog_checks/base/checks/kube_leader/record.py":{"sha256":"6aa334545b055aeda90343b976cfbabf959038cee58103321b0a26e90eaa09a5"},"datadog_checks_base/datadog_checks/base/checks/kubelet_base/__init__.py":{"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"datadog_checks_base/datadog_checks/base/checks/kubelet_base/base.py":{"sha256":"97ec3af5e262a9f1a3dcc0664f01cca4df95241771c4bf53d09fa06b4a8fbc23"},"datadog_checks_base/datadog_checks/base/checks/libs/__init__.py":{"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"datadog_checks_base/datadog_checks/base/checks/libs/prometheus.py":{"sha256":"bc26fc613d37025a1efca477ac60960ad0499d0b73180c0c5bc4045bc62f2630"},"datadog_checks_base/datadog_checks/base/checks/libs/thread_pool.py":{"sha256":"0005e02999a4f6c172768f3f0d26fb064abb06d639b0d5081839b6f0d5a1a4c2"},"datadog_checks_base/datadog_checks/base/checks/libs/timer.py":{"sha256":"8ac17c602136ed7a5e7a1bb39389782190afc505574dd6cd8a46c1db146780c4"},"datadog_checks_base/datadog_checks/base/checks/libs/vmware/__init__.py":{"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"datadog_checks_base/datadog_checks/base/checks/libs/vmware/all_metrics.py":{"sha256":"4f89b8c40a8abc0f57b6abbea2227be3cd8a0a000e34a134b48800fc4a0842c6"},"datadog_checks_base/datadog_checks/base/checks/libs/vmware/basic_metrics.py":{"sha256":"37d804c9398bb121d2f89162729347394ab2b3b627ad1affb8f608eb34ab35bb"},"datadog_checks_base/datadog_checks/base/checks/network.py":{"sha256":"5228cfd4e5410a908d28ccba6d590d6b31e0cba49d9bca82bc26063da5ae4c3a"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/__init__.py":{"sha256":"3876cda6f0d3eb38d15b8d91cd85991f383e692f2a5d83984292aea2e9942771"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/base_check.py":{"sha256":"6e5867daf9717220a004bc9b2910c30701c9f75a2a2b6ab56f4f1f21886a7891"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/mixins.py":{"sha256":"673c9c74264ba666cc94da7cb622a199a93e5f1631e6289fa026e2f1f17c3cc1"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/__init__.py":{"sha256":"3fcd4506124b03d306a73e0bee8ffb0bea6f13077803ff235855906758e0d048"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/base.py":{"sha256":"72ac849801974a5746cf6a86d1c0ff85a627daafb4c509eb5a2bb95703601b8b"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/first_scrape_handler.py":{"sha256":"227fad65733389e49d2f6397265200162efc29b415c2e26718fd2268b1fdf7be"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/labels.py":{"sha256":"d05d084a1d37c12daf56c8db9ecdc5ad80e7ea0bf18f45effb67e40361e1f43f"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/scraper.py":{"sha256":"ecf04156ff30b59281290f4fe210962f1fdf974f409d899519f8fc2d1cb1cb5b"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transform.py":{"sha256":"eb81688905d875914fbb6c9b246a1dc9812068b0e05a9944dd89cb949b035290"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/__init__.py":{"sha256":"84f667f162ef41faf32d2689c6d15b61802d2b576df084174942cbefdb2b663b"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/counter.py":{"sha256":"2379338f226523eb31d573fae682ba50089355d7557c40422b4cd75620708169"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/counter_gauge.py":{"sha256":"a1bd42bc2747afe56b73905295a4f73972f917633a07b3866a15007a4545dc5c"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/gauge.py":{"sha256":"ff6a19d789bfe7f6fb94e47eb4cc49461b1e17aafa7fd0ec3bee0b6c023288f1"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/histogram.py":{"sha256":"872b69c3785029d57037ccb991e5ba58672adebe3efb11272431f1c167fa8e52"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/metadata.py":{"sha256":"069b093750fd272f78bb12deee4a472f5e042dd961530c939a5e51f3d3003aea"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/rate.py":{"sha256":"7beb75edc142b002a77d7810add521f79c3496c972de2b80d36322cc63ffa1c3"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/service_check.py":{"sha256":"e0244e3b8da63d241c593dfbe9b4c722fb0e68b0db2ce9883e197ce1c58501b5"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/summary.py":{"sha256":"d01d5693b79ae07da77ddb0e5fca10122a2804636aca914372304f2a31d5b52e"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/temporal_percent.py":{"sha256":"c02a8ea971a8550de5c99066fc04e7830a6f21d81c7ce905ff59461397e88625"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/transformers/time_elapsed.py":{"sha256":"c8fb3bd9478e82bd9e40e7610638c507a7add21327c034beaee516388f160db1"},"datadog_checks_base/datadog_checks/base/checks/openmetrics/v2/utils.py":{"sha256":"b6993786d240cff2b0091a85b360938da8c790b0acff64db19d069e75e2b58e4"},"datadog_checks_base/datadog_checks/base/checks/prometheus/__init__.py":{"sha256":"35c57ac8d1d9555c42ac0ac80ece6d4a459fae72f05398b195374d5c57284a30"},"datadog_checks_base/datadog_checks/base/checks/prometheus/base_check.py":{"sha256":"2d4b347b12235a4d520d0901a7191e534fa0888d68cb32e21936898ccd8b8f5d"},"datadog_checks_base/datadog_checks/base/checks/prometheus/mixins.py":{"sha256":"7cd64989b4ea2cba4925c4657677edfad6243554925184431282192411220d4b"},"datadog_checks_base/datadog_checks/base/checks/prometheus/prometheus_base.py":{"sha256":"9f35823bf488a24646a04ee8f01269a254cfa160bbfe471625f90b1c05de057e"},"datadog_checks_base/datadog_checks/base/checks/win/__init__.py":{"sha256":"9083ff7fefc6d7404110ec4ee3e1a7cb29730a8d6439ff5deb291388151a7a4a"},"datadog_checks_base/datadog_checks/base/checks/win/winpdh.py":{"sha256":"142f282601923e049811ccdc3de3b89b7e21cbaf48f08e487c34cfea1865e839"},"datadog_checks_base/datadog_checks/base/checks/win/winpdh_base.py":{"sha256":"72f82d18dfbc3bbffe8ca331d92877919630be4c7f708c1573b1b8b28c404cfd"},"datadog_checks_base/datadog_checks/base/checks/win/winpdh_stub.py":{"sha256":"3397f2064cc0b842afa19ac6f64b506a9c241ffecaf8a388605e55a52f372cc9"},"datadog_checks_base/datadog_checks/base/checks/win/wmi/__init__.py":{"sha256":"6f4f143f3ef047e807872bc2396f83a4fab9c96406d846e1a12248e43f144f37"},"datadog_checks_base/datadog_checks/base/checks/win/wmi/counter_type.py":{"sha256":"efbef65c6b56c8f2577b0caf698ca8c15983cbd0f1678da48bd583e5769bb951"},"datadog_checks_base/datadog_checks/base/checks/win/wmi/sampler.py":{"sha256":"1da19f51d22920c39ade35a376bf98390fb64698c33244aa674df913a8ffc577"},"datadog_checks_base/datadog_checks/base/checks/win/wmi/types.py":{"sha256":"e04f1ed72a69d8ff9e3b180bb11adfb656aeaaf6a9582b956803e872a0abc158"},"datadog_checks_base/datadog_checks/base/checks/windows/__init__.py":{"sha256":"b2e1a32eb8591a9d541a935aa5c56f20fa7ebbc3de68cf24df3a650198f2712a"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/__init__.py":{"sha256":"c4ced6dabda1b7e2b1fe3d22f03bae7bf94433606ffdbab7be0d04b34009e4a1"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/base.py":{"sha256":"bb9c0f99fb2a348fa420a6dd4e74b0f9722a26dc60604d440cd5b8f71c640770"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/connection.py":{"sha256":"124462f2699e89a71bb2ead225be6f014cc523f94091459c9d20bb4ce42c006e"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/constants.py":{"sha256":"fdaa806dab5cbbd790bfd36a6d509a43d7394be1e4922504455e68a82dc39799"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/counter.py":{"sha256":"8498fbe90224b5934558588a21110d2224c4d0d6334e5bd52dac213c2566f49e"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transform.py":{"sha256":"6d93f17ed0f0d1dd55157e3dca21486be9da18e62529c320a6fb9e491920133f"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/__init__.py":{"sha256":"a8b142ebeee6817e16846d57125966018eac45ef4a9870efba31fbc9c2555e92"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/count.py":{"sha256":"8263467bddb648fe101243270ff9dcf30edba0a616fa65b69f9fbabe975c9a37"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/gauge.py":{"sha256":"73be1f652e85addc433ba64aa2fa75ee1daf85322691a351d8e2deb35af4d681"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/monotonic_count.py":{"sha256":"479c167c31bd2e471baab21d49ce9dce3470b40729dabe153ee5456aa3a5ce2d"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/rate.py":{"sha256":"3e4c739755cf6cfb68fb942b882a23361e5684c4e3c03710c2a63f8b6310052f"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/service_check.py":{"sha256":"c2f74b0d2b871ca2276f35bcb8cf10f764dc454b90975d70b2fb7475266dac70"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/temporal_percent.py":{"sha256":"2071f661338679e8b63d53790a1f7df200ea620facd4939bbfd6b44e602f3a75"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/transformers/time_elapsed.py":{"sha256":"85633c087612a859c562b35daf5345638eb89cc01514e88df238658594ce6fbf"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/utils.py":{"sha256":"a2ffb8f0936f650e8a3c4671cfa5f42187009776d50059ccd79faf9467eab18d"},"datadog_checks_base/datadog_checks/base/checks/windows/perf_counters/utils_win32pdh_fix.py":{"sha256":"9d64eb01b07d5400ff0da693ad2055d8a0e606f8a9185988d38fb00df9f151af"},"datadog_checks_base/datadog_checks/base/config.py":{"sha256":"a9c000e17f6c5d065177041ef0382219ddbdf34541a7549003477af79b57fed5"},"datadog_checks_base/datadog_checks/base/constants.py":{"sha256":"711d7db40a95cac3056dd056a88199a0720a9359064f2a91b029fd15f1503a7c"},"datadog_checks_base/datadog_checks/base/data/agent_requirements.in":{"sha256":"8e20bc0cb69fa9a12ef0930868597caa2d9b288fd30bdf13ce510ed8264402a8"},"datadog_checks_base/datadog_checks/base/ddyaml.py":{"sha256":"d86ce592be606c30e1844e7f230e716dd894cd6839b3a70dfa826a7abb92c6ca"},"datadog_checks_base/datadog_checks/base/errors.py":{"sha256":"870110e564921ab025e4106272c263c4c7e597506a999c332ba40b0189fa3681"},"datadog_checks_base/datadog_checks/base/log.py":{"sha256":"d72f0492f5fab19f13e757df8e57c28fbc8505c1cba42afc6612928847c78436"},"datadog_checks_base/datadog_checks/base/stubs/__init__.py":{"sha256":"c2958047dbfb0624db6e64ceea9569b21a9aff3f8f59a613af7df049364bcf77"},"datadog_checks_base/datadog_checks/base/stubs/_util.py":{"sha256":"6431ad41af05ddc1dff3e42f4951cc0780462370bd5600bbb067061af3b46a92"},"datadog_checks_base/datadog_checks/base/stubs/aggregator.py":{"sha256":"5c8bda4167b94b49e8a8ec58f09ee9a4f3649ff0a51c49ba322fb7e3d3f4428d"},"datadog_checks_base/datadog_checks/base/stubs/common.py":{"sha256":"646cc5d9d5f2d6e545406746fdbbf3fe930c8942da05ca73adafe4f70a3d7f4e"},"datadog_checks_base/datadog_checks/base/stubs/datadog_agent.py":{"sha256":"4d110eb39598812cc5c7088985e5068d4d55b7fc41d201a9b4f20400a4d33e71"},"datadog_checks_base/datadog_checks/base/stubs/log.py":{"sha256":"03e7969f3639813a535b8d59721f96e4255c97395d96684c4d6faf0cd15d4f5a"},"datadog_checks_base/datadog_checks/base/stubs/similar.py":{"sha256":"cd9d5bab9c0f690fbc70163f1d2fbad76b29151dd4277bf214069756c19c7013"},"datadog_checks_base/datadog_checks/base/stubs/tagging.py":{"sha256":"cf12dd3c2e04a87c46892fc71216da3ac2ffb399d922137c043931d810133aab"},"datadog_checks_base/datadog_checks/base/types.py":{"sha256":"6a76a3652d16d13b31507250c3e24738fd8d49eb82f418ac5d2cbd9804ad9714"},"datadog_checks_base/datadog_checks/base/utils/__init__.py":{"sha256":"d6e144a044c5c9b3ff9cbfb485b931288aa23a2d6081914bc4ef08ccaa62ccce"},"datadog_checks_base/datadog_checks/base/utils/agent/__init__.py":{"sha256":"a37696bf2dcf872903fe1ed84f7b3adbc3b45b66291e2b3436542c495d4f234e"},"datadog_checks_base/datadog_checks/base/utils/agent/common.py":{"sha256":"d5746c3c959da666f100a2815471813d49b858776f8aad28bee820b69c7b2d6a"},"datadog_checks_base/datadog_checks/base/utils/agent/debug.py":{"sha256":"cde05b34bb7763f5b1a5ff4e74092595d2f2d6098bd14e9b30398e1d20c63373"},"datadog_checks_base/datadog_checks/base/utils/agent/memory.py":{"sha256":"986d743c51608d608b7ad17a8a10b8eb7550cf55774b849332cfc5f1b00392f6"},"datadog_checks_base/datadog_checks/base/utils/agent/packages.py":{"sha256":"ab88bbece8f9d0a38db114f121b3aa7babf43239debbe4069dd236cfc742d8f9"},"datadog_checks_base/datadog_checks/base/utils/agent/utils.py":{"sha256":"155fe8eab71c53907432b5f299afb8c80aa62a08649734de39fd6785872663ba"},"datadog_checks_base/datadog_checks/base/utils/aws.py":{"sha256":"c3114b5a5545b6fe7f11445db17cc384e45c4e93348c1940a2470c88f575c43f"},"datadog_checks_base/datadog_checks/base/utils/common.py":{"sha256":"b5b95066f10424b78e418babf395ebb80151fd09ab8bdcc0522fe08b43711e0d"},"datadog_checks_base/datadog_checks/base/utils/concurrency/__init__.py":{"sha256":"391b2c1396d766e62e6b95022deb067cfbdcad029c0031da0ec5eb5327c0445d"},"datadog_checks_base/datadog_checks/base/utils/concurrency/limiter.py":{"sha256":"8acd99a541237ec2389c11ad5c6d83d1982fd060f7f3f8b98c940291dccf5bf6"},"datadog_checks_base/datadog_checks/base/utils/constants.py":{"sha256":"4304decb8096074340c66dab703fb03d84641328257a4408ac0cc531a6c46b7f"},"datadog_checks_base/datadog_checks/base/utils/containers.py":{"sha256":"8227d931334393baecb8dcde9132740b832dcb5b26b07f847f6a9b8ebc60b24b"},"datadog_checks_base/datadog_checks/base/utils/date.py":{"sha256":"2499aa3fce0281570527472f02632ef04b4ceaff7ab48112b9c40d9bd78a7847"},"datadog_checks_base/datadog_checks/base/utils/db/__init__.py":{"sha256":"f964bc85274b6a1cf6a9b115c13d38d419f422ef40f4e96ec3a0b8ff36f17e36"},"datadog_checks_base/datadog_checks/base/utils/db/core.py":{"sha256":"82d495ef46ccfc39bf25a9246611077f7bc75e72f9795ce0be98257a67ea0cc4"},"datadog_checks_base/datadog_checks/base/utils/db/query.py":{"sha256":"00800a298597f5d7cc62aebe0ebaa0f07c3c67982cf34097e4654df833d29860"},"datadog_checks_base/datadog_checks/base/utils/db/sql.py":{"sha256":"a0f94966a841cf408601aecc10d3dba4e83e39fb878feddbffeaefec981a344b"},"datadog_checks_base/datadog_checks/base/utils/db/statement_metrics.py":{"sha256":"4dbdd9396b7a87cbde92cedd39a524a590a02b0a7b1c53f48b33e6bba850df26"},"datadog_checks_base/datadog_checks/base/utils/db/transform.py":{"sha256":"8917bf94bb4e91cbf7fd5a81bb56a3c8a796962ab2f3a10efaf97c5d7cb3bd0d"},"datadog_checks_base/datadog_checks/base/utils/db/types.py":{"sha256":"38b5f63aae7c2503c5043e28a94a422e400fee8bd118dfe2d6f164d44d0df0b8"},"datadog_checks_base/datadog_checks/base/utils/db/utils.py":{"sha256":"f72ba376ae78d9e81fb2f97400afdc0bedf866c9848792aaff3bc1dced9f4bf8"},"datadog_checks_base/datadog_checks/base/utils/diagnose.py":{"sha256":"78b31ed2d212a64cd2df2c5547cdc81f1a2b4097c74ff5e2e82ab8cf344dc552"},"datadog_checks_base/datadog_checks/base/utils/discovery/__init__.py":{"sha256":"7c896046fefe58933a21fa392211462b829c0caac24865ff7eb5e0899f73e8c9"},"datadog_checks_base/datadog_checks/base/utils/discovery/cache.py":{"sha256":"7fd2f703b619a59fa6a59a452308ec6b969bf5c64c1a4a9d7ad76bf44a5a95b2"},"datadog_checks_base/datadog_checks/base/utils/discovery/discovery.py":{"sha256":"9bcc3d55162eefc79dd202af56ee1c84dad1752302aae24edd85359b378e734d"},"datadog_checks_base/datadog_checks/base/utils/discovery/filter.py":{"sha256":"459f13ddb2cfe2e84af0a5f01aa76860c254f4edc402f3924e119ae702d0311f"},"datadog_checks_base/datadog_checks/base/utils/functions.py":{"sha256":"8869726f147a68f3c494dc4d6f610b3b36e4df6f23f4e541031ade749c5d091c"},"datadog_checks_base/datadog_checks/base/utils/headers.py":{"sha256":"b4b060cbc1448e0056b38169fd0b78ed1a456e6edf97075abae60e4a733eaf0f"},"datadog_checks_base/datadog_checks/base/utils/http.py":{"sha256":"ea68f36164255af0d13ec496a4f76303d55ca715c9449476b145c02422f20f9d"},"datadog_checks_base/datadog_checks/base/utils/limiter.py":{"sha256":"6114eb3c25f54b912d1cb55c3fff8611fcd1a2db3f2d3732d5ffee1d956cf748"},"datadog_checks_base/datadog_checks/base/utils/metadata/__init__.py":{"sha256":"6d36a6f7a190f43be4ea287c70aabc5b16b69640e48feed3b89de85875d432cb"},"datadog_checks_base/datadog_checks/base/utils/metadata/constants.py":{"sha256":"5c77cfc2f40c6f2344d8562607fed7c968862343761b17415dbb572f87839e27"},"datadog_checks_base/datadog_checks/base/utils/metadata/core.py":{"sha256":"d7074a4bdf91e6c680f7f5ec3fcd0127212849d43a962c649b966df0337c9ed7"},"datadog_checks_base/datadog_checks/base/utils/metadata/utils.py":{"sha256":"4c2876f1c9b1434dcc413b9e3af4274f5ad0b604c7dadf30fde8e90901dcaa9e"},"datadog_checks_base/datadog_checks/base/utils/metadata/version.py":{"sha256":"7257bc2c7c2a72ee364ea14a24625d16d1c098e7a2b423a2ce34cd43606cc534"},"datadog_checks_base/datadog_checks/base/utils/models/__init__.py":{"sha256":"b2e1a32eb8591a9d541a935aa5c56f20fa7ebbc3de68cf24df3a650198f2712a"},"datadog_checks_base/datadog_checks/base/utils/models/types.py":{"sha256":"c9b504a7dcffac396bdbea089158c4581fa6440bd4c28103a4051c6504c4208c"},"datadog_checks_base/datadog_checks/base/utils/models/validation/__init__.py":{"sha256":"699557dfc5b5a642c793b9281e02b9267d8f3824f940a28f1b35bfc3d2e082da"},"datadog_checks_base/datadog_checks/base/utils/models/validation/core.py":{"sha256":"dab25d1f87af4729ec0530dc0b04ed788c0c09906f9e674113a736f2c8c3e5a0"},"datadog_checks_base/datadog_checks/base/utils/models/validation/utils.py":{"sha256":"748ad183c8795ee93e403b08c89285f68b6a45fc34aeeebd1f67c548dcc8b0e8"},"datadog_checks_base/datadog_checks/base/utils/network.py":{"sha256":"970452f4248a9699bed1d5be713e7b2b65fe6f026f4bcbf6afa4fb4ad2bfd6c7"},"datadog_checks_base/datadog_checks/base/utils/platform.py":{"sha256":"c16f1fe972a8e091f1beed6c3740e92c39988d2fdc0aef06a0abdf4e3223e323"},"datadog_checks_base/datadog_checks/base/utils/prometheus/__init__.py":{"sha256":"f794783ecff74f6713b846470f28eaaa841ed20c0d1681bcd18186135e2c150f"},"datadog_checks_base/datadog_checks/base/utils/prometheus/functions.py":{"sha256":"c674f283d8937acffcde65a57351acf05150d6349163e94b3e8e530801626f2b"},"datadog_checks_base/datadog_checks/base/utils/prometheus/metrics_pb2.py":{"sha256":"5a0403b3401edbe887b19bcf7f6d4c1e6343bb8057f3ab9daa75c623a9e92d9b"},"datadog_checks_base/datadog_checks/base/utils/replay/__init__.py":{"sha256":"391b2c1396d766e62e6b95022deb067cfbdcad029c0031da0ec5eb5327c0445d"},"datadog_checks_base/datadog_checks/base/utils/replay/constants.py":{"sha256":"d58c7c42396acb95ad96e3d5460fa6329cd08b8332929ec1e8f8b904c7d24ac3"},"datadog_checks_base/datadog_checks/base/utils/replay/execute.py":{"sha256":"7aa45ca078c837ec1c17422c5908b192e1cb027b1b83536342922386af4011aa"},"datadog_checks_base/datadog_checks/base/utils/replay/redirect.py":{"sha256":"e9c4e88a12f20e02d7a65f56b0ca608f19b4cafe964a434f0f4c1800be1ee3b9"},"datadog_checks_base/datadog_checks/base/utils/secrets.py":{"sha256":"4e3e4c04ea321975c3581dc7afeed4283cb9195d4d6499053d8e13e2ff4f1c78"},"datadog_checks_base/datadog_checks/base/utils/serialization.py":{"sha256":"7ec78259573604c7c1ac299199cad1f34fa129f19a4f3f605c8a87624426b2da"},"datadog_checks_base/datadog_checks/base/utils/subprocess_output.py":{"sha256":"58dc33d63b9c6e2193b43a0dc735c34ad2a080c82aa657f67959b1b06259b020"},"datadog_checks_base/datadog_checks/base/utils/tagging.py":{"sha256":"004504188c498cdbe8388110405922b7c653d8ec91c62ca6d45cc21227080acb"},"datadog_checks_base/datadog_checks/base/utils/tailfile.py":{"sha256":"c7fa4ce6982655a5b87890704ba19764a3aa89fa66a9faf01ce537816b6162d3"},"datadog_checks_base/datadog_checks/base/utils/time.py":{"sha256":"9caeb78a0273d313748990aea3dd09a6ca47119cc52671bcca42428186a9a41c"},"datadog_checks_base/datadog_checks/base/utils/timeout.py":{"sha256":"78e059a1f14dfa13aee7125e30e17769cfe87dccbd118ebe92f981bcfe101058"},"datadog_checks_base/datadog_checks/base/utils/tls.py":{"sha256":"84625ba574e57cf11bdc7845783c96fb8409b78fff535e3a99cf7bc1823e4e82"},"datadog_checks_base/datadog_checks/base/utils/tracing.py":{"sha256":"b9206ec8901d81e21c65aa406cefb0636d5e59747ee4d706588dde1451434cf6"},"datadog_checks_base/datadog_checks/base/utils/tracking.py":{"sha256":"158228baabb7281f89b31831335897e48a6ffdc5a1b3ccd03933784b15ce909e"},"datadog_checks_base/datadog_checks/checks/__init__.py":{"sha256":"76381faa72acfce6863031501a53b955d2d047150023e5f828424b2e53e95483"},"datadog_checks_base/datadog_checks/checks/base.py":{"sha256":"df061b86e80d0375a5aedffe104a4198949297c9472ae52dad13fe9d5d8a05f4"},"datadog_checks_base/datadog_checks/checks/libs/__init__.py":{"sha256":"2300c3103843a8f3d4d63e0fcaf78691dbb508cbfd91b7de2bdd0802f981c777"},"datadog_checks_base/datadog_checks/checks/libs/thread_pool.py":{"sha256":"747147080f5d03c2742e233e4bd635d4c58abff8cf5c803fe5881f776c1603b4"},"datadog_checks_base/datadog_checks/checks/libs/timer.py":{"sha256":"a35b1970916e9035ae71d185b6506bbd2b798e26ef1b7b91fc3b30788b19dd49"},"datadog_checks_base/datadog_checks/checks/libs/vmware/__init__.py":{"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"datadog_checks_base/datadog_checks/checks/libs/vmware/all_metrics.py":{"sha256":"849ca20bfd3b86aa8c8eeb88732b4026fd8a0e74a0a96ab6cbe269270b71a8c3"},"datadog_checks_base/datadog_checks/checks/libs/vmware/basic_metrics.py":{"sha256":"683af414d39b8d77d66fd97146999de4bd7a7be9ab934ed9224867a0b74c099f"},"datadog_checks_base/datadog_checks/checks/libs/wmi/__init__.py":{"sha256":"2300c3103843a8f3d4d63e0fcaf78691dbb508cbfd91b7de2bdd0802f981c777"},"datadog_checks_base/datadog_checks/checks/libs/wmi/sampler.py":{"sha256":"55310a8bffb4b55af9552268e627c83c284db55c99c47f754fa05e5bb33ccd3b"},"datadog_checks_base/datadog_checks/checks/network.py":{"sha256":"e5b7d11f19ac5286897259c2ac1e8209ee7bee94df199d5155e1b174cce6afbc"},"datadog_checks_base/datadog_checks/checks/network_checks.py":{"sha256":"cdb77741ebeaa7b6a13616873b5725009b7566a77ceef013fe5dd1c76cbdd81b"},"datadog_checks_base/datadog_checks/checks/openmetrics/__init__.py":{"sha256":"96b910b1c359a0b37a0a8753b6e1e50c803ae35bf4f1e7a31418678cf16792c0"},"datadog_checks_base/datadog_checks/checks/openmetrics/base_check.py":{"sha256":"a9ccd2133baa1058f744e494e2bb43cb5221fbbb41b6c3b8a0553ead7f6a851f"},"datadog_checks_base/datadog_checks/checks/openmetrics/mixins.py":{"sha256":"b5b9cf9d77c8dda6d752a4d37d303405fa1935ac071b17a4e8b055160b7d2a28"},"datadog_checks_base/datadog_checks/checks/prometheus/__init__.py":{"sha256":"a12ac852908b6eb9f3b594e893c41a38951a9a1e030b6286c20e76aec9965c8b"},"datadog_checks_base/datadog_checks/checks/prometheus/base_check.py":{"sha256":"882984f28171bfde4a2c34c25f609b5a758917f0c9b9e00b2ba9a0d489ba1e19"},"datadog_checks_base/datadog_checks/checks/prometheus/mixins.py":{"sha256":"aa652ec3963f90c1e7c552d35243d3863f737fa9de5e45131ca55758c5e00de5"},"datadog_checks_base/datadog_checks/checks/prometheus/prometheus_base.py":{"sha256":"434576db21c019a7366f5350b8e305c0790509aadd9cbd980f6c3ac22b87874f"},"datadog_checks_base/datadog_checks/checks/prometheus_check/__init__.py":{"sha256":"9b5434e894e03018e342ee726f635de62122bf0e1d8f59d3f0109f89a95d890d"},"datadog_checks_base/datadog_checks/checks/win/__init__.py":{"sha256":"4441d475ac7181f8e7edf1037da1310d776c647883d0362a5acfb88e44e4d45e"},"datadog_checks_base/datadog_checks/checks/win/winpdh.py":{"sha256":"864f9f437a351bb82a2962e15a1198cc6271f9cc25c3c73522402954fa42ef9e"},"datadog_checks_base/datadog_checks/checks/win/winpdh_base.py":{"sha256":"269e7c39a6562687aa6ad022b1b88c85b5f6be403c11a8412775b3c55715196e"},"datadog_checks_base/datadog_checks/checks/win/winpdh_stub.py":{"sha256":"a1895061a3be05415b331c1b17d2c02b1f912f36ed238948c46d7af68025d7ed"},"datadog_checks_base/datadog_checks/checks/win/wmi/__init__.py":{"sha256":"51008a1bf148ec1c7bc0bb8f6ad3be19ba950e6c13b5cb84a2fd2684fb66327e"},"datadog_checks_base/datadog_checks/checks/win/wmi/counter_type.py":{"sha256":"01ac5dc9d1518c74c4b621a1da0b901da5ffc954abcf81972f8e478abdb098a7"},"datadog_checks_base/datadog_checks/checks/win/wmi/sampler.py":{"sha256":"bbfeea3683c40059f5e1ff52fc459e82200727041a187328d65f58b92b445cdd"},"datadog_checks_base/datadog_checks/checks/winwmi_check.py":{"sha256":"907ea75f4055e675b732171687ce6148d6484d067b36726b942b4e9c5e1d747b"},"datadog_checks_base/datadog_checks/config.py":{"sha256":"3eb01719d94b9e857654c41f7ff9e849a489274c20e010221a7c3b8c240b4a29"},"datadog_checks_base/datadog_checks/errors.py":{"sha256":"785c269eb5fe6dab4881bbbe889cac7aa00f34eff8ae4d54b9a28af3d7af2e18"},"datadog_checks_base/datadog_checks/log.py":{"sha256":"a2bbce80c286344b2a4932da942010a563fea2ea2ba46d40ec69fe8f69910fcd"},"datadog_checks_base/datadog_checks/py.typed":{"sha256":"95aebb28195b8d737effe0df18d71d39c8d8ba6569286fd3930fbc9f9767181e"},"datadog_checks_base/datadog_checks/stubs/__init__.py":{"sha256":"331c49e4d1a353ded64777893a96906746f386f03cf32b30135aa260665377ec"},"datadog_checks_base/datadog_checks/stubs/_util.py":{"sha256":"9989e9f7fbeca50c1359c06188f60c309dc421c40f4a9a407147d18c42c180b5"},"datadog_checks_base/datadog_checks/stubs/aggregator.py":{"sha256":"ea230225c9c41fbb1885a38741cccf1809034d9b1fd696eb6efde1de6bfba762"},"datadog_checks_base/datadog_checks/stubs/datadog_agent.py":{"sha256":"b167bb8f650441e0f3762aa3e0ffe73e1921157f34ff90abe47723db963ec6bf"},"datadog_checks_base/datadog_checks/utils/__init__.py":{"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"datadog_checks_base/datadog_checks/utils/common.py":{"sha256":"470a0220a572f2f6df6b61353fb63b82447d569274d15b6e3f5f0c12b5e7f6b9"},"datadog_checks_base/datadog_checks/utils/containers.py":{"sha256":"ca56286c527f7d5f940b0baf5a66a4eba6ad2df036759f6000b0985835c63a29"},"datadog_checks_base/datadog_checks/utils/headers.py":{"sha256":"8f92abe525d4947ba4dd41870d0367f4cda884df95e57d9fce62718f0e8fe8da"},"datadog_checks_base/datadog_checks/utils/limiter.py":{"sha256":"1aad3f848119c3aaa92394962ffbb331a22991bcef173b242347a54cffef22c1"},"datadog_checks_base/datadog_checks/utils/platform.py":{"sha256":"76ca8472c0bf63b866e28aea3bc449e4de63905a41ee9c8662f09e5eb6fef571"},"datadog_checks_base/datadog_checks/utils/prometheus/__init__.py":{"sha256":"f16c179ccf60d6c7d2e76ebb4180895ff85df0c665e6446006043f4b374d757b"},"datadog_checks_base/datadog_checks/utils/prometheus/functions.py":{"sha256":"e2f5ac4c62e0ba31f0758668d2d940424a833c7a1fa9424cde4f5e22d26a1114"},"datadog_checks_base/datadog_checks/utils/prometheus/metrics_pb2.py":{"sha256":"c60dd47541dee138de478b35dcb50a6765355954ade94eb38ec5511ba957e9d7"},"datadog_checks_base/datadog_checks/utils/proxy.py":{"sha256":"723edeaf00a1ee813aa4a6467fc34c3ae419f354c6b6172de678e39b864a8bd7"},"datadog_checks_base/datadog_checks/utils/subprocess_output.py":{"sha256":"80dea34445564d9eee264533455310e69c72b4d640e369ea8c97a365717a64c2"},"datadog_checks_base/datadog_checks/utils/tailfile.py":{"sha256":"6c4aa2725fac2e0cb0f660f545d5a8b3c1954a50a49f1e58c86ddf5cc068c137"},"datadog_checks_base/datadog_checks/utils/timeout.py":{"sha256":"42e848b0a6686bf335dfe8040b07acbb9219c12317cfdf564f0a9a974262c913"},"datadog_checks_base/datadog_checks/utils/tracing.py":{"sha256":"1d06d06a428cf8bc3be4c0e422d6982588a94ba60edb867fca60d5c43b31e435"}}}} \ No newline at end of file +{"signatures":[{"keyid":"05916999737102a3cfebe7c6725d3843dbd883ed","other_headers":"04000108001d16210405916999737102a3cfebe7c6725d3843dbd883ed050264da2456","signature":"58b782902f94fbbfc76a3f8f05ca6de485787dbce3d875809a180c6035742bd55da4e9af4ba05213f496f32d740a180f93acbcd81e697aa690805569ae2758bd8d1e5e35d0c9a3aa954305c8159568fe4b30450c14425365c6d1d87d870b6ec5022f690def89cfc70e682d618e006dd5d028f96c4b84f102313952ce1b602e46fc703e0cc803f825e150ef1f8a89610298a40e12b4adbd443519d8cb1c955775be53aa32ec415d40bd6fc8e7885f962f16742075c9eb5e3a77dc280312c95866651f2f79f468e568f13b7090fd908b37cc8ea964b98e4b8b06508729438c991ebfc9e5859cc6cdedc70deefba23c91dcb77f6439dd3300c78a9183e4a0b6862d7a81d2d90c6b02ece2eca79da4cf2770181dc16250cdd3f1105cc92a1fde9dbfccc6a6165aca672093c7f10ff56cbe44f98f8171a08404d8b513fc2d46a2d3505dcbc71d5be0a846568077d867e657ae4ef2e6c3b9a22cf4fabeea1e93422097434aa829e665cd4222b021b9f28c2ba93b0c5088c3c6fac9abcef8947ad8b72bdc1be7e9b5d16886f712ce11c6d9ce9728ce7b87ad9f96e25d3a3283c4063b9ffc190e2183367f31e30ba064b90b560a1880d312a650cb4586fd01f5df7c507d941b3e852b6d3d3f8fc74806527eb21822d61c0726e6fe3ab589268968b072e0ec21eab6b464074545dcac82b6044acaec322bd37d8b3ce340f1100d28099621"}],"signed":{"_type":"link","byproducts":{},"command":[],"environment":{},"materials":{},"name":"tag","products":{"apache/datadog_checks/__init__.py":{"sha256":"fe73dc8f45d35205d366455edc6e8c3a8b29870d773b6f103d5261e25f757b25"},"apache/datadog_checks/apache/__about__.py":{"sha256":"941cb48b4aade3de1784c9e6c7276c3e797f9c72e86d78cec9b451c66d92206c"},"apache/datadog_checks/apache/__init__.py":{"sha256":"56a94d605f3abba4996b378f5aa5508589899ab305431d2c6287142029287baa"},"apache/datadog_checks/apache/apache.py":{"sha256":"8846cc073b43bc3dc6bfb8fa61cf84326004d84cf9e32f746342e7879524d68a"},"apache/datadog_checks/apache/config_models/__init__.py":{"sha256":"c9cf5c66894430e7edbb00d00613b58ccfd38360f2fe490a23c17cf71ed294dc"},"apache/datadog_checks/apache/config_models/defaults.py":{"sha256":"7f109ebae12d3cb6db2c162eb924ab4c43cc8b5f3dffec71e1a82fecdb87845b"},"apache/datadog_checks/apache/config_models/instance.py":{"sha256":"9317901f8204ea6cfddb325a1eaf93b7f4ed7820d1f8c2eaf9fe3c5fb1c82ddf"},"apache/datadog_checks/apache/config_models/shared.py":{"sha256":"6aeb47e93fb5c0a0ff0e0202bb3bb3cf1ae045eadb5749c34337df9abbf78c84"},"apache/datadog_checks/apache/config_models/validators.py":{"sha256":"0424fe17778b76e1b589b9564d0d543d1b71dba1edd6e5d71a7c528dddf68e0b"},"apache/datadog_checks/apache/data/auto_conf.yaml":{"sha256":"249eec1d3ea0a0a17a9e4359d22874e92f5444a74e36081099cfef9db2fd9858"},"apache/datadog_checks/apache/data/conf.yaml.example":{"sha256":"2f1fae6a04cb237aac5697a903adc6a8f64df4d30c49fa9cbd6d3b6c7625b792"},"apache/pyproject.toml":{"sha256":"a2317a882defcb6e3ebb5c26357ad6aa52af733eebfd9854bef67a84c093f6dd"},"apache/setup.py":{"sha256":"f6bd495b6851b0ab96d5c15bb70ea7a64418dfaf53b66987f17aea500d77058b"}}}} \ No newline at end of file From b1130ae3bf0596db8cd7638581ac4763110c792e Mon Sep 17 00:00:00 2001 From: Nicholas Muesch Date: Mon, 14 Aug 2023 09:51:09 -0400 Subject: [PATCH 04/10] Remove the Recommended Monitor Validation command from ddev (#15563) * Remove recommended monitor validation command from ddev * Remove recommended monitor from CI validations * Add a changelog entry * Update ddev/CHANGELOG.md Co-authored-by: Florent Clarret --------- Co-authored-by: Florent Clarret --- .github/workflows/validate.yml | 1 - datadog_checks_dev/CHANGELOG.md | 1 + .../dev/tooling/commands/validate/__init__.py | 2 - .../commands/validate/all_validations.py | 2 - .../commands/validate/recommended_monitors.py | 160 ------------------ ddev/CHANGELOG.md | 4 + ddev/src/ddev/cli/validate/__init__.py | 2 - 7 files changed, 5 insertions(+), 167 deletions(-) delete mode 100644 datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/recommended_monitors.py diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5378ccaf99b35..c2b06c21c24ab 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -34,7 +34,6 @@ jobs: openmetrics: true package: true readmes: true - recommended-monitors: true saved-views: true service-checks: true secrets: inherit diff --git a/datadog_checks_dev/CHANGELOG.md b/datadog_checks_dev/CHANGELOG.md index 1f15019303e02..6bb4cf93a5004 100644 --- a/datadog_checks_dev/CHANGELOG.md +++ b/datadog_checks_dev/CHANGELOG.md @@ -5,6 +5,7 @@ ***Removed***: * Migrate `validate http` to ddev ([#15526](https://github.com/DataDog/integrations-core/pull/15526)) +* Remove the `ddev validate recommended-monitors` command ([#15563](https://github.com/DataDog/integrations-core/pull/15563)) * Remove files in datadog_checks_dev for `validate ci, http, and metadata` ([#15546](https://github.com/DataDog/integrations-core/pull/15546)) ***Fixed***: diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/__init__.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/__init__.py index d7fd9a3b14943..b8b45c2156f83 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/__init__.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/__init__.py @@ -21,7 +21,6 @@ from .models import models from .package import package from .readmes import readmes -from .recommended_monitors import recommended_monitors from .saved_views import saved_views from .service_checks import service_checks from .typos import typos @@ -44,7 +43,6 @@ models, package, readmes, - recommended_monitors, saved_views, service_checks, typos, diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/all_validations.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/all_validations.py index 1491a57fa3eaf..d1dd54f26d6ab 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/all_validations.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/all_validations.py @@ -17,7 +17,6 @@ from .models import models from .package import package from .readmes import readmes -from .recommended_monitors import recommended_monitors from .saved_views import saved_views from .service_checks import service_checks @@ -35,7 +34,6 @@ (models, (None,)), (package, (None,)), (readmes, (None,)), - (recommended_monitors, (None,)), (saved_views, (None,)), (service_checks, (None,)), ) diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/recommended_monitors.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/recommended_monitors.py deleted file mode 100644 index ce26b177139be..0000000000000 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/recommended_monitors.py +++ /dev/null @@ -1,160 +0,0 @@ -# (C) Datadog, Inc. 2020-present -# All rights reserved -# Licensed under a 3-clause BSD style license (see LICENSE) - -import json -import os - -import click - -from ....utils import read_file -from ...manifest_utils import Manifest -from ...testing import process_checks_option -from ...utils import complete_valid_checks, get_assets_from_manifest, get_manifest_file -from ..console import ( - CONTEXT_SETTINGS, - abort, - annotate_display_queue, - annotate_error, - echo_failure, - echo_info, - echo_success, -) - -REQUIRED_ATTRIBUTES = {'name', 'type', 'query', 'message', 'tags', 'options', 'recommended_monitor_metadata'} -EXTRA_NOT_ALLOWED_FIELDS = ['id'] -ALLOWED_MONITOR_TYPES = [ - 'audit alert', - 'event alert', - 'event-v2 alert', - 'log alert', - 'query alert', - 'rum alert', - 'service check', - 'trace-analytics alert', -] - - -@click.command( - 'recommended-monitors', - context_settings=CONTEXT_SETTINGS, - short_help='Validate recommended monitor definition JSON files', -) -@click.argument('check', shell_complete=complete_valid_checks, required=False) -def recommended_monitors(check): - """Validate all recommended monitors definition files. - - If `check` is specified, only the check will be validated, if check value is 'changed' will only apply to changed - checks, an 'all' or empty `check` value will validate all README files. - """ - - checks = process_checks_option(check, source='integrations', extend_changed=True) - echo_info(f"Validating recommended monitors for {len(checks)} checks ...") - - failed_checks = 0 - ok_checks = 0 - - for check_name in checks: - display_queue = [] - file_failed = False - manifest = Manifest.load_manifest(check_name) - monitors_relative_locations, invalid_files = get_assets_from_manifest(check_name, 'monitors') - manifest_file = get_manifest_file(check_name) - for file in invalid_files: - echo_info(f'{check_name}... ', nl=False) - echo_info(' FAILED') - message = f'{file} does not exist' - echo_failure(' ' + message) - failed_checks += 1 - annotate_error(manifest_file, message) - - for monitor_file in monitors_relative_locations: - monitor_filename = os.path.basename(monitor_file) - try: - decoded = json.loads(read_file(monitor_file).strip()) - except json.JSONDecodeError as e: - failed_checks += 1 - echo_info(f'{check_name}... ', nl=False) - echo_failure(' FAILED') - message = f'invalid json: {e}' - echo_failure(' ' + message) - annotate_error(monitor_file, message) - continue - - all_keys = set(decoded.keys()) - if not REQUIRED_ATTRIBUTES.issubset(all_keys): - missing_fields = REQUIRED_ATTRIBUTES.difference(all_keys) - file_failed = True - display_queue.append( - (echo_failure, f" {monitor_filename} does not contain the required fields: {missing_fields}"), - ) - elif any([item for item in all_keys if item in EXTRA_NOT_ALLOWED_FIELDS]): - file_failed = True - display_queue.append( - ( - echo_failure, - f" {monitor_filename} contains unsupported field(s). Please ensure none of the following are" - f" in the file: {EXTRA_NOT_ALLOWED_FIELDS}", - ), - ) - else: - # If all required keys exist, validate value - monitor_type = decoded.get('type') - if monitor_type not in ALLOWED_MONITOR_TYPES: - file_failed = True - display_queue.append( - ( - echo_failure, - f" {monitor_filename} is of unsupported type: \"{monitor_type}\". Only" - f" the following types are allowed: {ALLOWED_MONITOR_TYPES}", - ) - ) - - description = decoded.get('recommended_monitor_metadata').get('description') - if description is not None: - if len(description) > 300: - file_failed = True - display_queue.append( - ( - echo_failure, - f" {monitor_filename} has a description field that is too long, must be < 300 chars", - ), - ) - - result = [i for i in decoded.get('tags') if i.startswith('integration:')] - if len(result) < 1: - file_failed = True - display_queue.append((echo_failure, f" {monitor_filename} must have an `integration` tag")) - - display_name = manifest.get_display_name().lower() - monitor_name = decoded.get('name').lower() - if not (check_name in monitor_name or display_name in monitor_name): - file_failed = True - if check_name == display_name: - error_msg = f":{check_name}" - else: - error_msg = f". Either: {check_name} or {display_name}" - display_queue.append( - ( - echo_failure, - f" {monitor_filename} `name` field must contain the integration name{error_msg}", - ), - ) - - if file_failed: - failed_checks += 1 - # Display detailed info if file is invalid - echo_info(f'{check_name}... ', nl=False) - echo_failure(' FAILED') - annotate_display_queue(monitor_file, display_queue) - for display_func, message in display_queue: - display_func(message) - display_queue = [] - else: - ok_checks += 1 - - if ok_checks: - echo_success(f"{ok_checks} valid files") - if failed_checks: - echo_failure(f"{failed_checks} invalid files") - abort() diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 3064f50dfe37c..563117602c171 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Removed***: + +* Remove the `ddev validate recommended-monitors` command ([#15563](https://github.com/DataDog/integrations-core/pull/15563)) + ## 3.5.0 / 2023-08-11 ***Added***: diff --git a/ddev/src/ddev/cli/validate/__init__.py b/ddev/src/ddev/cli/validate/__init__.py index f904bdd3ea07a..a9679aef1410b 100644 --- a/ddev/src/ddev/cli/validate/__init__.py +++ b/ddev/src/ddev/cli/validate/__init__.py @@ -17,7 +17,6 @@ from datadog_checks.dev.tooling.commands.validate.models import models from datadog_checks.dev.tooling.commands.validate.package import package from datadog_checks.dev.tooling.commands.validate.readmes import readmes -from datadog_checks.dev.tooling.commands.validate.recommended_monitors import recommended_monitors from datadog_checks.dev.tooling.commands.validate.saved_views import saved_views from datadog_checks.dev.tooling.commands.validate.service_checks import service_checks from datadog_checks.dev.tooling.commands.validate.typos import typos @@ -58,7 +57,6 @@ def validate(): validate.add_command(openmetrics) validate.add_command(package) validate.add_command(readmes) -validate.add_command(recommended_monitors) validate.add_command(saved_views) validate.add_command(service_checks) validate.add_command(typos) From 2e608dbd791fc20b30b27c794001f5cf6171c13e Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Mon, 14 Aug 2023 16:07:03 +0200 Subject: [PATCH 05/10] Update links in the readme (#15564) * Update links in the readme * Update win32_event_log/README.md * Update win32_event_log/README.md --- win32_event_log/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/win32_event_log/README.md b/win32_event_log/README.md index 71bdfa413ed5b..6a7572630d315 100644 --- a/win32_event_log/README.md +++ b/win32_event_log/README.md @@ -119,9 +119,7 @@ To collect Windows Event Logs as Datadog events, configure channels under the `i - "" ``` - For more information, see [Add event log files to the `Win32_NTLogEvent` WMI class][101]. - -[101]: https://docs.datadoghq.com/integrations/guide/add-event-log-files-to-the-win32-ntlogevent-wmi-class/ + For more information, see [Add event log files to the `Win32_NTLogEvent` WMI class][28]. @@ -486,8 +484,8 @@ If you are using log processing rules to filter out logs, verify that the raw lo To troubleshoot your log processing rules: 1. Remove or comment out the `log_processing_rules` stanza. -1. Restart the Agent. -1. Send a test log that includes the values you're attempting to catch. If the log appears in Datadog, there is probably an issue with your regex. Compare your regex against the log file to make sure you're capturing the right phrases. +2. Restart the Agent. +3. Send a test log that includes the values you're attempting to catch. If the log appears in Datadog, there is probably an issue with your regex. Compare your regex against the log file to make sure you're capturing the right phrases. ## Further Reading @@ -513,7 +511,7 @@ Additional helpful documentation, links, and articles: [13]: https://docs.microsoft.com/en-us/windows/win32/eventlog/event-logging [14]: https://learn.microsoft.com/en-us/windows/win32/wes/eventschema-systempropertiestype-complextype [15]: https://docs.datadoghq.com/agent/guide/agent-commands/ -[16]: https://docs.datadoghq.com/events/ +[16]: https://docs.datadoghq.com/service_management/events/ [17]: https://docs.datadoghq.com/logs/ [18]: https://docs.datadoghq.com/agent/logs/#activate-log-collection [19]: https://raw.githubusercontent.com/DataDog/integrations-core/master/win32_event_log/images/windows-defender-operational-event-log-properties.png @@ -525,3 +523,4 @@ Additional helpful documentation, links, and articles: [25]: https://docs.datadoghq.com/agent/troubleshooting/send_a_flare/?tab=agentv6v7 [26]: https://docs.datadoghq.com/agent/logs/advanced_log_collection/?tab=configurationfile [27]: https://www.datadoghq.com/blog/monitor-windows-event-logs-with-datadog/ +[28]: https://docs.datadoghq.com/integrations/guide/add-event-log-files-to-the-win32-ntlogevent-wmi-class/ \ No newline at end of file From 99c5b96ee4206d686c0fa58086acb6ccc79bb096 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 14 Aug 2023 10:14:09 -0400 Subject: [PATCH 06/10] Update changelog formatting (#15572) --- active_directory/CHANGELOG.md | 72 +- activemq/CHANGELOG.md | 78 +- activemq_xml/CHANGELOG.md | 70 +- aerospike/CHANGELOG.md | 98 +- airbyte/CHANGELOG.md | 2 +- airflow/CHANGELOG.md | 80 +- amazon_msk/CHANGELOG.md | 120 +- ambari/CHANGELOG.md | 76 +- apache/CHANGELOG.md | 112 +- arangodb/CHANGELOG.md | 28 +- argocd/CHANGELOG.md | 20 +- aspdotnet/CHANGELOG.md | 70 +- avi_vantage/CHANGELOG.md | 60 +- azure_iot_edge/CHANGELOG.md | 56 +- boundary/CHANGELOG.md | 20 +- btrfs/CHANGELOG.md | 64 +- cacti/CHANGELOG.md | 54 +- calico/CHANGELOG.md | 22 +- cassandra/CHANGELOG.md | 74 +- cassandra_nodetool/CHANGELOG.md | 50 +- ceph/CHANGELOG.md | 74 +- cert_manager/CHANGELOG.md | 20 +- cilium/CHANGELOG.md | 104 +- cisco_aci/CHANGELOG.md | 110 +- citrix_hypervisor/CHANGELOG.md | 24 +- clickhouse/CHANGELOG.md | 84 +- cloud_foundry_api/CHANGELOG.md | 56 +- cloudera/CHANGELOG.md | 14 +- cockroachdb/CHANGELOG.md | 88 +- confluent_platform/CHANGELOG.md | 64 +- consul/CHANGELOG.md | 144 +- coredns/CHANGELOG.md | 110 +- couch/CHANGELOG.md | 118 +- couchbase/CHANGELOG.md | 110 +- crio/CHANGELOG.md | 58 +- datadog_checks_base/CHANGELOG.md | 1270 +++++------ .../CHANGELOG.md | 10 +- datadog_checks_dev/CHANGELOG.md | 2024 ++++++++--------- datadog_checks_downloader/CHANGELOG.md | 108 +- datadog_cluster_agent/CHANGELOG.md | 62 +- dcgm/CHANGELOG.md | 8 +- ddev/CHANGELOG.md | 96 +- directory/CHANGELOG.md | 84 +- disk/CHANGELOG.md | 132 +- dns_check/CHANGELOG.md | 54 +- docker_daemon/CHANGELOG.md | 74 +- dotnetclr/CHANGELOG.md | 68 +- druid/CHANGELOG.md | 64 +- ecs_fargate/CHANGELOG.md | 100 +- eks_fargate/CHANGELOG.md | 46 +- elastic/CHANGELOG.md | 218 +- envoy/CHANGELOG.md | 158 +- etcd/CHANGELOG.md | 116 +- exchange_server/CHANGELOG.md | 68 +- external_dns/CHANGELOG.md | 58 +- flink/CHANGELOG.md | 22 +- fluentd/CHANGELOG.md | 86 +- foundationdb/CHANGELOG.md | 18 +- gearmand/CHANGELOG.md | 50 +- gitlab/CHANGELOG.md | 172 +- gitlab_runner/CHANGELOG.md | 116 +- glusterfs/CHANGELOG.md | 28 +- go-metro/CHANGELOG.md | 10 +- go_expvar/CHANGELOG.md | 88 +- gunicorn/CHANGELOG.md | 78 +- haproxy/CHANGELOG.md | 192 +- harbor/CHANGELOG.md | 58 +- hazelcast/CHANGELOG.md | 64 +- hdfs_datanode/CHANGELOG.md | 84 +- hdfs_namenode/CHANGELOG.md | 88 +- hive/CHANGELOG.md | 72 +- hivemq/CHANGELOG.md | 50 +- http_check/CHANGELOG.md | 218 +- hudi/CHANGELOG.md | 24 +- hyperv/CHANGELOG.md | 40 +- ibm_ace/CHANGELOG.md | 26 +- ibm_db2/CHANGELOG.md | 58 +- ibm_i/CHANGELOG.md | 38 +- ibm_mq/CHANGELOG.md | 192 +- ibm_was/CHANGELOG.md | 94 +- ignite/CHANGELOG.md | 50 +- iis/CHANGELOG.md | 108 +- impala/CHANGELOG.md | 22 +- istio/CHANGELOG.md | 162 +- jboss_wildfly/CHANGELOG.md | 68 +- journald/CHANGELOG.md | 8 +- kafka/CHANGELOG.md | 82 +- kafka_consumer/CHANGELOG.md | 226 +- kong/CHANGELOG.md | 106 +- kube_apiserver_metrics/CHANGELOG.md | 118 +- kube_controller_manager/CHANGELOG.md | 58 +- kube_dns/CHANGELOG.md | 86 +- kube_metrics_server/CHANGELOG.md | 46 +- kube_proxy/CHANGELOG.md | 62 +- kube_scheduler/CHANGELOG.md | 94 +- kubelet/CHANGELOG.md | 218 +- kubernetes/CHANGELOG.md | 40 +- kubernetes_state/CHANGELOG.md | 204 +- kyototycoon/CHANGELOG.md | 58 +- lighttpd/CHANGELOG.md | 76 +- linkerd/CHANGELOG.md | 90 +- linux_proc_extras/CHANGELOG.md | 32 +- mapr/CHANGELOG.md | 46 +- mapreduce/CHANGELOG.md | 76 +- marathon/CHANGELOG.md | 86 +- marklogic/CHANGELOG.md | 50 +- mcache/CHANGELOG.md | 66 +- mesos_master/CHANGELOG.md | 76 +- mesos_slave/CHANGELOG.md | 80 +- mongo/CHANGELOG.md | 238 +- mysql/CHANGELOG.md | 364 +-- nagios/CHANGELOG.md | 54 +- network/CHANGELOG.md | 150 +- nfsstat/CHANGELOG.md | 54 +- nginx/CHANGELOG.md | 120 +- nginx_ingress_controller/CHANGELOG.md | 82 +- openldap/CHANGELOG.md | 46 +- openmetrics/CHANGELOG.md | 138 +- openstack/CHANGELOG.md | 64 +- openstack_controller/CHANGELOG.md | 108 +- oracle/CHANGELOG.md | 146 +- pan_firewall/CHANGELOG.md | 10 +- pdh_check/CHANGELOG.md | 66 +- pgbouncer/CHANGELOG.md | 92 +- php_fpm/CHANGELOG.md | 78 +- postfix/CHANGELOG.md | 62 +- postgres/CHANGELOG.md | 492 ++-- powerdns_recursor/CHANGELOG.md | 58 +- presto/CHANGELOG.md | 46 +- process/CHANGELOG.md | 106 +- prometheus/CHANGELOG.md | 42 +- proxysql/CHANGELOG.md | 52 +- pulsar/CHANGELOG.md | 26 +- rabbitmq/CHANGELOG.md | 150 +- redisdb/CHANGELOG.md | 166 +- rethinkdb/CHANGELOG.md | 50 +- riak/CHANGELOG.md | 72 +- riakcs/CHANGELOG.md | 44 +- sap_hana/CHANGELOG.md | 64 +- scylla/CHANGELOG.md | 64 +- sidekiq/CHANGELOG.md | 18 +- silk/CHANGELOG.md | 28 +- singlestore/CHANGELOG.md | 24 +- snmp/CHANGELOG.md | 840 +++---- snowflake/CHANGELOG.md | 118 +- solr/CHANGELOG.md | 64 +- sonarqube/CHANGELOG.md | 68 +- spark/CHANGELOG.md | 128 +- sqlserver/CHANGELOG.md | 426 ++-- squid/CHANGELOG.md | 74 +- ssh_check/CHANGELOG.md | 82 +- statsd/CHANGELOG.md | 36 +- strimzi/CHANGELOG.md | 8 +- supervisord/CHANGELOG.md | 62 +- system_core/CHANGELOG.md | 62 +- system_swap/CHANGELOG.md | 54 +- tcp_check/CHANGELOG.md | 66 +- teamcity/CHANGELOG.md | 88 +- temporal/CHANGELOG.md | 16 +- tenable/CHANGELOG.md | 22 +- teradata/CHANGELOG.md | 18 +- tls/CHANGELOG.md | 84 +- tokumx/CHANGELOG.md | 42 +- tomcat/CHANGELOG.md | 70 +- torchserve/CHANGELOG.md | 8 +- traffic_server/CHANGELOG.md | 16 +- twemproxy/CHANGELOG.md | 44 +- twistlock/CHANGELOG.md | 84 +- varnish/CHANGELOG.md | 84 +- vault/CHANGELOG.md | 162 +- vertica/CHANGELOG.md | 88 +- voltdb/CHANGELOG.md | 50 +- vsphere/CHANGELOG.md | 264 +-- weaviate/CHANGELOG.md | 8 +- weblogic/CHANGELOG.md | 20 +- win32_event_log/CHANGELOG.md | 100 +- windows_performance_counters/CHANGELOG.md | 28 +- windows_service/CHANGELOG.md | 66 +- wmi_check/CHANGELOG.md | 78 +- yarn/CHANGELOG.md | 110 +- zk/CHANGELOG.md | 76 +- 181 files changed, 9385 insertions(+), 9385 deletions(-) diff --git a/active_directory/CHANGELOG.md b/active_directory/CHANGELOG.md index 0c5f800ba892c..5544f0692b8e6 100644 --- a/active_directory/CHANGELOG.md +++ b/active_directory/CHANGELOG.md @@ -6,178 +6,178 @@ ***Changed***: -* Bump the minimum base check version. See [#15448](https://github.com/DataDog/integrations-core/pull/15448). +* Bump the minimum base check version ([#15448](https://github.com/DataDog/integrations-core/pull/15448)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.17.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.17.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.16.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.15.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.15.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.14.0 / 2022-02-23 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11551](https://github.com/DataDog/integrations-core/pull/11551). +* Add `pyproject.toml` file ([#11551](https://github.com/DataDog/integrations-core/pull/11551)) ## 1.13.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support new implementation of Windows performance counters on Python 3. See [#10850](https://github.com/DataDog/integrations-core/pull/10850). +* Support new implementation of Windows performance counters on Python 3 ([#10850](https://github.com/DataDog/integrations-core/pull/10850)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8878](https://github.com/DataDog/integrations-core/pull/8878). +* Add runtime configuration validation ([#8878](https://github.com/DataDog/integrations-core/pull/8878)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.10.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Remove active_directory references from config. See [#8111](https://github.com/DataDog/integrations-core/pull/8111). -* Fix pdh configuration spec. See [#8106](https://github.com/DataDog/integrations-core/pull/8106). +* Remove active_directory references from config ([#8111](https://github.com/DataDog/integrations-core/pull/8111)) +* Fix pdh configuration spec ([#8106](https://github.com/DataDog/integrations-core/pull/8106)) ## 1.10.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.9.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Active Directory to not use agentConfig. See [#5938](https://github.com/DataDog/integrations-core/pull/5938). +* Active Directory to not use agentConfig ([#5938](https://github.com/DataDog/integrations-core/pull/5938)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.6.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.4.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3483](https://github.com/DataDog/integrations-core/pull/3483). +* Adhere to code style ([#3483](https://github.com/DataDog/integrations-core/pull/3483)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2975](https://github.com/DataDog/integrations-core/pull/2975). +* Support Python 3 ([#2975](https://github.com/DataDog/integrations-core/pull/2975)) ***Fixed***: -* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077). +* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.0 / 2018-05-11 diff --git a/activemq/CHANGELOG.md b/activemq/CHANGELOG.md index 8738ef1501bce..a7abdb4d0e296 100644 --- a/activemq/CHANGELOG.md +++ b/activemq/CHANGELOG.md @@ -6,178 +6,178 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.2 / 2023-07-10 ***Fixed***: -* Update some metric types. See [#15040](https://github.com/DataDog/integrations-core/pull/15040). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Update some metric types ([#15040](https://github.com/DataDog/integrations-core/pull/15040)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.3.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11309](https://github.com/DataDog/integrations-core/pull/11309). +* Add `pyproject.toml` file ([#11309](https://github.com/DataDog/integrations-core/pull/11309)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 2.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8879](https://github.com/DataDog/integrations-core/pull/8879). +* Add runtime configuration validation ([#8879](https://github.com/DataDog/integrations-core/pull/8879)) ## 2.1.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 2.0.1 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 2.0.0 / 2021-03-07 / Agent 7.27.0 ***Changed***: -* Add support for ActiveMQ Artemis. See [#8527](https://github.com/DataDog/integrations-core/pull/8527). +* Add support for ActiveMQ Artemis ([#8527](https://github.com/DataDog/integrations-core/pull/8527)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 1.8.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.6.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Convert jmx to in-app types for replay_check_run. See [#7275](https://github.com/DataDog/integrations-core/pull/7275). +* Convert jmx to in-app types for replay_check_run ([#7275](https://github.com/DataDog/integrations-core/pull/7275)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add domain to metrics.yaml. See [#7163](https://github.com/DataDog/integrations-core/pull/7163). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add domain to metrics.yaml ([#7163](https://github.com/DataDog/integrations-core/pull/7163)) ## 1.5.2 / 2020-07-15 ***Fixed***: -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.5.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) ## 1.4.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add `service_check_prefix` config to jmx. See [#6163](https://github.com/DataDog/integrations-core/pull/6163). -* Add config specs to activemq. See [#6115](https://github.com/DataDog/integrations-core/pull/6115). +* Add `service_check_prefix` config to jmx ([#6163](https://github.com/DataDog/integrations-core/pull/6163)) +* Add config specs to activemq ([#6115](https://github.com/DataDog/integrations-core/pull/6115)) ***Fixed***: -* Fix e2e test. See [#6167](https://github.com/DataDog/integrations-core/pull/6167). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Fix e2e test ([#6167](https://github.com/DataDog/integrations-core/pull/6167)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.3.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.2.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Add log section. See [#4013](https://github.com/DataDog/integrations-core/pull/4013). +* Add log section ([#4013](https://github.com/DataDog/integrations-core/pull/4013)) ## 1.1.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* [jmx] add rmi registry ssl config option. See [#2371](https://github.com/DataDog/integrations-core/pull/2371). +* [jmx] add rmi registry ssl config option ([#2371](https://github.com/DataDog/integrations-core/pull/2371)) ## 1.0.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.0.1 / 2017-11-21 ***Added***: -* Added `metrics.yaml` file. See [#863](https://github.com/DataDog/integrations-core/issues/863) +* Added `metrics.yaml` file ([#863](https://github)com/DataDog/integrations-core/issues/863) ## 1.0.0 / 2017-03-22 diff --git a/activemq_xml/CHANGELOG.md b/activemq_xml/CHANGELOG.md index 72a9909b17272..6f3218d587c34 100644 --- a/activemq_xml/CHANGELOG.md +++ b/activemq_xml/CHANGELOG.md @@ -6,173 +6,173 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11310](https://github.com/DataDog/integrations-core/pull/11310). +* Add `pyproject.toml` file ([#11310](https://github.com/DataDog/integrations-core/pull/11310)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8880](https://github.com/DataDog/integrations-core/pull/8880). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8880](https://github.com/DataDog/integrations-core/pull/8880)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add logs documentation. See [#9069](https://github.com/DataDog/integrations-core/pull/9069). +* Add logs documentation ([#9069](https://github.com/DataDog/integrations-core/pull/9069)) ## 1.10.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.9.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.8.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.8.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 1.6.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). -* Add config specs to activemq xml. See [#6116](https://github.com/DataDog/integrations-core/pull/6116). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) +* Add config specs to activemq xml ([#6116](https://github.com/DataDog/integrations-core/pull/6116)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Standardize logging format. See [#4896](https://github.com/DataDog/integrations-core/pull/4896). +* Standardize logging format ([#4896](https://github.com/DataDog/integrations-core/pull/4896)) ## 1.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Update with proxy settings . See [#3361](https://github.com/DataDog/integrations-core/pull/3361). +* Update with proxy settings ([#3361](https://github.com/DataDog/integrations-core/pull/3361)) ## 1.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adhere to code style. See [#3323](https://github.com/DataDog/integrations-core/pull/3323). +* Adhere to code style ([#3323](https://github.com/DataDog/integrations-core/pull/3323)) ## 1.1.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add Python3 Support. See [#2583][1]. +* Add Python3 Support ([#2583][1]) ## 1.0.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.0.0 / 2017-03-22 diff --git a/aerospike/CHANGELOG.md b/aerospike/CHANGELOG.md index 8ac377c45966a..b4dff2039ad67 100644 --- a/aerospike/CHANGELOG.md +++ b/aerospike/CHANGELOG.md @@ -6,229 +6,229 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.18.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.18.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.17.2 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Update dependencies. See [#13205](https://github.com/DataDog/integrations-core/pull/13205). +* Update dependencies ([#13205](https://github.com/DataDog/integrations-core/pull/13205)) ## 1.17.1 / 2022-09-28 ***Fixed***: -* Fix missing latency metrics from other namespaces. See [#12944](https://github.com/DataDog/integrations-core/pull/12944). +* Fix missing latency metrics from other namespaces ([#12944](https://github.com/DataDog/integrations-core/pull/12944)) ## 1.17.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ***Fixed***: -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 1.16.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.16.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 1.16.0 / 2022-05-15 ***Added***: -* Add OpenMetricsV2 Implementation. See [#11845](https://github.com/DataDog/integrations-core/pull/11845). +* Add OpenMetricsV2 Implementation ([#11845](https://github.com/DataDog/integrations-core/pull/11845)) ## 1.15.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Fix broken latency metric collection. See [#11752](https://github.com/DataDog/integrations-core/pull/11752). -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Fix broken latency metric collection ([#11752](https://github.com/DataDog/integrations-core/pull/11752)) +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 1.14.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11311](https://github.com/DataDog/integrations-core/pull/11311). +* Add `pyproject.toml` file ([#11311](https://github.com/DataDog/integrations-core/pull/11311)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.13.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.13.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8881](https://github.com/DataDog/integrations-core/pull/8881). +* Add runtime configuration validation ([#8881](https://github.com/DataDog/integrations-core/pull/8881)) ## 1.12.0 / 2021-06-22 / Agent 7.30.0 ***Added***: -* Stop using a deprecated method to support newer versions of Aerospike. See [#9566](https://github.com/DataDog/integrations-core/pull/9566). -* Upgrade `aerospike` dependency on Python 3. See [#9552](https://github.com/DataDog/integrations-core/pull/9552). +* Stop using a deprecated method to support newer versions of Aerospike ([#9566](https://github.com/DataDog/integrations-core/pull/9566)) +* Upgrade `aerospike` dependency on Python 3 ([#9552](https://github.com/DataDog/integrations-core/pull/9552)) ***Fixed***: -* Handle command output with erroneous trailing separators. See [#9571](https://github.com/DataDog/integrations-core/pull/9571). +* Handle command output with erroneous trailing separators ([#9571](https://github.com/DataDog/integrations-core/pull/9571)) ## 1.11.0 / 2021-04-06 / Agent 7.28.0 ***Added***: -* Support XDR metrics for Aerospike Enterprise 5.0+. See [#8696](https://github.com/DataDog/integrations-core/pull/8696). +* Support XDR metrics for Aerospike Enterprise 5.0+ ([#8696](https://github.com/DataDog/integrations-core/pull/8696)) ## 1.10.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Return empty array instead of None. See [#8532](https://github.com/DataDog/integrations-core/pull/8532). -* Fix logging. See [#8515](https://github.com/DataDog/integrations-core/pull/8515). +* Return empty array instead of None ([#8532](https://github.com/DataDog/integrations-core/pull/8532)) +* Fix logging ([#8515](https://github.com/DataDog/integrations-core/pull/8515)) ## 1.10.0 / 2021-02-01 ***Added***: -* Support Aerospike 5.3. See [#8430](https://github.com/DataDog/integrations-core/pull/8430). +* Support Aerospike 5.3 ([#8430](https://github.com/DataDog/integrations-core/pull/8430)) ***Fixed***: -* Bump minimum package. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum package ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add log pipeline. See [#8068](https://github.com/DataDog/integrations-core/pull/8068). -* Update aerospike dependency. See [#8044](https://github.com/DataDog/integrations-core/pull/8044). +* Add log pipeline ([#8068](https://github.com/DataDog/integrations-core/pull/8068)) +* Update aerospike dependency ([#8044](https://github.com/DataDog/integrations-core/pull/8044)) ***Fixed***: -* Update check signature. See [#8157](https://github.com/DataDog/integrations-core/pull/8157). +* Update check signature ([#8157](https://github.com/DataDog/integrations-core/pull/8157)) ## 1.8.3 / 2020-07-23 / Agent 7.22.0 ***Fixed***: -* Fix empty result case. See [#7192](https://github.com/DataDog/integrations-core/pull/7192). +* Fix empty result case ([#7192](https://github.com/DataDog/integrations-core/pull/7192)) ## 1.8.2 / 2020-07-22 ***Fixed***: -* Add debug log for get info calls. See [#7182](https://github.com/DataDog/integrations-core/pull/7182). +* Add debug log for get info calls ([#7182](https://github.com/DataDog/integrations-core/pull/7182)) ## 1.8.1 / 2020-07-10 ***Fixed***: -* Parse batch-index read latency metrics. See [#6991](https://github.com/DataDog/integrations-core/pull/6991). +* Parse batch-index read latency metrics ([#6991](https://github.com/DataDog/integrations-core/pull/6991)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.1 / 2020-04-15 ***Fixed***: -* Fix namespace valid chars matching regex. See [#6352](https://github.com/DataDog/integrations-core/pull/6352). -* Fix namespace tagging for latency metrics. See [#6345](https://github.com/DataDog/integrations-core/pull/6345). +* Fix namespace valid chars matching regex ([#6352](https://github.com/DataDog/integrations-core/pull/6352)) +* Fix namespace tagging for latency metrics ([#6345](https://github.com/DataDog/integrations-core/pull/6345)) ## 1.7.0 / 2020-03-13 / Agent 7.19.0 ***Added***: -* Add TLS config. See [#6035](https://github.com/DataDog/integrations-core/pull/6035). +* Add TLS config ([#6035](https://github.com/DataDog/integrations-core/pull/6035)) ## 1.6.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Upgrade `aerospike` dependency. See [#5779](https://github.com/DataDog/integrations-core/pull/5779). +* Upgrade `aerospike` dependency ([#5779](https://github.com/DataDog/integrations-core/pull/5779)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add latency and datacenter metrics for Aerospike also collect version metadata information. See [#4969](https://github.com/DataDog/integrations-core/pull/4969). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add latency and datacenter metrics for Aerospike also collect version metadata information ([#4969](https://github.com/DataDog/integrations-core/pull/4969)) ## 1.4.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Standardize logging format. See [#4897](https://github.com/DataDog/integrations-core/pull/4897). +* Standardize logging format ([#4897](https://github.com/DataDog/integrations-core/pull/4897)) ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3484](https://github.com/DataDog/integrations-core/pull/3484). +* Adhere to code style ([#3484](https://github.com/DataDog/integrations-core/pull/3484)) ## 1.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Upgrade aerospike dependency. See [#3235](https://github.com/DataDog/integrations-core/pull/3235). +* Upgrade aerospike dependency ([#3235](https://github.com/DataDog/integrations-core/pull/3235)) ## 1.1.0 / 2019-02-27 ***Added***: -* Add authentication and timeout options. See [#3214](https://github.com/DataDog/integrations-core/pull/3214). -* Refactor check to use the official library. See [#3212](https://github.com/DataDog/integrations-core/pull/3212). +* Add authentication and timeout options ([#3214](https://github.com/DataDog/integrations-core/pull/3214)) +* Refactor check to use the official library ([#3212](https://github.com/DataDog/integrations-core/pull/3212)) ## 1.0.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Officially support Aerospike. See [#3078](https://github.com/DataDog/integrations-core/pull/3078). +* Officially support Aerospike ([#3078](https://github.com/DataDog/integrations-core/pull/3078)) diff --git a/airbyte/CHANGELOG.md b/airbyte/CHANGELOG.md index 4fb5681bf870c..7c7524e107e56 100644 --- a/airbyte/CHANGELOG.md +++ b/airbyte/CHANGELOG.md @@ -4,4 +4,4 @@ ***Added***: -* Add the Airbyte integration. See [#15376](https://github.com/DataDog/integrations-core/pull/15376). +* Add the Airbyte integration ([#15376](https://github.com/DataDog/integrations-core/pull/15376)) diff --git a/airflow/CHANGELOG.md b/airflow/CHANGELOG.md index ab104f2fe8304..e8fb0efcbb8a6 100644 --- a/airflow/CHANGELOG.md +++ b/airflow/CHANGELOG.md @@ -6,173 +6,173 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.1 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Update mapping and tags in README.md. See [#11967](https://github.com/DataDog/integrations-core/pull/11967). Thanks [moshederri](https://github.com/moshederri). -* Update airflow integration dogstatsd_mapper_profiles example. See [#12101](https://github.com/DataDog/integrations-core/pull/12101). Thanks [jessezhang91](https://github.com/jessezhang91). +* Update mapping and tags in README.md ([#11967](https://github.com/DataDog/integrations-core/pull/11967)) Thanks [moshederri](https://github.com/moshederri). +* Update airflow integration dogstatsd_mapper_profiles example ([#12101](https://github.com/DataDog/integrations-core/pull/12101)) Thanks [jessezhang91](https://github.com/jessezhang91). ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11312](https://github.com/DataDog/integrations-core/pull/11312). +* Add `pyproject.toml` file ([#11312](https://github.com/DataDog/integrations-core/pull/11312)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix airflow logs example. See [#10475](https://github.com/DataDog/integrations-core/pull/10475). +* Fix airflow logs example ([#10475](https://github.com/DataDog/integrations-core/pull/10475)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8882](https://github.com/DataDog/integrations-core/pull/8882). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8882](https://github.com/DataDog/integrations-core/pull/8882)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.8.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add support for Airflow 2. See [#9064](https://github.com/DataDog/integrations-core/pull/9064). +* Add support for Airflow 2 ([#9064](https://github.com/DataDog/integrations-core/pull/9064)) ## 1.7.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Update check signature. See [#8175](https://github.com/DataDog/integrations-core/pull/8175). +* Update check signature ([#8175](https://github.com/DataDog/integrations-core/pull/8175)) ## 1.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.6.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.5.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* airflow new metrics. See [#7112](https://github.com/DataDog/integrations-core/pull/7112). +* airflow new metrics ([#7112](https://github.com/DataDog/integrations-core/pull/7112)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). -* DOCS-983 Airflow integration. See [#6971](https://github.com/DataDog/integrations-core/pull/6971). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) +* DOCS-983 Airflow integration ([#6971](https://github.com/DataDog/integrations-core/pull/6971)) ## 1.4.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Use config spec. See [#6305](https://github.com/DataDog/integrations-core/pull/6305). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Use config spec ([#6305](https://github.com/DataDog/integrations-core/pull/6305)) ## 1.2.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add `ddev test` option to verify support of new metrics. See [#6141](https://github.com/DataDog/integrations-core/pull/6141). +* Add `ddev test` option to verify support of new metrics ([#6141](https://github.com/DataDog/integrations-core/pull/6141)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.1.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add airflow logs. See [#5405](https://github.com/DataDog/integrations-core/pull/5405). +* Add airflow logs ([#5405](https://github.com/DataDog/integrations-core/pull/5405)) ## 1.0.0 / 2020-01-06 / Agent 7.17.0 ***Added***: -* Add Airflow integration. See [#5232](https://github.com/DataDog/integrations-core/pull/5232). +* Add Airflow integration ([#5232](https://github.com/DataDog/integrations-core/pull/5232)) diff --git a/amazon_msk/CHANGELOG.md b/amazon_msk/CHANGELOG.md index c6cfd3702dab4..8ea732bd1c5d3 100644 --- a/amazon_msk/CHANGELOG.md +++ b/amazon_msk/CHANGELOG.md @@ -6,247 +6,247 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.5.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.3.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) ## 3.2.4 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Switch count method to monotonic count, that's correct for OM counts. See [#13972](https://github.com/DataDog/integrations-core/pull/13972). -* Submit count versions of metrics that we mistakenly submit as gauges. See [#13886](https://github.com/DataDog/integrations-core/pull/13886). +* Switch count method to monotonic count, that's correct for OM counts ([#13972](https://github.com/DataDog/integrations-core/pull/13972)) +* Submit count versions of metrics that we mistakenly submit as gauges ([#13886](https://github.com/DataDog/integrations-core/pull/13886)) ## 3.2.3 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 3.2.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 3.2.1 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Update dependencies. See [#13205](https://github.com/DataDog/integrations-core/pull/13205). +* Update dependencies ([#13205](https://github.com/DataDog/integrations-core/pull/13205)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ***Fixed***: -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 3.1.3 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.1.2 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 3.1.1 / 2022-05-15 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Allow disabling querying an exporter. See [#11306](https://github.com/DataDog/integrations-core/pull/11306). -* Add `pyproject.toml` file. See [#11313](https://github.com/DataDog/integrations-core/pull/11313). +* Allow disabling querying an exporter ([#11306](https://github.com/DataDog/integrations-core/pull/11306)) +* Add `pyproject.toml` file ([#11313](https://github.com/DataDog/integrations-core/pull/11313)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) ## 2.0.2 / 2021-10-15 / Agent 7.32.0 ***Fixed***: -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) ## 2.0.1 / 2021-10-12 ***Fixed***: -* Account for errors in boto client creation. See [#10386](https://github.com/DataDog/integrations-core/pull/10386). +* Account for errors in boto client creation ([#10386](https://github.com/DataDog/integrations-core/pull/10386)) ## 2.0.0 / 2021-10-04 ***Changed***: -* Update Amazon MSK documentation to the new implementation. See [#9993](https://github.com/DataDog/integrations-core/pull/9993). +* Update Amazon MSK documentation to the new implementation ([#9993](https://github.com/DataDog/integrations-core/pull/9993)) ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Add proxy support in client initialization. See [#10188](https://github.com/DataDog/integrations-core/pull/10188). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Add proxy support in client initialization ([#10188](https://github.com/DataDog/integrations-core/pull/10188)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.8.1 / 2021-07-16 / Agent 7.30.0 ***Fixed***: -* Describe py3 requirement of use_openmetrics option. See [#9714](https://github.com/DataDog/integrations-core/pull/9714). +* Describe py3 requirement of use_openmetrics option ([#9714](https://github.com/DataDog/integrations-core/pull/9714)) ## 1.8.0 / 2021-07-12 ***Added***: -* Add metrics from label IDs. See [#9643](https://github.com/DataDog/integrations-core/pull/9643). -* Upgrade some core dependencies. See [#9499](https://github.com/DataDog/integrations-core/pull/9499). +* Add metrics from label IDs ([#9643](https://github.com/DataDog/integrations-core/pull/9643)) +* Upgrade some core dependencies ([#9499](https://github.com/DataDog/integrations-core/pull/9499)) ***Fixed***: -* Raise exception if attempting to use new style openmetrics with py2. See [#9613](https://github.com/DataDog/integrations-core/pull/9613). +* Raise exception if attempting to use new style openmetrics with py2 ([#9613](https://github.com/DataDog/integrations-core/pull/9613)) ## 1.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ***Fixed***: -* Fix `metrics` option type for legacy OpenMetrics config spec. See [#9318](https://github.com/DataDog/integrations-core/pull/9318). Thanks [jejikenwogu](https://github.com/jejikenwogu). +* Fix `metrics` option type for legacy OpenMetrics config spec ([#9318](https://github.com/DataDog/integrations-core/pull/9318)) Thanks [jejikenwogu](https://github.com/jejikenwogu). ## 1.6.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Allow the use of the new OpenMetrics implementation. See [#9082](https://github.com/DataDog/integrations-core/pull/9082). -* Add runtime configuration validation. See [#8883](https://github.com/DataDog/integrations-core/pull/8883). +* Allow the use of the new OpenMetrics implementation ([#9082](https://github.com/DataDog/integrations-core/pull/9082)) +* Add runtime configuration validation ([#8883](https://github.com/DataDog/integrations-core/pull/8883)) ***Fixed***: -* Bump minimum base package. See [#9107](https://github.com/DataDog/integrations-core/pull/9107). +* Bump minimum base package ([#9107](https://github.com/DataDog/integrations-core/pull/9107)) ## 1.5.0 / 2021-03-24 ***Added***: -* Add `kafka_consumer_group_ConsumerLagMetrics_Value` metric. See [#9027](https://github.com/DataDog/integrations-core/pull/9027). Thanks [idarlington](https://github.com/idarlington). -* Allow prometheus metrics path to be configurable. See [#9028](https://github.com/DataDog/integrations-core/pull/9028). +* Add `kafka_consumer_group_ConsumerLagMetrics_Value` metric ([#9027](https://github.com/DataDog/integrations-core/pull/9027)) Thanks [idarlington](https://github.com/idarlington). +* Allow prometheus metrics path to be configurable ([#9028](https://github.com/DataDog/integrations-core/pull/9028)) ## 1.4.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Hide auto-populated prometheus_url from config spec. See [#8330](https://github.com/DataDog/integrations-core/pull/8330). -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Hide auto-populated prometheus_url from config spec ([#8330](https://github.com/DataDog/integrations-core/pull/8330)) +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.4.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add ability to assume a specified role when retrieving MSK metadata. See [#8118](https://github.com/DataDog/integrations-core/pull/8118). Thanks [garrett528](https://github.com/garrett528). +* Add ability to assume a specified role when retrieving MSK metadata ([#8118](https://github.com/DataDog/integrations-core/pull/8118)) Thanks [garrett528](https://github.com/garrett528). ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.2.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add config specs. See [#7291](https://github.com/DataDog/integrations-core/pull/7291). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add config specs ([#7291](https://github.com/DataDog/integrations-core/pull/7291)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2019-12-03 / Agent 7.16.1 ***Added***: -* Add Amazon MSK integration. See [#5127](https://github.com/DataDog/integrations-core/pull/5127). +* Add Amazon MSK integration ([#5127](https://github.com/DataDog/integrations-core/pull/5127)) diff --git a/ambari/CHANGELOG.md b/ambari/CHANGELOG.md index 437d8d44ff496..be126cae418ff 100644 --- a/ambari/CHANGELOG.md +++ b/ambari/CHANGELOG.md @@ -6,172 +6,172 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11314](https://github.com/DataDog/integrations-core/pull/11314). +* Add `pyproject.toml` file ([#11314](https://github.com/DataDog/integrations-core/pull/11314)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8884](https://github.com/DataDog/integrations-core/pull/8884). +* Add runtime configuration validation ([#8884](https://github.com/DataDog/integrations-core/pull/8884)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). -* Add e2e test for ambari. See [#10052](https://github.com/DataDog/integrations-core/pull/10052). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) +* Add e2e test for ambari ([#10052](https://github.com/DataDog/integrations-core/pull/10052)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.6.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update check signature. See [#8176](https://github.com/DataDog/integrations-core/pull/8176). +* Update check signature ([#8176](https://github.com/DataDog/integrations-core/pull/8176)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.4.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.4.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6307](https://github.com/DataDog/integrations-core/pull/6307). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6307](https://github.com/DataDog/integrations-core/pull/6307)) ## 1.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.2.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Standardize logging format. See [#4898](https://github.com/DataDog/integrations-core/pull/4898). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Standardize logging format ([#4898](https://github.com/DataDog/integrations-core/pull/4898)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.1.2 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Add custom tags to service checks. See [#4320](https://github.com/DataDog/integrations-core/pull/4320). +* Add custom tags to service checks ([#4320](https://github.com/DataDog/integrations-core/pull/4320)) ## 1.1.1 / 2019-07-09 / Agent 6.13.0 ***Fixed***: -* Fix typo TSL => TLS. See [#4072](https://github.com/DataDog/integrations-core/pull/4072). +* Fix typo TSL => TLS ([#4072](https://github.com/DataDog/integrations-core/pull/4072)) ## 1.1.0 / 2019-07-04 ***Added***: -* Add logs multiline managing. See [#3912](https://github.com/DataDog/integrations-core/pull/3912). +* Add logs multiline managing ([#3912](https://github.com/DataDog/integrations-core/pull/3912)) ## 1.0.1 / 2019-06-18 ***Fixed***: -* Validate interval in metadata validation. See [#3857](https://github.com/DataDog/integrations-core/pull/3857). +* Validate interval in metadata validation ([#3857](https://github.com/DataDog/integrations-core/pull/3857)) ## 1.0.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Ambari integration. See [#3670](https://github.com/DataDog/integrations-core/pull/3670). +* Ambari integration ([#3670](https://github.com/DataDog/integrations-core/pull/3670)) diff --git a/apache/CHANGELOG.md b/apache/CHANGELOG.md index b942c516e8b79..ef8106ed82b0e 100644 --- a/apache/CHANGELOG.md +++ b/apache/CHANGELOG.md @@ -6,254 +6,254 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.2.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.2.1 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix a typo in the `disable_generic_tags` option description. See [#14246](https://github.com/DataDog/integrations-core/pull/14246). +* Fix a typo in the `disable_generic_tags` option description ([#14246](https://github.com/DataDog/integrations-core/pull/14246)) ## 4.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11315](https://github.com/DataDog/integrations-core/pull/11315). +* Add `pyproject.toml` file ([#11315](https://github.com/DataDog/integrations-core/pull/11315)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.0.0 / 2021-10-04 / Agent 7.32.0 ***Changed***: -* Add disable generic tags options to apache. See [#10277](https://github.com/DataDog/integrations-core/pull/10277). +* Add disable generic tags options to apache ([#10277](https://github.com/DataDog/integrations-core/pull/10277)) ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.17.0 / 2021-06-09 / Agent 7.30.0 ***Added***: -* Added metrics from the apache scoreboard. See [#9355](https://github.com/DataDog/integrations-core/pull/9355). Thanks [daanleenders](https://github.com/daanleenders). +* Added metrics from the apache scoreboard ([#9355](https://github.com/DataDog/integrations-core/pull/9355)) Thanks [daanleenders](https://github.com/daanleenders). ## 1.16.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8885](https://github.com/DataDog/integrations-core/pull/8885). +* Add runtime configuration validation ([#8885](https://github.com/DataDog/integrations-core/pull/8885)) ## 1.15.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.15.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.14.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.13.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.13.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.12.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.11.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 1.11.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.10.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Update datadog_checks_base dependencies. See [#5846](https://github.com/DataDog/integrations-core/pull/5846). +* Update datadog_checks_base dependencies ([#5846](https://github.com/DataDog/integrations-core/pull/5846)) ## 1.10.0 / 2020-02-22 ***Added***: -* Add `service` option to default configuration. See [#5805](https://github.com/DataDog/integrations-core/pull/5805). +* Add `service` option to default configuration ([#5805](https://github.com/DataDog/integrations-core/pull/5805)) ## 1.9.5 / 2020-01-17 / Agent 7.17.0 ***Fixed***: -* Add support for full server version. See [#5484](https://github.com/DataDog/integrations-core/pull/5484). +* Add support for full server version ([#5484](https://github.com/DataDog/integrations-core/pull/5484)) ## 1.9.4 / 2019-12-26 ***Fixed***: -* Don't ship incomplete config spec. See [#5338](https://github.com/DataDog/integrations-core/pull/5338). +* Don't ship incomplete config spec ([#5338](https://github.com/DataDog/integrations-core/pull/5338)) ## 1.9.3 / 2019-12-24 ***Fixed***: -* Fix version metadata submitted twice. See [#5325](https://github.com/DataDog/integrations-core/pull/5325). +* Fix version metadata submitted twice ([#5325](https://github.com/DataDog/integrations-core/pull/5325)) ## 1.9.2 / 2019-12-20 / Agent 7.16.1 ***Fixed***: -* Fix version collection again. See [#5252](https://github.com/DataDog/integrations-core/pull/5252). +* Fix version collection again ([#5252](https://github.com/DataDog/integrations-core/pull/5252)) ## 1.9.1 / 2019-12-04 / Agent 7.16.0 ***Fixed***: -* Fix version collection. See [#5144](https://github.com/DataDog/integrations-core/pull/5144). +* Fix version collection ([#5144](https://github.com/DataDog/integrations-core/pull/5144)) ## 1.9.0 / 2019-12-02 ***Added***: -* Standardize logging format. See [#4899](https://github.com/DataDog/integrations-core/pull/4899). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). -* Submit version metadata. See [#4818](https://github.com/DataDog/integrations-core/pull/4818). +* Standardize logging format ([#4899](https://github.com/DataDog/integrations-core/pull/4899)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) +* Submit version metadata ([#4818](https://github.com/DataDog/integrations-core/pull/4818)) ## 1.8.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.7.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.7.0 / 2019-08-24 ***Added***: -* Add support for proxy options. See [#3362](https://github.com/DataDog/integrations-core/pull/3362). +* Add support for proxy options ([#3362](https://github.com/DataDog/integrations-core/pull/3362)) ## 1.6.0 / 2019-05-02 / Agent 6.12.0 ***Added***: -* Add option to Suppress `InsecureRequestWarning` when disable_ssl_validation is set. See [#2475](https://github.com/DataDog/integrations-core/pull/2475). +* Add option to Suppress `InsecureRequestWarning` when disable_ssl_validation is set ([#2475](https://github.com/DataDog/integrations-core/pull/2475)) ## 1.5.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adhere to code style. See [#3322](https://github.com/DataDog/integrations-core/pull/3322). +* Adhere to code style ([#3322](https://github.com/DataDog/integrations-core/pull/3322)) ## 1.4.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add python3 support. See [#2497](https://github.com/DataDog/integrations-core/pull/2497). +* Add python3 support ([#2497](https://github.com/DataDog/integrations-core/pull/2497)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945](https://github.com/DataDog/integrations-core/pull/1945). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Make sure all checks' versions are exposed ([#1945](https://github.com/DataDog/integrations-core/pull/1945)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 1.2.0 / 2018-03-23 @@ -265,7 +265,7 @@ ***Fixed***: -* revert metric collection fix for `bytes_per_s` and `request_per_s`. See [#1145](https://github.com/DataDog/integrations-core/issues/1145). +* revert metric collection fix for `bytes_per_s` and `request_per_s` ([#1145](https://github.com/DataDog/integrations-core/issues/1145)) ## 1.1.1 / 2018-02-13 @@ -275,13 +275,13 @@ ***Fixed***: -* fixes metric collection for `bytes_per_s` and `request_per_s`. See [#1071](https://github.com/DataDog/integrations-core/issues/1071). +* fixes metric collection for `bytes_per_s` and `request_per_s` ([#1071](https://github.com/DataDog/integrations-core/issues/1071)) ## 1.1.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.0.0 / 2017-03-22 diff --git a/arangodb/CHANGELOG.md b/arangodb/CHANGELOG.md index eb875f697d2cc..7a49b1b608a97 100644 --- a/arangodb/CHANGELOG.md +++ b/arangodb/CHANGELOG.md @@ -6,64 +6,64 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.2.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Add connectivity metrics. See [#12093](https://github.com/DataDog/integrations-core/pull/12093). +* Add connectivity metrics ([#12093](https://github.com/DataDog/integrations-core/pull/12093)) ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 1.1.0 / 2022-05-27 / Agent 7.37.0 ***Added***: -* Add connectivity metrics. See [#12093](https://github.com/DataDog/integrations-core/pull/12093). +* Add connectivity metrics ([#12093](https://github.com/DataDog/integrations-core/pull/12093)) ## 1.0.1 / 2022-05-18 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 1.0.0 / 2022-05-13 ***Added***: -* Add ArangoDB integration. See [#11292](https://github.com/DataDog/integrations-core/pull/11292). +* Add ArangoDB integration ([#11292](https://github.com/DataDog/integrations-core/pull/11292)) diff --git a/argocd/CHANGELOG.md b/argocd/CHANGELOG.md index 14abfb281e3da..81190d0682f14 100644 --- a/argocd/CHANGELOG.md +++ b/argocd/CHANGELOG.md @@ -6,45 +6,45 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.0 / 2023-07-10 ***Added***: -* Add ArgoCD notifications controller metrics. See [#14690](https://github.com/DataDog/integrations-core/pull/14690). Thanks [maxknee](https://github.com/maxknee). +* Add ArgoCD notifications controller metrics ([#14690](https://github.com/DataDog/integrations-core/pull/14690)) Thanks [maxknee](https://github.com/maxknee). ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.0.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Fix error that was triggered by including configuration parameters not ending in `_endpoint`. See [#13409](https://github.com/DataDog/integrations-core/pull/13409). +* Fix error that was triggered by including configuration parameters not ending in `_endpoint` ([#13409](https://github.com/DataDog/integrations-core/pull/13409)) ## 1.0.0 / 2022-11-16 ***Added***: -* Argo CD Integration. See [#13223](https://github.com/DataDog/integrations-core/pull/13223). +* Argo CD Integration ([#13223](https://github.com/DataDog/integrations-core/pull/13223)) diff --git a/aspdotnet/CHANGELOG.md b/aspdotnet/CHANGELOG.md index a19d0890241f3..0bd9ff67cbc77 100644 --- a/aspdotnet/CHANGELOG.md +++ b/aspdotnet/CHANGELOG.md @@ -6,176 +6,176 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.13.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.13.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.12.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.11.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11316](https://github.com/DataDog/integrations-core/pull/11316). +* Add `pyproject.toml` file ([#11316](https://github.com/DataDog/integrations-core/pull/11316)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support new implementation of Windows performance counters on Python 3. See [#10863](https://github.com/DataDog/integrations-core/pull/10863). +* Support new implementation of Windows performance counters on Python 3 ([#10863](https://github.com/DataDog/integrations-core/pull/10863)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) ## 1.8.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Fix config spec options. See [#10634](https://github.com/DataDog/integrations-core/pull/10634). +* Fix config spec options ([#10634](https://github.com/DataDog/integrations-core/pull/10634)) ## 1.8.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8886](https://github.com/DataDog/integrations-core/pull/8886). +* Add runtime configuration validation ([#8886](https://github.com/DataDog/integrations-core/pull/8886)) ## 1.7.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) ## 1.6.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.4.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update to Agent 6 signature. See [#5939](https://github.com/DataDog/integrations-core/pull/5939). +* Update to Agent 6 signature ([#5939](https://github.com/DataDog/integrations-core/pull/5939)) ## 1.4.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.3.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.2.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3486](https://github.com/DataDog/integrations-core/pull/3486). +* Adhere to code style ([#3486](https://github.com/DataDog/integrations-core/pull/3486)) ## 1.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2986](https://github.com/DataDog/integrations-core/pull/2986). +* Support Python 3 ([#2986](https://github.com/DataDog/integrations-core/pull/2986)) ***Fixed***: -* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077). +* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077)) ## 1.0.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Change example config from "localhost" to ".". See [#2779](https://github.com/DataDog/integrations-core/pull/2779). +* Change example config from "localhost" to "." ([#2779](https://github.com/DataDog/integrations-core/pull/2779)) ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* moves aspdotnet and dotnet clr metrics to their own checks. See [#884](https://github.com/DataDog/integrations-core/pull/884). +* moves aspdotnet and dotnet clr metrics to their own checks ([#884](https://github.com/DataDog/integrations-core/pull/884)) ## 0.2.0 / 2018-10-12 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ***Fixed***: -* Remove unused port config option for pdh checks. See [#2244](https://github.com/DataDog/integrations-core/pull/2244). +* Remove unused port config option for pdh checks ([#2244](https://github.com/DataDog/integrations-core/pull/2244)) ## 0.1.3 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 0.1.2 / 2018-05-11 @@ -187,7 +187,7 @@ ***Fixed***: -* Fixeded tag initialization & reporting. See [#1185](https://github.com/DataDog/integrations-core/issues/1185). +* Fixeded tag initialization & reporting ([#1185](https://github.com/DataDog/integrations-core/issues/1185)) ## 0.1.0 / 2018-01-10 diff --git a/avi_vantage/CHANGELOG.md b/avi_vantage/CHANGELOG.md index e5d18f2ff39af..8768ec4766fc8 100644 --- a/avi_vantage/CHANGELOG.md +++ b/avi_vantage/CHANGELOG.md @@ -6,138 +6,138 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.3.2 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 3.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.3.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.2.1 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Remove metric limit for Avi Vantage. See [#14167](https://github.com/DataDog/integrations-core/pull/14167). +* Remove metric limit for Avi Vantage ([#14167](https://github.com/DataDog/integrations-core/pull/14167)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11317](https://github.com/DataDog/integrations-core/pull/11317). +* Add `pyproject.toml` file ([#11317](https://github.com/DataDog/integrations-core/pull/11317)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 2.0.3 / 2021-10-15 / Agent 7.32.0 ***Fixed***: -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) ## 2.0.2 / 2021-10-12 ***Fixed***: -* Bump base package requirements. See [#10390](https://github.com/DataDog/integrations-core/pull/10390). +* Bump base package requirements ([#10390](https://github.com/DataDog/integrations-core/pull/10390)) ## 2.0.1 / 2021-10-05 ***Fixed***: -* Remove `server` from the list of generic tags. See [#10344](https://github.com/DataDog/integrations-core/pull/10344). +* Remove `server` from the list of generic tags ([#10344](https://github.com/DataDog/integrations-core/pull/10344)) ## 2.0.0 / 2021-10-04 ***Changed***: -* Add disable_generic tag. See [#10164](https://github.com/DataDog/integrations-core/pull/10164). +* Add disable_generic tag ([#10164](https://github.com/DataDog/integrations-core/pull/10164)) ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 1.0.1 / 2021-08-23 / Agent 7.31.0 ***Fixed***: -* Bump base package requirement. See [#9960](https://github.com/DataDog/integrations-core/pull/9960). +* Bump base package requirement ([#9960](https://github.com/DataDog/integrations-core/pull/9960)) ## 1.0.0 / 2021-08-06 ***Added***: -* Add Avi Vantage integration. See [#9481](https://github.com/DataDog/integrations-core/pull/9481). +* Add Avi Vantage integration ([#9481](https://github.com/DataDog/integrations-core/pull/9481)) diff --git a/azure_iot_edge/CHANGELOG.md b/azure_iot_edge/CHANGELOG.md index 643ec5a7eb838..3f2b100e85679 100644 --- a/azure_iot_edge/CHANGELOG.md +++ b/azure_iot_edge/CHANGELOG.md @@ -6,137 +6,137 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.3.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.3.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11318](https://github.com/DataDog/integrations-core/pull/11318). +* Add `pyproject.toml` file ([#11318](https://github.com/DataDog/integrations-core/pull/11318)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.3.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 2.3.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.3.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.3.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8887](https://github.com/DataDog/integrations-core/pull/8887). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8887](https://github.com/DataDog/integrations-core/pull/8887)) ## 2.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.1.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 2.0.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.0.0 / 2021-01-25 / Agent 7.26.0 ***Changed***: -* Convert network and disk total metrics to counts. See [#8345](https://github.com/DataDog/integrations-core/pull/8345). +* Convert network and disk total metrics to counts ([#8345](https://github.com/DataDog/integrations-core/pull/8345)) ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.1.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Fix openmetrics integrations config specs. See [#8000](https://github.com/DataDog/integrations-core/pull/8000). +* Fix openmetrics integrations config specs ([#8000](https://github.com/DataDog/integrations-core/pull/8000)) ## 1.1.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add logs support. See [#7877](https://github.com/DataDog/integrations-core/pull/7877). +* Add logs support ([#7877](https://github.com/DataDog/integrations-core/pull/7877)) ## 1.0.0 / 2020-10-23 ***Added***: -* Add Azure IoT Edge integration. See [#7465](https://github.com/DataDog/integrations-core/pull/7465). +* Add Azure IoT Edge integration ([#7465](https://github.com/DataDog/integrations-core/pull/7465)) diff --git a/boundary/CHANGELOG.md b/boundary/CHANGELOG.md index 60684d3c84a78..ec636c72ebd14 100644 --- a/boundary/CHANGELOG.md +++ b/boundary/CHANGELOG.md @@ -6,42 +6,42 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.2.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add logs support. See [#12849](https://github.com/DataDog/integrations-core/pull/12849). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Add logs support ([#12849](https://github.com/DataDog/integrations-core/pull/12849)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.0.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Add Boundary integration. See [#12410](https://github.com/DataDog/integrations-core/pull/12410). +* Add Boundary integration ([#12410](https://github.com/DataDog/integrations-core/pull/12410)) diff --git a/btrfs/CHANGELOG.md b/btrfs/CHANGELOG.md index dc36068a38078..b54dd822ca7e7 100644 --- a/btrfs/CHANGELOG.md +++ b/btrfs/CHANGELOG.md @@ -6,156 +6,156 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.14.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.14.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.14.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.13.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11319](https://github.com/DataDog/integrations-core/pull/11319). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11319](https://github.com/DataDog/integrations-core/pull/11319)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8888](https://github.com/DataDog/integrations-core/pull/8888). +* Add runtime configuration validation ([#8888](https://github.com/DataDog/integrations-core/pull/8888)) ## 1.11.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6561](https://github.com/DataDog/integrations-core/pull/6561). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6561](https://github.com/DataDog/integrations-core/pull/6561)) ***Fixed***: -* Use agent 6 signature. See [#6441](https://github.com/DataDog/integrations-core/pull/6441). +* Use agent 6 signature ([#6441](https://github.com/DataDog/integrations-core/pull/6441)) ## 1.9.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.8.1 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.8.0 / 2019-12-02 ***Added***: -* Standardize logging format. See [#4900](https://github.com/DataDog/integrations-core/pull/4900). +* Standardize logging format ([#4900](https://github.com/DataDog/integrations-core/pull/4900)) ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.7.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.7.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) ## 1.6.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adhere to code style. See [#3324](https://github.com/DataDog/integrations-core/pull/3324). +* Adhere to code style ([#3324](https://github.com/DataDog/integrations-core/pull/3324)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). -* Finish Py3 support. See [#2900](https://github.com/DataDog/integrations-core/pull/2900). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) +* Finish Py3 support ([#2900](https://github.com/DataDog/integrations-core/pull/2900)) ## 1.4.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add Python3 Support. See [#2579][1]. -* Update psutil. See [#2576][2]. +* Add Python3 Support ([#2579][1]) +* Update psutil ([#2576][2]) ## 1.3.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190][3]. +* Upgrade psutil ([#2190][3]) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.2.0 / 2018-06-07 ***Added***: -* Support for RAID 5 and 6 and GlobalReserve types. See [#1570][5]. -* Metric for unallocated bytes. See [#1559][6]. +* Support for RAID 5 and 6 and GlobalReserve types ([#1570][5]) +* Metric for unallocated bytes ([#1559][6]) ## 1.1.0 / 2018-03-23 diff --git a/cacti/CHANGELOG.md b/cacti/CHANGELOG.md index aa0961d6b0269..44d59df002754 100644 --- a/cacti/CHANGELOG.md +++ b/cacti/CHANGELOG.md @@ -6,147 +6,147 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Pin `pymysql` to `0.10.1`. See [#12612](https://github.com/DataDog/integrations-core/pull/12612). +* Pin `pymysql` to `0.10.1` ([#12612](https://github.com/DataDog/integrations-core/pull/12612)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11320](https://github.com/DataDog/integrations-core/pull/11320). +* Add `pyproject.toml` file ([#11320](https://github.com/DataDog/integrations-core/pull/11320)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Add missing config option to spec and update examples to match implementation. See [#10641](https://github.com/DataDog/integrations-core/pull/10641). +* Add missing config option to spec and update examples to match implementation ([#10641](https://github.com/DataDog/integrations-core/pull/10641)) ## 1.9.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8889](https://github.com/DataDog/integrations-core/pull/8889). +* Add runtime configuration validation ([#8889](https://github.com/DataDog/integrations-core/pull/8889)) ## 1.8.3 / 2021-07-15 / Agent 7.30.0 ***Fixed***: -* Fix example config. See [#9705](https://github.com/DataDog/integrations-core/pull/9705). +* Fix example config ([#9705](https://github.com/DataDog/integrations-core/pull/9705)) ## 1.8.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add log support. See [#7699](https://github.com/DataDog/integrations-core/pull/7699). +* Add log support ([#7699](https://github.com/DataDog/integrations-core/pull/7699)) ## 1.7.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6551](https://github.com/DataDog/integrations-core/pull/6551). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6551](https://github.com/DataDog/integrations-core/pull/6551)) ## 1.6.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.6.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Standardize logging format. See [#4901](https://github.com/DataDog/integrations-core/pull/4901). +* Standardize logging format ([#4901](https://github.com/DataDog/integrations-core/pull/4901)) ## 1.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Allow custom port for mysql access. See [#4654](https://github.com/DataDog/integrations-core/pull/4654). +* Allow custom port for mysql access ([#4654](https://github.com/DataDog/integrations-core/pull/4654)) ## 1.4.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adhere to code style. See [#3325](https://github.com/DataDog/integrations-core/pull/3325). +* Adhere to code style ([#3325](https://github.com/DataDog/integrations-core/pull/3325)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python 3 Support. See [#2901](https://github.com/DataDog/integrations-core/pull/2901). +* Finish Python 3 Support ([#2901](https://github.com/DataDog/integrations-core/pull/2901)) ## 1.2.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support Python3. See [#2622][1]. +* Support Python3 ([#2622][1]) ## 1.1.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.1.1 / 2018-06-20 / Agent 6.4.0 ***Fixed***: -* Remove gauge timestamp so the check works with agent 6. See [#1768][3]. +* Remove gauge timestamp so the check works with agent 6 ([#1768][3]) ## 1.1.0 / 2018-03-23 diff --git a/calico/CHANGELOG.md b/calico/CHANGELOG.md index af969bcb7c614..4ecc918188523 100644 --- a/calico/CHANGELOG.md +++ b/calico/CHANGELOG.md @@ -6,48 +6,48 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.2.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.0.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 1.0.0 / 2022-05-06 ***Added***: -* Move calico to core. See [#11650](https://github.com/DataDog/integrations-core/pull/11650). +* Move calico to core ([#11650](https://github.com/DataDog/integrations-core/pull/11650)) diff --git a/cassandra/CHANGELOG.md b/cassandra/CHANGELOG.md index 81f3037ae6cb2..6eaa4440d9e67 100644 --- a/cassandra/CHANGELOG.md +++ b/cassandra/CHANGELOG.md @@ -6,190 +6,190 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.16.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.16.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add back previously deleted `active_tasks` and `timeouts` metrics for the Cassandra integration. See [#12710](https://github.com/DataDog/integrations-core/pull/12710). +* Add back previously deleted `active_tasks` and `timeouts` metrics for the Cassandra integration ([#12710](https://github.com/DataDog/integrations-core/pull/12710)) ## 1.15.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 1.15.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11321](https://github.com/DataDog/integrations-core/pull/11321). +* Add `pyproject.toml` file ([#11321](https://github.com/DataDog/integrations-core/pull/11321)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.14.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.14.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.13.0 / 2021-08-05 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.12.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.11.1 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8890](https://github.com/DataDog/integrations-core/pull/8890). +* Add runtime configuration validation ([#8890](https://github.com/DataDog/integrations-core/pull/8890)) ## 1.10.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 1.9.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.7.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.7.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7308](https://github.com/DataDog/integrations-core/pull/7308). +* Add config specs ([#7308](https://github.com/DataDog/integrations-core/pull/7308)) ## 1.6.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add e2e testing and TotalBlockedTasks metric. See [#5957](https://github.com/DataDog/integrations-core/pull/5957). -* Add node up/down default metrics. See [#5948](https://github.com/DataDog/integrations-core/pull/5948). Thanks [djova](https://github.com/djova). +* Add e2e testing and TotalBlockedTasks metric ([#5957](https://github.com/DataDog/integrations-core/pull/5957)) +* Add node up/down default metrics ([#5948](https://github.com/DataDog/integrations-core/pull/5948)) Thanks [djova](https://github.com/djova). ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Pattern needs to be quoted. See [#6110](https://github.com/DataDog/integrations-core/pull/6110). Thanks [allyunion](https://github.com/allyunion). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Pattern needs to be quoted ([#6110](https://github.com/DataDog/integrations-core/pull/6110)) Thanks [allyunion](https://github.com/allyunion). ## 1.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Add multi_line log_processing_rules. See [#5426](https://github.com/DataDog/integrations-core/pull/5426). +* Add multi_line log_processing_rules ([#5426](https://github.com/DataDog/integrations-core/pull/5426)) ***Fixed***: -* Fix broken link to logs multi-line aggregation docs. See [#5353](https://github.com/DataDog/integrations-core/pull/5353). +* Fix broken link to logs multi-line aggregation docs ([#5353](https://github.com/DataDog/integrations-core/pull/5353)) ## 1.3.1 / 2019-05-14 / Agent 6.12.0 ***Fixed***: -* Fix example tags section. See [#3431](https://github.com/DataDog/integrations-core/pull/3431). +* Fix example tags section ([#3431](https://github.com/DataDog/integrations-core/pull/3431)) ## 1.3.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* [jmx] add rmi registry ssl config option. See [#2371](https://github.com/DataDog/integrations-core/pull/2371). +* [jmx] add rmi registry ssl config option ([#2371](https://github.com/DataDog/integrations-core/pull/2371)) ## 1.2.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.1 / 2018-03-23 ***Added***: -* Adjusted comment whitespacing to avoid confusion around indent level for `user` and `password`. See [#1075](https://github.com/DataDog/integrations-core/pull/1075) +* Adjusted comment whitespacing to avoid confusion around indent level for `user` and `password` ([#1075](https://github)com/DataDog/integrations-core/pull/1075) ## 1.2.0 / 2017-11-21 ***Added***: -* Added `metrics.yaml` file. See [#863](https://github.com/DataDog/integrations-core/issues/863) -* Adjustments to the default `cassandra.yaml`. See [#726](https://github.com/DataDog/integrations-core/issues/726) (Thanks [@arodrime](https://github.com/arodrime)) +* Added `metrics.yaml` file ([#863](https://github)com/DataDog/integrations-core/issues/863) +* Adjustments to the default `cassandra.yaml` ([#726](https://github.com/DataDog/integrations-core/issues/726) (Thanks [@arodrime](https://github)com/arodrime)) ## 1.1.0 / 2017-08-28 ***Added***: -* Add more MBeans in the default `cassandra.yaml`. See [#615](https://github.com/DataDog/integrations-core/issues/615) and [#657](https://github.com/DataDog/integrations-core/issues/657) +* Add more MBeans in the default `cassandra.yaml` ([#615](https://github.com/DataDog/integrations-core/issues/615) and [#657](https://github)com/DataDog/integrations-core/issues/657) ## 1.0.0 / 2017-03-22 diff --git a/cassandra_nodetool/CHANGELOG.md b/cassandra_nodetool/CHANGELOG.md index 9b31a94a11bd5..4223e4783c3ac 100644 --- a/cassandra_nodetool/CHANGELOG.md +++ b/cassandra_nodetool/CHANGELOG.md @@ -6,137 +6,137 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11322](https://github.com/DataDog/integrations-core/pull/11322). +* Add `pyproject.toml` file ([#11322](https://github.com/DataDog/integrations-core/pull/11322)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.8.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8891](https://github.com/DataDog/integrations-core/pull/8891). +* Add runtime configuration validation ([#8891](https://github.com/DataDog/integrations-core/pull/8891)) ## 1.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs. See [#7318](https://github.com/DataDog/integrations-core/pull/7318). +* Add config specs ([#7318](https://github.com/DataDog/integrations-core/pull/7318)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Use agent 6 signature. See [#6442](https://github.com/DataDog/integrations-core/pull/6442). +* Use agent 6 signature ([#6442](https://github.com/DataDog/integrations-core/pull/6442)) ## 1.5.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.1 / 2019-12-02 / Agent 7.16.0 ***Fixed***: -* Remove shlex. See [#5068](https://github.com/DataDog/integrations-core/pull/5068). +* Remove shlex ([#5068](https://github.com/DataDog/integrations-core/pull/5068)) ## 1.5.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3487](https://github.com/DataDog/integrations-core/pull/3487). +* Adhere to code style ([#3487](https://github.com/DataDog/integrations-core/pull/3487)) ***Fixed***: -* Check error code of nodetool command. See [#3632](https://github.com/DataDog/integrations-core/pull/3632). +* Check error code of nodetool command ([#3632](https://github.com/DataDog/integrations-core/pull/3632)) ## 1.4.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Support old nodetool output format. See [#3253](https://github.com/DataDog/integrations-core/pull/3253). Thanks [hitsumabushi](https://github.com/hitsumabushi). +* Support old nodetool output format ([#3253](https://github.com/DataDog/integrations-core/pull/3253)) Thanks [hitsumabushi](https://github.com/hitsumabushi). ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python3 Support. See [#2905](https://github.com/DataDog/integrations-core/pull/2905). +* Finish Python3 Support ([#2905](https://github.com/DataDog/integrations-core/pull/2905)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2761](https://github.com/DataDog/integrations-core/pull/2761). +* Support Python 3 ([#2761](https://github.com/DataDog/integrations-core/pull/2761)) ## 1.1.0 / 2018-11-21 / Agent 6.8.0 ***Added***: -* Add --ssl option to cassandra_nodetool check. See [#2378](https://github.com/DataDog/integrations-core/pull/2378). Thanks [laurieodgers](https://github.com/laurieodgers). +* Add --ssl option to cassandra_nodetool check ([#2378](https://github.com/DataDog/integrations-core/pull/2378)) Thanks [laurieodgers](https://github.com/laurieodgers). ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* Add cassandra_nodetool check. See [#511](https://github.com/DataDog/integrations-core/pull/511). +* Add cassandra_nodetool check ([#511](https://github.com/DataDog/integrations-core/pull/511)) ## 0.1.3 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 0.1.2 / 2018-06-13 / Agent 6.4.0 ***Fixed***: -* Convert port to a string before calling get_subprocess_output. See [#1549](https://github.com/DataDog/integrations-core/pull/1549). Thanks [jalaziz](https://github.com/jalaziz). +* Convert port to a string before calling get_subprocess_output ([#1549](https://github.com/DataDog/integrations-core/pull/1549)) Thanks [jalaziz](https://github.com/jalaziz). ## 0.1.1 / 2017-11-08 @@ -148,5 +148,5 @@ ***Added***: -* add `cassandra_nodetool` integration. See [#511](https://github.com/DataDog/integrations-core/issues/511) and [#704](https://github.com/DataDog/integrations-core/issues/704) +* add `cassandra_nodetool` integration ([#511](https://github.com/DataDog/integrations-core/issues/511) and [#704](https://github)com/DataDog/integrations-core/issues/704) diff --git a/ceph/CHANGELOG.md b/ceph/CHANGELOG.md index 146f5f8c13121..78d1fdd641606 100644 --- a/ceph/CHANGELOG.md +++ b/ceph/CHANGELOG.md @@ -6,167 +6,167 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.8.0 / 2023-07-10 ***Added***: -* Add OSD metadata tags. See [#14201](https://github.com/DataDog/integrations-core/pull/14201). Thanks [mxmeinhold](https://github.com/mxmeinhold). +* Add OSD metadata tags ([#14201](https://github.com/DataDog/integrations-core/pull/14201)) Thanks [mxmeinhold](https://github.com/mxmeinhold). ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11323](https://github.com/DataDog/integrations-core/pull/11323). +* Add `pyproject.toml` file ([#11323](https://github.com/DataDog/integrations-core/pull/11323)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.5.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8892](https://github.com/DataDog/integrations-core/pull/8892). +* Add runtime configuration validation ([#8892](https://github.com/DataDog/integrations-core/pull/8892)) ## 2.4.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* ceph agent 8 signature. See [#9520](https://github.com/DataDog/integrations-core/pull/9520). +* ceph agent 8 signature ([#9520](https://github.com/DataDog/integrations-core/pull/9520)) ## 2.4.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add Ceph Recovery metrics. See [#8261](https://github.com/DataDog/integrations-core/pull/8261). Thanks [mxmeinhold](https://github.com/mxmeinhold). +* Add Ceph Recovery metrics ([#8261](https://github.com/DataDog/integrations-core/pull/8261)) Thanks [mxmeinhold](https://github.com/mxmeinhold). ## 2.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). -* Fail more gracefully. See [#8456](https://github.com/DataDog/integrations-core/pull/8456). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) +* Fail more gracefully ([#8456](https://github.com/DataDog/integrations-core/pull/8456)) ## 2.3.0 / 2020-11-25 / Agent 7.25.0 ***Added***: -* Support octopus version. See [#8077](https://github.com/DataDog/integrations-core/pull/8077). +* Support octopus version ([#8077](https://github.com/DataDog/integrations-core/pull/8077)) ## 2.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.1.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 2.1.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 2.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add ceph config spec. See [#6563](https://github.com/DataDog/integrations-core/pull/6563). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add ceph config spec ([#6563](https://github.com/DataDog/integrations-core/pull/6563)) ***Fixed***: -* Capture type errors as well as key errors for osd perf metrics. See [#6381](https://github.com/DataDog/integrations-core/pull/6381). +* Capture type errors as well as key errors for osd perf metrics ([#6381](https://github.com/DataDog/integrations-core/pull/6381)) ## 2.0.0 / 2020-04-04 / Agent 7.19.0 ***Changed***: -* Account for "osdstats" key in newer versions. See [#5855](https://github.com/DataDog/integrations-core/pull/5855). +* Account for "osdstats" key in newer versions ([#5855](https://github.com/DataDog/integrations-core/pull/5855)) ***Fixed***: -* Fix response handling. See [#6152](https://github.com/DataDog/integrations-core/pull/6152). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Fix response handling ([#6152](https://github.com/DataDog/integrations-core/pull/6152)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.8.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Adhere to logging call convention. See [#4738](https://github.com/DataDog/integrations-core/pull/4738). +* Adhere to logging call convention ([#4738](https://github.com/DataDog/integrations-core/pull/4738)) ## 1.7.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Remove unused version command. See [#4249](https://github.com/DataDog/integrations-core/pull/4249). +* Remove unused version command ([#4249](https://github.com/DataDog/integrations-core/pull/4249)) ## 1.6.0 / 2019-07-09 / Agent 6.13.0 ***Added***: -* Add log setup and configuration. See [#3960](https://github.com/DataDog/integrations-core/pull/3960). +* Add log setup and configuration ([#3960](https://github.com/DataDog/integrations-core/pull/3960)) ## 1.5.1 / 2019-06-05 / Agent 6.12.0 ***Fixed***: -* Fix version discovery. See [#3874](https://github.com/DataDog/integrations-core/pull/3874). +* Fix version discovery ([#3874](https://github.com/DataDog/integrations-core/pull/3874)) ## 1.5.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3488](https://github.com/DataDog/integrations-core/pull/3488). +* Adhere to code style ([#3488](https://github.com/DataDog/integrations-core/pull/3488)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2837](https://github.com/DataDog/integrations-core/pull/2837). +* Support Python 3 ([#2837](https://github.com/DataDog/integrations-core/pull/2837)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 1.3.2 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-03-23 @@ -178,15 +178,15 @@ ***Added***: -* Update the check to make it work with ceph luminous. See [#926](https://github.com/DataDog/integrations-core/issues/926) -* Allow sending specific service checks using to the more detailed luminous health checks. See [#926](https://github.com/DataDog/integrations-core/issues/926) -* Add metric for number of active monitors. See [#956](https://github.com/DataDog/integrations-core/pull/956) +* Update the check to make it work with ceph luminous ([#926](https://github)com/DataDog/integrations-core/issues/926) +* Allow sending specific service checks using to the more detailed luminous health checks ([#926](https://github)com/DataDog/integrations-core/issues/926) +* Add metric for number of active monitors ([#956](https://github)com/DataDog/integrations-core/pull/956) ## 1.1.0 / 2017-07-18 ***Added***: -* Add option to define the cluster name. See [#438](https://github.com/DataDog/integrations-core/issues/438), thanks [@borisroman](https://github.com/borisroman) +* Add option to define the cluster name ([#438](https://github.com/DataDog/integrations-core/issues/438), thanks [@borisroman](https://github)com/borisroman) ## 1.0.0 / 2017-02-22 diff --git a/cert_manager/CHANGELOG.md b/cert_manager/CHANGELOG.md index a7c61d0b8a945..8abd2aaa94dec 100644 --- a/cert_manager/CHANGELOG.md +++ b/cert_manager/CHANGELOG.md @@ -6,44 +6,44 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.0.0 / 2022-09-16 / Agent 7.40.0 ***Changed***: -* Migrate to OpenMetrics V2. See [#12344](https://github.com/DataDog/integrations-core/pull/12344). +* Migrate to OpenMetrics V2 ([#12344](https://github.com/DataDog/integrations-core/pull/12344)) ***Added***: -* Move cert_manager to core. See [#12344](https://github.com/DataDog/integrations-core/pull/12344). +* Move cert_manager to core ([#12344](https://github.com/DataDog/integrations-core/pull/12344)) ## 2.2.0 / 2021-11-03 ***Added***: -* Add days to certificate expiration widget to default dashboard. See [#1063](https://github.com/DataDog/integrations-extras/pull/1063). +* Add days to certificate expiration widget to default dashboard ([#1063](https://github.com/DataDog/integrations-extras/pull/1063)) ***Fixed***: -* Change cert_manager.clock_time type to gauge. See [#1055](https://github.com/DataDog/integrations-extras/pull/1055). +* Change cert_manager.clock_time type to gauge ([#1055](https://github.com/DataDog/integrations-extras/pull/1055)) ## 2.1.0 / 2021-10-19 ***Added***: -* Add 'certmanager_clock_time_seconds' metric collection. See [#1031](https://github.com/DataDog/integrations-extras/pull/1031). Thanks [albertrdixon](https://github.com/albertrdixon). +* Add 'certmanager_clock_time_seconds' metric collection ([#1031](https://github.com/DataDog/integrations-extras/pull/1031)) Thanks [albertrdixon](https://github.com/albertrdixon). ## 2.0.0 / 2021-03-25 @@ -53,7 +53,7 @@ ***Fixed***: -* Fixed ACME related metrics. See [#826](https://github.com/DataDog/integrations-extras/pull/826). This fix breaks backwards compatibility. +* Fixed ACME related metrics ([#826](https://github.com/DataDog/integrations-extras/pull/826)) This fix breaks backwards compatibility. ## 1.0.0 / 2020-07-27 diff --git a/cilium/CHANGELOG.md b/cilium/CHANGELOG.md index ef5ab54c4177f..e19c35181223e 100644 --- a/cilium/CHANGELOG.md +++ b/cilium/CHANGELOG.md @@ -6,223 +6,223 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Add more kvstore metrics. See [#15483](https://github.com/DataDog/integrations-core/pull/15483). Thanks [antonipp](https://github.com/antonipp). -* Add missing cilium metrics. See [#15284](https://github.com/DataDog/integrations-core/pull/15284). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add more kvstore metrics ([#15483](https://github.com/DataDog/integrations-core/pull/15483)) Thanks [antonipp](https://github.com/antonipp). +* Add missing cilium metrics ([#15284](https://github.com/DataDog/integrations-core/pull/15284)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.2.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11324](https://github.com/DataDog/integrations-core/pull/11324). -* Add new operator metrics. See [#11193](https://github.com/DataDog/integrations-core/pull/11193). +* Add `pyproject.toml` file ([#11324](https://github.com/DataDog/integrations-core/pull/11324)) +* Add new operator metrics ([#11193](https://github.com/DataDog/integrations-core/pull/11193)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.10.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.10.0 / 2022-01-08 ***Added***: -* Support the new OpenMetrics V2 implementation. See [#10840](https://github.com/DataDog/integrations-core/pull/10840). +* Support the new OpenMetrics V2 implementation ([#10840](https://github.com/DataDog/integrations-core/pull/10840)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8893](https://github.com/DataDog/integrations-core/pull/8893). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8893](https://github.com/DataDog/integrations-core/pull/8893)) ## 1.8.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Allow Kubernetes port forwarding to support any resource. See [#10127](https://github.com/DataDog/integrations-core/pull/10127). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Allow Kubernetes port forwarding to support any resource ([#10127](https://github.com/DataDog/integrations-core/pull/10127)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.7.2 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Re-revert cilium AD change. See [#9901](https://github.com/DataDog/integrations-core/pull/9901). +* Re-revert cilium AD change ([#9901](https://github.com/DataDog/integrations-core/pull/9901)) ## 1.7.1 / 2021-07-13 / Agent 7.30.0 ***Fixed***: -* Revert cilium AD change. See [#9683](https://github.com/DataDog/integrations-core/pull/9683). +* Revert cilium AD change ([#9683](https://github.com/DataDog/integrations-core/pull/9683)) ## 1.7.0 / 2021-07-12 ***Added***: -* Update container identifier. See [#9512](https://github.com/DataDog/integrations-core/pull/9512). +* Update container identifier ([#9512](https://github.com/DataDog/integrations-core/pull/9512)) ***Fixed***: -* Use cilium-agent and cilium as autodiscover identifiers. See [#9518](https://github.com/DataDog/integrations-core/pull/9518). +* Use cilium-agent and cilium as autodiscover identifiers ([#9518](https://github.com/DataDog/integrations-core/pull/9518)) ## 1.6.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.5.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ## 1.5.2 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.5.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Fix openmetrics integrations config specs. See [#8000](https://github.com/DataDog/integrations-core/pull/8000). +* Fix openmetrics integrations config specs ([#8000](https://github.com/DataDog/integrations-core/pull/8000)) ## 1.5.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.4.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.3.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7319](https://github.com/DataDog/integrations-core/pull/7319). +* Add config specs ([#7319](https://github.com/DataDog/integrations-core/pull/7319)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Add environment runner for Kubernetes' `kind`. See [#6522](https://github.com/DataDog/integrations-core/pull/6522). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Add environment runner for Kubernetes' `kind` ([#6522](https://github.com/DataDog/integrations-core/pull/6522)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add Cilium version metadata. See [#5408](https://github.com/DataDog/integrations-core/pull/5408). +* Add Cilium version metadata ([#5408](https://github.com/DataDog/integrations-core/pull/5408)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.0.2 / 2020-01-13 / Agent 7.17.0 ***Fixed***: -* Remove unused variables. See [#5173](https://github.com/DataDog/integrations-core/pull/5173). +* Remove unused variables ([#5173](https://github.com/DataDog/integrations-core/pull/5173)) ## 1.0.1 / 2019-12-06 / Agent 7.16.1 ***Fixed***: -* Raise configuration errors. See [#5163](https://github.com/DataDog/integrations-core/pull/5163). +* Raise configuration errors ([#5163](https://github.com/DataDog/integrations-core/pull/5163)) ## 1.0.0 / 2019-11-19 ***Added***: -* New Integration: Cilium. See [#4665](https://github.com/DataDog/integrations-core/pull/4665). +* New Integration: Cilium ([#4665](https://github.com/DataDog/integrations-core/pull/4665)) diff --git a/cisco_aci/CHANGELOG.md b/cisco_aci/CHANGELOG.md index 46348efe1f33c..757cd6e4b2491 100644 --- a/cisco_aci/CHANGELOG.md +++ b/cisco_aci/CHANGELOG.md @@ -10,268 +10,268 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update cryptography dependency. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). -* Remove `default_backend` parameter from cryptography calls. See [#13333](https://github.com/DataDog/integrations-core/pull/13333). +* Update cryptography dependency ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) +* Remove `default_backend` parameter from cryptography calls ([#13333](https://github.com/DataDog/integrations-core/pull/13333)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11325](https://github.com/DataDog/integrations-core/pull/11325). +* Add `pyproject.toml` file ([#11325](https://github.com/DataDog/integrations-core/pull/11325)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.17.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.17.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Fix required config option. See [#10629](https://github.com/DataDog/integrations-core/pull/10629). +* Fix required config option ([#10629](https://github.com/DataDog/integrations-core/pull/10629)) ## 1.17.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8894](https://github.com/DataDog/integrations-core/pull/8894). +* Add runtime configuration validation ([#8894](https://github.com/DataDog/integrations-core/pull/8894)) ***Fixed***: -* Harmonize check and config options. See [#10488](https://github.com/DataDog/integrations-core/pull/10488). +* Harmonize check and config options ([#10488](https://github.com/DataDog/integrations-core/pull/10488)) ## 1.16.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.15.1 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) ## 1.15.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade cryptography to 3.4.6 on Python 3. See [#8764](https://github.com/DataDog/integrations-core/pull/8764). +* Upgrade cryptography to 3.4.6 on Python 3 ([#8764](https://github.com/DataDog/integrations-core/pull/8764)) ## 1.14.0 / 2021-03-07 / Agent 7.27.0 ***Security***: -* Upgrade cryptography python package. See [#8611](https://github.com/DataDog/integrations-core/pull/8611). +* Upgrade cryptography python package ([#8611](https://github.com/DataDog/integrations-core/pull/8611)) ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.13.0 / 2021-01-28 / Agent 7.26.0 ***Security***: -* Upgrade cryptography python package. See [#8476](https://github.com/DataDog/integrations-core/pull/8476). +* Upgrade cryptography python package ([#8476](https://github.com/DataDog/integrations-core/pull/8476)) ## 1.12.0 / 2020-10-31 / Agent 7.24.0 ***Security***: -* Upgrade `cryptography` dependency. See [#7869](https://github.com/DataDog/integrations-core/pull/7869). +* Upgrade `cryptography` dependency ([#7869](https://github.com/DataDog/integrations-core/pull/7869)) ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6314](https://github.com/DataDog/integrations-core/pull/6314). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6314](https://github.com/DataDog/integrations-core/pull/6314)) ## 1.8.4 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.8.3 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Update request wrapper with password and A6 signature. See [#5684](https://github.com/DataDog/integrations-core/pull/5684). +* Update request wrapper with password and A6 signature ([#5684](https://github.com/DataDog/integrations-core/pull/5684)) ## 1.8.2 / 2019-12-27 / Agent 7.17.0 ***Fixed***: -* Ensure only one session object per url. See [#5334](https://github.com/DataDog/integrations-core/pull/5334). +* Ensure only one session object per url ([#5334](https://github.com/DataDog/integrations-core/pull/5334)) ## 1.8.1 / 2019-12-02 / Agent 7.16.0 ***Fixed***: -* Use RequestsWrapper. See [#5037](https://github.com/DataDog/integrations-core/pull/5037). +* Use RequestsWrapper ([#5037](https://github.com/DataDog/integrations-core/pull/5037)) ## 1.8.0 / 2019-11-20 ***Added***: -* Upgrade cryptography to 2.8. See [#5047](https://github.com/DataDog/integrations-core/pull/5047). -* Standardize logging format. See [#4902](https://github.com/DataDog/integrations-core/pull/4902). +* Upgrade cryptography to 2.8 ([#5047](https://github.com/DataDog/integrations-core/pull/5047)) +* Standardize logging format ([#4902](https://github.com/DataDog/integrations-core/pull/4902)) ***Fixed***: -* Refresh auth token when it expires. See [#5039](https://github.com/DataDog/integrations-core/pull/5039). +* Refresh auth token when it expires ([#5039](https://github.com/DataDog/integrations-core/pull/5039)) ## 1.7.2 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Use utcnow instead of now. See [#4192](https://github.com/DataDog/integrations-core/pull/4192). +* Use utcnow instead of now ([#4192](https://github.com/DataDog/integrations-core/pull/4192)) ## 1.7.1 / 2019-07-08 / Agent 6.13.0 ***Fixed***: -* Fix event submission call. See [#4044](https://github.com/DataDog/integrations-core/pull/4044). +* Fix event submission call ([#4044](https://github.com/DataDog/integrations-core/pull/4044)) ## 1.7.0 / 2019-07-04 ***Added***: -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) ## 1.6.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Improve API logs. See [#3794](https://github.com/DataDog/integrations-core/pull/3794). +* Improve API logs ([#3794](https://github.com/DataDog/integrations-core/pull/3794)) ***Fixed***: -* Sanitize external host tags. See [#3792](https://github.com/DataDog/integrations-core/pull/3792). +* Sanitize external host tags ([#3792](https://github.com/DataDog/integrations-core/pull/3792)) ## 1.5.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3489](https://github.com/DataDog/integrations-core/pull/3489). +* Adhere to code style ([#3489](https://github.com/DataDog/integrations-core/pull/3489)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3029](https://github.com/DataDog/integrations-core/pull/3029). +* Support Python 3 ([#3029](https://github.com/DataDog/integrations-core/pull/3029)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 1.3.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Upgrade cryptography. See [#2659][1]. +* Upgrade cryptography ([#2659][1]) ***Fixed***: -* Use raw string literals when \ is present. See [#2465][2]. +* Use raw string literals when \ is present ([#2465][2]) ## 1.2.1 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* fixes cisco for username and password. See [#2267][3]. +* fixes cisco for username and password ([#2267][3]) ## 1.2.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Use Certs in the Cisco Check as well as Passwords. See [#1986][4]. +* Use Certs in the Cisco Check as well as Passwords ([#1986][4]) ***Fixed***: -* Add data files to the wheel package. See [#1727][5]. +* Add data files to the wheel package ([#1727][5]) ## 1.1.0 / 2018-06-21 / Agent 6.4.0 ***Fixed***: -* Makes the Cisco Check more resilient. See [#1785][6]. +* Makes the Cisco Check more resilient ([#1785][6]) ## 1.0.0 / 2018-06-07 diff --git a/citrix_hypervisor/CHANGELOG.md b/citrix_hypervisor/CHANGELOG.md index 469d454158878..1104505d9bdfd 100644 --- a/citrix_hypervisor/CHANGELOG.md +++ b/citrix_hypervisor/CHANGELOG.md @@ -6,60 +6,60 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11326](https://github.com/DataDog/integrations-core/pull/11326). +* Add `pyproject.toml` file ([#11326](https://github.com/DataDog/integrations-core/pull/11326)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.0.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.0.0 / 2021-09-28 / Agent 7.32.0 ***Added***: -* Add Citrix Hypervisor integration. See [#9815](https://github.com/DataDog/integrations-core/pull/9815). +* Add Citrix Hypervisor integration ([#9815](https://github.com/DataDog/integrations-core/pull/9815)) diff --git a/clickhouse/CHANGELOG.md b/clickhouse/CHANGELOG.md index 3fae72b2a99d5..c8ce7c5ec9ca5 100644 --- a/clickhouse/CHANGELOG.md +++ b/clickhouse/CHANGELOG.md @@ -6,194 +6,194 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.8.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.8.2 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Make service check tests unitary. Add metadata entrypoint. See [#13753](https://github.com/DataDog/integrations-core/pull/13753). +* Make service check tests unitary. Add metadata entrypoint ([#13753](https://github.com/DataDog/integrations-core/pull/13753)) ## 2.8.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 2.8.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add active parts metric and support clickhouse 22. See [#12104](https://github.com/DataDog/integrations-core/pull/12104). Thanks [spanneberg](https://github.com/spanneberg). +* Add active parts metric and support clickhouse 22 ([#12104](https://github.com/DataDog/integrations-core/pull/12104)) Thanks [spanneberg](https://github.com/spanneberg). ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11327](https://github.com/DataDog/integrations-core/pull/11327). +* Add `pyproject.toml` file ([#11327](https://github.com/DataDog/integrations-core/pull/11327)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Remove unused `metric_prefix` in init_config. See [#11464](https://github.com/DataDog/integrations-core/pull/11464). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Remove unused `metric_prefix` in init_config ([#11464](https://github.com/DataDog/integrations-core/pull/11464)) ## 2.5.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.5.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). -* Add runtime configuration validation. See [#8895](https://github.com/DataDog/integrations-core/pull/8895). +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) +* Add runtime configuration validation ([#8895](https://github.com/DataDog/integrations-core/pull/8895)) ## 2.4.1 / 2021-10-12 / Agent 7.32.0 ***Fixed***: -* Bump base package requirements. See [#10390](https://github.com/DataDog/integrations-core/pull/10390). +* Bump base package requirements ([#10390](https://github.com/DataDog/integrations-core/pull/10390)) ## 2.4.0 / 2021-10-04 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 2.3.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Add support for Clickhouse v21. See [#9235](https://github.com/DataDog/integrations-core/pull/9235). +* Add support for Clickhouse v21 ([#9235](https://github.com/DataDog/integrations-core/pull/9235)) ## 2.2.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) ## 2.2.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Upgrade ClickHouse dependencies. See [#9344](https://github.com/DataDog/integrations-core/pull/9344). +* Upgrade ClickHouse dependencies ([#9344](https://github.com/DataDog/integrations-core/pull/9344)) ## 2.1.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Support Clickhouse metrics v20. See [#8779](https://github.com/DataDog/integrations-core/pull/8779). +* Support Clickhouse metrics v20 ([#8779](https://github.com/DataDog/integrations-core/pull/8779)) ## 2.0.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.0.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Remove `calculate_text_stack_trace` setting to allow the use of read-only accounts. See [#6637](https://github.com/DataDog/integrations-core/pull/6637). Thanks [TheMcGoose](https://github.com/TheMcGoose). +* Remove `calculate_text_stack_trace` setting to allow the use of read-only accounts ([#6637](https://github.com/DataDog/integrations-core/pull/6637)) Thanks [TheMcGoose](https://github.com/TheMcGoose). ## 2.0.0 / 2020-10-31 / Agent 7.24.0 ***Changed***: -* QueryManager - Prevent queries leaking between check instances. See [#7750](https://github.com/DataDog/integrations-core/pull/7750). +* QueryManager - Prevent queries leaking between check instances ([#7750](https://github.com/DataDog/integrations-core/pull/7750)) ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.4.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs to clickhouse. See [#7433](https://github.com/DataDog/integrations-core/pull/7433). +* Add config specs to clickhouse ([#7433](https://github.com/DataDog/integrations-core/pull/7433)) ***Fixed***: -* Use database config template in existing specs. See [#7548](https://github.com/DataDog/integrations-core/pull/7548). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Use database config template in existing specs ([#7548](https://github.com/DataDog/integrations-core/pull/7548)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.3.2 / 2020-07-09 / Agent 7.22.0 ***Fixed***: -* Update `can_connect` service check status on each check run. See [#7006](https://github.com/DataDog/integrations-core/pull/7006). Thanks [isaachui](https://github.com/isaachui). +* Update `can_connect` service check status on each check run ([#7006](https://github.com/DataDog/integrations-core/pull/7006)) Thanks [isaachui](https://github.com/isaachui). ## 1.3.1 / 2020-06-19 / Agent 7.21.0 ***Fixed***: -* Submit `can_connect` service check on each check run. See [#6926](https://github.com/DataDog/integrations-core/pull/6926). +* Submit `can_connect` service check on each check run ([#6926](https://github.com/DataDog/integrations-core/pull/6926)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add `ddev test` option to verify support of new metrics. See [#6141](https://github.com/DataDog/integrations-core/pull/6141). -* Add new metrics: `cache_dictionary.update_queue.batches`, `cache_dictionary.update_queue.keys` . See [#5976](https://github.com/DataDog/integrations-core/pull/5976). +* Add `ddev test` option to verify support of new metrics ([#6141](https://github.com/DataDog/integrations-core/pull/6141)) +* Add new metrics: `cache_dictionary.update_queue.batches`, `cache_dictionary.update_queue.keys` ([#5976](https://github.com/DataDog/integrations-core/pull/5976)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.1.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add newly-documented metrics. See [#5795](https://github.com/DataDog/integrations-core/pull/5795). -* Add new metric for tracking MySQL connections. See [#5700](https://github.com/DataDog/integrations-core/pull/5700). +* Add newly-documented metrics ([#5795](https://github.com/DataDog/integrations-core/pull/5795)) +* Add new metric for tracking MySQL connections ([#5700](https://github.com/DataDog/integrations-core/pull/5700)) ## 1.0.1 / 2020-01-24 / Agent 7.17.0 ***Fixed***: -* Fix config. See [#5551](https://github.com/DataDog/integrations-core/pull/5551). +* Fix config ([#5551](https://github.com/DataDog/integrations-core/pull/5551)) ## 1.0.0 / 2019-12-18 ***Added***: -* Add ClickHouse integration. See [#4957](https://github.com/DataDog/integrations-core/pull/4957). +* Add ClickHouse integration ([#4957](https://github.com/DataDog/integrations-core/pull/4957)) diff --git a/cloud_foundry_api/CHANGELOG.md b/cloud_foundry_api/CHANGELOG.md index 2369236668bd6..9da44565e9dde 100644 --- a/cloud_foundry_api/CHANGELOG.md +++ b/cloud_foundry_api/CHANGELOG.md @@ -6,125 +6,125 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.1 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Fix deprecation warnings with `semver`. See [#12967](https://github.com/DataDog/integrations-core/pull/12967). +* Fix deprecation warnings with `semver` ([#12967](https://github.com/DataDog/integrations-core/pull/12967)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Fix enumerated integer validation. See [#11964](https://github.com/DataDog/integrations-core/pull/11964). +* Fix enumerated integer validation ([#11964](https://github.com/DataDog/integrations-core/pull/11964)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11328](https://github.com/DataDog/integrations-core/pull/11328). +* Add `pyproject.toml` file ([#11328](https://github.com/DataDog/integrations-core/pull/11328)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.3.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.3.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8896](https://github.com/DataDog/integrations-core/pull/8896). +* Add runtime configuration validation ([#8896](https://github.com/DataDog/integrations-core/pull/8896)) ## 1.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Echo warning for unnecessary params used. See [#10053](https://github.com/DataDog/integrations-core/pull/10053). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Echo warning for unnecessary params used ([#10053](https://github.com/DataDog/integrations-core/pull/10053)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.1.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.1.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.0.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add integration for Cloud Foundry API. See [#6832](https://github.com/DataDog/integrations-core/pull/6832). +* Add integration for Cloud Foundry API ([#6832](https://github.com/DataDog/integrations-core/pull/6832)) ## 0.2.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add space and org names as tags to events. See [#7297](https://github.com/DataDog/integrations-core/pull/7297). +* Add space and org names as tags to events ([#7297](https://github.com/DataDog/integrations-core/pull/7297)) ***Fixed***: -* Stop sending events multiple times. See [#7293](https://github.com/DataDog/integrations-core/pull/7293). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). +* Stop sending events multiple times ([#7293](https://github.com/DataDog/integrations-core/pull/7293)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) ## 0.1.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) diff --git a/cloudera/CHANGELOG.md b/cloudera/CHANGELOG.md index 7c6a98b6add9b..3d6453eecd867 100644 --- a/cloudera/CHANGELOG.md +++ b/cloudera/CHANGELOG.md @@ -6,36 +6,36 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Add autodiscover hosts feature to Cloudera integration. See [#13738](https://github.com/DataDog/integrations-core/pull/13738). +* Add autodiscover hosts feature to Cloudera integration ([#13738](https://github.com/DataDog/integrations-core/pull/13738)) ## 1.0.1 / 2023-01-27 / Agent 7.43.0 ***Fixed***: -* Make debug logging less verbose. See [#13814](https://github.com/DataDog/integrations-core/pull/13814). +* Make debug logging less verbose ([#13814](https://github.com/DataDog/integrations-core/pull/13814)) ## 1.0.0 / 2023-01-20 ***Added***: -* Add Cloudera integration. See [#13244](https://github.com/DataDog/integrations-core/pull/13244). +* Add Cloudera integration ([#13244](https://github.com/DataDog/integrations-core/pull/13244)) diff --git a/cockroachdb/CHANGELOG.md b/cockroachdb/CHANGELOG.md index 922955a1db087..19681d61afdee 100644 --- a/cockroachdb/CHANGELOG.md +++ b/cockroachdb/CHANGELOG.md @@ -6,196 +6,196 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.7.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.7.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). -* Add new metrics from CockroachDB 23. See [#14492](https://github.com/DataDog/integrations-core/pull/14492). -* Add new metrics to CockroachDB integration. See [#14484](https://github.com/DataDog/integrations-core/pull/14484). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) +* Add new metrics from CockroachDB 23 ([#14492](https://github.com/DataDog/integrations-core/pull/14492)) +* Add new metrics to CockroachDB integration ([#14484](https://github.com/DataDog/integrations-core/pull/14484)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.6.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Collect schedules_BACKUP_last_completed_time metric. See [#13825](https://github.com/DataDog/integrations-core/pull/13825). +* Collect schedules_BACKUP_last_completed_time metric ([#13825](https://github.com/DataDog/integrations-core/pull/13825)) ## 2.5.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Collect additional metrics. See [#13339](https://github.com/DataDog/integrations-core/pull/13339). +* Collect additional metrics ([#13339](https://github.com/DataDog/integrations-core/pull/13339)) ## 2.4.1 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Remove metrics limit from legacy version of the integration. See [#13038](https://github.com/DataDog/integrations-core/pull/13038). +* Remove metrics limit from legacy version of the integration ([#13038](https://github.com/DataDog/integrations-core/pull/13038)) ## 2.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Document Openmetrics V2 version of backup metrics. See [#12730](https://github.com/DataDog/integrations-core/pull/12730). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Document Openmetrics V2 version of backup metrics ([#12730](https://github.com/DataDog/integrations-core/pull/12730)) ## 2.3.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* [CockroachDB] Add additional metrics for CockroachDB integration. See [#12382](https://github.com/DataDog/integrations-core/pull/12382). Thanks [tomellis91](https://github.com/tomellis91). +* [CockroachDB] Add additional metrics for CockroachDB integration ([#12382](https://github.com/DataDog/integrations-core/pull/12382)) Thanks [tomellis91](https://github.com/tomellis91). ## 2.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.2.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11329](https://github.com/DataDog/integrations-core/pull/11329). +* Add `pyproject.toml` file ([#11329](https://github.com/DataDog/integrations-core/pull/11329)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.9.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.9.0 / 2022-01-08 ***Added***: -* Allow the use of the new OpenMetrics implementation. See [#11026](https://github.com/DataDog/integrations-core/pull/11026). +* Allow the use of the new OpenMetrics implementation ([#11026](https://github.com/DataDog/integrations-core/pull/11026)) ***Fixed***: -* Bump base package. See [#11070](https://github.com/DataDog/integrations-core/pull/11070). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base package ([#11070](https://github.com/DataDog/integrations-core/pull/11070)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.8.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8897](https://github.com/DataDog/integrations-core/pull/8897). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8897](https://github.com/DataDog/integrations-core/pull/8897)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.6.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.5.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.5.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.4.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add config specs. See [#7439](https://github.com/DataDog/integrations-core/pull/7439). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add config specs ([#7439](https://github.com/DataDog/integrations-core/pull/7439)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Collect metadata for CockroachDB. See [#5924](https://github.com/DataDog/integrations-core/pull/5924). +* Collect metadata for CockroachDB ([#5924](https://github.com/DataDog/integrations-core/pull/5924)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3490](https://github.com/DataDog/integrations-core/pull/3490). +* Adhere to code style ([#3490](https://github.com/DataDog/integrations-core/pull/3490)) ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* Add CockroachDB integration. See [#2150][1]. +* Add CockroachDB integration ([#2150][1]) [1]: https://github.com/DataDog/integrations-core/pull/2150 diff --git a/confluent_platform/CHANGELOG.md b/confluent_platform/CHANGELOG.md index 999fc60fcc13a..0ec0959a3baf4 100644 --- a/confluent_platform/CHANGELOG.md +++ b/confluent_platform/CHANGELOG.md @@ -6,132 +6,132 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.8.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.8.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). -* Remove duplicate bean. See [#11609](https://github.com/DataDog/integrations-core/pull/11609). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) +* Remove duplicate bean ([#11609](https://github.com/DataDog/integrations-core/pull/11609)) ## 1.8.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11330](https://github.com/DataDog/integrations-core/pull/11330). -* Include Consumer Group Metrics. See [#10900](https://github.com/DataDog/integrations-core/pull/10900). Thanks [brunodomenici](https://github.com/brunodomenici). -* Add Broker-Zookeeper latency metric. See [#11080](https://github.com/DataDog/integrations-core/pull/11080). Thanks [abraham-leal](https://github.com/abraham-leal). +* Add `pyproject.toml` file ([#11330](https://github.com/DataDog/integrations-core/pull/11330)) +* Include Consumer Group Metrics ([#10900](https://github.com/DataDog/integrations-core/pull/10900)) Thanks [brunodomenici](https://github.com/brunodomenici). +* Add Broker-Zookeeper latency metric ([#11080](https://github.com/DataDog/integrations-core/pull/11080)) Thanks [abraham-leal](https://github.com/abraham-leal). ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.7.1 / 2022-01-13 / Agent 7.34.0 ***Fixed***: -* Remove duplicated entries. See [#11095](https://github.com/DataDog/integrations-core/pull/11095). +* Remove duplicated entries ([#11095](https://github.com/DataDog/integrations-core/pull/11095)) ## 1.7.0 / 2022-01-08 ***Added***: -* Increase metrics collected by the Confluent Platform integration. See [#10453](https://github.com/DataDog/integrations-core/pull/10453). Thanks [abraham-leal](https://github.com/abraham-leal). +* Increase metrics collected by the Confluent Platform integration ([#10453](https://github.com/DataDog/integrations-core/pull/10453)) Thanks [abraham-leal](https://github.com/abraham-leal). ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.6.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8898](https://github.com/DataDog/integrations-core/pull/8898). +* Add runtime configuration validation ([#8898](https://github.com/DataDog/integrations-core/pull/8898)) ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.5.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.4.1 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.4.0 / 2021-03-30 / Agent 7.28.0 ***Added***: -* Add 'DelayQueueSize'. See [#9033](https://github.com/DataDog/integrations-core/pull/9033). -* Add 'RequestHandlerAvgIdlePercent' as a 'OneMinuteRate'. See [#9032](https://github.com/DataDog/integrations-core/pull/9032). +* Add 'DelayQueueSize' ([#9033](https://github.com/DataDog/integrations-core/pull/9033)) +* Add 'RequestHandlerAvgIdlePercent' as a 'OneMinuteRate' ([#9032](https://github.com/DataDog/integrations-core/pull/9032)) ## 1.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.1.3 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.1.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.1.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) ## 1.0.0 / 2020-04-03 / Agent 7.19.0 ***Added***: -* Add Confluent Platform new integration. See [#5733](https://github.com/DataDog/integrations-core/pull/5733). +* Add Confluent Platform new integration ([#5733](https://github.com/DataDog/integrations-core/pull/5733)) diff --git a/consul/CHANGELOG.md b/consul/CHANGELOG.md index 50c9fe5d4d905..f0cc649f636d6 100644 --- a/consul/CHANGELOG.md +++ b/consul/CHANGELOG.md @@ -6,300 +6,300 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Add tag consul_node to consul service check consul.check from ConsulCheck.Node. See [#12675](https://github.com/DataDog/integrations-core/pull/12675). Thanks [hjkatz](https://github.com/hjkatz). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Add tag consul_node to consul service check consul.check from ConsulCheck.Node ([#12675](https://github.com/DataDog/integrations-core/pull/12675)) Thanks [hjkatz](https://github.com/hjkatz). ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11331](https://github.com/DataDog/integrations-core/pull/11331). +* Add `pyproject.toml` file ([#11331](https://github.com/DataDog/integrations-core/pull/11331)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.22.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.22.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.21.0 / 2021-06-16 / Agent 7.30.0 ***Added***: -* Improve performance of latency metric computation. See [#9530](https://github.com/DataDog/integrations-core/pull/9530). -* Improve performance of loading JSON responses on Python 3. See [#9524](https://github.com/DataDog/integrations-core/pull/9524). -* Add missing prometheus metrics. See [#9389](https://github.com/DataDog/integrations-core/pull/9389). +* Improve performance of latency metric computation ([#9530](https://github.com/DataDog/integrations-core/pull/9530)) +* Improve performance of loading JSON responses on Python 3 ([#9524](https://github.com/DataDog/integrations-core/pull/9524)) +* Add missing prometheus metrics ([#9389](https://github.com/DataDog/integrations-core/pull/9389)) ## 1.20.0 / 2021-05-25 / Agent 7.29.0 ***Added***: -* Adding support for multiprocessing consul checks. See [#9402](https://github.com/DataDog/integrations-core/pull/9402). Thanks [lchayoun](https://github.com/lchayoun). +* Adding support for multiprocessing consul checks ([#9402](https://github.com/DataDog/integrations-core/pull/9402)) Thanks [lchayoun](https://github.com/lchayoun). ## 1.19.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8899](https://github.com/DataDog/integrations-core/pull/8899). +* Add runtime configuration validation ([#8899](https://github.com/DataDog/integrations-core/pull/8899)) ***Fixed***: -* Rename service_whitelist to services_include. See [#8802](https://github.com/DataDog/integrations-core/pull/8802). +* Rename service_whitelist to services_include ([#8802](https://github.com/DataDog/integrations-core/pull/8802)) ## 1.18.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Adding services_exclude config option. See [#8377](https://github.com/DataDog/integrations-core/pull/8377). +* Adding services_exclude config option ([#8377](https://github.com/DataDog/integrations-core/pull/8377)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.17.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Add consul 1.9.0 metrics. See [#8095](https://github.com/DataDog/integrations-core/pull/8095). +* Add consul 1.9.0 metrics ([#8095](https://github.com/DataDog/integrations-core/pull/8095)) ## 1.17.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Add missing default HTTP headers: Accept, Accept-Encoding. See [#7725](https://github.com/DataDog/integrations-core/pull/7725). +* Add missing default HTTP headers: Accept, Accept-Encoding ([#7725](https://github.com/DataDog/integrations-core/pull/7725)) ## 1.16.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Support prometheus endpoint. See [#7098](https://github.com/DataDog/integrations-core/pull/7098). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Support prometheus endpoint ([#7098](https://github.com/DataDog/integrations-core/pull/7098)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.15.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.15.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.14.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6317](https://github.com/DataDog/integrations-core/pull/6317). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6317](https://github.com/DataDog/integrations-core/pull/6317)) ## 1.13.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). -* Add new metric to count services. See [#5992](https://github.com/DataDog/integrations-core/pull/5992). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) +* Add new metric to count services ([#5992](https://github.com/DataDog/integrations-core/pull/5992)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.12.2 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Change new added tag. See [#5856](https://github.com/DataDog/integrations-core/pull/5856). +* Change new added tag ([#5856](https://github.com/DataDog/integrations-core/pull/5856)) ## 1.12.1 / 2020-02-25 ***Fixed***: -* Bump minimun agent version. See [#5834](https://github.com/DataDog/integrations-core/pull/5834). +* Bump minimun agent version ([#5834](https://github.com/DataDog/integrations-core/pull/5834)) ## 1.12.0 / 2020-02-22 ***Deprecated***: -* Deprecate `service` tag. See [#5540](https://github.com/DataDog/integrations-core/pull/5540). +* Deprecate `service` tag ([#5540](https://github.com/DataDog/integrations-core/pull/5540)) ***Added***: -* Create `consul_service` tag. See [#5519](https://github.com/DataDog/integrations-core/pull/5519). Thanks [nicbono](https://github.com/nicbono). +* Create `consul_service` tag ([#5519](https://github.com/DataDog/integrations-core/pull/5519)) Thanks [nicbono](https://github.com/nicbono). ## 1.11.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4944](https://github.com/DataDog/integrations-core/pull/4944). -* Standardize logging format. See [#4903](https://github.com/DataDog/integrations-core/pull/4903). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add version metadata ([#4944](https://github.com/DataDog/integrations-core/pull/4944)) +* Standardize logging format ([#4903](https://github.com/DataDog/integrations-core/pull/4903)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.10.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Fix RequestsWrapper options. See [#4476](https://github.com/DataDog/integrations-core/pull/4476). +* Fix RequestsWrapper options ([#4476](https://github.com/DataDog/integrations-core/pull/4476)) ## 1.9.0 / 2019-08-24 ***Added***: -* Add support for proxy options. See [#3363](https://github.com/DataDog/integrations-core/pull/3363). +* Add support for proxy options ([#3363](https://github.com/DataDog/integrations-core/pull/3363)) ***Fixed***: -* Fix Consul event timestamp. See [#4173](https://github.com/DataDog/integrations-core/pull/4173). +* Fix Consul event timestamp ([#4173](https://github.com/DataDog/integrations-core/pull/4173)) ## 1.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3491](https://github.com/DataDog/integrations-core/pull/3491). +* Adhere to code style ([#3491](https://github.com/DataDog/integrations-core/pull/3491)) ## 1.7.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add `consul.can_connect` service check for every HTTP request to consul. See [#3003](https://github.com/DataDog/integrations-core/pull/3003). -* Finish supporting Py3. See [#2906](https://github.com/DataDog/integrations-core/pull/2906). +* Add `consul.can_connect` service check for every HTTP request to consul ([#3003](https://github.com/DataDog/integrations-core/pull/3003)) +* Finish supporting Py3 ([#2906](https://github.com/DataDog/integrations-core/pull/2906)) ## 1.6.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add option to run the full check on any node. See [#2461](https://github.com/DataDog/integrations-core/pull/2461). -* Support Python 3. See [#2446](https://github.com/DataDog/integrations-core/pull/2446). +* Add option to run the full check on any node ([#2461](https://github.com/DataDog/integrations-core/pull/2461)) +* Support Python 3 ([#2446](https://github.com/DataDog/integrations-core/pull/2446)) ## 1.5.2 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Update consul timestamp to use supported python functions. See [#2199](https://github.com/DataDog/integrations-core/pull/2199). Thanks [hhansell](https://github.com/hhansell). +* Update consul timestamp to use supported python functions ([#2199](https://github.com/DataDog/integrations-core/pull/2199)) Thanks [hhansell](https://github.com/hhansell). ## 1.5.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Accept more standard boolean values for instance config options. See [#1954](https://github.com/DataDog/integrations-core/pull/1954). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Accept more standard boolean values for instance config options ([#1954](https://github.com/DataDog/integrations-core/pull/1954)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.5.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). -* Include consul_datacenter tag in service checks. See [#1526](https://github.com/DataDog/integrations-core/pull/1526). Thanks [TylerLubeck](https://github.com/TylerLubeck). -* Add a check to count all nodes in a consul cluster. See [#1479](https://github.com/DataDog/integrations-core/pull/1479). Thanks [TylerLubeck](https://github.com/TylerLubeck). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) +* Include consul_datacenter tag in service checks ([#1526](https://github.com/DataDog/integrations-core/pull/1526)) Thanks [TylerLubeck](https://github.com/TylerLubeck). +* Add a check to count all nodes in a consul cluster ([#1479](https://github.com/DataDog/integrations-core/pull/1479)) Thanks [TylerLubeck](https://github.com/TylerLubeck). ## 1.4.0 / 2018-05-11 ***Added***: -* Hardcode the 8500 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 8500 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) * Include consul_datacenter tag in service checks ## 1.3.0 / 2018-01-10 ***Added***: -* Add support for Consul 1.0. See [#876](https://github.com/DataDog/integrations-core/pull/876), thanks [@byronwolfman](https://github.com/byronwolfman) +* Add support for Consul 1.0 ([#876](https://github.com/DataDog/integrations-core/pull/876), thanks [@byronwolfman](https://github)com/byronwolfman) ***Fixed***: -* Fixes TypeError if/when services are culled. See [#968](https://github.com/DataDog/integrations-core/pull/968) +* Fixes TypeError if/when services are culled ([#968](https://github)com/DataDog/integrations-core/pull/968) ## 1.2.0 / 2017-11-21 ***Added***: * Add service tags to metrics -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.1.0 / 2017-07-18 ***Added***: -* Support ACL token for authentication. See [#521](https://github.com/DataDog/integrations-core/issues/521) +* Support ACL token for authentication ([#521](https://github)com/DataDog/integrations-core/issues/521) ***Fixed***: -* Fixed duplicate service check with same tags but different status being sent (one per Node). See [#460](https://github.com/DataDog/integrations-core/issues/460) +* Fixed duplicate service check with same tags but different status being sent (one per Node) ([#460](https://github)com/DataDog/integrations-core/issues/460) ## 1.0.0 / 2017-03-22 diff --git a/coredns/CHANGELOG.md b/coredns/CHANGELOG.md index f6c54b076000b..b86812d85284e 100644 --- a/coredns/CHANGELOG.md +++ b/coredns/CHANGELOG.md @@ -6,226 +6,226 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). -* Fix coredns documentation. See [#14401](https://github.com/DataDog/integrations-core/pull/14401). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) +* Fix coredns documentation ([#14401](https://github.com/DataDog/integrations-core/pull/14401)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.3.1 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix the url descriptions in the config file. See [#14280](https://github.com/DataDog/integrations-core/pull/14280). +* Fix the url descriptions in the config file ([#14280](https://github.com/DataDog/integrations-core/pull/14280)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.2.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11332](https://github.com/DataDog/integrations-core/pull/11332). +* Add `pyproject.toml` file ([#11332](https://github.com/DataDog/integrations-core/pull/11332)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Fix License Header Dates. See [#11200](https://github.com/DataDog/integrations-core/pull/11200). -* Enable prometheus_url option in auto_conf.yaml. See [#11146](https://github.com/DataDog/integrations-core/pull/11146). -* Enable openmetrics_endpoint in auto_conf.yaml. See [#11133](https://github.com/DataDog/integrations-core/pull/11133). -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). -* Fix example config. See [#11109](https://github.com/DataDog/integrations-core/pull/11109). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Fix License Header Dates ([#11200](https://github.com/DataDog/integrations-core/pull/11200)) +* Enable prometheus_url option in auto_conf.yaml ([#11146](https://github.com/DataDog/integrations-core/pull/11146)) +* Enable openmetrics_endpoint in auto_conf.yaml ([#11133](https://github.com/DataDog/integrations-core/pull/11133)) +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) +* Fix example config ([#11109](https://github.com/DataDog/integrations-core/pull/11109)) ## 1.11.4 / 2022-01-27 / Agent 7.34.0 ***Fixed***: -* Fix license header dates. See [#11200](https://github.com/DataDog/integrations-core/pull/11200). +* Fix license header dates ([#11200](https://github.com/DataDog/integrations-core/pull/11200)) ## 1.11.3 / 2022-01-21 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.11.2 / 2022-01-18 ***Fixed***: -* Enable prometheus_url option in auto_conf.yaml. See [#11146](https://github.com/DataDog/integrations-core/pull/11146). -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Enable prometheus_url option in auto_conf.yaml ([#11146](https://github.com/DataDog/integrations-core/pull/11146)) +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.11.1 / 2022-01-13 ***Fixed***: -* Enable openmetrics_endpoint in auto_conf.yaml. See [#11133](https://github.com/DataDog/integrations-core/pull/11133). -* Fix example config. See [#11109](https://github.com/DataDog/integrations-core/pull/11109). +* Enable openmetrics_endpoint in auto_conf.yaml ([#11133](https://github.com/DataDog/integrations-core/pull/11133)) +* Fix example config ([#11109](https://github.com/DataDog/integrations-core/pull/11109)) ## 1.11.0 / 2022-01-08 ***Added***: -* Add support for OpenMetricsBaseCheckV2. See [#11024](https://github.com/DataDog/integrations-core/pull/11024). +* Add support for OpenMetricsBaseCheckV2 ([#11024](https://github.com/DataDog/integrations-core/pull/11024)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8900](https://github.com/DataDog/integrations-core/pull/8900). -* Update coredns check with v1.8.5 metrics. See [#10187](https://github.com/DataDog/integrations-core/pull/10187). Thanks [vxcodes](https://github.com/vxcodes). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8900](https://github.com/DataDog/integrations-core/pull/8900)) +* Update coredns check with v1.8.5 metrics ([#10187](https://github.com/DataDog/integrations-core/pull/10187)) Thanks [vxcodes](https://github.com/vxcodes). ## 1.9.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.8.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ***Fixed***: -* Fix `metrics` option type for legacy OpenMetrics config spec. See [#9318](https://github.com/DataDog/integrations-core/pull/9318). Thanks [jejikenwogu](https://github.com/jejikenwogu). +* Fix `metrics` option type for legacy OpenMetrics config spec ([#9318](https://github.com/DataDog/integrations-core/pull/9318)) Thanks [jejikenwogu](https://github.com/jejikenwogu). ## 1.7.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Update defaults for legacy OpenMetrics config spec template. See [#9065](https://github.com/DataDog/integrations-core/pull/9065). +* Update defaults for legacy OpenMetrics config spec template ([#9065](https://github.com/DataDog/integrations-core/pull/9065)) ## 1.6.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* Add config specs. See [#7444](https://github.com/DataDog/integrations-core/pull/7444). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* Add config specs ([#7444](https://github.com/DataDog/integrations-core/pull/7444)) ## 1.5.0 / 2020-07-16 / Agent 7.22.0 ***Added***: -* Adding new metrics for version 1.7.0 of CoreDNS. See [#6973](https://github.com/DataDog/integrations-core/pull/6973). +* Adding new metrics for version 1.7.0 of CoreDNS ([#6973](https://github.com/DataDog/integrations-core/pull/6973)) ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Agent 6 signature. See [#6444](https://github.com/DataDog/integrations-core/pull/6444). +* Agent 6 signature ([#6444](https://github.com/DataDog/integrations-core/pull/6444)) ## 1.3.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Do not fail on octet stream content type for OpenMetrics. See [#5843](https://github.com/DataDog/integrations-core/pull/5843). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Do not fail on octet stream content type for OpenMetrics ([#5843](https://github.com/DataDog/integrations-core/pull/5843)) ## 1.3.0 / 2019-10-29 / Agent 7.16.0 ***Added***: -* Add forward metrics. See [#4850](https://github.com/DataDog/integrations-core/pull/4850). Thanks [therc](https://github.com/therc). +* Add forward metrics ([#4850](https://github.com/DataDog/integrations-core/pull/4850)) Thanks [therc](https://github.com/therc). ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3492](https://github.com/DataDog/integrations-core/pull/3492). +* Adhere to code style ([#3492](https://github.com/DataDog/integrations-core/pull/3492)) ## 1.1.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add panic_count_total metric to CoreDNS integration. See [#2594][1]. Thanks [woopstar][2]. +* Add panic_count_total metric to CoreDNS integration ([#2594][1]) Thanks [woopstar][2]. ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* Add CoreDNS integration. See [#2091][3]. Thanks [shraykay][4]. +* Add CoreDNS integration ([#2091][3]) Thanks [shraykay][4]. [1]: https://github.com/DataDog/integrations-core/pull/2594 [2]: https://github.com/woopstar diff --git a/couch/CHANGELOG.md b/couch/CHANGELOG.md index c4c612b6989df..c2626a0ab16d8 100644 --- a/couch/CHANGELOG.md +++ b/couch/CHANGELOG.md @@ -6,243 +6,243 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 5.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 5.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 5.1.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 5.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 5.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11333](https://github.com/DataDog/integrations-core/pull/11333). +* Add `pyproject.toml` file ([#11333](https://github.com/DataDog/integrations-core/pull/11333)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 4.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8901](https://github.com/DataDog/integrations-core/pull/8901). +* Add runtime configuration validation ([#8901](https://github.com/DataDog/integrations-core/pull/8901)) ## 4.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 4.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 3.13.3 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Use Agent 8 signature. See [#9522](https://github.com/DataDog/integrations-core/pull/9522). +* Use Agent 8 signature ([#9522](https://github.com/DataDog/integrations-core/pull/9522)) ## 3.13.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.13.1 / 2020-11-13 / Agent 7.24.0 ***Fixed***: -* Fix exception message. See [#7912](https://github.com/DataDog/integrations-core/pull/7912). +* Fix exception message ([#7912](https://github.com/DataDog/integrations-core/pull/7912)) ## 3.13.0 / 2020-10-31 ***Added***: -* Support couch v3. See [#7570](https://github.com/DataDog/integrations-core/pull/7570). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Support couch v3 ([#7570](https://github.com/DataDog/integrations-core/pull/7570)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 3.12.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 3.11.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* couch config specs. See [#7160](https://github.com/DataDog/integrations-core/pull/7160). +* couch config specs ([#7160](https://github.com/DataDog/integrations-core/pull/7160)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Use inclusive wording. See [#7159](https://github.com/DataDog/integrations-core/pull/7159). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Use inclusive wording ([#7159](https://github.com/DataDog/integrations-core/pull/7159)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 3.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 3.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 3.8.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 3.8.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add version metadata. See [#5615](https://github.com/DataDog/integrations-core/pull/5615). +* Add version metadata ([#5615](https://github.com/DataDog/integrations-core/pull/5615)) ## 3.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 3.6.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Standardize logging format. See [#4904](https://github.com/DataDog/integrations-core/pull/4904). +* Standardize logging format ([#4904](https://github.com/DataDog/integrations-core/pull/4904)) ## 3.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 3.4.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 3.4.0 / 2019-08-24 ***Added***: -* Add RequestsWrapper to couch. See [#4118](https://github.com/DataDog/integrations-core/pull/4118). +* Add RequestsWrapper to couch ([#4118](https://github.com/DataDog/integrations-core/pull/4118)) ## 3.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3493](https://github.com/DataDog/integrations-core/pull/3493). +* Adhere to code style ([#3493](https://github.com/DataDog/integrations-core/pull/3493)) ## 3.2.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Include exception in connection error messages. See [#3262](https://github.com/DataDog/integrations-core/pull/3262). +* Include exception in connection error messages ([#3262](https://github.com/DataDog/integrations-core/pull/3262)) ## 3.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python 3 Support. See [#2911](https://github.com/DataDog/integrations-core/pull/2911). +* Finish Python 3 Support ([#2911](https://github.com/DataDog/integrations-core/pull/2911)) ## 3.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2721](https://github.com/DataDog/integrations-core/pull/2721). +* Support Python 3 ([#2721](https://github.com/DataDog/integrations-core/pull/2721)) ## 3.0.0 / 2018-11-30 / Agent 6.8.0 ***Removed***: -* Add CouchDB 2.2.0 compatibility by dropping the `purge_seq` metric. See [#2287](https://github.com/DataDog/integrations-core/pull/2287). Thanks [janl](https://github.com/janl). +* Add CouchDB 2.2.0 compatibility by dropping the `purge_seq` metric ([#2287](https://github.com/DataDog/integrations-core/pull/2287)) Thanks [janl](https://github.com/janl). ## 2.6.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945](https://github.com/DataDog/integrations-core/pull/1945). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Make sure all checks' versions are exposed ([#1945](https://github.com/DataDog/integrations-core/pull/1945)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 2.6.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) * Raise custom exceptions for specific errors instead of a generic `Exception`. ## 2.5.0 / 2018-05-11 ***Added***: -* Hardcode the 5984 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 5984 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 2.4.0 / 2018-02-13 @@ -254,25 +254,25 @@ ***Added***: -* Add custom tags to metrics and service checks. See [#1034](https://github.com/DataDog/integrations-core/pull/1034) +* Add custom tags to metrics and service checks ([#1034](https://github)com/DataDog/integrations-core/pull/1034) ***Fixed***: -* Handle the case where there is no database. See [#1029](https://github.com/DataDog/integrations-core/pull/1029) +* Handle the case where there is no database ([#1029](https://github)com/DataDog/integrations-core/pull/1029) ## 2.2.0 / 2018-01-10 ***Added***: -* collects and submits CouchDB design docs metrics. See [#813](https://github.com/DataDog/integrations-core/pull/813) (Thanks [@calonso](https://github.com/calonso)) -* collects CouchDB active tasks stats. See [#812](https://github.com/DataDog/integrations-core/pull/812) (Thanks [@calonso](https://github.com/calonso)) +* collects and submits CouchDB design docs metrics ([#813](https://github.com/DataDog/integrations-core/pull/813) (Thanks [@calonso](https://github)com/calonso)) +* collects CouchDB active tasks stats ([#812](https://github.com/DataDog/integrations-core/pull/812) (Thanks [@calonso](https://github)com/calonso)) ## 2.1.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) -* collects Erlang VM stats from the `_system` endpoint. See [#793](https://github.com/DataDog/integrations-core/issues/793) (Thanks [@calonso](https://github.com/calonso)) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) +* collects Erlang VM stats from the `_system` endpoint ([#793](https://github.com/DataDog/integrations-core/issues/793) (Thanks [@calonso](https://github)com/calonso)) ## 2.0.0 / 2017-09-01 @@ -284,7 +284,7 @@ ***Fixed***: -* Escape database names. See [#268](https://github.com/DataDog/integrations-core/issues/268) (Thanks [@bernharduw](https://github.com/bernharduw)) +* Escape database names ([#268](https://github.com/DataDog/integrations-core/issues/268) (Thanks [@bernharduw](https://github)com/bernharduw)) ## 1.0.0 / 2017-03-22 diff --git a/couchbase/CHANGELOG.md b/couchbase/CHANGELOG.md index 3b3fe0cd6fbf2..b27cb3bed97c2 100644 --- a/couchbase/CHANGELOG.md +++ b/couchbase/CHANGELOG.md @@ -6,257 +6,257 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). -* [Couchbase] Adds cmd_lookup per bucket and cleans metadata. See [#15299](https://github.com/DataDog/integrations-core/pull/15299). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) +* [Couchbase] Adds cmd_lookup per bucket and cleans metadata ([#15299](https://github.com/DataDog/integrations-core/pull/15299)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11334](https://github.com/DataDog/integrations-core/pull/11334). +* Add `pyproject.toml` file ([#11334](https://github.com/DataDog/integrations-core/pull/11334)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.19.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add support for Index Statistics metrics. See [#10784](https://github.com/DataDog/integrations-core/pull/10784). +* Add support for Index Statistics metrics ([#10784](https://github.com/DataDog/integrations-core/pull/10784)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.18.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8902](https://github.com/DataDog/integrations-core/pull/8902). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8902](https://github.com/DataDog/integrations-core/pull/8902)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.17.0 / 2021-03-01 / Agent 7.27.0 ***Added***: -* Add support for Sync Gateway metrics. See [#8691](https://github.com/DataDog/integrations-core/pull/8691). -* Refactor and use new Agent signature. See [#8712](https://github.com/DataDog/integrations-core/pull/8712). +* Add support for Sync Gateway metrics ([#8691](https://github.com/DataDog/integrations-core/pull/8691)) +* Refactor and use new Agent signature ([#8712](https://github.com/DataDog/integrations-core/pull/8712)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.16.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Fix error log message. See [#8271](https://github.com/DataDog/integrations-core/pull/8271). +* Fix error log message ([#8271](https://github.com/DataDog/integrations-core/pull/8271)) ## 1.16.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.15.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs. See [#7466](https://github.com/DataDog/integrations-core/pull/7466). +* Add config specs ([#7466](https://github.com/DataDog/integrations-core/pull/7466)) ## 1.14.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.14.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.13.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.12.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Update `conf.yaml.example` log collection section. See [#5977](https://github.com/DataDog/integrations-core/pull/5977). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Update `conf.yaml.example` log collection section ([#5977](https://github.com/DataDog/integrations-core/pull/5977)) ## 1.12.1 / 2019-12-06 / Agent 7.16.0 ***Fixed***: -* Fix version metadata parsing. See [#5148](https://github.com/DataDog/integrations-core/pull/5148). +* Fix version metadata parsing ([#5148](https://github.com/DataDog/integrations-core/pull/5148)) ## 1.12.0 / 2019-12-02 ***Added***: -* add version metadata. See [#4985](https://github.com/DataDog/integrations-core/pull/4985). -* Standardize logging format. See [#4905](https://github.com/DataDog/integrations-core/pull/4905). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* add version metadata ([#4985](https://github.com/DataDog/integrations-core/pull/4985)) +* Standardize logging format ([#4905](https://github.com/DataDog/integrations-core/pull/4905)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.11.0 / 2019-09-23 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ***Fixed***: -* Fix typo for couchbase.by_node.cluster_membership service check. See [#4565](https://github.com/DataDog/integrations-core/pull/4565). +* Fix typo for couchbase.by_node.cluster_membership service check ([#4565](https://github.com/DataDog/integrations-core/pull/4565)) ## 1.10.0 / 2019-09-16 ***Added***: -* Add log documentation in the example configuration file. See [#4537](https://github.com/DataDog/integrations-core/pull/4537). +* Add log documentation in the example configuration file ([#4537](https://github.com/DataDog/integrations-core/pull/4537)) ## 1.9.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.9.0 / 2019-08-24 ***Added***: -* Add RequestsWrapper to couchbase. See [#4119](https://github.com/DataDog/integrations-core/pull/4119). +* Add RequestsWrapper to couchbase ([#4119](https://github.com/DataDog/integrations-core/pull/4119)) ## 1.8.1 / 2019-07-12 / Agent 6.13.0 ***Fixed***: -* Change `couchbase.by_bucket.avg_bg_wait_time` metric unit from second to microsecond. See [#4078](https://github.com/DataDog/integrations-core/pull/4078). +* Change `couchbase.by_bucket.avg_bg_wait_time` metric unit from second to microsecond ([#4078](https://github.com/DataDog/integrations-core/pull/4078)) ## 1.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3494](https://github.com/DataDog/integrations-core/pull/3494). +* Adhere to code style ([#3494](https://github.com/DataDog/integrations-core/pull/3494)) ## 1.7.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Fixed a typo in the example config file. See [#3173](https://github.com/DataDog/integrations-core/pull/3173). +* Fixed a typo in the example config file ([#3173](https://github.com/DataDog/integrations-core/pull/3173)) ## 1.7.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2851](https://github.com/DataDog/integrations-core/pull/2851). +* Support Python 3 ([#2851](https://github.com/DataDog/integrations-core/pull/2851)) ***Fixed***: -* Stop using deprecated 'device_name' parameter.. See [#2847](https://github.com/DataDog/integrations-core/pull/2847). +* Stop using deprecated 'device_name' parameter. ([#2847](https://github.com/DataDog/integrations-core/pull/2847)) ## 1.6.1 / 2018-11-23 / Agent 6.8.0 ***Fixed***: -* Keep running the check when one endpoint fails. See [#2638](https://github.com/DataDog/integrations-core/pull/2638). +* Keep running the check when one endpoint fails ([#2638](https://github.com/DataDog/integrations-core/pull/2638)) ## 1.6.0 / 2018-11-14 ***Added***: -* Add ssl_verify option. See [#2584](https://github.com/DataDog/integrations-core/pull/2584). +* Add ssl_verify option ([#2584](https://github.com/DataDog/integrations-core/pull/2584)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.5.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.5.0 / 2018-06-20 / Agent 6.4.0 ***Added***: -* Add Couchbase health and cluster membership service checks and alerts. See [#1593](https://github.com/DataDog/integrations-core/pull/1593). +* Add Couchbase health and cluster membership service checks and alerts ([#1593](https://github.com/DataDog/integrations-core/pull/1593)) ## 1.4.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ***Fixed***: -* Couchbase integration was not working during server set up. See [#1571](https://github.com/DataDog/integrations-core/pull/1571). +* Couchbase integration was not working during server set up ([#1571](https://github.com/DataDog/integrations-core/pull/1571)) ## 1.3.0 / 2018-05-11 ***Added***: -* Hardcode the 8091 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 8091 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 1.2.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.1.1 / 2017-09-12 ***Fixed***: -* Fix the conversion of request_time* metrics. See [#705](https://github.com/DataDog/integrations-core/issues/705) +* Fix the conversion of request_time* metrics ([#705](https://github)com/DataDog/integrations-core/issues/705) ## 1.1.0 / 2017-07-18 diff --git a/crio/CHANGELOG.md b/crio/CHANGELOG.md index d811c3c12b19f..6e6c809cb8f0e 100644 --- a/crio/CHANGELOG.md +++ b/crio/CHANGELOG.md @@ -6,150 +6,150 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11335](https://github.com/DataDog/integrations-core/pull/11335). +* Add `pyproject.toml` file ([#11335](https://github.com/DataDog/integrations-core/pull/11335)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.8.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.8.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.8.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.8.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Add runtime configuration validation. See [#8903](https://github.com/DataDog/integrations-core/pull/8903). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Add runtime configuration validation ([#8903](https://github.com/DataDog/integrations-core/pull/8903)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.6.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.5.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.5.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add config specs. See [#7848](https://github.com/DataDog/integrations-core/pull/7848). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add config specs ([#7848](https://github.com/DataDog/integrations-core/pull/7848)) ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.3.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.3.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 1.3.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3495](https://github.com/DataDog/integrations-core/pull/3495). +* Adhere to code style ([#3495](https://github.com/DataDog/integrations-core/pull/3495)) ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Add nginx ingress controller integration. See [#2853][1]. +* Add nginx ingress controller integration ([#2853][1]) ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* Add a CRI-O check. See [#2231][2]. +* Add a CRI-O check ([#2231][2]) [1]: https://github.com/DataDog/integrations-core/pull/2853 [2]: https://github.com/DataDog/integrations-core/pull/2231 diff --git a/datadog_checks_base/CHANGELOG.md b/datadog_checks_base/CHANGELOG.md index f45b17db4a04a..0fd1ae98e442d 100644 --- a/datadog_checks_base/CHANGELOG.md +++ b/datadog_checks_base/CHANGELOG.md @@ -10,223 +10,223 @@ ***Added***: -* Bump psycopg3 version && add timeouts on blocking functions. See [#15492](https://github.com/DataDog/integrations-core/pull/15492). -* Add support for implementing diagnostics for `agent diagnose`. See [#14394](https://github.com/DataDog/integrations-core/pull/14394). +* Bump psycopg3 version && add timeouts on blocking functions ([#15492](https://github.com/DataDog/integrations-core/pull/15492)) +* Add support for implementing diagnostics for `agent diagnose` ([#14394](https://github.com/DataDog/integrations-core/pull/14394)) ***Fixed***: -* Upgrade postgres check to psycopg3. See [#15411](https://github.com/DataDog/integrations-core/pull/15411). +* Upgrade postgres check to psycopg3 ([#15411](https://github.com/DataDog/integrations-core/pull/15411)) ## 32.6.0 / 2023-07-31 ***Added***: -* Upgrade ddtrace to 1.11.2 on Python 3. See [#15144](https://github.com/DataDog/integrations-core/pull/15144). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Upgrade ddtrace to 1.11.2 on Python 3 ([#15144](https://github.com/DataDog/integrations-core/pull/15144)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). -* Upgrade pydantic. See [#15394](https://github.com/DataDog/integrations-core/pull/15394). -* Revert "Bump pydantic version in the agent_requirements.in file (#153…. See [#15338](https://github.com/DataDog/integrations-core/pull/15338). -* Bump pydantic version in the agent_requirements.in file. See [#15320](https://github.com/DataDog/integrations-core/pull/15320). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) +* Upgrade pydantic ([#15394](https://github.com/DataDog/integrations-core/pull/15394)) +* Revert "Bump pydantic version in the agent_requirements.in file (#153… ([#15338](https://github.com/DataDog/integrations-core/pull/15338)) +* Bump pydantic version in the agent_requirements.in file ([#15320](https://github.com/DataDog/integrations-core/pull/15320)) ## 32.5.1 / 2023-07-19 ***Fixed***: -* Revert to requesting Prometheus format by default. See [#15292](https://github.com/DataDog/integrations-core/pull/15292). +* Revert to requesting Prometheus format by default ([#15292](https://github.com/DataDog/integrations-core/pull/15292)) ## 32.5.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade ddtrace to 1.11.2 on Python 3. See [#14367](https://github.com/DataDog/integrations-core/pull/14367). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade ddtrace to 1.11.2 on Python 3 ([#14367](https://github.com/DataDog/integrations-core/pull/14367)) ***Fixed***: -* Revert "Upgrade ddtrace to 1.11.2 on Python 3 (#14367)". See [#15143](https://github.com/DataDog/integrations-core/pull/15143). -* Bump the confluent-kafka version. See [#14665](https://github.com/DataDog/integrations-core/pull/14665). -* Allow non-443 port to be used in intermediate certs. See [#14817](https://github.com/DataDog/integrations-core/pull/14817). +* Revert "Upgrade ddtrace to 1.11.2 on Python 3 (#14367)" ([#15143](https://github.com/DataDog/integrations-core/pull/15143)) +* Bump the confluent-kafka version ([#14665](https://github.com/DataDog/integrations-core/pull/14665)) +* Allow non-443 port to be used in intermediate certs ([#14817](https://github.com/DataDog/integrations-core/pull/14817)) ## 32.4.0 / 2023-06-23 ***Added***: -* Internally compile the `include` patterns in the autodiscovery feature. See [#14768](https://github.com/DataDog/integrations-core/pull/14768). -* Make cancel() synchronous in DBMAsyncJob. See [#14717](https://github.com/DataDog/integrations-core/pull/14717). +* Internally compile the `include` patterns in the autodiscovery feature ([#14768](https://github.com/DataDog/integrations-core/pull/14768)) +* Make cancel() synchronous in DBMAsyncJob ([#14717](https://github.com/DataDog/integrations-core/pull/14717)) ***Fixed***: -* Move cancel waiting logic to test functions for DBMAsyncJob . See [#14773](https://github.com/DataDog/integrations-core/pull/14773). -* Update requests-toolbelt version. See [#14748](https://github.com/DataDog/integrations-core/pull/14748). -* Update requests library. See [#14670](https://github.com/DataDog/integrations-core/pull/14670). -* Bump snowflake connector python to 3.0.4. See [#14675](https://github.com/DataDog/integrations-core/pull/14675). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Move cancel waiting logic to test functions for DBMAsyncJob ([#14773](https://github.com/DataDog/integrations-core/pull/14773)) +* Update requests-toolbelt version ([#14748](https://github.com/DataDog/integrations-core/pull/14748)) +* Update requests library ([#14670](https://github.com/DataDog/integrations-core/pull/14670)) +* Bump snowflake connector python to 3.0.4 ([#14675](https://github.com/DataDog/integrations-core/pull/14675)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 32.3.1 / 2023-06-02 / Agent 7.46.0 ***Fixed***: -* Downgrade an info log to debug. See [#14667](https://github.com/DataDog/integrations-core/pull/14667). +* Downgrade an info log to debug ([#14667](https://github.com/DataDog/integrations-core/pull/14667)) ## 32.3.0 / 2023-05-26 ***Added***: -* Support ingesting pg_settings for `dbm` users. See [#14577](https://github.com/DataDog/integrations-core/pull/14577). +* Support ingesting pg_settings for `dbm` users ([#14577](https://github.com/DataDog/integrations-core/pull/14577)) ***Fixed***: -* Revert protobuf dependency update. See [#14618](https://github.com/DataDog/integrations-core/pull/14618). -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). -* Fix kubelet check failing to initialize when get_connection_info is empty. See [#14546](https://github.com/DataDog/integrations-core/pull/14546). +* Revert protobuf dependency update ([#14618](https://github.com/DataDog/integrations-core/pull/14618)) +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) +* Fix kubelet check failing to initialize when get_connection_info is empty ([#14546](https://github.com/DataDog/integrations-core/pull/14546)) ## 32.2.0 / 2023-05-05 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ## 32.1.0 / 2023-05-04 ***Added***: -* Create `tag_not_null` type which doesn't set the tag when tag value is none. See [#14503](https://github.com/DataDog/integrations-core/pull/14503). +* Create `tag_not_null` type which doesn't set the tag when tag value is none ([#14503](https://github.com/DataDog/integrations-core/pull/14503)) ***Fixed***: -* Fix bug on empty openmetrics scrape response. See [#14508](https://github.com/DataDog/integrations-core/pull/14508). +* Fix bug on empty openmetrics scrape response ([#14508](https://github.com/DataDog/integrations-core/pull/14508)) ## 32.0.0 / 2023-04-25 ***Changed***: -* Implement automatic exposition format detection. See [#14445](https://github.com/DataDog/integrations-core/pull/14445). +* Implement automatic exposition format detection ([#14445](https://github.com/DataDog/integrations-core/pull/14445)) ## 31.0.2 / 2023-05-31 / Agent 7.45.0 ***Fixed***: -* Backport pydantic 1.10.8 upgrade to 7.45. See [#14655](https://github.com/DataDog/integrations-core/pull/14655). +* Backport pydantic 1.10.8 upgrade to 7.45 ([#14655](https://github.com/DataDog/integrations-core/pull/14655)) ## 31.0.1 / 2023-04-19 ***Fixed***: -* Do not add `freezegun` dependency to agent. See [#14393](https://github.com/DataDog/integrations-core/pull/14393). +* Do not add `freezegun` dependency to agent ([#14393](https://github.com/DataDog/integrations-core/pull/14393)) ## 31.0.0 / 2023-04-14 ***Changed***: -* Replace `kafka-python` dependency with `confluent-kafka-python`. See [#13918](https://github.com/DataDog/integrations-core/pull/13918). +* Replace `kafka-python` dependency with `confluent-kafka-python` ([#13918](https://github.com/DataDog/integrations-core/pull/13918)) ***Added***: -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). -* Update redis to 4.5.4. See [#14270](https://github.com/DataDog/integrations-core/pull/14270). +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) +* Update redis to 4.5.4 ([#14270](https://github.com/DataDog/integrations-core/pull/14270)) ***Fixed***: -* Fix duplicate events bug. See [#14020](https://github.com/DataDog/integrations-core/pull/14020). +* Fix duplicate events bug ([#14020](https://github.com/DataDog/integrations-core/pull/14020)) ## 30.2.0 / 2023-03-07 / Agent 7.44.0 ***Added***: -* Upgrade openstacksdk dependency. See [#14109](https://github.com/DataDog/integrations-core/pull/14109). +* Upgrade openstacksdk dependency ([#14109](https://github.com/DataDog/integrations-core/pull/14109)) ## 30.1.0 / 2023-03-03 ***Added***: -* Update kubernetes and supervisor dependencies. See [#14093](https://github.com/DataDog/integrations-core/pull/14093). +* Update kubernetes and supervisor dependencies ([#14093](https://github.com/DataDog/integrations-core/pull/14093)) ***Fixed***: -* Do not install gssapi and dtrace on py2 on arm macs. See [#13749](https://github.com/DataDog/integrations-core/pull/13749). -* Remove the use of the deprecated `pkg_resources` package. See [#13842](https://github.com/DataDog/integrations-core/pull/13842). +* Do not install gssapi and dtrace on py2 on arm macs ([#13749](https://github.com/DataDog/integrations-core/pull/13749)) +* Remove the use of the deprecated `pkg_resources` package ([#13842](https://github.com/DataDog/integrations-core/pull/13842)) # 30.0.2 / 2023-03-02 ***Fixed***: -* Bump dependency `snowflake-connector-python` to 3.0.1. See [#14073](https://github.com/DataDog/integrations-core/pull/14073). +* Bump dependency `snowflake-connector-python` to 3.0.1 ([#14073](https://github.com/DataDog/integrations-core/pull/14073)) ## 30.0.1 / 2023-02-28 / Agent 7.43.1 ***Fixed***: -* Update cryptography to 39.0.1. See [#13913](https://github.com/DataDog/integrations-core/pull/13913). +* Update cryptography to 39.0.1 ([#13913](https://github.com/DataDog/integrations-core/pull/13913)) ## 30.0.0 / 2023-01-20 / Agent 7.43.0 ***Changed***: -* Skip typo for not yet installed Windows performance counters to allow collection of subsequent counters. See [#13678](https://github.com/DataDog/integrations-core/pull/13678). +* Skip typo for not yet installed Windows performance counters to allow collection of subsequent counters ([#13678](https://github.com/DataDog/integrations-core/pull/13678)) ***Added***: -* Bump snowflake to 2.8.3. See [#13756](https://github.com/DataDog/integrations-core/pull/13756). +* Bump snowflake to 2.8.3 ([#13756](https://github.com/DataDog/integrations-core/pull/13756)) ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 29.0.0 / 2023-01-10 ***Removed***: -* Update TUF to 2.0.0. See [#13331](https://github.com/DataDog/integrations-core/pull/13331). +* Update TUF to 2.0.0 ([#13331](https://github.com/DataDog/integrations-core/pull/13331)) ***Changed***: -* Improve integration tracing of warnings & errors. See [#13620](https://github.com/DataDog/integrations-core/pull/13620). +* Improve integration tracing of warnings & errors ([#13620](https://github.com/DataDog/integrations-core/pull/13620)) ***Added***: -* Autodiscovery in Agent Integrations. See [#13656](https://github.com/DataDog/integrations-core/pull/13656). -* Inject trace context into logs when integration_tracing is enabled. See [#13636](https://github.com/DataDog/integrations-core/pull/13636). -* Update integration tracing naming scheme. See [#13579](https://github.com/DataDog/integrations-core/pull/13579). -* Add option to enable profiling of Python integrations. See [#13576](https://github.com/DataDog/integrations-core/pull/13576). -* Add Cloudera integration. See [#13244](https://github.com/DataDog/integrations-core/pull/13244). +* Autodiscovery in Agent Integrations ([#13656](https://github.com/DataDog/integrations-core/pull/13656)) +* Inject trace context into logs when integration_tracing is enabled ([#13636](https://github.com/DataDog/integrations-core/pull/13636)) +* Update integration tracing naming scheme ([#13579](https://github.com/DataDog/integrations-core/pull/13579)) +* Add option to enable profiling of Python integrations ([#13576](https://github.com/DataDog/integrations-core/pull/13576)) +* Add Cloudera integration ([#13244](https://github.com/DataDog/integrations-core/pull/13244)) ## 28.0.2 / 2023-01-27 / Agent 7.42.1 ***Fixed***: -* Backport snowflake-connector-python bump 2.8.3 to 7.42.x. See [#13794](https://github.com/DataDog/integrations-core/pull/13794). +* Backport snowflake-connector-python bump 2.8.3 to 7.42.x ([#13794](https://github.com/DataDog/integrations-core/pull/13794)) ## 28.0.1 / 2022-12-16 / Agent 7.42.0 ***Fixed***: -* Fixed incorrect counter type determination and error reporting on the first collection. See [#13489](https://github.com/DataDog/integrations-core/pull/13489). +* Fixed incorrect counter type determination and error reporting on the first collection ([#13489](https://github.com/DataDog/integrations-core/pull/13489)) ## 28.0.0 / 2022-12-09 ***Changed***: -* Update Oracle check to use python-oracledb library. See [#13298](https://github.com/DataDog/integrations-core/pull/13298). +* Update Oracle check to use python-oracledb library ([#13298](https://github.com/DataDog/integrations-core/pull/13298)) ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 27.5.0 / 2022-12-06 ***Added***: -* Implement multi-instance counters without Windows PdhEnumObjects API. See [#13243](https://github.com/DataDog/integrations-core/pull/13243). +* Implement multi-instance counters without Windows PdhEnumObjects API ([#13243](https://github.com/DataDog/integrations-core/pull/13243)) ***Fixed***: -* Do not install psycopg2-binary on arm macs. See [#13343](https://github.com/DataDog/integrations-core/pull/13343). -* Update Snowflake connector and cryptography dependencies. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). -* Remove `default_backend` parameter from cryptography calls. See [#13333](https://github.com/DataDog/integrations-core/pull/13333). -* Update protobuf. See [#13262](https://github.com/DataDog/integrations-core/pull/13262). +* Do not install psycopg2-binary on arm macs ([#13343](https://github.com/DataDog/integrations-core/pull/13343)) +* Update Snowflake connector and cryptography dependencies ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) +* Remove `default_backend` parameter from cryptography calls ([#13333](https://github.com/DataDog/integrations-core/pull/13333)) +* Update protobuf ([#13262](https://github.com/DataDog/integrations-core/pull/13262)) ## 27.4.2 / 2022-10-28 / Agent 7.41.0 @@ -234,1710 +234,1710 @@ ***Fixed***: -* Update dependencies. See [#13205](https://github.com/DataDog/integrations-core/pull/13205) and [#13207](https://github.com/DataDog/integrations-core/pull/13207). -* Make OpenMetrics checks honor `empty_default_hostname` option. See [#13146](https://github.com/DataDog/integrations-core/pull/13146). -* Prevent fork bomb when defining the experimental `process_isolation` option globally in the `init_config` section. See [#13091](https://github.com/DataDog/integrations-core/pull/13091). +* Update dependencies ([#13205](https://github.com/DataDog/integrations-core/pull/13205) and [#13207](https://github.com/DataDog/integrations-core/pull/13207)) +* Make OpenMetrics checks honor `empty_default_hostname` option ([#13146](https://github.com/DataDog/integrations-core/pull/13146)) +* Prevent fork bomb when defining the experimental `process_isolation` option globally in the `init_config` section ([#13091](https://github.com/DataDog/integrations-core/pull/13091)) ## 27.4.0 / 2022-10-11 ***Added***: -* Add utility to handle concurrent evaluation of conditions. See [#13053](https://github.com/DataDog/integrations-core/pull/13053). +* Add utility to handle concurrent evaluation of conditions ([#13053](https://github.com/DataDog/integrations-core/pull/13053)) ## 27.3.1 / 2022-10-12 / Agent 7.40.0 ***Fixed***: -* Prevent fork bomb when defining the experimental process_isolation option globally in the init_config section. See [#13094](https://github.com/DataDog/integrations-core/pull/13094). +* Prevent fork bomb when defining the experimental process_isolation option globally in the init_config section ([#13094](https://github.com/DataDog/integrations-core/pull/13094)) ## 27.3.0 / 2022-09-22 ***Added***: -* Add ability for checks to run in an ephemeral process at every run. See [#12986](https://github.com/DataDog/integrations-core/pull/12986). +* Add ability for checks to run in an ephemeral process at every run ([#12986](https://github.com/DataDog/integrations-core/pull/12986)) ## 27.2.0 / 2022-09-19 ***Added***: -* Add agent config option to control Window Counter refresh rate. See [#12665](https://github.com/DataDog/integrations-core/pull/12665). +* Add agent config option to control Window Counter refresh rate ([#12665](https://github.com/DataDog/integrations-core/pull/12665)) ***Fixed***: -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 27.1.0 / 2022-09-09 ***Added***: -* Add OAuth functionality to the HTTP util. See [#12884](https://github.com/DataDog/integrations-core/pull/12884). -* Add `packaging` to dependencies. See [#12753](https://github.com/DataDog/integrations-core/pull/12753). +* Add OAuth functionality to the HTTP util ([#12884](https://github.com/DataDog/integrations-core/pull/12884)) +* Add `packaging` to dependencies ([#12753](https://github.com/DataDog/integrations-core/pull/12753)) ***Fixed***: -* Fix formatting of message. See [#12827](https://github.com/DataDog/integrations-core/pull/12827). +* Fix formatting of message ([#12827](https://github.com/DataDog/integrations-core/pull/12827)) ## 27.0.0 / 2022-08-05 / Agent 7.39.0 ***Changed***: -* Upgrade pymongo to 4.2. See [#12594](https://github.com/DataDog/integrations-core/pull/12594). +* Upgrade pymongo to 4.2 ([#12594](https://github.com/DataDog/integrations-core/pull/12594)) ***Security***: -* Bump `lxml` package. See [#12663](https://github.com/DataDog/integrations-core/pull/12663). +* Bump `lxml` package ([#12663](https://github.com/DataDog/integrations-core/pull/12663)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Pin `pymysql` to `0.10.1`. See [#12612](https://github.com/DataDog/integrations-core/pull/12612). -* Better failed assertion message, print return code. See [#12615](https://github.com/DataDog/integrations-core/pull/12615). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Pin `pymysql` to `0.10.1` ([#12612](https://github.com/DataDog/integrations-core/pull/12612)) +* Better failed assertion message, print return code ([#12615](https://github.com/DataDog/integrations-core/pull/12615)) ## 26.0.0 / 2022-07-22 ***Removed***: -* Remove inventories configuration submission. See [#12500](https://github.com/DataDog/integrations-core/pull/12500). +* Remove inventories configuration submission ([#12500](https://github.com/DataDog/integrations-core/pull/12500)) ***Added***: -* Support custom messages in `QueryManager` queries of type `'service_check'`. See [#12537](https://github.com/DataDog/integrations-core/pull/12537). +* Support custom messages in `QueryManager` queries of type `'service_check'` ([#12537](https://github.com/DataDog/integrations-core/pull/12537)) ## 25.6.0 / 2022-07-11 ***Added***: -* Ship `pymongo-srv` to support DNS seed connection schemas. See [#12442](https://github.com/DataDog/integrations-core/pull/12442). +* Ship `pymongo-srv` to support DNS seed connection schemas ([#12442](https://github.com/DataDog/integrations-core/pull/12442)) ***Fixed***: -* Fix typo detection for config field aliases. See [#12468](https://github.com/DataDog/integrations-core/pull/12468). -* [PerfCountersBaseCheck] Refresh performance objects in a separate thread. See [#12372](https://github.com/DataDog/integrations-core/pull/12372). -* Allow empty username and password for basic auth. See [#12437](https://github.com/DataDog/integrations-core/pull/12437). +* Fix typo detection for config field aliases ([#12468](https://github.com/DataDog/integrations-core/pull/12468)) +* [PerfCountersBaseCheck] Refresh performance objects in a separate thread ([#12372](https://github.com/DataDog/integrations-core/pull/12372)) +* Allow empty username and password for basic auth ([#12437](https://github.com/DataDog/integrations-core/pull/12437)) ## 25.5.1 / 2022-08-08 / Agent 7.38.2 ***Security***: -* Bump `lxml` package. See [#12663](https://github.com/DataDog/integrations-core/pull/12663). +* Bump `lxml` package ([#12663](https://github.com/DataDog/integrations-core/pull/12663)) ## 25.5.0 / 2022-07-08 / Agent 7.38.0 ***Security***: -* Upgrade pyjwt to 2.4.0. See [#12481](https://github.com/DataDog/integrations-core/pull/12481). +* Upgrade pyjwt to 2.4.0 ([#12481](https://github.com/DataDog/integrations-core/pull/12481)) ## 25.4.2 / 2022-06-27 ***Fixed***: -* Change refreshing counters log level to debug. See [#12069](https://github.com/DataDog/integrations-core/pull/12069). +* Change refreshing counters log level to debug ([#12069](https://github.com/DataDog/integrations-core/pull/12069)) ## 25.4.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 25.4.0 / 2022-05-10 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). -* Refactor the QueryManager to support multiple instances in checks. See [#11869](https://github.com/DataDog/integrations-core/pull/11869). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) +* Refactor the QueryManager to support multiple instances in checks ([#11869](https://github.com/DataDog/integrations-core/pull/11869)) ***Fixed***: -* Fix incorrect OpenMetrics V2 check exposition format HTTP header. See [#11899](https://github.com/DataDog/integrations-core/pull/11899). Thanks [jalaziz](https://github.com/jalaziz). -* Allow tags that are just a value with no key. See [#11973](https://github.com/DataDog/integrations-core/pull/11973). -* Add the ability to exclude endpoint tag. See [#11956](https://github.com/DataDog/integrations-core/pull/11956). -* Don't pin urllib3. See [#11944](https://github.com/DataDog/integrations-core/pull/11944). +* Fix incorrect OpenMetrics V2 check exposition format HTTP header ([#11899](https://github.com/DataDog/integrations-core/pull/11899)) Thanks [jalaziz](https://github.com/jalaziz). +* Allow tags that are just a value with no key ([#11973](https://github.com/DataDog/integrations-core/pull/11973)) +* Add the ability to exclude endpoint tag ([#11956](https://github.com/DataDog/integrations-core/pull/11956)) +* Don't pin urllib3 ([#11944](https://github.com/DataDog/integrations-core/pull/11944)) ## 25.3.1 / 2022-05-05 / Agent 7.36.0 ***Fixed***: -* Fallback Kubernetes client version to 22.6 to avoid failures on non-standard POD conditions. See [#11928](https://github.com/DataDog/integrations-core/pull/11928). +* Fallback Kubernetes client version to 22.6 to avoid failures on non-standard POD conditions ([#11928](https://github.com/DataDog/integrations-core/pull/11928)) ## 25.3.0 / 2022-04-28 ***Added***: -* Upgrade `orjson` dependency. See [#11843](https://github.com/DataDog/integrations-core/pull/11843). +* Upgrade `orjson` dependency ([#11843](https://github.com/DataDog/integrations-core/pull/11843)) ## 25.2.2 / 2022-04-12 ***Fixed***: -* Fix obfuscate_sql_with_metadata wrapper memory usage. See [#11815](https://github.com/DataDog/integrations-core/pull/11815). +* Fix obfuscate_sql_with_metadata wrapper memory usage ([#11815](https://github.com/DataDog/integrations-core/pull/11815)) ## 25.2.1 / 2022-04-11 ***Fixed***: -* Fix `metric_patterns` option to support namespaces. See [#11795](https://github.com/DataDog/integrations-core/pull/11795). +* Fix `metric_patterns` option to support namespaces ([#11795](https://github.com/DataDog/integrations-core/pull/11795)) ## 25.2.0 / 2022-04-05 ***Added***: -* Add integration_tracing option. See [#11761](https://github.com/DataDog/integrations-core/pull/11761). -* Add gssapi as a dependency. See [#11725](https://github.com/DataDog/integrations-core/pull/11725). -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). +* Add integration_tracing option ([#11761](https://github.com/DataDog/integrations-core/pull/11761)) +* Add gssapi as a dependency ([#11725](https://github.com/DataDog/integrations-core/pull/11725)) +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 25.1.0 / 2022-03-16 ***Added***: -* Add `metric_patterns` options to filter all metric submission by a list of regexes. See [#11508](https://github.com/DataDog/integrations-core/pull/11508). -* Upgrade `requests` dependency. See [#11603](https://github.com/DataDog/integrations-core/pull/11603). +* Add `metric_patterns` options to filter all metric submission by a list of regexes ([#11508](https://github.com/DataDog/integrations-core/pull/11508)) +* Upgrade `requests` dependency ([#11603](https://github.com/DataDog/integrations-core/pull/11603)) ## 25.0.1 / 2022-02-24 / Agent 7.35.0 ***Fixed***: -* Properly raise scraper error in OpenMetrics v2. See [#11564](https://github.com/DataDog/integrations-core/pull/11564). +* Properly raise scraper error in OpenMetrics v2 ([#11564](https://github.com/DataDog/integrations-core/pull/11564)) ## 25.0.0 / 2022-02-19 ***Changed***: -* *BREAKING CHANGE* Remove pyhdb. See [#11469](https://github.com/DataDog/integrations-core/pull/11469). +* *BREAKING CHANGE* Remove pyhdb ([#11469](https://github.com/DataDog/integrations-core/pull/11469)) ***Added***: -* Add `pyproject.toml` file. See [#11301](https://github.com/DataDog/integrations-core/pull/11301). -* Detect and warn on potential typos in configuration options. See [#11211](https://github.com/DataDog/integrations-core/pull/11211). +* Add `pyproject.toml` file ([#11301](https://github.com/DataDog/integrations-core/pull/11301)) +* Detect and warn on potential typos in configuration options ([#11211](https://github.com/DataDog/integrations-core/pull/11211)) ***Fixed***: -* Add more error handling when detecting typos. See [#11519](https://github.com/DataDog/integrations-core/pull/11519). -* Fix edge case in tracing utils. See [#11516](https://github.com/DataDog/integrations-core/pull/11516). -* Properly create list of known options when detecting typos. See [#11482](https://github.com/DataDog/integrations-core/pull/11482). -* Fail gracefully when scraping OpenMetrics endpoints. See [#11281](https://github.com/DataDog/integrations-core/pull/11281). -* Update error message when unable to connect to any possible prometheus urls. See [#11197](https://github.com/DataDog/integrations-core/pull/11197). -* Update obfuscator wrapper to return empty string. See [#11277](https://github.com/DataDog/integrations-core/pull/11277). +* Add more error handling when detecting typos ([#11519](https://github.com/DataDog/integrations-core/pull/11519)) +* Fix edge case in tracing utils ([#11516](https://github.com/DataDog/integrations-core/pull/11516)) +* Properly create list of known options when detecting typos ([#11482](https://github.com/DataDog/integrations-core/pull/11482)) +* Fail gracefully when scraping OpenMetrics endpoints ([#11281](https://github.com/DataDog/integrations-core/pull/11281)) +* Update error message when unable to connect to any possible prometheus urls ([#11197](https://github.com/DataDog/integrations-core/pull/11197)) +* Update obfuscator wrapper to return empty string ([#11277](https://github.com/DataDog/integrations-core/pull/11277)) ## 24.0.0 / 2022-02-02 ***Changed***: -* Add tls_protocols_allowed configuration option. See [#11237](https://github.com/DataDog/integrations-core/pull/11237). +* Add tls_protocols_allowed configuration option ([#11237](https://github.com/DataDog/integrations-core/pull/11237)) ***Added***: -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ## 23.7.7 / 2022-04-12 ***Fixed***: -* Fix obfuscate_sql_with_metadata wrapper memory usage. See [#11815](https://github.com/DataDog/integrations-core/pull/11815). +* Fix obfuscate_sql_with_metadata wrapper memory usage ([#11815](https://github.com/DataDog/integrations-core/pull/11815)) ## 23.7.6 / 2022-02-03 / Agent 7.34.0 ***Fixed***: -* Update obfuscator wrapper to return empty string. See [#11277](https://github.com/DataDog/integrations-core/pull/11277). +* Update obfuscator wrapper to return empty string ([#11277](https://github.com/DataDog/integrations-core/pull/11277)) ## 23.7.5 / 2022-02-01 ***Fixed***: -* Bump redis dependency to 4.0.2. See [#11247](https://github.com/DataDog/integrations-core/pull/11247). +* Bump redis dependency to 4.0.2 ([#11247](https://github.com/DataDog/integrations-core/pull/11247)) ## 23.7.4 / 2022-01-18 ***Fixed***: -* Raise CheckException in case of connectivity issue for OpenMetrics-based checks. See [#11153](https://github.com/DataDog/integrations-core/pull/11153). +* Raise CheckException in case of connectivity issue for OpenMetrics-based checks ([#11153](https://github.com/DataDog/integrations-core/pull/11153)) ## 23.7.3 / 2022-01-12 ***Fixed***: -* Fix obfuscate_sql_with_metadata query being None. See [#11094](https://github.com/DataDog/integrations-core/pull/11094). +* Fix obfuscate_sql_with_metadata query being None ([#11094](https://github.com/DataDog/integrations-core/pull/11094)) ## 23.7.2 / 2022-01-08 / Agent 7.33.0 ***Fixed***: -* Add urllib3 as dependency. See [#11069](https://github.com/DataDog/integrations-core/pull/11069). +* Add urllib3 as dependency ([#11069](https://github.com/DataDog/integrations-core/pull/11069)) ## 23.7.1 / 2022-01-07 ***Fixed***: -* Fix tracing_method using self argument. See [#11042](https://github.com/DataDog/integrations-core/pull/11042). -* Fix obfuscate_sql_with_metadata wrapper not handling json.loads() edge case. See [#11038](https://github.com/DataDog/integrations-core/pull/11038). +* Fix tracing_method using self argument ([#11042](https://github.com/DataDog/integrations-core/pull/11042)) +* Fix obfuscate_sql_with_metadata wrapper not handling json.loads() edge case ([#11038](https://github.com/DataDog/integrations-core/pull/11038)) ## 23.7.0 / 2022-01-04 ***Added***: -* Add obfuscate_sql_with_metadata wrapper and update stub. See [#10878](https://github.com/DataDog/integrations-core/pull/10878). -* Add new `tls_only` choice to the `bearer_token` parameter that sends the bearer token only to secure HTTPS endpoints. See [#10706](https://github.com/DataDog/integrations-core/pull/10706). -* Add Windows support to IBM MQ. See [#10737](https://github.com/DataDog/integrations-core/pull/10737). -* Add debug metrics for metric context limits. See [#10808](https://github.com/DataDog/integrations-core/pull/10808). -* Support custom transformer. See [#10753](https://github.com/DataDog/integrations-core/pull/10753). +* Add obfuscate_sql_with_metadata wrapper and update stub ([#10878](https://github.com/DataDog/integrations-core/pull/10878)) +* Add new `tls_only` choice to the `bearer_token` parameter that sends the bearer token only to secure HTTPS endpoints ([#10706](https://github.com/DataDog/integrations-core/pull/10706)) +* Add Windows support to IBM MQ ([#10737](https://github.com/DataDog/integrations-core/pull/10737)) +* Add debug metrics for metric context limits ([#10808](https://github.com/DataDog/integrations-core/pull/10808)) +* Support custom transformer ([#10753](https://github.com/DataDog/integrations-core/pull/10753)) ***Fixed***: -* Don't add autogenerated comments to deprecation files. See [#11014](https://github.com/DataDog/integrations-core/pull/11014). -* Vendor flup client FCGIApp. See [#10953](https://github.com/DataDog/integrations-core/pull/10953). -* Fix obfuscate_sql wrapper None value. See [#11016](https://github.com/DataDog/integrations-core/pull/11016). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Fix incorrect logging in case of exceptions thrown during job cancellation. See [#10934](https://github.com/DataDog/integrations-core/pull/10934). +* Don't add autogenerated comments to deprecation files ([#11014](https://github.com/DataDog/integrations-core/pull/11014)) +* Vendor flup client FCGIApp ([#10953](https://github.com/DataDog/integrations-core/pull/10953)) +* Fix obfuscate_sql wrapper None value ([#11016](https://github.com/DataDog/integrations-core/pull/11016)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Fix incorrect logging in case of exceptions thrown during job cancellation ([#10934](https://github.com/DataDog/integrations-core/pull/10934)) ## 23.6.0 / 2021-12-20 ***Security***: -* Bump lxml package. See [#10904](https://github.com/DataDog/integrations-core/pull/10904). +* Bump lxml package ([#10904](https://github.com/DataDog/integrations-core/pull/10904)) ## 23.5.0 / 2021-12-08 ***Added***: -* Add decorator for tracking execution statistics of check methods. See [#10809](https://github.com/DataDog/integrations-core/pull/10809). -* Add detailed trace to all integrations. See [#10679](https://github.com/DataDog/integrations-core/pull/10679). +* Add decorator for tracking execution statistics of check methods ([#10809](https://github.com/DataDog/integrations-core/pull/10809)) +* Add detailed trace to all integrations ([#10679](https://github.com/DataDog/integrations-core/pull/10679)) ***Fixed***: -* Import ddtrace only when needed. See [#10800](https://github.com/DataDog/integrations-core/pull/10800). +* Import ddtrace only when needed ([#10800](https://github.com/DataDog/integrations-core/pull/10800)) ## 23.4.0 / 2021-11-30 ***Added***: -* [OpenMetricsV2] Support custom transformers by regex matching metric names. See [#10753](https://github.com/DataDog/integrations-core/pull/10753). +* [OpenMetricsV2] Support custom transformers by regex matching metric names ([#10753](https://github.com/DataDog/integrations-core/pull/10753)) ***Fixed***: -* Bump cachetools. See [#10742](https://github.com/DataDog/integrations-core/pull/10742). -* Bump redis dependency. See [#9383](https://github.com/DataDog/integrations-core/pull/9383). +* Bump cachetools ([#10742](https://github.com/DataDog/integrations-core/pull/10742)) +* Bump redis dependency ([#9383](https://github.com/DataDog/integrations-core/pull/9383)) ## 23.3.3 / 2021-12-16 ***Fixed***: -* Ensure TLSContextWrapper creates TLS context with the proper values. See [#10875](https://github.com/DataDog/integrations-core/pull/10875). +* Ensure TLSContextWrapper creates TLS context with the proper values ([#10875](https://github.com/DataDog/integrations-core/pull/10875)) ## 23.3.2 / 2021-11-23 ***Fixed***: -* [PerfCountersBaseCheck] Improve logging when expected counters are not found. See [#10701](https://github.com/DataDog/integrations-core/pull/10701). -* [PerfCountersBaseCheck] Fix default machine connection. See [#10698](https://github.com/DataDog/integrations-core/pull/10698). +* [PerfCountersBaseCheck] Improve logging when expected counters are not found ([#10701](https://github.com/DataDog/integrations-core/pull/10701)) +* [PerfCountersBaseCheck] Fix default machine connection ([#10698](https://github.com/DataDog/integrations-core/pull/10698)) ## 23.3.1 / 2021-11-19 ***Fixed***: -* fix `mmh3.hash64` unicode exception with python2. See [#10685](https://github.com/DataDog/integrations-core/pull/10685). +* fix `mmh3.hash64` unicode exception with python2 ([#10685](https://github.com/DataDog/integrations-core/pull/10685)) ## 23.3.0 / 2021-11-12 ***Added***: -* Add new base class for monitoring Windows performance counters. See [#10504](https://github.com/DataDog/integrations-core/pull/10504). -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). +* Add new base class for monitoring Windows performance counters ([#10504](https://github.com/DataDog/integrations-core/pull/10504)) +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) ## 23.2.0 / 2021-11-10 ***Added***: -* Add option to collect OpenMetrics counters on first scrape. See [#10589](https://github.com/DataDog/integrations-core/pull/10589). -* Add support for OpenMetrics include_labels option. See [#10493](https://github.com/DataDog/integrations-core/pull/10493). -* Upgrade psycopg2 on Python 3. See [#10442](https://github.com/DataDog/integrations-core/pull/10442). -* Add more utilities. See [#10448](https://github.com/DataDog/integrations-core/pull/10448). -* Add support for other logical operators for multiple conditions of the same property. See [#10138](https://github.com/DataDog/integrations-core/pull/10138). +* Add option to collect OpenMetrics counters on first scrape ([#10589](https://github.com/DataDog/integrations-core/pull/10589)) +* Add support for OpenMetrics include_labels option ([#10493](https://github.com/DataDog/integrations-core/pull/10493)) +* Upgrade psycopg2 on Python 3 ([#10442](https://github.com/DataDog/integrations-core/pull/10442)) +* Add more utilities ([#10448](https://github.com/DataDog/integrations-core/pull/10448)) +* Add support for other logical operators for multiple conditions of the same property ([#10138](https://github.com/DataDog/integrations-core/pull/10138)) ***Fixed***: -* Fix unintentional limit on dbm instances from ThreadPoolExecutor's default max_workers. See [#10460](https://github.com/DataDog/integrations-core/pull/10460). -* Revert "Upgrade psycopg2 on Python 3". See [#10456](https://github.com/DataDog/integrations-core/pull/10456). -* Update tuf to 0.19.0 for python 3. See [#10444](https://github.com/DataDog/integrations-core/pull/10444). -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). -* Add warning when no query is configured. See [#10336](https://github.com/DataDog/integrations-core/pull/10336). +* Fix unintentional limit on dbm instances from ThreadPoolExecutor's default max_workers ([#10460](https://github.com/DataDog/integrations-core/pull/10460)) +* Revert "Upgrade psycopg2 on Python 3" ([#10456](https://github.com/DataDog/integrations-core/pull/10456)) +* Update tuf to 0.19.0 for python 3 ([#10444](https://github.com/DataDog/integrations-core/pull/10444)) +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) +* Add warning when no query is configured ([#10336](https://github.com/DataDog/integrations-core/pull/10336)) ## 23.1.5 / 2021-10-22 / Agent 7.32.0 ***Fixed***: -* Fix unintentional limit on dbm instances from ThreadPoolExecutor's default max_workers. See [#10460](https://github.com/DataDog/integrations-core/pull/10460). +* Fix unintentional limit on dbm instances from ThreadPoolExecutor's default max_workers ([#10460](https://github.com/DataDog/integrations-core/pull/10460)) ## 23.1.4 / 2021-10-19 ***Fixed***: -* Update tuf to 0.19.0 for Python 3. See [#10444](https://github.com/DataDog/integrations-core/pull/10444). +* Update tuf to 0.19.0 for Python 3 ([#10444](https://github.com/DataDog/integrations-core/pull/10444)) ## 23.1.3 / 2021-10-15 ***Fixed***: -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). -* Add warning when no query is configured. See [#10336](https://github.com/DataDog/integrations-core/pull/10336). +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) +* Add warning when no query is configured ([#10336](https://github.com/DataDog/integrations-core/pull/10336)) ## 23.1.2 / 2021-10-05 ***Fixed***: -* Remove `server` from the list of generic tags. See [#10344](https://github.com/DataDog/integrations-core/pull/10344). +* Remove `server` from the list of generic tags ([#10344](https://github.com/DataDog/integrations-core/pull/10344)) ## 23.1.1 / 2021-10-05 ***Fixed***: -* Add warning when no query is configured. See [#10336](https://github.com/DataDog/integrations-core/pull/10336). +* Add warning when no query is configured ([#10336](https://github.com/DataDog/integrations-core/pull/10336)) ## 23.1.0 / 2021-10-01 ***Added***: -* Add only_custom_queries option to database utils. See [#10314](https://github.com/DataDog/integrations-core/pull/10314). -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). +* Add only_custom_queries option to database utils ([#10314](https://github.com/DataDog/integrations-core/pull/10314)) +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) ## 23.0.0 / 2021-09-29 ***Changed***: -* DBMAsyncJob send internal metrics as raw. See [#10274](https://github.com/DataDog/integrations-core/pull/10274). +* DBMAsyncJob send internal metrics as raw ([#10274](https://github.com/DataDog/integrations-core/pull/10274)) ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228) -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add new function to report dbm-activity events. See [#10223](https://github.com/DataDog/integrations-core/pull/10223). +* Update dependencies ([#10228](https://github)com/DataDog/integrations-core/pull/10228) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add new function to report dbm-activity events ([#10223](https://github.com/DataDog/integrations-core/pull/10223)) ## 22.0.0 / 2021-09-24 ***Removed***: -* Drop snowflake support from py2, bump requests. See [#10105](https://github.com/DataDog/integrations-core/pull/10105). +* Drop snowflake support from py2, bump requests ([#10105](https://github.com/DataDog/integrations-core/pull/10105)) ***Added***: -* Upgrade python-dateutil to 2.8.2. See [#10206](https://github.com/DataDog/integrations-core/pull/10206). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Upgrade python-dateutil to 2.8.2 ([#10206](https://github.com/DataDog/integrations-core/pull/10206)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ## 21.3.0 / 2021-09-21 ***Added***: -* Add force yaml loader utils. See [#10163](https://github.com/DataDog/integrations-core/pull/10163). +* Add force yaml loader utils ([#10163](https://github.com/DataDog/integrations-core/pull/10163)) ## 21.2.1 / 2021-09-20 ***Fixed***: -* Add limit to tag split. See [#10165](https://github.com/DataDog/integrations-core/pull/10165). -* Revert "Allow non-default yaml loader and dumper (#10032)". See [#10154](https://github.com/DataDog/integrations-core/pull/10154). -* Fix mypy tests. See [#10134](https://github.com/DataDog/integrations-core/pull/10134). -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). -* Fix TLSContextWrapper to not override tls_verify. See [#10098](https://github.com/DataDog/integrations-core/pull/10098). +* Add limit to tag split ([#10165](https://github.com/DataDog/integrations-core/pull/10165)) +* Revert "Allow non-default yaml loader and dumper (#10032)" ([#10154](https://github.com/DataDog/integrations-core/pull/10154)) +* Fix mypy tests ([#10134](https://github.com/DataDog/integrations-core/pull/10134)) +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) +* Fix TLSContextWrapper to not override tls_verify ([#10098](https://github.com/DataDog/integrations-core/pull/10098)) ## 21.2.0 / 2021-09-10 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 21.1.0 / 2021-09-07 ***Added***: -* Add dependency `foundationdb` version `6.3.18`. See [#10050](https://github.com/DataDog/integrations-core/pull/10050). +* Add dependency `foundationdb` version `6.3.18` ([#10050](https://github.com/DataDog/integrations-core/pull/10050)) ***Fixed***: -* Bump snowflake and requests for Py3. See [#10060](https://github.com/DataDog/integrations-core/pull/10060). -* Allow non-default yaml loader and dumper. See [#10032](https://github.com/DataDog/integrations-core/pull/10032). -* Set disable_unsafe_yaml default value. See [#10026](https://github.com/DataDog/integrations-core/pull/10026). +* Bump snowflake and requests for Py3 ([#10060](https://github.com/DataDog/integrations-core/pull/10060)) +* Allow non-default yaml loader and dumper ([#10032](https://github.com/DataDog/integrations-core/pull/10032)) +* Set disable_unsafe_yaml default value ([#10026](https://github.com/DataDog/integrations-core/pull/10026)) ## 21.0.1 / 2021-08-23 / Agent 7.31.0 ***Fixed***: -* Revert "Raise exception during tests for OK service checks sent with messages". See [#9936](https://github.com/DataDog/integrations-core/pull/9936). +* Revert "Raise exception during tests for OK service checks sent with messages" ([#9936](https://github.com/DataDog/integrations-core/pull/9936)) ## 21.0.0 / 2021-08-22 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Raise exception during tests for OK service checks sent with messages. See [#9898](https://github.com/DataDog/integrations-core/pull/9898). -* Add `kubernetes_state.statefulset.count` metric. See [#9813](https://github.com/DataDog/integrations-core/pull/9813). -* Bump openstacksdk and add missing metrics. See [#9861](https://github.com/DataDog/integrations-core/pull/9861). -* Extend `QueryManager` query type. See [#9874](https://github.com/DataDog/integrations-core/pull/9874). -* [OpenMetricsV2] Improve label sharing behavior. See [#9804](https://github.com/DataDog/integrations-core/pull/9804). -* Disable generic tags. See [#9791](https://github.com/DataDog/integrations-core/pull/9791). +* Raise exception during tests for OK service checks sent with messages ([#9898](https://github.com/DataDog/integrations-core/pull/9898)) +* Add `kubernetes_state.statefulset.count` metric ([#9813](https://github.com/DataDog/integrations-core/pull/9813)) +* Bump openstacksdk and add missing metrics ([#9861](https://github.com/DataDog/integrations-core/pull/9861)) +* Extend `QueryManager` query type ([#9874](https://github.com/DataDog/integrations-core/pull/9874)) +* [OpenMetricsV2] Improve label sharing behavior ([#9804](https://github.com/DataDog/integrations-core/pull/9804)) +* Disable generic tags ([#9791](https://github.com/DataDog/integrations-core/pull/9791)) ***Fixed***: -* Revert requests bump back to 2.22.0. See [#9912](https://github.com/DataDog/integrations-core/pull/9912). -* Send the correct hostname with metrics when DBM is enabled. See [#9865](https://github.com/DataDog/integrations-core/pull/9865). -* Fix database checks' failure caused by a hostname that is too long. See [#9778](https://github.com/DataDog/integrations-core/pull/9778). Thanks [ichizero](https://github.com/ichizero). -* Check monotonic type when asserting histograms. See [#9825](https://github.com/DataDog/integrations-core/pull/9825). +* Revert requests bump back to 2.22.0 ([#9912](https://github.com/DataDog/integrations-core/pull/9912)) +* Send the correct hostname with metrics when DBM is enabled ([#9865](https://github.com/DataDog/integrations-core/pull/9865)) +* Fix database checks' failure caused by a hostname that is too long ([#9778](https://github.com/DataDog/integrations-core/pull/9778)) Thanks [ichizero](https://github.com/ichizero). +* Check monotonic type when asserting histograms ([#9825](https://github.com/DataDog/integrations-core/pull/9825)) ## 20.2.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Upgrade downloader after ceremony. See [#9556](https://github.com/DataDog/integrations-core/pull/9556). +* Upgrade downloader after ceremony ([#9556](https://github.com/DataDog/integrations-core/pull/9556)) ## 20.1.0 / 2021-07-08 ***Added***: -* Add `db.utils.DBMAsyncJob`. See [#9656](https://github.com/DataDog/integrations-core/pull/9656). -* Add a `possible_prometheus_urls` parameter to the OpenMetrics base check. See [#9573](https://github.com/DataDog/integrations-core/pull/9573). -* Upgrade some core dependencies. See [#9499](https://github.com/DataDog/integrations-core/pull/9499). +* Add `db.utils.DBMAsyncJob` ([#9656](https://github.com/DataDog/integrations-core/pull/9656)) +* Add a `possible_prometheus_urls` parameter to the OpenMetrics base check ([#9573](https://github.com/DataDog/integrations-core/pull/9573)) +* Upgrade some core dependencies ([#9499](https://github.com/DataDog/integrations-core/pull/9499)) ## 20.0.1 / 2021-06-24 ***Fixed***: -* Fix Python 2 integer division bug in db.util `ConstantRateLimiter`. See [#9592](https://github.com/DataDog/integrations-core/pull/9592). +* Fix Python 2 integer division bug in db.util `ConstantRateLimiter` ([#9592](https://github.com/DataDog/integrations-core/pull/9592)) ## 20.0.0 / 2021-06-22 ***Changed***: -* Remove monotonic count from ignored types in no duplicate assertion. See [#9463](https://github.com/DataDog/integrations-core/pull/9463). -* Upgrade psycopg2-binary to 2.8.6. See [#9535](https://github.com/DataDog/integrations-core/pull/9535). +* Remove monotonic count from ignored types in no duplicate assertion ([#9463](https://github.com/DataDog/integrations-core/pull/9463)) +* Upgrade psycopg2-binary to 2.8.6 ([#9535](https://github.com/DataDog/integrations-core/pull/9535)) ***Added***: -* Add `RateLimitingTTLCache` to `db.utils`. See [#9582](https://github.com/DataDog/integrations-core/pull/9582). -* Bump pymongo to 3.8. See [#9557](https://github.com/DataDog/integrations-core/pull/9557). -* Upgrade `aerospike` dependency on Python 3. See [#9552](https://github.com/DataDog/integrations-core/pull/9552). +* Add `RateLimitingTTLCache` to `db.utils` ([#9582](https://github.com/DataDog/integrations-core/pull/9582)) +* Bump pymongo to 3.8 ([#9557](https://github.com/DataDog/integrations-core/pull/9557)) +* Upgrade `aerospike` dependency on Python 3 ([#9552](https://github.com/DataDog/integrations-core/pull/9552)) ***Fixed***: -* Upgrade pydantic to 1.8.2. See [#9533](https://github.com/DataDog/integrations-core/pull/9533). +* Upgrade pydantic to 1.8.2 ([#9533](https://github.com/DataDog/integrations-core/pull/9533)) ## 19.0.0 / 2021-05-28 / Agent 7.29.0 ***Removed***: -* Remove unused `utils.db.statement_samples` client. See [#9166](https://github.com/DataDog/integrations-core/pull/9166). -* Remove unused apply_row_limits in statement_metrics.py. See [#9378](https://github.com/DataDog/integrations-core/pull/9378). +* Remove unused `utils.db.statement_samples` client ([#9166](https://github.com/DataDog/integrations-core/pull/9166)) +* Remove unused apply_row_limits in statement_metrics.py ([#9378](https://github.com/DataDog/integrations-core/pull/9378)) ***Changed***: -* Add flush first value to Openmetrics histogram buckets. See [#9276](https://github.com/DataDog/integrations-core/pull/9276). -* Change 'collision in cached query metrics' log from debug to error. See [#9268](https://github.com/DataDog/integrations-core/pull/9268). +* Add flush first value to Openmetrics histogram buckets ([#9276](https://github.com/DataDog/integrations-core/pull/9276)) +* Change 'collision in cached query metrics' log from debug to error ([#9268](https://github.com/DataDog/integrations-core/pull/9268)) ***Added***: -* Remove unused dependency. See [#9435](https://github.com/DataDog/integrations-core/pull/9435). -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). -* Upgrade ClickHouse dependencies. See [#9344](https://github.com/DataDog/integrations-core/pull/9344). -* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics. See [#9301](https://github.com/DataDog/integrations-core/pull/9301). -* Improve performance of using extra tags when executing a QueryManager. See [#8466](https://github.com/DataDog/integrations-core/pull/8466). -* Add `hostname` parameter to QueryManager. See [#9260](https://github.com/DataDog/integrations-core/pull/9260). +* Remove unused dependency ([#9435](https://github.com/DataDog/integrations-core/pull/9435)) +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) +* Upgrade ClickHouse dependencies ([#9344](https://github.com/DataDog/integrations-core/pull/9344)) +* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics ([#9301](https://github.com/DataDog/integrations-core/pull/9301)) +* Improve performance of using extra tags when executing a QueryManager ([#8466](https://github.com/DataDog/integrations-core/pull/8466)) +* Add `hostname` parameter to QueryManager ([#9260](https://github.com/DataDog/integrations-core/pull/9260)) ***Fixed***: -* Fix AttributeError in AIA chasing. See [#9328](https://github.com/DataDog/integrations-core/pull/9328). -* Upgrade pyvmomi to 7.0.2. See [#9287](https://github.com/DataDog/integrations-core/pull/9287). +* Fix AttributeError in AIA chasing ([#9328](https://github.com/DataDog/integrations-core/pull/9328)) +* Upgrade pyvmomi to 7.0.2 ([#9287](https://github.com/DataDog/integrations-core/pull/9287)) ## 18.3.0 / 2021-04-27 ***Added***: -* Add merging of duplicate rows in statement_metrics. See [#9227](https://github.com/DataDog/integrations-core/pull/9227). -* Upgrade `python-binary-memcached` dependency. See [#9251](https://github.com/DataDog/integrations-core/pull/9251). +* Add merging of duplicate rows in statement_metrics ([#9227](https://github.com/DataDog/integrations-core/pull/9227)) +* Upgrade `python-binary-memcached` dependency ([#9251](https://github.com/DataDog/integrations-core/pull/9251)) ## 18.2.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Allow the loading of arbitrary configuration models. See [#9180](https://github.com/DataDog/integrations-core/pull/9180). +* Allow the loading of arbitrary configuration models ([#9180](https://github.com/DataDog/integrations-core/pull/9180)) ## 18.1.0 / 2021-04-16 ***Security***: -* Upgrade lxml python package. See [#9173](https://github.com/DataDog/integrations-core/pull/9173). +* Upgrade lxml python package ([#9173](https://github.com/DataDog/integrations-core/pull/9173)) ***Added***: -* Add unix_time format to QueryManager time_elapsed transformer. See [#9174](https://github.com/DataDog/integrations-core/pull/9174). -* Support new aggregator APIs for the event platform. See [#9165](https://github.com/DataDog/integrations-core/pull/9165). +* Add unix_time format to QueryManager time_elapsed transformer ([#9174](https://github.com/DataDog/integrations-core/pull/9174)) +* Support new aggregator APIs for the event platform ([#9165](https://github.com/DataDog/integrations-core/pull/9165)) ***Fixed***: -* Upgrade ddtrace. See [#9127](https://github.com/DataDog/integrations-core/pull/9127). +* Upgrade ddtrace ([#9127](https://github.com/DataDog/integrations-core/pull/9127)) ## 18.0.0 / 2021-04-07 ***Changed***: -* Refactor kubelet and eks_fargate checks to use `KubeletBase`. See [#8798](https://github.com/DataDog/integrations-core/pull/8798). +* Refactor kubelet and eks_fargate checks to use `KubeletBase` ([#8798](https://github.com/DataDog/integrations-core/pull/8798)) ***Added***: -* Add testing module for frequently used `pytest`-related utilities. See [#9081](https://github.com/DataDog/integrations-core/pull/9081). -* Add `native_dynamic` OpenMetrics transformer. See [#9077](https://github.com/DataDog/integrations-core/pull/9077). +* Add testing module for frequently used `pytest`-related utilities ([#9081](https://github.com/DataDog/integrations-core/pull/9081)) +* Add `native_dynamic` OpenMetrics transformer ([#9077](https://github.com/DataDog/integrations-core/pull/9077)) ## 17.0.0 / 2021-03-30 ***Changed***: -* Add a timeout for Kubernetes API calls. See [#9035](https://github.com/DataDog/integrations-core/pull/9035). +* Add a timeout for Kubernetes API calls ([#9035](https://github.com/DataDog/integrations-core/pull/9035)) ***Added***: -* Add `KubeletBase` base class. See [#9051](https://github.com/DataDog/integrations-core/pull/9051). -* Upgrade cryptography to 3.4.6 on Python 3. See [#8764](https://github.com/DataDog/integrations-core/pull/8764). -* Make counter refresh-related code more reusable. See [#8822](https://github.com/DataDog/integrations-core/pull/8822). +* Add `KubeletBase` base class ([#9051](https://github.com/DataDog/integrations-core/pull/9051)) +* Upgrade cryptography to 3.4.6 on Python 3 ([#8764](https://github.com/DataDog/integrations-core/pull/8764)) +* Make counter refresh-related code more reusable ([#8822](https://github.com/DataDog/integrations-core/pull/8822)) ## 16.9.0 / 2021-03-22 ***Added***: -* Add config spec data model consumer. See [#8675](https://github.com/DataDog/integrations-core/pull/8675). +* Add config spec data model consumer ([#8675](https://github.com/DataDog/integrations-core/pull/8675)) ## 16.8.0 / 2021-03-18 ***Added***: -* AIA chasing for HTTP. See [#8725](https://github.com/DataDog/integrations-core/pull/8725). -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* AIA chasing for HTTP ([#8725](https://github.com/DataDog/integrations-core/pull/8725)) +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 16.7.0 / 2021-03-16 ***Added***: -* Add new precision time function. See [#8838](https://github.com/DataDog/integrations-core/pull/8838). +* Add new precision time function ([#8838](https://github.com/DataDog/integrations-core/pull/8838)) ## 16.6.1 / 2021-03-12 / Agent 7.27.0 ***Fixed***: -* Import kube client lazily. See [#8820](https://github.com/DataDog/integrations-core/pull/8820). +* Import kube client lazily ([#8820](https://github.com/DataDog/integrations-core/pull/8820)) ## 16.6.0 / 2021-03-05 ***Added***: -* Upgrade PyJWT to 2.0.1 on Python 3. See [#8762](https://github.com/DataDog/integrations-core/pull/8762). +* Upgrade PyJWT to 2.0.1 on Python 3 ([#8762](https://github.com/DataDog/integrations-core/pull/8762)) ***Fixed***: -* Improve orjson compatibility. See [#8767](https://github.com/DataDog/integrations-core/pull/8767). +* Improve orjson compatibility ([#8767](https://github.com/DataDog/integrations-core/pull/8767)) ## 16.5.0 / 2021-03-04 ***Security***: -* Upgrade pyyaml python package. See [#8707](https://github.com/DataDog/integrations-core/pull/8707). -* Upgrade cryptography python package. See [#8611](https://github.com/DataDog/integrations-core/pull/8611). +* Upgrade pyyaml python package ([#8707](https://github.com/DataDog/integrations-core/pull/8707)) +* Upgrade cryptography python package ([#8611](https://github.com/DataDog/integrations-core/pull/8611)) ***Added***: -* Add ability to look for wildcards in Prometheus metric transformers. See [#8750](https://github.com/DataDog/integrations-core/pull/8750). -* Add support for Kubernetes leader election based on Lease objects. See [#8535](https://github.com/DataDog/integrations-core/pull/8535). -* Collect postgres statement samples & execution plans for deep database monitoring. See [#8627](https://github.com/DataDog/integrations-core/pull/8627). -* Add cancel method to the AgentCheck base class, allowing cleanup of resources when checks are unscheduled.. See [#8463](https://github.com/DataDog/integrations-core/pull/8463). -* Add logical utility functions. See [#8590](https://github.com/DataDog/integrations-core/pull/8590). +* Add ability to look for wildcards in Prometheus metric transformers ([#8750](https://github.com/DataDog/integrations-core/pull/8750)) +* Add support for Kubernetes leader election based on Lease objects ([#8535](https://github.com/DataDog/integrations-core/pull/8535)) +* Collect postgres statement samples & execution plans for deep database monitoring ([#8627](https://github.com/DataDog/integrations-core/pull/8627)) +* Add cancel method to the AgentCheck base class, allowing cleanup of resources when checks are unscheduled. ([#8463](https://github.com/DataDog/integrations-core/pull/8463)) +* Add logical utility functions ([#8590](https://github.com/DataDog/integrations-core/pull/8590)) ***Fixed***: -* Remove unused AgentCheck attribute. See [#8619](https://github.com/DataDog/integrations-core/pull/8619). +* Remove unused AgentCheck attribute ([#8619](https://github.com/DataDog/integrations-core/pull/8619)) ## 16.4.0 / 2021-02-09 ***Added***: -* Upgrade JPype1 to 1.2.1. See [#8479](https://github.com/DataDog/integrations-core/pull/8479). -* Add support for legacy config to OpenMetricsCompatibilityScraper. See [#8507](https://github.com/DataDog/integrations-core/pull/8507). +* Upgrade JPype1 to 1.2.1 ([#8479](https://github.com/DataDog/integrations-core/pull/8479)) +* Add support for legacy config to OpenMetricsCompatibilityScraper ([#8507](https://github.com/DataDog/integrations-core/pull/8507)) ## 16.3.2 / 2021-02-01 / Agent 7.26.0 ***Fixed***: -* Fix histogram upper bound label name for new OpenMetrics implementation. See [#8505](https://github.com/DataDog/integrations-core/pull/8505). -* Provide error message on subprocess output. See [#8455](https://github.com/DataDog/integrations-core/pull/8455). +* Fix histogram upper bound label name for new OpenMetrics implementation ([#8505](https://github.com/DataDog/integrations-core/pull/8505)) +* Provide error message on subprocess output ([#8455](https://github.com/DataDog/integrations-core/pull/8455)) ## 16.3.1 / 2021-01-29 ***Fixed***: -* Fix Prometheus summary quantile metrics. See [#8488](https://github.com/DataDog/integrations-core/pull/8488). +* Fix Prometheus summary quantile metrics ([#8488](https://github.com/DataDog/integrations-core/pull/8488)) ## 16.3.0 / 2021-01-28 ***Security***: -* Upgrade cryptography python package. See [#8476](https://github.com/DataDog/integrations-core/pull/8476). +* Upgrade cryptography python package ([#8476](https://github.com/DataDog/integrations-core/pull/8476)) ## 16.2.0 / 2021-01-24 ***Added***: -* Add `rate` OpenMetrics transformer. See [#8434](https://github.com/DataDog/integrations-core/pull/8434). -* Remove any OpenMetrics metric prefixes immediately during parsing. See [#8432](https://github.com/DataDog/integrations-core/pull/8432). -* Add OpenMetrics option to share labels conditionally based on sample values. See [#8431](https://github.com/DataDog/integrations-core/pull/8431). +* Add `rate` OpenMetrics transformer ([#8434](https://github.com/DataDog/integrations-core/pull/8434)) +* Remove any OpenMetrics metric prefixes immediately during parsing ([#8432](https://github.com/DataDog/integrations-core/pull/8432)) +* Add OpenMetrics option to share labels conditionally based on sample values ([#8431](https://github.com/DataDog/integrations-core/pull/8431)) ***Fixed***: -* Remove class substitution logic for new OpenMetrics base class. See [#8435](https://github.com/DataDog/integrations-core/pull/8435). +* Remove class substitution logic for new OpenMetrics base class ([#8435](https://github.com/DataDog/integrations-core/pull/8435)) ## 16.1.0 / 2021-01-22 ***Added***: -* Add new version of OpenMetrics base class. See [#8300](https://github.com/DataDog/integrations-core/pull/8300). +* Add new version of OpenMetrics base class ([#8300](https://github.com/DataDog/integrations-core/pull/8300)) ***Fixed***: -* Properly support check namespacing for the `submit_histogram_bucket` method. See [#8390](https://github.com/DataDog/integrations-core/pull/8390). +* Properly support check namespacing for the `submit_histogram_bucket` method ([#8390](https://github.com/DataDog/integrations-core/pull/8390)) ## 16.0.0 / 2021-01-13 ***Removed***: -* Remove unneccessary `pytz` dependency. See [#8354](https://github.com/DataDog/integrations-core/pull/8354). +* Remove unneccessary `pytz` dependency ([#8354](https://github.com/DataDog/integrations-core/pull/8354)) ***Added***: -* Add `no_op` utility. See [#8356](https://github.com/DataDog/integrations-core/pull/8356). -* Support tags set at runtime on the DB QueryManager. See [#8304](https://github.com/DataDog/integrations-core/pull/8304). -* Add the `host` tag to RDS instances' parsed tags. See [#8292](https://github.com/DataDog/integrations-core/pull/8292). -* Update prometheus mixin to use the request wrapper. See [#8223](https://github.com/DataDog/integrations-core/pull/8223). -* Add optional argument for overriding get_tls_context() parameters. See [#8275](https://github.com/DataDog/integrations-core/pull/8275). -* Allow semver version metadata to start with an optional `v`. See [#8303](https://github.com/DataDog/integrations-core/pull/8303). -* Update redis dependency. See [#8301](https://github.com/DataDog/integrations-core/pull/8301). +* Add `no_op` utility ([#8356](https://github.com/DataDog/integrations-core/pull/8356)) +* Support tags set at runtime on the DB QueryManager ([#8304](https://github.com/DataDog/integrations-core/pull/8304)) +* Add the `host` tag to RDS instances' parsed tags ([#8292](https://github.com/DataDog/integrations-core/pull/8292)) +* Update prometheus mixin to use the request wrapper ([#8223](https://github.com/DataDog/integrations-core/pull/8223)) +* Add optional argument for overriding get_tls_context() parameters ([#8275](https://github.com/DataDog/integrations-core/pull/8275)) +* Allow semver version metadata to start with an optional `v` ([#8303](https://github.com/DataDog/integrations-core/pull/8303)) +* Update redis dependency ([#8301](https://github.com/DataDog/integrations-core/pull/8301)) ***Fixed***: -* Fix aggregator stub's `assert_histogram_bucket` method. See [#8291](https://github.com/DataDog/integrations-core/pull/8291). +* Fix aggregator stub's `assert_histogram_bucket` method ([#8291](https://github.com/DataDog/integrations-core/pull/8291)) ## 15.7.2 / 2020-12-23 / Agent 7.25.0 ***Fixed***: -* Bump lxml to 4.6.2. See [#8249](https://github.com/DataDog/integrations-core/pull/8249). +* Bump lxml to 4.6.2 ([#8249](https://github.com/DataDog/integrations-core/pull/8249)) ## 15.7.1 / 2020-12-15 ***Fixed***: -* openmetrics: fix error in label_joins when metrics in label_mapping are not present anymore in active_label_mapping. See [#8167](https://github.com/DataDog/integrations-core/pull/8167). +* openmetrics: fix error in label_joins when metrics in label_mapping are not present anymore in active_label_mapping ([#8167](https://github.com/DataDog/integrations-core/pull/8167)) ## 15.7.0 / 2020-12-10 ***Added***: -* Add `tag_list` column type, allowing to ingest variable-size database-provided tags. See [#8147](https://github.com/DataDog/integrations-core/pull/8147). -* Update aerospike dependency. See [#8044](https://github.com/DataDog/integrations-core/pull/8044). +* Add `tag_list` column type, allowing to ingest variable-size database-provided tags ([#8147](https://github.com/DataDog/integrations-core/pull/8147)) +* Update aerospike dependency ([#8044](https://github.com/DataDog/integrations-core/pull/8044)) ***Fixed***: -* Remove unused 'tls_load_default_certs' option. See [#8013](https://github.com/DataDog/integrations-core/pull/8013). +* Remove unused 'tls_load_default_certs' option ([#8013](https://github.com/DataDog/integrations-core/pull/8013)) ## 15.6.1 / 2020-11-10 / Agent 7.24.0 ***Fixed***: -* Change DB utils behavior when a truncated row is found to only drop the row. See [#7983](https://github.com/DataDog/integrations-core/pull/7983). +* Change DB utils behavior when a truncated row is found to only drop the row ([#7983](https://github.com/DataDog/integrations-core/pull/7983)) ## 15.6.0 / 2020-10-31 ***Added***: -* Sample the first value of monotonic counts for Open Metrics checks. See [#7904](https://github.com/DataDog/integrations-core/pull/7904). -* Support `flush_first_value` flag for monotonic counts. See [#7901](https://github.com/DataDog/integrations-core/pull/7901). +* Sample the first value of monotonic counts for Open Metrics checks ([#7904](https://github.com/DataDog/integrations-core/pull/7904)) +* Support `flush_first_value` flag for monotonic counts ([#7901](https://github.com/DataDog/integrations-core/pull/7901)) ***Fixed***: -* Change metadata errors log level. See [#7897](https://github.com/DataDog/integrations-core/pull/7897). +* Change metadata errors log level ([#7897](https://github.com/DataDog/integrations-core/pull/7897)) ## 15.5.0 / 2020-10-30 ***Added***: -* Adds support for OPTIONS method. See [#7804](https://github.com/DataDog/integrations-core/pull/7804). +* Adds support for OPTIONS method ([#7804](https://github.com/DataDog/integrations-core/pull/7804)) ***Fixed***: -* Add missing default HTTP headers: Accept, Accept-Encoding. See [#7725](https://github.com/DataDog/integrations-core/pull/7725). +* Add missing default HTTP headers: Accept, Accept-Encoding ([#7725](https://github.com/DataDog/integrations-core/pull/7725)) ## 15.4.0 / 2020-10-28 ***Security***: -* Upgrade `cryptography` dependency. See [#7869](https://github.com/DataDog/integrations-core/pull/7869). -* Update TUF, in-toto and securesystemslib. See [#7844](https://github.com/DataDog/integrations-core/pull/7844). +* Upgrade `cryptography` dependency ([#7869](https://github.com/DataDog/integrations-core/pull/7869)) +* Update TUF, in-toto and securesystemslib ([#7844](https://github.com/DataDog/integrations-core/pull/7844)) ***Added***: -* Filter metrics by label keys and values. See [#7822](https://github.com/DataDog/integrations-core/pull/7822). +* Filter metrics by label keys and values ([#7822](https://github.com/DataDog/integrations-core/pull/7822)) ## 15.3.0 / 2020-10-28 ***Added***: -* [http] Support wildcard subdomain and single wildcard in proxies. See [#7767](https://github.com/DataDog/integrations-core/pull/7767). -* Support '*' (match all) in OpenMetrics labels_to_match - allows to apply labels to all timeseries. See [#7769](https://github.com/DataDog/integrations-core/pull/7769). +* [http] Support wildcard subdomain and single wildcard in proxies ([#7767](https://github.com/DataDog/integrations-core/pull/7767)) +* Support '*' (match all) in OpenMetrics labels_to_match - allows to apply labels to all timeseries ([#7769](https://github.com/DataDog/integrations-core/pull/7769)) ***Fixed***: -* Store english and localized counter classes for reusability. See [#7855](https://github.com/DataDog/integrations-core/pull/7855). +* Store english and localized counter classes for reusability ([#7855](https://github.com/DataDog/integrations-core/pull/7855)) ## 15.2.0 / 2020-10-27 ***Added***: -* Add database statement-level metrics utils. See [#7837](https://github.com/DataDog/integrations-core/pull/7837). -* Tracemalloc: Rename white/blacklist to include/exclude. See [#7626](https://github.com/DataDog/integrations-core/pull/7626). -* Add a TLSContextWrapper to the base class. See [#7812](https://github.com/DataDog/integrations-core/pull/7812). -* Add type checking on PDHBaseCheck. See [#7817](https://github.com/DataDog/integrations-core/pull/7817). +* Add database statement-level metrics utils ([#7837](https://github.com/DataDog/integrations-core/pull/7837)) +* Tracemalloc: Rename white/blacklist to include/exclude ([#7626](https://github.com/DataDog/integrations-core/pull/7626)) +* Add a TLSContextWrapper to the base class ([#7812](https://github.com/DataDog/integrations-core/pull/7812)) +* Add type checking on PDHBaseCheck ([#7817](https://github.com/DataDog/integrations-core/pull/7817)) ## 15.1.0 / 2020-10-20 ***Added***: -* Implements token reader for DC/OS Auth JWT token retrieval with login. See [#7785](https://github.com/DataDog/integrations-core/pull/7785). -* Make kafka_consumer (kazoo lib) available for Windows. See [#7781](https://github.com/DataDog/integrations-core/pull/7781). -* Add support for hashing sequences containing None on Python 3. See [#7779](https://github.com/DataDog/integrations-core/pull/7779). +* Implements token reader for DC/OS Auth JWT token retrieval with login ([#7785](https://github.com/DataDog/integrations-core/pull/7785)) +* Make kafka_consumer (kazoo lib) available for Windows ([#7781](https://github.com/DataDog/integrations-core/pull/7781)) +* Add support for hashing sequences containing None on Python 3 ([#7779](https://github.com/DataDog/integrations-core/pull/7779)) ***Fixed***: -* Fix `AttributeError` when using `additional_metrics` and counter `inst_name` is null. See [#7752](https://github.com/DataDog/integrations-core/pull/7752). +* Fix `AttributeError` when using `additional_metrics` and counter `inst_name` is null ([#7752](https://github.com/DataDog/integrations-core/pull/7752)) ## 15.0.0 / 2020-10-13 ***Changed***: -* QueryManager - Prevent queries leaking between check instances. See [#7750](https://github.com/DataDog/integrations-core/pull/7750). +* QueryManager - Prevent queries leaking between check instances ([#7750](https://github.com/DataDog/integrations-core/pull/7750)) ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ***Fixed***: -* Update kafka-python to 2.0.2. See [#7718](https://github.com/DataDog/integrations-core/pull/7718). +* Update kafka-python to 2.0.2 ([#7718](https://github.com/DataDog/integrations-core/pull/7718)) ## 14.0.1 / 2020-09-28 / Agent 7.23.0 ***Fixed***: -* Normalize count metric type in `assert_metrics_using_metadata()`. See [#7666](https://github.com/DataDog/integrations-core/pull/7666). -* Do not emit insecure warning log for HTTP requests. See [#7661](https://github.com/DataDog/integrations-core/pull/7661). +* Normalize count metric type in `assert_metrics_using_metadata()` ([#7666](https://github.com/DataDog/integrations-core/pull/7666)) +* Do not emit insecure warning log for HTTP requests ([#7661](https://github.com/DataDog/integrations-core/pull/7661)) ## 14.0.0 / 2020-09-21 ***Changed***: -* Replace InsecureRequestWarning with standard logs. See [#7512](https://github.com/DataDog/integrations-core/pull/7512). +* Replace InsecureRequestWarning with standard logs ([#7512](https://github.com/DataDog/integrations-core/pull/7512)) ***Added***: -* New Integration: Snowflake. See [#7043](https://github.com/DataDog/integrations-core/pull/7043). -* Add Unix Domain Socket support to RequestsWrapper. See [#7585](https://github.com/DataDog/integrations-core/pull/7585). +* New Integration: Snowflake ([#7043](https://github.com/DataDog/integrations-core/pull/7043)) +* Add Unix Domain Socket support to RequestsWrapper ([#7585](https://github.com/DataDog/integrations-core/pull/7585)) ***Fixed***: -* Better metric names handling when the namespace is empty. See [#7567](https://github.com/DataDog/integrations-core/pull/7567). -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). -* Add doc for get_check_logger. See [#7536](https://github.com/DataDog/integrations-core/pull/7536). +* Better metric names handling when the namespace is empty ([#7567](https://github.com/DataDog/integrations-core/pull/7567)) +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) +* Add doc for get_check_logger ([#7536](https://github.com/DataDog/integrations-core/pull/7536)) ## 13.1.0 / 2020-09-04 ***Added***: -* Add the new env parameter to get_subprocess_output. See [#7479](https://github.com/DataDog/integrations-core/pull/7479). +* Add the new env parameter to get_subprocess_output ([#7479](https://github.com/DataDog/integrations-core/pull/7479)) ## 13.0.0 / 2020-09-01 ***Changed***: -* Apply option to ignore InsecureRequestWarning permanently. See [#7424](https://github.com/DataDog/integrations-core/pull/7424). +* Apply option to ignore InsecureRequestWarning permanently ([#7424](https://github.com/DataDog/integrations-core/pull/7424)) ***Added***: -* Add close method to tailer. See [#7461](https://github.com/DataDog/integrations-core/pull/7461). -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add function to parse RDS tags from the endpoint. See [#7353](https://github.com/DataDog/integrations-core/pull/7353). -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Add close method to tailer ([#7461](https://github.com/DataDog/integrations-core/pull/7461)) +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add function to parse RDS tags from the endpoint ([#7353](https://github.com/DataDog/integrations-core/pull/7353)) +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ***Fixed***: -* Fix indentation of new "close" method in tailer. See [#7463](https://github.com/DataDog/integrations-core/pull/7463). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Bump jaydebeapi and jpype1. See [#6963](https://github.com/DataDog/integrations-core/pull/6963). +* Fix indentation of new "close" method in tailer ([#7463](https://github.com/DataDog/integrations-core/pull/7463)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Bump jaydebeapi and jpype1 ([#6963](https://github.com/DataDog/integrations-core/pull/6963)) ## 12.0.0 / 2020-08-10 / Agent 7.22.0 ***Removed***: -* Remove get_instance_proxy method from base class. See [#7036](https://github.com/DataDog/integrations-core/pull/7036). +* Remove get_instance_proxy method from base class ([#7036](https://github.com/DataDog/integrations-core/pull/7036)) ***Changed***: -* Use requests wrapper and remove httplib2 dependency. See [#7247](https://github.com/DataDog/integrations-core/pull/7247). +* Use requests wrapper and remove httplib2 dependency ([#7247](https://github.com/DataDog/integrations-core/pull/7247)) ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). -* Add `get_check_logger`. See [#7126](https://github.com/DataDog/integrations-core/pull/7126). -* Collect metrics from Statistics Messages. See [#6945](https://github.com/DataDog/integrations-core/pull/6945). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) +* Add `get_check_logger` ([#7126](https://github.com/DataDog/integrations-core/pull/7126)) +* Collect metrics from Statistics Messages ([#6945](https://github.com/DataDog/integrations-core/pull/6945)) ***Fixed***: -* Ignore empty label_to_hostname label value. See [#7232](https://github.com/DataDog/integrations-core/pull/7232). -* Add open file debug log for tailer. See [#7205](https://github.com/DataDog/integrations-core/pull/7205). +* Ignore empty label_to_hostname label value ([#7232](https://github.com/DataDog/integrations-core/pull/7232)) +* Add open file debug log for tailer ([#7205](https://github.com/DataDog/integrations-core/pull/7205)) ## 11.12.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). -* Add MacOS Support. See [#6927](https://github.com/DataDog/integrations-core/pull/6927). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) +* Add MacOS Support ([#6927](https://github.com/DataDog/integrations-core/pull/6927)) ## 11.11.1 / 2020-06-17 ***Fixed***: -* Gracefully skip quantile-less summary metrics. See [#6909](https://github.com/DataDog/integrations-core/pull/6909). +* Gracefully skip quantile-less summary metrics ([#6909](https://github.com/DataDog/integrations-core/pull/6909)) ## 11.11.0 / 2020-06-11 ***Added***: -* Document openmetrics interface and options. See [#6666](https://github.com/DataDog/integrations-core/pull/6666). -* Add methods for the persistent cache Agent interface. See [#6819](https://github.com/DataDog/integrations-core/pull/6819). -* Upgrade redis dependency to support `username` in connection strings. See [#6708](https://github.com/DataDog/integrations-core/pull/6708). -* Support multiple properties in tag_by. See [#6614](https://github.com/DataDog/integrations-core/pull/6614). +* Document openmetrics interface and options ([#6666](https://github.com/DataDog/integrations-core/pull/6666)) +* Add methods for the persistent cache Agent interface ([#6819](https://github.com/DataDog/integrations-core/pull/6819)) +* Upgrade redis dependency to support `username` in connection strings ([#6708](https://github.com/DataDog/integrations-core/pull/6708)) +* Support multiple properties in tag_by ([#6614](https://github.com/DataDog/integrations-core/pull/6614)) ## 11.10.0 / 2020-05-25 / Agent 7.20.0 ***Added***: -* Override CaseInsensitiveDict `copy()` function. See [#6715](https://github.com/DataDog/integrations-core/pull/6715). +* Override CaseInsensitiveDict `copy()` function ([#6715](https://github.com/DataDog/integrations-core/pull/6715)) ## 11.9.0 / 2020-05-20 ***Added***: -* Upgrade httplib2 to 0.18.1. See [#6702](https://github.com/DataDog/integrations-core/pull/6702). +* Upgrade httplib2 to 0.18.1 ([#6702](https://github.com/DataDog/integrations-core/pull/6702)) ***Fixed***: -* Fix time utilities. See [#6692](https://github.com/DataDog/integrations-core/pull/6692). +* Fix time utilities ([#6692](https://github.com/DataDog/integrations-core/pull/6692)) ## 11.8.0 / 2020-05-17 ***Added***: -* Add utilities for working with time. See [#6663](https://github.com/DataDog/integrations-core/pull/6663). -* Upgrade lxml to 4.5.0. See [#6661](https://github.com/DataDog/integrations-core/pull/6661). -* Add send_monotonic_with_gauge config option and refactor test. See [#6618](https://github.com/DataDog/integrations-core/pull/6618). -* Add developer docs. See [#6623](https://github.com/DataDog/integrations-core/pull/6623). +* Add utilities for working with time ([#6663](https://github.com/DataDog/integrations-core/pull/6663)) +* Upgrade lxml to 4.5.0 ([#6661](https://github.com/DataDog/integrations-core/pull/6661)) +* Add send_monotonic_with_gauge config option and refactor test ([#6618](https://github.com/DataDog/integrations-core/pull/6618)) +* Add developer docs ([#6623](https://github.com/DataDog/integrations-core/pull/6623)) ***Fixed***: -* Update scraper config with instance. See [#6664](https://github.com/DataDog/integrations-core/pull/6664). -* Fix thread leak in wmi checks. See [#6644](https://github.com/DataDog/integrations-core/pull/6644). +* Update scraper config with instance ([#6664](https://github.com/DataDog/integrations-core/pull/6664)) +* Fix thread leak in wmi checks ([#6644](https://github.com/DataDog/integrations-core/pull/6644)) ## 11.7.0 / 2020-05-08 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Fix a bug that caused win32_event_log integration to hang. See [#6576](https://github.com/DataDog/integrations-core/pull/6576). -* Allow to verify that no special hostname was submitted with a metric. See [#6529](https://github.com/DataDog/integrations-core/pull/6529). +* Fix a bug that caused win32_event_log integration to hang ([#6576](https://github.com/DataDog/integrations-core/pull/6576)) +* Allow to verify that no special hostname was submitted with a metric ([#6529](https://github.com/DataDog/integrations-core/pull/6529)) ## 11.6.0 / 2020-04-29 ***Added***: -* Validate metrics using metadata.csv. See [#6027](https://github.com/DataDog/integrations-core/pull/6027). -* [WinWMICheck] Support latest Agent signature. See [#6324](https://github.com/DataDog/integrations-core/pull/6324). +* Validate metrics using metadata.csv ([#6027](https://github.com/DataDog/integrations-core/pull/6027)) +* [WinWMICheck] Support latest Agent signature ([#6324](https://github.com/DataDog/integrations-core/pull/6324)) ***Fixed***: -* WMI base typing and instance free API. See [#6329](https://github.com/DataDog/integrations-core/pull/6329). -* Break reference cycle with log formatter. See [#6470](https://github.com/DataDog/integrations-core/pull/6470). -* Mark `instance` as non-`Optional`. See [#6350](https://github.com/DataDog/integrations-core/pull/6350). +* WMI base typing and instance free API ([#6329](https://github.com/DataDog/integrations-core/pull/6329)) +* Break reference cycle with log formatter ([#6470](https://github.com/DataDog/integrations-core/pull/6470)) +* Mark `instance` as non-`Optional` ([#6350](https://github.com/DataDog/integrations-core/pull/6350)) ## 11.5.1 / 2020-05-11 / Agent 7.19.2 ***Fixed***: -* Fix a bug that caused win32_event_log integration to hang. See [#6576](https://github.com/DataDog/integrations-core/pull/6576). +* Fix a bug that caused win32_event_log integration to hang ([#6576](https://github.com/DataDog/integrations-core/pull/6576)) ## 11.5.0 / 2020-04-07 / Agent 7.19.0 ***Added***: -* Update PyYAML to 5.3.1. See [#6276](https://github.com/DataDog/integrations-core/pull/6276). +* Update PyYAML to 5.3.1 ([#6276](https://github.com/DataDog/integrations-core/pull/6276)) ## 11.4.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). -* Allow automatic joins to all kube_{object}_labels in KSM check. See [#5650](https://github.com/DataDog/integrations-core/pull/5650). -* Allow option to submit histogram/summary sum metric as monotonic count. See [#6127](https://github.com/DataDog/integrations-core/pull/6127). -* Add `@metadata_entrypoint` decorator. See [#6084](https://github.com/DataDog/integrations-core/pull/6084). -* Add RethinkDB integration. See [#5715](https://github.com/DataDog/integrations-core/pull/5715). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) +* Allow automatic joins to all kube_{object}_labels in KSM check ([#5650](https://github.com/DataDog/integrations-core/pull/5650)) +* Allow option to submit histogram/summary sum metric as monotonic count ([#6127](https://github.com/DataDog/integrations-core/pull/6127)) +* Add `@metadata_entrypoint` decorator ([#6084](https://github.com/DataDog/integrations-core/pull/6084)) +* Add RethinkDB integration ([#5715](https://github.com/DataDog/integrations-core/pull/5715)) ***Fixed***: -* Revert `to_native_string` to `to_string` for integrations. See [#6238](https://github.com/DataDog/integrations-core/pull/6238). -* Update prometheus_client. See [#6200](https://github.com/DataDog/integrations-core/pull/6200). -* Fix failing style checks. See [#6207](https://github.com/DataDog/integrations-core/pull/6207). -* Prevent out of bounds on systems with an odd number of counter strings. See [#6052](https://github.com/DataDog/integrations-core/pull/6052). Thanks [AdrianFletcher](https://github.com/AdrianFletcher). -* Update pdh agent signature. See [#6162](https://github.com/DataDog/integrations-core/pull/6162). +* Revert `to_native_string` to `to_string` for integrations ([#6238](https://github.com/DataDog/integrations-core/pull/6238)) +* Update prometheus_client ([#6200](https://github.com/DataDog/integrations-core/pull/6200)) +* Fix failing style checks ([#6207](https://github.com/DataDog/integrations-core/pull/6207)) +* Prevent out of bounds on systems with an odd number of counter strings ([#6052](https://github.com/DataDog/integrations-core/pull/6052)) Thanks [AdrianFletcher](https://github.com/AdrianFletcher). +* Update pdh agent signature ([#6162](https://github.com/DataDog/integrations-core/pull/6162)) ## 11.3.1 / 2020-03-26 ***Fixed***: -* Cast to float before computing temporal percent. See [#6146](https://github.com/DataDog/integrations-core/pull/6146). +* Cast to float before computing temporal percent ([#6146](https://github.com/DataDog/integrations-core/pull/6146)) ## 11.3.0 / 2020-03-26 ***Added***: -* Use a faster JSON library. See [#6143](https://github.com/DataDog/integrations-core/pull/6143). -* Add secrets sanitization helpers. See [#6107](https://github.com/DataDog/integrations-core/pull/6107). +* Use a faster JSON library ([#6143](https://github.com/DataDog/integrations-core/pull/6143)) +* Add secrets sanitization helpers ([#6107](https://github.com/DataDog/integrations-core/pull/6107)) ## 11.2.0 / 2020-03-24 ***Added***: -* Add secrets sanitization helpers. See [#6107](https://github.com/DataDog/integrations-core/pull/6107). -* Upgrade `contextlib2` to 0.6.0. See [#6131](https://github.com/DataDog/integrations-core/pull/6131). -* PDH to be able to use new agent signature. See [#5936](https://github.com/DataDog/integrations-core/pull/5936). -* Upgrade pyyaml to 5.3. See [#6043](https://github.com/DataDog/integrations-core/pull/6043). -* Upgrade six to 1.14.0. See [#6040](https://github.com/DataDog/integrations-core/pull/6040). -* Expand tracing options and support threads. See [#5960](https://github.com/DataDog/integrations-core/pull/5960). -* Add and ship type annotations for base `AgentCheck` class. See [#5965](https://github.com/DataDog/integrations-core/pull/5965). -* Make `is_metadata_collection_enabled` static. See [#5863](https://github.com/DataDog/integrations-core/pull/5863). -* Improve assertion messages of aggregator stub. See [#5975](https://github.com/DataDog/integrations-core/pull/5975). -* Improve aggregator stub's `assert_all_metrics_covered` error message. See [#5970](https://github.com/DataDog/integrations-core/pull/5970). -* Mirror Agent's default behavior of `enable_metadata_collection` for `datadog_agent` stub. See [#5967](https://github.com/DataDog/integrations-core/pull/5967). -* Upgrade pymqi to 1.10.1. See [#5955](https://github.com/DataDog/integrations-core/pull/5955). +* Add secrets sanitization helpers ([#6107](https://github.com/DataDog/integrations-core/pull/6107)) +* Upgrade `contextlib2` to 0.6.0 ([#6131](https://github.com/DataDog/integrations-core/pull/6131)) +* PDH to be able to use new agent signature ([#5936](https://github.com/DataDog/integrations-core/pull/5936)) +* Upgrade pyyaml to 5.3 ([#6043](https://github.com/DataDog/integrations-core/pull/6043)) +* Upgrade six to 1.14.0 ([#6040](https://github.com/DataDog/integrations-core/pull/6040)) +* Expand tracing options and support threads ([#5960](https://github.com/DataDog/integrations-core/pull/5960)) +* Add and ship type annotations for base `AgentCheck` class ([#5965](https://github.com/DataDog/integrations-core/pull/5965)) +* Make `is_metadata_collection_enabled` static ([#5863](https://github.com/DataDog/integrations-core/pull/5863)) +* Improve assertion messages of aggregator stub ([#5975](https://github.com/DataDog/integrations-core/pull/5975)) +* Improve aggregator stub's `assert_all_metrics_covered` error message ([#5970](https://github.com/DataDog/integrations-core/pull/5970)) +* Mirror Agent's default behavior of `enable_metadata_collection` for `datadog_agent` stub ([#5967](https://github.com/DataDog/integrations-core/pull/5967)) +* Upgrade pymqi to 1.10.1 ([#5955](https://github.com/DataDog/integrations-core/pull/5955)) ***Fixed***: -* Fix type hints for list-like parameters on `AgentCheck`. See [#6105](https://github.com/DataDog/integrations-core/pull/6105). -* Relax type of `ServiceCheck` enum items. See [#6064](https://github.com/DataDog/integrations-core/pull/6064). -* Fix type hint on `prefix` argument to `AgentCheck.normalize()`. See [#6008](https://github.com/DataDog/integrations-core/pull/6008). -* Explicitly check for event value type before coercing to text. See [#5997](https://github.com/DataDog/integrations-core/pull/5997). -* Rename `to_string()` utility to `to_native_string()`. See [#5996](https://github.com/DataDog/integrations-core/pull/5996). -* Do not fail on octet stream content type for OpenMetrics. See [#5843](https://github.com/DataDog/integrations-core/pull/5843). +* Fix type hints for list-like parameters on `AgentCheck` ([#6105](https://github.com/DataDog/integrations-core/pull/6105)) +* Relax type of `ServiceCheck` enum items ([#6064](https://github.com/DataDog/integrations-core/pull/6064)) +* Fix type hint on `prefix` argument to `AgentCheck.normalize()` ([#6008](https://github.com/DataDog/integrations-core/pull/6008)) +* Explicitly check for event value type before coercing to text ([#5997](https://github.com/DataDog/integrations-core/pull/5997)) +* Rename `to_string()` utility to `to_native_string()` ([#5996](https://github.com/DataDog/integrations-core/pull/5996)) +* Do not fail on octet stream content type for OpenMetrics ([#5843](https://github.com/DataDog/integrations-core/pull/5843)) ## 11.1.0 / 2020-02-26 / Agent 7.18.0 ***Added***: -* Bump securesystemslib to 0.14.2. See [#5890](https://github.com/DataDog/integrations-core/pull/5890). +* Bump securesystemslib to 0.14.2 ([#5890](https://github.com/DataDog/integrations-core/pull/5890)) ## 11.0.0 / 2020-02-22 ***Changed***: -* vSphere new implementation. See [#5251](https://github.com/DataDog/integrations-core/pull/5251). -* Make deprecations apparent in UI. See [#5530](https://github.com/DataDog/integrations-core/pull/5530). +* vSphere new implementation ([#5251](https://github.com/DataDog/integrations-core/pull/5251)) +* Make deprecations apparent in UI ([#5530](https://github.com/DataDog/integrations-core/pull/5530)) ***Added***: -* Improve performance of pattern matching in OpenMetrics. See [#5764](https://github.com/DataDog/integrations-core/pull/5764). -* Add a utility method to check if metadata collection is enabled. See [#5748](https://github.com/DataDog/integrations-core/pull/5748). -* Upgrade `aerospike` dependency. See [#5779](https://github.com/DataDog/integrations-core/pull/5779). -* Capture python warnings as logs. See [#5730](https://github.com/DataDog/integrations-core/pull/5730). -* Make `ignore_metrics` support `*` wildcard for OpenMetrics. See [#5759](https://github.com/DataDog/integrations-core/pull/5759). -* Add extra_headers option to http method call. See [#5753](https://github.com/DataDog/integrations-core/pull/5753). -* Upgrade kafka-python to 2.0.0. See [#5696](https://github.com/DataDog/integrations-core/pull/5696). -* Support `tls_ignore_warning` at init_config level. See [#5657](https://github.com/DataDog/integrations-core/pull/5657). -* Upgrade supervisor dependency. See [#5627](https://github.com/DataDog/integrations-core/pull/5627). -* Update in-toto and its deps. See [#5599](https://github.com/DataDog/integrations-core/pull/5599). -* Refactor traced decorator and remove wrapt import. See [#5586](https://github.com/DataDog/integrations-core/pull/5586). -* Upgrade ddtrace to 0.32.2. See [#5491](https://github.com/DataDog/integrations-core/pull/5491). -* Add new deprecation. See [#5539](https://github.com/DataDog/integrations-core/pull/5539). -* Allow deprecation notice strings to be formatted. See [#5533](https://github.com/DataDog/integrations-core/pull/5533). -* Add ability to submit time deltas to database query utility. See [#5524](https://github.com/DataDog/integrations-core/pull/5524). +* Improve performance of pattern matching in OpenMetrics ([#5764](https://github.com/DataDog/integrations-core/pull/5764)) +* Add a utility method to check if metadata collection is enabled ([#5748](https://github.com/DataDog/integrations-core/pull/5748)) +* Upgrade `aerospike` dependency ([#5779](https://github.com/DataDog/integrations-core/pull/5779)) +* Capture python warnings as logs ([#5730](https://github.com/DataDog/integrations-core/pull/5730)) +* Make `ignore_metrics` support `*` wildcard for OpenMetrics ([#5759](https://github.com/DataDog/integrations-core/pull/5759)) +* Add extra_headers option to http method call ([#5753](https://github.com/DataDog/integrations-core/pull/5753)) +* Upgrade kafka-python to 2.0.0 ([#5696](https://github.com/DataDog/integrations-core/pull/5696)) +* Support `tls_ignore_warning` at init_config level ([#5657](https://github.com/DataDog/integrations-core/pull/5657)) +* Upgrade supervisor dependency ([#5627](https://github.com/DataDog/integrations-core/pull/5627)) +* Update in-toto and its deps ([#5599](https://github.com/DataDog/integrations-core/pull/5599)) +* Refactor traced decorator and remove wrapt import ([#5586](https://github.com/DataDog/integrations-core/pull/5586)) +* Upgrade ddtrace to 0.32.2 ([#5491](https://github.com/DataDog/integrations-core/pull/5491)) +* Add new deprecation ([#5539](https://github.com/DataDog/integrations-core/pull/5539)) +* Allow deprecation notice strings to be formatted ([#5533](https://github.com/DataDog/integrations-core/pull/5533)) +* Add ability to submit time deltas to database query utility ([#5524](https://github.com/DataDog/integrations-core/pull/5524)) ***Fixed***: -* Pin enum34 to 1.1.6. See [#5829](https://github.com/DataDog/integrations-core/pull/5829). -* Fix thread leak in WMI sampler. See [#5659](https://github.com/DataDog/integrations-core/pull/5659). Thanks [rlaveycal](https://github.com/rlaveycal). -* Refactor initialization of metric limits. See [#5566](https://github.com/DataDog/integrations-core/pull/5566). -* Change wmi_check to use lists instead of tuples for filters. See [#5510](https://github.com/DataDog/integrations-core/pull/5510). -* Enforce lazy logging. See [#5554](https://github.com/DataDog/integrations-core/pull/5554). -* Properly cast `max_returned_metrics` option to an integer. See [#5536](https://github.com/DataDog/integrations-core/pull/5536). -* Install typing dep only for Python 2. See [#5543](https://github.com/DataDog/integrations-core/pull/5543). +* Pin enum34 to 1.1.6 ([#5829](https://github.com/DataDog/integrations-core/pull/5829)) +* Fix thread leak in WMI sampler ([#5659](https://github.com/DataDog/integrations-core/pull/5659)) Thanks [rlaveycal](https://github.com/rlaveycal). +* Refactor initialization of metric limits ([#5566](https://github.com/DataDog/integrations-core/pull/5566)) +* Change wmi_check to use lists instead of tuples for filters ([#5510](https://github.com/DataDog/integrations-core/pull/5510)) +* Enforce lazy logging ([#5554](https://github.com/DataDog/integrations-core/pull/5554)) +* Properly cast `max_returned_metrics` option to an integer ([#5536](https://github.com/DataDog/integrations-core/pull/5536)) +* Install typing dep only for Python 2 ([#5543](https://github.com/DataDog/integrations-core/pull/5543)) ## 10.3.0 / 2020-01-21 ***Added***: -* [pdh] Make the admin share configurable. See [#5485](https://github.com/DataDog/integrations-core/pull/5485). +* [pdh] Make the admin share configurable ([#5485](https://github.com/DataDog/integrations-core/pull/5485)) ## 10.2.1 / 2020-01-15 ***Fixed***: -* Fix Kubelet credentials handling. See [#5455](https://github.com/DataDog/integrations-core/pull/5455). -* Re-introduce legacy cert option handling. See [#5443](https://github.com/DataDog/integrations-core/pull/5443). +* Fix Kubelet credentials handling ([#5455](https://github.com/DataDog/integrations-core/pull/5455)) +* Re-introduce legacy cert option handling ([#5443](https://github.com/DataDog/integrations-core/pull/5443)) ## 10.2.0 / 2020-01-13 ***Added***: -* Update TUF dependency. See [#5441](https://github.com/DataDog/integrations-core/pull/5441). -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Update TUF dependency ([#5441](https://github.com/DataDog/integrations-core/pull/5441)) +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Fix http handler. See [#5434](https://github.com/DataDog/integrations-core/pull/5434). -* Upgrade vertica to stop logging to /dev/null. See [#5352](https://github.com/DataDog/integrations-core/pull/5352). +* Fix http handler ([#5434](https://github.com/DataDog/integrations-core/pull/5434)) +* Upgrade vertica to stop logging to /dev/null ([#5352](https://github.com/DataDog/integrations-core/pull/5352)) ## 10.1.0 / 2020-01-03 ***Added***: -* Move unit conversion helpers to openmetrics mixin. See [#5364](https://github.com/DataDog/integrations-core/pull/5364). -* Support metadata and service checks for DB utility. See [#5317](https://github.com/DataDog/integrations-core/pull/5317). -* Add and prefer configuring an `auth_type` explicitly on RequestsWrapper. See [#5263](https://github.com/DataDog/integrations-core/pull/5263). -* Add support for AWS Signature Version 4 Signing to the RequestsWrapper. See [#5249](https://github.com/DataDog/integrations-core/pull/5249). -* Add extra metrics to DB utility. See [#5225](https://github.com/DataDog/integrations-core/pull/5225). -* Upgrade `redis` to 3.3.11. See [#5150](https://github.com/DataDog/integrations-core/pull/5150). +* Move unit conversion helpers to openmetrics mixin ([#5364](https://github.com/DataDog/integrations-core/pull/5364)) +* Support metadata and service checks for DB utility ([#5317](https://github.com/DataDog/integrations-core/pull/5317)) +* Add and prefer configuring an `auth_type` explicitly on RequestsWrapper ([#5263](https://github.com/DataDog/integrations-core/pull/5263)) +* Add support for AWS Signature Version 4 Signing to the RequestsWrapper ([#5249](https://github.com/DataDog/integrations-core/pull/5249)) +* Add extra metrics to DB utility ([#5225](https://github.com/DataDog/integrations-core/pull/5225)) +* Upgrade `redis` to 3.3.11 ([#5150](https://github.com/DataDog/integrations-core/pull/5150)) ***Fixed***: -* Ensure logs are lazily formatted. See [#5378](https://github.com/DataDog/integrations-core/pull/5378). -* Remove Agent 5 conditional imports. See [#5322](https://github.com/DataDog/integrations-core/pull/5322). -* Only ship `contextlib2` on Python 2. See [#5348](https://github.com/DataDog/integrations-core/pull/5348). -* Lower metadata transformer log level. See [#5282](https://github.com/DataDog/integrations-core/pull/5282). -* Update SNMP requirements. See [#5234](https://github.com/DataDog/integrations-core/pull/5234). -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Ensure logs are lazily formatted ([#5378](https://github.com/DataDog/integrations-core/pull/5378)) +* Remove Agent 5 conditional imports ([#5322](https://github.com/DataDog/integrations-core/pull/5322)) +* Only ship `contextlib2` on Python 2 ([#5348](https://github.com/DataDog/integrations-core/pull/5348)) +* Lower metadata transformer log level ([#5282](https://github.com/DataDog/integrations-core/pull/5282)) +* Update SNMP requirements ([#5234](https://github.com/DataDog/integrations-core/pull/5234)) +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 10.0.2 / 2019-12-09 / Agent 7.16.0 ***Fixed***: -* Fix normalize for invalid chars and underscore. See [#5172](https://github.com/DataDog/integrations-core/pull/5172). +* Fix normalize for invalid chars and underscore ([#5172](https://github.com/DataDog/integrations-core/pull/5172)) ## 10.0.1 / 2019-12-04 ***Fixed***: -* Ensure metadata is submitted as strings. See [#5139](https://github.com/DataDog/integrations-core/pull/5139). +* Ensure metadata is submitted as strings ([#5139](https://github.com/DataDog/integrations-core/pull/5139)) ## 10.0.0 / 2019-12-02 ***Changed***: -* Aligns `no_proxy` behavior to general convention. See [#5081](https://github.com/DataDog/integrations-core/pull/5081). +* Aligns `no_proxy` behavior to general convention ([#5081](https://github.com/DataDog/integrations-core/pull/5081)) ## 9.6.0 / 2019-11-28 ***Added***: -* Support downloading universal and pure Python wheels. See [#4981](https://github.com/DataDog/integrations-core/pull/4981). -* Require boto3. See [#5101](https://github.com/DataDog/integrations-core/pull/5101). -* Add ClickHouse integration. See [#4957](https://github.com/DataDog/integrations-core/pull/4957). -* Add database query utilities. See [#5045](https://github.com/DataDog/integrations-core/pull/5045). -* Upgrade cryptography to 2.8. See [#5047](https://github.com/DataDog/integrations-core/pull/5047). -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). -* Add SAP HANA integration. See [#4502](https://github.com/DataDog/integrations-core/pull/4502). -* Better metadata assertion output. See [#4953](https://github.com/DataDog/integrations-core/pull/4953). -* Use a stub class for metadata testing. See [#4919](https://github.com/DataDog/integrations-core/pull/4919). -* Extract version utils and use semver for version comparison. See [#4844](https://github.com/DataDog/integrations-core/pull/4844). -* Add new version metadata scheme. See [#4929](https://github.com/DataDog/integrations-core/pull/4929). -* Add total_time_to_temporal_percent utility. See [#4924](https://github.com/DataDog/integrations-core/pull/4924). -* Standardize logging format. See [#4906](https://github.com/DataDog/integrations-core/pull/4906). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Support downloading universal and pure Python wheels ([#4981](https://github.com/DataDog/integrations-core/pull/4981)) +* Require boto3 ([#5101](https://github.com/DataDog/integrations-core/pull/5101)) +* Add ClickHouse integration ([#4957](https://github.com/DataDog/integrations-core/pull/4957)) +* Add database query utilities ([#5045](https://github.com/DataDog/integrations-core/pull/5045)) +* Upgrade cryptography to 2.8 ([#5047](https://github.com/DataDog/integrations-core/pull/5047)) +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) +* Add SAP HANA integration ([#4502](https://github.com/DataDog/integrations-core/pull/4502)) +* Better metadata assertion output ([#4953](https://github.com/DataDog/integrations-core/pull/4953)) +* Use a stub class for metadata testing ([#4919](https://github.com/DataDog/integrations-core/pull/4919)) +* Extract version utils and use semver for version comparison ([#4844](https://github.com/DataDog/integrations-core/pull/4844)) +* Add new version metadata scheme ([#4929](https://github.com/DataDog/integrations-core/pull/4929)) +* Add total_time_to_temporal_percent utility ([#4924](https://github.com/DataDog/integrations-core/pull/4924)) +* Standardize logging format ([#4906](https://github.com/DataDog/integrations-core/pull/4906)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ***Fixed***: -* Fix warnings usage related to RequestsWrapper, Openmetrics and Prometheus. See [#5080](https://github.com/DataDog/integrations-core/pull/5080). -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). -* Fix no instances case for AgentCheck signature and add more tests. See [#4784](https://github.com/DataDog/integrations-core/pull/4784). +* Fix warnings usage related to RequestsWrapper, Openmetrics and Prometheus ([#5080](https://github.com/DataDog/integrations-core/pull/5080)) +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) +* Fix no instances case for AgentCheck signature and add more tests ([#4784](https://github.com/DataDog/integrations-core/pull/4784)) ## 9.5.0 / 2019-10-22 ***Added***: -* Upgrade psycopg2-binary to 2.8.4. See [#4840](https://github.com/DataDog/integrations-core/pull/4840). -* Add mechanism to submit metadata from OpenMetrics checks. See [#4757](https://github.com/DataDog/integrations-core/pull/4757). -* Properly fall back to wildcards when defined OpenMetrics transformers do not get a match. See [#4757](https://github.com/DataDog/integrations-core/pull/4757). +* Upgrade psycopg2-binary to 2.8.4 ([#4840](https://github.com/DataDog/integrations-core/pull/4840)) +* Add mechanism to submit metadata from OpenMetrics checks ([#4757](https://github.com/DataDog/integrations-core/pull/4757)) +* Properly fall back to wildcards when defined OpenMetrics transformers do not get a match ([#4757](https://github.com/DataDog/integrations-core/pull/4757)) ## 9.4.2 / 2019-10-17 / Agent 6.15.0 ***Fixed***: -* Fix RequestsWrapper session `timeout`. See [#4811](https://github.com/DataDog/integrations-core/pull/4811). +* Fix RequestsWrapper session `timeout` ([#4811](https://github.com/DataDog/integrations-core/pull/4811)) ## 9.4.1 / 2019-10-17 ***Fixed***: -* Avoid sending additional gauges for openmetrics histograms if using distribution metrics. See [#4780](https://github.com/DataDog/integrations-core/pull/4780). +* Avoid sending additional gauges for openmetrics histograms if using distribution metrics ([#4780](https://github.com/DataDog/integrations-core/pull/4780)) ## 9.4.0 / 2019-10-11 ***Deprecated***: -* Add a deprecated warning message to NetworkCheck. See [#4560](https://github.com/DataDog/integrations-core/pull/4560). +* Add a deprecated warning message to NetworkCheck ([#4560](https://github.com/DataDog/integrations-core/pull/4560)) ***Added***: -* Add an option to send histograms/summary counts as monotonic counters. See [#4629](https://github.com/DataDog/integrations-core/pull/4629). -* Add option for device testing in e2e. See [#4693](https://github.com/DataDog/integrations-core/pull/4693). -* Update self.warning to accept `*args`. See [#4731](https://github.com/DataDog/integrations-core/pull/4731). -* Send configuration metadata by default. See [#4730](https://github.com/DataDog/integrations-core/pull/4730). -* Add mechanism to execute setup steps before the first check run. See [#4713](https://github.com/DataDog/integrations-core/pull/4713). -* Implement Python API for setting check metadata. See [#4686](https://github.com/DataDog/integrations-core/pull/4686). -* Upgrade Paramiko to version 2.6.0. See [#4685](https://github.com/DataDog/integrations-core/pull/4685). Thanks [daniel-savo](https://github.com/daniel-savo). -* Add support for fetching consumer offsets stored in Kafka to `monitor_unlisted_consumer_groups`. See [#3957](https://github.com/DataDog/integrations-core/pull/3957). Thanks [jeffwidman](https://github.com/jeffwidman). -* Support submitting memory profiling metrics during E2E. See [#4635](https://github.com/DataDog/integrations-core/pull/4635). -* Add a way to submit non-namespaced metrics and service checks. See [#4637](https://github.com/DataDog/integrations-core/pull/4637). -* Add duplication assertion methods to aggregator stub. See [#4521](https://github.com/DataDog/integrations-core/pull/4521). -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Add an option to send histograms/summary counts as monotonic counters ([#4629](https://github.com/DataDog/integrations-core/pull/4629)) +* Add option for device testing in e2e ([#4693](https://github.com/DataDog/integrations-core/pull/4693)) +* Update self.warning to accept `*args` ([#4731](https://github.com/DataDog/integrations-core/pull/4731)) +* Send configuration metadata by default ([#4730](https://github.com/DataDog/integrations-core/pull/4730)) +* Add mechanism to execute setup steps before the first check run ([#4713](https://github.com/DataDog/integrations-core/pull/4713)) +* Implement Python API for setting check metadata ([#4686](https://github.com/DataDog/integrations-core/pull/4686)) +* Upgrade Paramiko to version 2.6.0 ([#4685](https://github.com/DataDog/integrations-core/pull/4685)) Thanks [daniel-savo](https://github.com/daniel-savo). +* Add support for fetching consumer offsets stored in Kafka to `monitor_unlisted_consumer_groups` ([#3957](https://github.com/DataDog/integrations-core/pull/3957)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Support submitting memory profiling metrics during E2E ([#4635](https://github.com/DataDog/integrations-core/pull/4635)) +* Add a way to submit non-namespaced metrics and service checks ([#4637](https://github.com/DataDog/integrations-core/pull/4637)) +* Add duplication assertion methods to aggregator stub ([#4521](https://github.com/DataDog/integrations-core/pull/4521)) +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 9.3.2 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 9.3.1 / 2019-08-28 ***Fixed***: -* Fix decumulating bucket on multiple contexts. See [#4446](https://github.com/DataDog/integrations-core/pull/4446). +* Fix decumulating bucket on multiple contexts ([#4446](https://github.com/DataDog/integrations-core/pull/4446)) ## 9.3.0 / 2019-08-24 ***Added***: -* Add each checks' unique ID to logs. See [#4410](https://github.com/DataDog/integrations-core/pull/4410). -* Support continuous memory profiling metric submission. See [#4409](https://github.com/DataDog/integrations-core/pull/4409). -* Upgrade pyasn1. See [#4289](https://github.com/DataDog/integrations-core/pull/4289). -* Bump Kazoo to 2.6.1 to pull in some minor bugfixes. See [#4260](https://github.com/DataDog/integrations-core/pull/4260). Thanks [jeffwidman](https://github.com/jeffwidman). -* Support memory profiling metrics. See [#4239](https://github.com/DataDog/integrations-core/pull/4239). -* Set timeout from init_config in requests wrapper as default. See [#4226](https://github.com/DataDog/integrations-core/pull/4226). -* Add the version of an AgentCheck as a property. See [#4228](https://github.com/DataDog/integrations-core/pull/4228). -* Upgrade JPype1 to 0.7.0. See [#4211](https://github.com/DataDog/integrations-core/pull/4211). -* Add option for specifying extra headers in RequestsWrapper. See [#4208](https://github.com/DataDog/integrations-core/pull/4208). -* Add the ability to debug memory usage. See [#4166](https://github.com/DataDog/integrations-core/pull/4166). -* Add tuple timeout format to Request Remapper. See [#4172](https://github.com/DataDog/integrations-core/pull/4172). +* Add each checks' unique ID to logs ([#4410](https://github.com/DataDog/integrations-core/pull/4410)) +* Support continuous memory profiling metric submission ([#4409](https://github.com/DataDog/integrations-core/pull/4409)) +* Upgrade pyasn1 ([#4289](https://github.com/DataDog/integrations-core/pull/4289)) +* Bump Kazoo to 2.6.1 to pull in some minor bugfixes ([#4260](https://github.com/DataDog/integrations-core/pull/4260)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Support memory profiling metrics ([#4239](https://github.com/DataDog/integrations-core/pull/4239)) +* Set timeout from init_config in requests wrapper as default ([#4226](https://github.com/DataDog/integrations-core/pull/4226)) +* Add the version of an AgentCheck as a property ([#4228](https://github.com/DataDog/integrations-core/pull/4228)) +* Upgrade JPype1 to 0.7.0 ([#4211](https://github.com/DataDog/integrations-core/pull/4211)) +* Add option for specifying extra headers in RequestsWrapper ([#4208](https://github.com/DataDog/integrations-core/pull/4208)) +* Add the ability to debug memory usage ([#4166](https://github.com/DataDog/integrations-core/pull/4166)) +* Add tuple timeout format to Request Remapper ([#4172](https://github.com/DataDog/integrations-core/pull/4172)) ***Fixed***: -* Remove unused dependencies. See [#4405](https://github.com/DataDog/integrations-core/pull/4405). -* Fix http invert without explicit default. See [#4277](https://github.com/DataDog/integrations-core/pull/4277). -* Fix prometheus and openmetric unicode labels. See [#4157](https://github.com/DataDog/integrations-core/pull/4157). -* Fix openmetrics telemetry memory usage in mixins. See [#4193](https://github.com/DataDog/integrations-core/pull/4193). +* Remove unused dependencies ([#4405](https://github.com/DataDog/integrations-core/pull/4405)) +* Fix http invert without explicit default ([#4277](https://github.com/DataDog/integrations-core/pull/4277)) +* Fix prometheus and openmetric unicode labels ([#4157](https://github.com/DataDog/integrations-core/pull/4157)) +* Fix openmetrics telemetry memory usage in mixins ([#4193](https://github.com/DataDog/integrations-core/pull/4193)) ## 9.2.1 / 2019-07-19 / Agent 6.13.0 ***Fixed***: -* Fix openmetrics mixins telemetry metrics. See [#4155](https://github.com/DataDog/integrations-core/pull/4155). +* Fix openmetrics mixins telemetry metrics ([#4155](https://github.com/DataDog/integrations-core/pull/4155)) ## 9.2.0 / 2019-07-19 ***Added***: -* Add telemetry metrics counter by ksm collector. See [#4125](https://github.com/DataDog/integrations-core/pull/4125). +* Add telemetry metrics counter by ksm collector ([#4125](https://github.com/DataDog/integrations-core/pull/4125)) ## 9.1.0 / 2019-07-13 ***Added***: -* Telemetry check's metrics. See [#4025](https://github.com/DataDog/integrations-core/pull/4025). Thanks [clamoriniere](https://github.com/clamoriniere). +* Telemetry check's metrics ([#4025](https://github.com/DataDog/integrations-core/pull/4025)) Thanks [clamoriniere](https://github.com/clamoriniere). ## 9.0.0 / 2019-07-12 ***Changed***: -* Add SSL support for psycopg2, remove pg8000. See [#4096](https://github.com/DataDog/integrations-core/pull/4096). +* Add SSL support for psycopg2, remove pg8000 ([#4096](https://github.com/DataDog/integrations-core/pull/4096)) ***Added***: -* Upgrade pymongo to 3.8. See [#4095](https://github.com/DataDog/integrations-core/pull/4095). +* Upgrade pymongo to 3.8 ([#4095](https://github.com/DataDog/integrations-core/pull/4095)) ***Fixed***: -* Fix label encoding. See [#4073](https://github.com/DataDog/integrations-core/pull/4073) and [#4089](https://github.com/DataDog/integrations-core/pull/4089). +* Fix label encoding ([#4073](https://github.com/DataDog/integrations-core/pull/4073) and [#4089](https://github.com/DataDog/integrations-core/pull/4089)) ## 8.6.0 / 2019-07-09 ***Added***: -* Output similar metrics on failed aggregator stub assertions to help debugging. See [#4035](https://github.com/DataDog/integrations-core/pull/4035) and [#4076](https://github.com/DataDog/integrations-core/pull/4076). +* Output similar metrics on failed aggregator stub assertions to help debugging ([#4035](https://github.com/DataDog/integrations-core/pull/4035) and [#4076](https://github.com/DataDog/integrations-core/pull/4076)) ***Fixed***: -* Avoid WMISampler inheriting from Thread. See [#4051](https://github.com/DataDog/integrations-core/pull/4051). +* Avoid WMISampler inheriting from Thread ([#4051](https://github.com/DataDog/integrations-core/pull/4051)) ## 8.5.0 / 2019-07-04 ***Added***: -* Support SOCKS proxies. See [#4021](https://github.com/DataDog/integrations-core/pull/4021). -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). -* Add others forms of auth to RequestsWrapper. See [#3956](https://github.com/DataDog/integrations-core/pull/3956). -* Add others forms of auth to RequestsWrapper. See [#3956](https://github.com/DataDog/integrations-core/pull/3956). -* Better log message for unsafe yaml loading/dumping. See [#3771](https://github.com/DataDog/integrations-core/pull/3771). +* Support SOCKS proxies ([#4021](https://github.com/DataDog/integrations-core/pull/4021)) +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) +* Add others forms of auth to RequestsWrapper ([#3956](https://github.com/DataDog/integrations-core/pull/3956)) +* Add others forms of auth to RequestsWrapper ([#3956](https://github.com/DataDog/integrations-core/pull/3956)) +* Better log message for unsafe yaml loading/dumping ([#3771](https://github.com/DataDog/integrations-core/pull/3771)) ***Fixed***: -* Make WMISampler hashable. See [#4043](https://github.com/DataDog/integrations-core/pull/4043). -* Fix busy loop in WMI implementation. See [#4018](https://github.com/DataDog/integrations-core/pull/4018). +* Make WMISampler hashable ([#4043](https://github.com/DataDog/integrations-core/pull/4043)) +* Fix busy loop in WMI implementation ([#4018](https://github.com/DataDog/integrations-core/pull/4018)) ## 8.4.1 / 2019-06-29 / Agent 6.12.2 ***Fixed***: -* Change WMISampler class to create a single thread, owned by the object. See [#3987](https://github.com/DataDog/integrations-core/pull/3987). +* Change WMISampler class to create a single thread, owned by the object ([#3987](https://github.com/DataDog/integrations-core/pull/3987)) ## 8.4.0 / 2019-06-18 ***Added***: -* Support E2E testing. See [#3896](https://github.com/DataDog/integrations-core/pull/3896). +* Support E2E testing ([#3896](https://github.com/DataDog/integrations-core/pull/3896)) ## 8.3.3 / 2019-06-05 / Agent 6.12.0 ***Fixed***: -* Revert "[openmetrics] allow blacklisting of strings". See [#3867](https://github.com/DataDog/integrations-core/pull/3867). -* Encode hostname in set_external_tags. See [#3866](https://github.com/DataDog/integrations-core/pull/3866). +* Revert "[openmetrics] allow blacklisting of strings" ([#3867](https://github.com/DataDog/integrations-core/pull/3867)) +* Encode hostname in set_external_tags ([#3866](https://github.com/DataDog/integrations-core/pull/3866)) ## 8.3.2 / 2019-06-04 ***Fixed***: -* Revert: Properly utilize the provided `metrics_mapper`. See [#3861](https://github.com/DataDog/integrations-core/pull/3861). +* Revert: Properly utilize the provided `metrics_mapper` ([#3861](https://github.com/DataDog/integrations-core/pull/3861)) ## 8.3.1 / 2019-06-02 ***Fixed***: -* Fix package order of `get_datadog_wheels`. See [#3847](https://github.com/DataDog/integrations-core/pull/3847). +* Fix package order of `get_datadog_wheels` ([#3847](https://github.com/DataDog/integrations-core/pull/3847)) ## 8.3.0 / 2019-06-01 ***Added***: -* [openmetrics] Use Kube service account bearer token for authentication. See [#3829](https://github.com/DataDog/integrations-core/pull/3829). +* [openmetrics] Use Kube service account bearer token for authentication ([#3829](https://github.com/DataDog/integrations-core/pull/3829)) ***Fixed***: -* Add upper_bound tag for the total count when collecting histograms buckets. See [#3777](https://github.com/DataDog/integrations-core/pull/3777). +* Add upper_bound tag for the total count when collecting histograms buckets ([#3777](https://github.com/DataDog/integrations-core/pull/3777)) ## 8.2.0 / 2019-05-21 ***Added***: -* Upgrade requests to 2.22.0. See [#3778](https://github.com/DataDog/integrations-core/pull/3778). +* Upgrade requests to 2.22.0 ([#3778](https://github.com/DataDog/integrations-core/pull/3778)) ## 8.1.0 / 2019-05-14 ***Added***: -* Add logging support to RequestsWrapper. See [#3737](https://github.com/DataDog/integrations-core/pull/3737). +* Add logging support to RequestsWrapper ([#3737](https://github.com/DataDog/integrations-core/pull/3737)) ***Fixed***: -* Fix the initialization of ignored metrics for OpenMetrics. See [#3736](https://github.com/DataDog/integrations-core/pull/3736). -* Fixed decoding warning for None tags for python2 check base class. See [#3665](https://github.com/DataDog/integrations-core/pull/3665). +* Fix the initialization of ignored metrics for OpenMetrics ([#3736](https://github.com/DataDog/integrations-core/pull/3736)) +* Fixed decoding warning for None tags for python2 check base class ([#3665](https://github.com/DataDog/integrations-core/pull/3665)) ## 8.0.0 / 2019-05-06 ***Changed***: -* Remove every default header except `User-Agent`. See [#3644](https://github.com/DataDog/integrations-core/pull/3644). +* Remove every default header except `User-Agent` ([#3644](https://github.com/DataDog/integrations-core/pull/3644)) ***Added***: -* Add easier namespacing for data submission. See [#3718](https://github.com/DataDog/integrations-core/pull/3718). -* Upgrade pyyaml to 5.1. See [#3698](https://github.com/DataDog/integrations-core/pull/3698). -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Adhere to code style. See [#3496](https://github.com/DataDog/integrations-core/pull/3496). -* Upgrade psycopg2-binary to 2.8.2. See [#3649](https://github.com/DataDog/integrations-core/pull/3649). +* Add easier namespacing for data submission ([#3718](https://github.com/DataDog/integrations-core/pull/3718)) +* Upgrade pyyaml to 5.1 ([#3698](https://github.com/DataDog/integrations-core/pull/3698)) +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Adhere to code style ([#3496](https://github.com/DataDog/integrations-core/pull/3496)) +* Upgrade psycopg2-binary to 2.8.2 ([#3649](https://github.com/DataDog/integrations-core/pull/3649)) ***Fixed***: -* Improve resiliency of logging initialization phase. See [#3705](https://github.com/DataDog/integrations-core/pull/3705). -* Handle more tag decoding errors. See [#3671](https://github.com/DataDog/integrations-core/pull/3671). -* Properly utilize the provided `metrics_mapper`. See [#3446](https://github.com/DataDog/integrations-core/pull/3446). Thanks [casidiablo](https://github.com/casidiablo). +* Improve resiliency of logging initialization phase ([#3705](https://github.com/DataDog/integrations-core/pull/3705)) +* Handle more tag decoding errors ([#3671](https://github.com/DataDog/integrations-core/pull/3671)) +* Properly utilize the provided `metrics_mapper` ([#3446](https://github.com/DataDog/integrations-core/pull/3446)) Thanks [casidiablo](https://github.com/casidiablo). ## 7.0.0 / 2019-04-18 ***Changed***: -* Standardize TLS/SSL protocol naming. See [#3620](https://github.com/DataDog/integrations-core/pull/3620). +* Standardize TLS/SSL protocol naming ([#3620](https://github.com/DataDog/integrations-core/pull/3620)) ***Added***: -* Add service_identity dependency. See [#3256](https://github.com/DataDog/integrations-core/pull/3256). -* Support Python 3. See [#3605](https://github.com/DataDog/integrations-core/pull/3605). +* Add service_identity dependency ([#3256](https://github.com/DataDog/integrations-core/pull/3256)) +* Support Python 3 ([#3605](https://github.com/DataDog/integrations-core/pull/3605)) ***Fixed***: -* Parse timeouts as floats in RequestsWrapper. See [#3448](https://github.com/DataDog/integrations-core/pull/3448). +* Parse timeouts as floats in RequestsWrapper ([#3448](https://github.com/DataDog/integrations-core/pull/3448)) ## 6.6.1 / 2019-04-04 / Agent 6.11.0 ***Fixed***: -* Don't ship `pyodbc` on macOS as SQLServer integration is not shipped on macOS. See [#3461](https://github.com/DataDog/integrations-core/pull/3461). +* Don't ship `pyodbc` on macOS as SQLServer integration is not shipped on macOS ([#3461](https://github.com/DataDog/integrations-core/pull/3461)) ## 6.6.0 / 2019-03-29 ***Added***: -* Upgrade in-toto. See [#3411](https://github.com/DataDog/integrations-core/pull/3411). -* Support Python 3. See [#3425](https://github.com/DataDog/integrations-core/pull/3425). +* Upgrade in-toto ([#3411](https://github.com/DataDog/integrations-core/pull/3411)) +* Support Python 3 ([#3425](https://github.com/DataDog/integrations-core/pull/3425)) ## 6.5.0 / 2019-03-29 ***Added***: -* Add tagging utility and stub to access the new tagger API. See [#3413](https://github.com/DataDog/integrations-core/pull/3413). +* Add tagging utility and stub to access the new tagger API ([#3413](https://github.com/DataDog/integrations-core/pull/3413)) ## 6.4.0 / 2019-03-22 ***Added***: -* Add external_host_tags wrapper to checks_base. See [#3316](https://github.com/DataDog/integrations-core/pull/3316). -* Add ability to debug checks with pdb. See [#2690](https://github.com/DataDog/integrations-core/pull/2690). -* Add a wrapper for requests. See [#3310](https://github.com/DataDog/integrations-core/pull/3310). +* Add external_host_tags wrapper to checks_base ([#3316](https://github.com/DataDog/integrations-core/pull/3316)) +* Add ability to debug checks with pdb ([#2690](https://github.com/DataDog/integrations-core/pull/2690)) +* Add a wrapper for requests ([#3310](https://github.com/DataDog/integrations-core/pull/3310)) ***Fixed***: -* Ensure the use of relative imports to avoid circular dependencies. See [#3326](https://github.com/DataDog/integrations-core/pull/3326). -* Remove uuid dependency. See [#3309](https://github.com/DataDog/integrations-core/pull/3309). -* Properly ship flup on Python 3. See [#3304](https://github.com/DataDog/integrations-core/pull/3304). +* Ensure the use of relative imports to avoid circular dependencies ([#3326](https://github.com/DataDog/integrations-core/pull/3326)) +* Remove uuid dependency ([#3309](https://github.com/DataDog/integrations-core/pull/3309)) +* Properly ship flup on Python 3 ([#3304](https://github.com/DataDog/integrations-core/pull/3304)) ## 6.3.0 / 2019-03-14 ***Added***: -* Add rfc3339 utilities. See [#3189](https://github.com/DataDog/integrations-core/pull/3189). -* Backport Agent V6 utils to the AgentCheck class. See [#3261](https://github.com/DataDog/integrations-core/pull/3261). +* Add rfc3339 utilities ([#3189](https://github.com/DataDog/integrations-core/pull/3189)) +* Backport Agent V6 utils to the AgentCheck class ([#3261](https://github.com/DataDog/integrations-core/pull/3261)) ## 6.2.0 / 2019-03-10 ***Added***: -* Upgrade protobuf to 3.7.0. See [#3272](https://github.com/DataDog/integrations-core/pull/3272). -* Upgrade requests to 2.21.0. See [#3274](https://github.com/DataDog/integrations-core/pull/3274). -* Upgrade six to 1.12.0. See [#3276](https://github.com/DataDog/integrations-core/pull/3276). -* Add iter_unique util. See [#3269](https://github.com/DataDog/integrations-core/pull/3269). -* Upgrade aerospike dependency. See [#3235](https://github.com/DataDog/integrations-core/pull/3235). +* Upgrade protobuf to 3.7.0 ([#3272](https://github.com/DataDog/integrations-core/pull/3272)) +* Upgrade requests to 2.21.0 ([#3274](https://github.com/DataDog/integrations-core/pull/3274)) +* Upgrade six to 1.12.0 ([#3276](https://github.com/DataDog/integrations-core/pull/3276)) +* Add iter_unique util ([#3269](https://github.com/DataDog/integrations-core/pull/3269)) +* Upgrade aerospike dependency ([#3235](https://github.com/DataDog/integrations-core/pull/3235)) ***Fixed***: -* Fixed decoding warning for None tags. See [#3249](https://github.com/DataDog/integrations-core/pull/3249). -* ensure_unicode with normalize for py3 compatibility. See [#3218](https://github.com/DataDog/integrations-core/pull/3218). +* Fixed decoding warning for None tags ([#3249](https://github.com/DataDog/integrations-core/pull/3249)) +* ensure_unicode with normalize for py3 compatibility ([#3218](https://github.com/DataDog/integrations-core/pull/3218)) ## 6.1.0 / 2019-02-20 ***Added***: -* Add openstacksdk option to openstack_controller. See [#3109](https://github.com/DataDog/integrations-core/pull/3109). +* Add openstacksdk option to openstack_controller ([#3109](https://github.com/DataDog/integrations-core/pull/3109)) ## 6.0.1 / 2019-02-20 / Agent 6.10.0 ***Fixed***: -* Import kubernetes lazily to reduce memory footprint. See [#3166](https://github.com/DataDog/integrations-core/pull/3166). +* Import kubernetes lazily to reduce memory footprint ([#3166](https://github.com/DataDog/integrations-core/pull/3166)) ## 6.0.0 / 2019-02-12 ***Changed***: -* Fix riakcs dependencies. See [#3033](https://github.com/DataDog/integrations-core/pull/3033). +* Fix riakcs dependencies ([#3033](https://github.com/DataDog/integrations-core/pull/3033)) ***Added***: -* Expose the single check instance as an attribute. See [#3093](https://github.com/DataDog/integrations-core/pull/3093). -* Parse raw yaml instances and init_config with dedicated base class method. See [#3098](https://github.com/DataDog/integrations-core/pull/3098). -* Add datadog-checks-downloader. See [#3026](https://github.com/DataDog/integrations-core/pull/3026). -* Support Python 3 Base WMI. See [#3036](https://github.com/DataDog/integrations-core/pull/3036). -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). -* Support Python 3. See [#2835](https://github.com/DataDog/integrations-core/pull/2835). +* Expose the single check instance as an attribute ([#3093](https://github.com/DataDog/integrations-core/pull/3093)) +* Parse raw yaml instances and init_config with dedicated base class method ([#3098](https://github.com/DataDog/integrations-core/pull/3098)) +* Add datadog-checks-downloader ([#3026](https://github.com/DataDog/integrations-core/pull/3026)) +* Support Python 3 Base WMI ([#3036](https://github.com/DataDog/integrations-core/pull/3036)) +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) +* Support Python 3 ([#2835](https://github.com/DataDog/integrations-core/pull/2835)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). -* Properly prevent critical logs during testing. See [#3053](https://github.com/DataDog/integrations-core/pull/3053). -* Remove extra log about error encoding tag. See [#2976](https://github.com/DataDog/integrations-core/pull/2976). -* Improve log messages for when tags aren't utf-8. See [#2966](https://github.com/DataDog/integrations-core/pull/2966). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) +* Properly prevent critical logs during testing ([#3053](https://github.com/DataDog/integrations-core/pull/3053)) +* Remove extra log about error encoding tag ([#2976](https://github.com/DataDog/integrations-core/pull/2976)) +* Improve log messages for when tags aren't utf-8 ([#2966](https://github.com/DataDog/integrations-core/pull/2966)) ## 5.2.0 / 2019-01-16 ***Added***: -* Make service check statuses available as constants. See [#2960](https://github.com/DataDog/integrations-core/pull/2960). +* Make service check statuses available as constants ([#2960](https://github.com/DataDog/integrations-core/pull/2960)) ## 5.1.0 / 2019-01-15 ***Added***: -* Add round method to checks base. See [#2931](https://github.com/DataDog/integrations-core/pull/2931). -* Added lxml dependency. See [#2846](https://github.com/DataDog/integrations-core/pull/2846). -* Support unicode for Python 3 bindings. See [#2869](https://github.com/DataDog/integrations-core/pull/2869). +* Add round method to checks base ([#2931](https://github.com/DataDog/integrations-core/pull/2931)) +* Added lxml dependency ([#2846](https://github.com/DataDog/integrations-core/pull/2846)) +* Support unicode for Python 3 bindings ([#2869](https://github.com/DataDog/integrations-core/pull/2869)) ***Fixed***: -* Always ensure_unicode for subprocess output. See [#2941](https://github.com/DataDog/integrations-core/pull/2941). -* Include count as an aggregate type in tests. See [#2920](https://github.com/DataDog/integrations-core/pull/2920). +* Always ensure_unicode for subprocess output ([#2941](https://github.com/DataDog/integrations-core/pull/2941)) +* Include count as an aggregate type in tests ([#2920](https://github.com/DataDog/integrations-core/pull/2920)) ## 5.0.1 / 2019-01-07 / Agent 6.9.0 ***Fixed***: -* Fix context limit logic for OpenMetrics checks. See [#2877](https://github.com/DataDog/integrations-core/pull/2877). +* Fix context limit logic for OpenMetrics checks ([#2877](https://github.com/DataDog/integrations-core/pull/2877)) ## 5.0.0 / 2019-01-04 ***Changed***: -* Bump kafka-python and kazoo. See [#2766](https://github.com/DataDog/integrations-core/pull/2766). +* Bump kafka-python and kazoo ([#2766](https://github.com/DataDog/integrations-core/pull/2766)) ***Added***: -* Add kube_controller_manager integration. See [#2845](https://github.com/DataDog/integrations-core/pull/2845). -* Add kube_leader mixin to monitor leader elections. See [#2796](https://github.com/DataDog/integrations-core/pull/2796). -* Prevent caching of PDH counter instances by default. See [#2654](https://github.com/DataDog/integrations-core/pull/2654). -* Prevent critical logs during testing. See [#2840](https://github.com/DataDog/integrations-core/pull/2840). -* Support trace logging. See [#2838](https://github.com/DataDog/integrations-core/pull/2838). -* Bump psycopg2-binary version to 2.7.5. See [#2799](https://github.com/DataDog/integrations-core/pull/2799). -* Support Python 3. See [#2780](https://github.com/DataDog/integrations-core/pull/2780). -* Support Python 3. See [#2738](https://github.com/DataDog/integrations-core/pull/2738). +* Add kube_controller_manager integration ([#2845](https://github.com/DataDog/integrations-core/pull/2845)) +* Add kube_leader mixin to monitor leader elections ([#2796](https://github.com/DataDog/integrations-core/pull/2796)) +* Prevent caching of PDH counter instances by default ([#2654](https://github.com/DataDog/integrations-core/pull/2654)) +* Prevent critical logs during testing ([#2840](https://github.com/DataDog/integrations-core/pull/2840)) +* Support trace logging ([#2838](https://github.com/DataDog/integrations-core/pull/2838)) +* Bump psycopg2-binary version to 2.7.5 ([#2799](https://github.com/DataDog/integrations-core/pull/2799)) +* Support Python 3 ([#2780](https://github.com/DataDog/integrations-core/pull/2780)) +* Support Python 3 ([#2738](https://github.com/DataDog/integrations-core/pull/2738)) ***Fixed***: -* Use 'format()' function to create device tag. See [#2822](https://github.com/DataDog/integrations-core/pull/2822). -* Bump pyodbc for python3.7 compatibility. See [#2801](https://github.com/DataDog/integrations-core/pull/2801). -* Fix metric normalization function for Python 3. See [#2784](https://github.com/DataDog/integrations-core/pull/2784). +* Use 'format()' function to create device tag ([#2822](https://github.com/DataDog/integrations-core/pull/2822)) +* Bump pyodbc for python3.7 compatibility ([#2801](https://github.com/DataDog/integrations-core/pull/2801)) +* Fix metric normalization function for Python 3 ([#2784](https://github.com/DataDog/integrations-core/pull/2784)) ## 4.6.0 / 2018-12-07 / Agent 6.8.0 ***Added***: -* Fix unicode handling of log messages. See [#2698](https://github.com/DataDog/integrations-core/pull/2698). +* Fix unicode handling of log messages ([#2698](https://github.com/DataDog/integrations-core/pull/2698)) ***Fixed***: -* Ensure unicode for subprocess output. See [#2697](https://github.com/DataDog/integrations-core/pull/2697). +* Ensure unicode for subprocess output ([#2697](https://github.com/DataDog/integrations-core/pull/2697)) ## 4.5.0 / 2018-12-02 ***Added***: -* Improve OpenMetrics label joins. See [#2624](https://github.com/DataDog/integrations-core/pull/2624). +* Improve OpenMetrics label joins ([#2624](https://github.com/DataDog/integrations-core/pull/2624)) ## 4.4.0 / 2018-11-30 ***Added***: -* Add linux as supported OS. See [#2614](https://github.com/DataDog/integrations-core/pull/2614). -* Upgrade cryptography. See [#2659](https://github.com/DataDog/integrations-core/pull/2659). -* Upgrade requests. See [#2656](https://github.com/DataDog/integrations-core/pull/2656). -* Log line where `AgentCheck.warning` was called in the check. See [#2620](https://github.com/DataDog/integrations-core/pull/2620). +* Add linux as supported OS ([#2614](https://github.com/DataDog/integrations-core/pull/2614)) +* Upgrade cryptography ([#2659](https://github.com/DataDog/integrations-core/pull/2659)) +* Upgrade requests ([#2656](https://github.com/DataDog/integrations-core/pull/2656)) +* Log line where `AgentCheck.warning` was called in the check ([#2620](https://github.com/DataDog/integrations-core/pull/2620)) ***Fixed***: -* Fix not_asserted aggregator stub function. See [#2639](https://github.com/DataDog/integrations-core/pull/2639). -* Fix requirements-agent-release.txt updating. See [#2617](https://github.com/DataDog/integrations-core/pull/2617). +* Fix not_asserted aggregator stub function ([#2639](https://github.com/DataDog/integrations-core/pull/2639)) +* Fix requirements-agent-release.txt updating ([#2617](https://github.com/DataDog/integrations-core/pull/2617)) ## 4.3.0 / 2018-11-12 ***Added***: -* Add option to prevent subprocess command logging. See [#2565](https://github.com/DataDog/integrations-core/pull/2565). -* Support Kerberos auth. See [#2516](https://github.com/DataDog/integrations-core/pull/2516). -* Add option to send additional metric tags for Open Metrics. See [#2514](https://github.com/DataDog/integrations-core/pull/2514). -* Add standard ssl_verify option to Open Metrics. See [#2507](https://github.com/DataDog/integrations-core/pull/2507). -* Winpdh improve exception messages. See [#2486](https://github.com/DataDog/integrations-core/pull/2486). -* Upgrade requests. See [#2481](https://github.com/DataDog/integrations-core/pull/2481). -* Fix unicode handling on A6. See [#2435](https://github.com/DataDog/integrations-core/pull/2435). +* Add option to prevent subprocess command logging ([#2565](https://github.com/DataDog/integrations-core/pull/2565)) +* Support Kerberos auth ([#2516](https://github.com/DataDog/integrations-core/pull/2516)) +* Add option to send additional metric tags for Open Metrics ([#2514](https://github.com/DataDog/integrations-core/pull/2514)) +* Add standard ssl_verify option to Open Metrics ([#2507](https://github.com/DataDog/integrations-core/pull/2507)) +* Winpdh improve exception messages ([#2486](https://github.com/DataDog/integrations-core/pull/2486)) +* Upgrade requests ([#2481](https://github.com/DataDog/integrations-core/pull/2481)) +* Fix unicode handling on A6 ([#2435](https://github.com/DataDog/integrations-core/pull/2435)) ***Fixed***: -* Fix bug making the network check read /proc instead of /host/proc on containers. See [#2460](https://github.com/DataDog/integrations-core/pull/2460). +* Fix bug making the network check read /proc instead of /host/proc on containers ([#2460](https://github.com/DataDog/integrations-core/pull/2460)) ## 4.2.0 / 2018-10-16 / Agent 6.6.0 ***Added***: -* Expose text conversion methods. See [#2420](https://github.com/DataDog/integrations-core/pull/2420). +* Expose text conversion methods ([#2420](https://github.com/DataDog/integrations-core/pull/2420)) ***Fixed***: -* Handle unicode strings in non-float handler's error message. See [#2419](https://github.com/DataDog/integrations-core/pull/2419). +* Handle unicode strings in non-float handler's error message ([#2419](https://github.com/DataDog/integrations-core/pull/2419)) ## 4.1.0 / 2018-10-12 ***Added***: -* Expose core functionality at the root. See [#2394](https://github.com/DataDog/integrations-core/pull/2394). -* base: add check name to Limiter warning message. See [#2391](https://github.com/DataDog/integrations-core/pull/2391). +* Expose core functionality at the root ([#2394](https://github.com/DataDog/integrations-core/pull/2394)) +* base: add check name to Limiter warning message ([#2391](https://github.com/DataDog/integrations-core/pull/2391)) ***Fixed***: -* Fix import of _get_py_loglevel. See [#2383](https://github.com/DataDog/integrations-core/pull/2383). -* Fix hostname override and type for status_report.count metrics. See [#2372](https://github.com/DataDog/integrations-core/pull/2372). +* Fix import of _get_py_loglevel ([#2383](https://github.com/DataDog/integrations-core/pull/2383)) +* Fix hostname override and type for status_report.count metrics ([#2372](https://github.com/DataDog/integrations-core/pull/2372)) ## 4.0.0 / 2018-10-11 ***Changed***: -* Add base subpackage to datadog_checks_base. See [#2331](https://github.com/DataDog/integrations-core/pull/2331). +* Add base subpackage to datadog_checks_base ([#2331](https://github.com/DataDog/integrations-core/pull/2331)) ***Added***: -* Added generic error class ConfigurationError. See [#2367](https://github.com/DataDog/integrations-core/pull/2367). -* Freeze Agent requirements. See [#2328](https://github.com/DataDog/integrations-core/pull/2328). -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Added generic error class ConfigurationError ([#2367](https://github.com/DataDog/integrations-core/pull/2367)) +* Freeze Agent requirements ([#2328](https://github.com/DataDog/integrations-core/pull/2328)) +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 3.0.0 / 2018-09-25 ***Changed***: -* Catch exception when string sent as metric value. See [#2293](https://github.com/DataDog/integrations-core/pull/2293). -* Revert default prometheus metric limit to 2000. See [#2248](https://github.com/DataDog/integrations-core/pull/2248). +* Catch exception when string sent as metric value ([#2293](https://github.com/DataDog/integrations-core/pull/2293)) +* Revert default prometheus metric limit to 2000 ([#2248](https://github.com/DataDog/integrations-core/pull/2248)) ***Added***: -* Adds ability to Trace "check" function with DD APM. See [#2079](https://github.com/DataDog/integrations-core/pull/2079). +* Adds ability to Trace "check" function with DD APM ([#2079](https://github.com/DataDog/integrations-core/pull/2079)) ***Fixed***: -* Fix base class imports for Agent 5. See [#2232](https://github.com/DataDog/integrations-core/pull/2232). +* Fix base class imports for Agent 5 ([#2232](https://github.com/DataDog/integrations-core/pull/2232)) ## 2.2.1 / 2018-09-11 / Agent 6.5.0 ***Fixed***: -* Temporarily increase the limit of prometheus metrics sent for 6.5. See [#2214](https://github.com/DataDog/integrations-core/pull/2214). +* Temporarily increase the limit of prometheus metrics sent for 6.5 ([#2214](https://github.com/DataDog/integrations-core/pull/2214)) ## 2.2.0 / 2018-09-06 ***Changed***: -* Freeze pyVmomi dep in base check. See [#2181](https://github.com/DataDog/integrations-core/pull/2181). +* Freeze pyVmomi dep in base check ([#2181](https://github.com/DataDog/integrations-core/pull/2181)) ## 2.1.0 / 2018-09-05 ***Changed***: -* Change order of precedence of whitelist and blacklist for pattern filtering. See [#2174](https://github.com/DataDog/integrations-core/pull/2174). +* Change order of precedence of whitelist and blacklist for pattern filtering ([#2174](https://github.com/DataDog/integrations-core/pull/2174)) ## 2.0.0 / 2018-09-04 ***Changed***: -* Allow checks to manually specify in their configuration which defaults to use. See [#2145](https://github.com/DataDog/integrations-core/pull/2145). -* Use different defaults if scraper_config is created by OpenMetricsBaseCheck. See [#2135](https://github.com/DataDog/integrations-core/pull/2135). -* Drop protobuf support for OpenMetrics. See [#2098](https://github.com/DataDog/integrations-core/pull/2098). -* Create OpenMetricsBaseCheck, an improved version of GenericPrometheusCheck. See [#1976](https://github.com/DataDog/integrations-core/pull/1976). +* Allow checks to manually specify in their configuration which defaults to use ([#2145](https://github.com/DataDog/integrations-core/pull/2145)) +* Use different defaults if scraper_config is created by OpenMetricsBaseCheck ([#2135](https://github.com/DataDog/integrations-core/pull/2135)) +* Drop protobuf support for OpenMetrics ([#2098](https://github.com/DataDog/integrations-core/pull/2098)) +* Create OpenMetricsBaseCheck, an improved version of GenericPrometheusCheck ([#1976](https://github.com/DataDog/integrations-core/pull/1976)) ***Added***: -* Add cluster-name suffix to node-names in kubernetes state. See [#2069](https://github.com/DataDog/integrations-core/pull/2069). -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093](https://github.com/DataDog/integrations-core/pull/2093). -* Add code coverage. See [#2105](https://github.com/DataDog/integrations-core/pull/2105). +* Add cluster-name suffix to node-names in kubernetes state ([#2069](https://github.com/DataDog/integrations-core/pull/2069)) +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093](https://github.com/DataDog/integrations-core/pull/2093)) +* Add code coverage ([#2105](https://github.com/DataDog/integrations-core/pull/2105)) ***Fixed***: -* Moves WMI Check to Pytest. See [#2133](https://github.com/DataDog/integrations-core/pull/2133). -* Fix Prometheus scraping for Python 3. See [#2128](https://github.com/DataDog/integrations-core/pull/2128). -* Move RiakCS to pytest, fixes duped tags in RiakCS, adds google_cloud_engine pip dep. See [#2081](https://github.com/DataDog/integrations-core/pull/2081). +* Moves WMI Check to Pytest ([#2133](https://github.com/DataDog/integrations-core/pull/2133)) +* Fix Prometheus scraping for Python 3 ([#2128](https://github.com/DataDog/integrations-core/pull/2128)) +* Move RiakCS to pytest, fixes duped tags in RiakCS, adds google_cloud_engine pip dep ([#2081](https://github.com/DataDog/integrations-core/pull/2081)) ## 1.5.0 / 2018-08-19 ***Added***: -* Allow installation of base dependencies. See [#2067](https://github.com/DataDog/integrations-core/pull/2067). -* Support Python 3 for datadog_checks_base. See [#1957](https://github.com/DataDog/integrations-core/pull/1957). +* Allow installation of base dependencies ([#2067](https://github.com/DataDog/integrations-core/pull/2067)) +* Support Python 3 for datadog_checks_base ([#1957](https://github.com/DataDog/integrations-core/pull/1957)) ***Fixed***: -* Retrieve no_proxy directly from the Datadog Agent's configuration. See [#2004](https://github.com/DataDog/integrations-core/pull/2004). -* Properly skip proxy environment variables. See [#1935](https://github.com/DataDog/integrations-core/pull/1935). -* Update cryptography to 2.3. See [#1927](https://github.com/DataDog/integrations-core/pull/1927). +* Retrieve no_proxy directly from the Datadog Agent's configuration ([#2004](https://github.com/DataDog/integrations-core/pull/2004)) +* Properly skip proxy environment variables ([#1935](https://github.com/DataDog/integrations-core/pull/1935)) +* Update cryptography to 2.3 ([#1927](https://github.com/DataDog/integrations-core/pull/1927)) ## 1.4.0 / 2018-07-18 / Agent 6.4.0 ***Changed***: -* Bump prometheus client library to 0.3.0. See [#1866](https://github.com/DataDog/integrations-core/pull/1866). +* Bump prometheus client library to 0.3.0 ([#1866](https://github.com/DataDog/integrations-core/pull/1866)) ***Added***: -* Make HTTP request timeout configurable in prometheus checks. See [#1790](https://github.com/DataDog/integrations-core/pull/1790). +* Make HTTP request timeout configurable in prometheus checks ([#1790](https://github.com/DataDog/integrations-core/pull/1790)) ***Fixed***: -* fix packaging of agent requirements. See [#1911](https://github.com/DataDog/integrations-core/pull/1911). -* Properly use skip_proxy for instance configuration. See [#1880](https://github.com/DataDog/integrations-core/pull/1880). -* Sync WMI utils from dd-agent to datadog-checks-base. See [#1897](https://github.com/DataDog/integrations-core/pull/1897). -* Improve check performance by filtering it's input before parsing. See [#1875](https://github.com/DataDog/integrations-core/pull/1875). +* fix packaging of agent requirements ([#1911](https://github.com/DataDog/integrations-core/pull/1911)) +* Properly use skip_proxy for instance configuration ([#1880](https://github.com/DataDog/integrations-core/pull/1880)) +* Sync WMI utils from dd-agent to datadog-checks-base ([#1897](https://github.com/DataDog/integrations-core/pull/1897)) +* Improve check performance by filtering it's input before parsing ([#1875](https://github.com/DataDog/integrations-core/pull/1875)) ## 1.3.2 / 2018-06-15 ***Changed***: -* Bump requests to 2.19.1. See [#1743](https://github.com/DataDog/integrations-core/pull/1743). +* Bump requests to 2.19.1 ([#1743](https://github.com/DataDog/integrations-core/pull/1743)) ## 1.3.1 / 2018-06-13 ***Changed***: -* Set requests stream option to false when scraping Prometheus endpoints. See [#1596](https://github.com/DataDog/integrations-core/pull/1596). +* Set requests stream option to false when scraping Prometheus endpoints ([#1596](https://github.com/DataDog/integrations-core/pull/1596)) ***Fixed***: -* upgrade requests dependency. See [#1734](https://github.com/DataDog/integrations-core/pull/1734). +* upgrade requests dependency ([#1734](https://github.com/DataDog/integrations-core/pull/1734)) ## 1.3.0 / 2018-06-07 ***Added***: -* Support for gathering metrics from prometheus endpoint for the kubelet itself.. See [#1581](https://github.com/DataDog/integrations-core/pull/1581). -* include wmi for compat. See [#1565](https://github.com/DataDog/integrations-core/pull/1565). -* added missing tailfile util. See [#1566](https://github.com/DataDog/integrations-core/pull/1566). +* Support for gathering metrics from prometheus endpoint for the kubelet itself. ([#1581](https://github.com/DataDog/integrations-core/pull/1581)) +* include wmi for compat ([#1565](https://github.com/DataDog/integrations-core/pull/1565)) +* added missing tailfile util ([#1566](https://github.com/DataDog/integrations-core/pull/1566)) ***Fixed***: -* change default value of AgentCheck.check_id for Agent 6. See [#1652](https://github.com/DataDog/integrations-core/pull/1652). -* [base] when running A6, mirror logging behavior. See [#1561](https://github.com/DataDog/integrations-core/pull/1561). +* change default value of AgentCheck.check_id for Agent 6 ([#1652](https://github.com/DataDog/integrations-core/pull/1652)) +* [base] when running A6, mirror logging behavior ([#1561](https://github.com/DataDog/integrations-core/pull/1561)) ## 1.2.2 / 2018-05-11 diff --git a/datadog_checks_dependency_provider/CHANGELOG.md b/datadog_checks_dependency_provider/CHANGELOG.md index d820dfb2bc837..dc4fbb7da5601 100644 --- a/datadog_checks_dependency_provider/CHANGELOG.md +++ b/datadog_checks_dependency_provider/CHANGELOG.md @@ -6,28 +6,28 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Move foundationdb to core. See [#11636](https://github.com/DataDog/integrations-core/pull/11636). +* Move foundationdb to core ([#11636](https://github.com/DataDog/integrations-core/pull/11636)) ## 1.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) ## 1.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add dependency `foundationdb` version `6.3.18`. See [#10050](https://github.com/DataDog/integrations-core/pull/10050). +* Add dependency `foundationdb` version `6.3.18` ([#10050](https://github.com/DataDog/integrations-core/pull/10050)) ## 1.0.0 / 2021-09-03 ***Added***: -* Add `datadog_checks_dependency_provider` check. See [#10040](https://github.com/DataDog/integrations-core/pull/10040). +* Add `datadog_checks_dependency_provider` check ([#10040](https://github.com/DataDog/integrations-core/pull/10040)) diff --git a/datadog_checks_dev/CHANGELOG.md b/datadog_checks_dev/CHANGELOG.md index 6bb4cf93a5004..b28ffe663c393 100644 --- a/datadog_checks_dev/CHANGELOG.md +++ b/datadog_checks_dev/CHANGELOG.md @@ -22,2443 +22,2443 @@ ***Fixed***: -* Bump datamodel-code-generator to address pydantic deprecations. See [#15521](https://github.com/DataDog/integrations-core/pull/15521). +* Bump datamodel-code-generator to address pydantic deprecations ([#15521](https://github.com/DataDog/integrations-core/pull/15521)) ## 22.1.1 / 2023-08-08 ***Fixed***: -* Change equality requirement to subset in dependency validation. See [#15490](https://github.com/DataDog/integrations-core/pull/15490). -* Upgrade postgres check to psycopg3. See [#15411](https://github.com/DataDog/integrations-core/pull/15411). -* Bump the min base check version in the templates to 32.6.0. See [#15442](https://github.com/DataDog/integrations-core/pull/15442). -* Update formatting of changelog templates. See [#15434](https://github.com/DataDog/integrations-core/pull/15434). -* Improvements on dependency validation. See [#15416](https://github.com/DataDog/integrations-core/pull/15416). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). -* Remove `legal_email` field from Ecosystem template. See [#15379](https://github.com/DataDog/integrations-core/pull/15379). -* Add new release notes below the Unreleased section of changelogs. See [#15332](https://github.com/DataDog/integrations-core/pull/15332). +* Change equality requirement to subset in dependency validation ([#15490](https://github.com/DataDog/integrations-core/pull/15490)) +* Upgrade postgres check to psycopg3 ([#15411](https://github.com/DataDog/integrations-core/pull/15411)) +* Bump the min base check version in the templates to 32.6.0 ([#15442](https://github.com/DataDog/integrations-core/pull/15442)) +* Update formatting of changelog templates ([#15434](https://github.com/DataDog/integrations-core/pull/15434)) +* Improvements on dependency validation ([#15416](https://github.com/DataDog/integrations-core/pull/15416)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) +* Remove `legal_email` field from Ecosystem template ([#15379](https://github.com/DataDog/integrations-core/pull/15379)) +* Add new release notes below the Unreleased section of changelogs ([#15332](https://github.com/DataDog/integrations-core/pull/15332)) ## 22.1.0 / 2023-07-20 ***Added***: -* Upgrade click to 8.1.6. See [#15272](https://github.com/DataDog/integrations-core/pull/15272). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). -* Prometheus parsing commands accept files in addition to endpoints. See [#15071](https://github.com/DataDog/integrations-core/pull/15071). +* Upgrade click to 8.1.6 ([#15272](https://github.com/DataDog/integrations-core/pull/15272)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) +* Prometheus parsing commands accept files in addition to endpoints ([#15071](https://github.com/DataDog/integrations-core/pull/15071)) ***Fixed***: -* Do not attempt to upgrade dependencies that break our tests. See [#15226](https://github.com/DataDog/integrations-core/pull/15226). -* Fix formatting of list in click command help string. See [#15240](https://github.com/DataDog/integrations-core/pull/15240). +* Do not attempt to upgrade dependencies that break our tests ([#15226](https://github.com/DataDog/integrations-core/pull/15226)) +* Fix formatting of list in click command help string ([#15240](https://github.com/DataDog/integrations-core/pull/15240)) ## 22.0.1 / 2023-07-10 ***Fixed***: -* Exclude click 8.1.4 to solve mypy issues. See [#15201](https://github.com/DataDog/integrations-core/pull/15201). -* Bump the minimal base check version in the integration templates. See [#15178](https://github.com/DataDog/integrations-core/pull/15178). +* Exclude click 8.1.4 to solve mypy issues ([#15201](https://github.com/DataDog/integrations-core/pull/15201)) +* Bump the minimal base check version in the integration templates ([#15178](https://github.com/DataDog/integrations-core/pull/15178)) ## 22.0.0 / 2023-07-05 ***Changed***: -* Move CLI plugins to ddev. See [#15166](https://github.com/DataDog/integrations-core/pull/15166). +* Move CLI plugins to ddev ([#15166](https://github.com/DataDog/integrations-core/pull/15166)) ***Added***: -* Add step unit to metadata check. See [#14862](https://github.com/DataDog/integrations-core/pull/14862). +* Add step unit to metadata check ([#14862](https://github.com/DataDog/integrations-core/pull/14862)) ***Fixed***: -* Update a log message to mention `hatch` instead of `tox`. See [#15037](https://github.com/DataDog/integrations-core/pull/15037). +* Update a log message to mention `hatch` instead of `tox` ([#15037](https://github.com/DataDog/integrations-core/pull/15037)) ## 21.0.0 / 2023-06-22 ***Removed***: -* Remove ddev script from datadog_checks_dev. See [#14837](https://github.com/DataDog/integrations-core/pull/14837). +* Remove ddev script from datadog_checks_dev ([#14837](https://github.com/DataDog/integrations-core/pull/14837)) ***Changed***: -* Reorder changelogs by priority. See [#14836](https://github.com/DataDog/integrations-core/pull/14836). +* Reorder changelogs by priority ([#14836](https://github.com/DataDog/integrations-core/pull/14836)) ***Added***: -* Update changelog generation to use a better formatting. See [#14810](https://github.com/DataDog/integrations-core/pull/14810). +* Update changelog generation to use a better formatting ([#14810](https://github.com/DataDog/integrations-core/pull/14810)) ***Fixed***: -* Revert "Set the `marker` option to `not e2e` by default (#14804)". See [#14815](https://github.com/DataDog/integrations-core/pull/14815). -* Set the `marker` option to `not e2e` by default. See [#14804](https://github.com/DataDog/integrations-core/pull/14804). +* Revert "Set the `marker` option to `not e2e` by default (#14804)" ([#14815](https://github.com/DataDog/integrations-core/pull/14815)) +* Set the `marker` option to `not e2e` by default ([#14804](https://github.com/DataDog/integrations-core/pull/14804)) ## 20.0.1 / 2023-06-20 ***Fixed***: -* Fix ability to release ddev. See [#14790](https://github.com/DataDog/integrations-core/pull/14790). +* Fix ability to release ddev ([#14790](https://github.com/DataDog/integrations-core/pull/14790)) ## 20.0.0 / 2023-06-16 ***Changed***: -* Remove `pyperclip` dependency and clipboard functionality. See [#14782](https://github.com/DataDog/integrations-core/pull/14782). +* Remove `pyperclip` dependency and clipboard functionality ([#14782](https://github.com/DataDog/integrations-core/pull/14782)) ***Added***: -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). -* Add validations for removed dependencies. See [#14556](https://github.com/DataDog/integrations-core/pull/14556). +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) +* Add validations for removed dependencies ([#14556](https://github.com/DataDog/integrations-core/pull/14556)) ***Fixed***: -* Update the expvar port and enable telemetry. See [#14729](https://github.com/DataDog/integrations-core/pull/14729). +* Update the expvar port and enable telemetry ([#14729](https://github.com/DataDog/integrations-core/pull/14729)) ## 19.4.1 / 2023-06-08 ***Fixed***: -* Revert "Capture stderr from docker compose to improve debugging experience" (#13949). See [#14714](https://github.com/DataDog/integrations-core/pull/14714). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Allow typed-ast to work for python3.11. See [#14689](https://github.com/DataDog/integrations-core/pull/14689). -* Rephrase the `--dev` description for the `start` command. See [#14681](https://github.com/DataDog/integrations-core/pull/14681). +* Revert "Capture stderr from docker compose to improve debugging experience" (#13949) ([#14714](https://github.com/DataDog/integrations-core/pull/14714)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Allow typed-ast to work for python3.11 ([#14689](https://github.com/DataDog/integrations-core/pull/14689)) +* Rephrase the `--dev` description for the `start` command ([#14681](https://github.com/DataDog/integrations-core/pull/14681)) ## 19.4.0 / 2023-06-06 ***Added***: -* Update minimum base check version for templates. See [#14643](https://github.com/DataDog/integrations-core/pull/14643). +* Update minimum base check version for templates ([#14643](https://github.com/DataDog/integrations-core/pull/14643)) ***Fixed***: -* Keep pydantic version synced. See [#14656](https://github.com/DataDog/integrations-core/pull/14656). -* Fix `generate-profile-from-mibs`. See [#14676](https://github.com/DataDog/integrations-core/pull/14676). +* Keep pydantic version synced ([#14656](https://github.com/DataDog/integrations-core/pull/14656)) +* Fix `generate-profile-from-mibs` ([#14676](https://github.com/DataDog/integrations-core/pull/14676)) ## 19.3.1 / 2023-05-26 ***Fixed***: -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) ## 19.3.0 / 2023-05-17 ***Added***: -* Add `token` and `alert` as valid metric units. See [#14575](https://github.com/DataDog/integrations-core/pull/14575). -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add `token` and `alert` as valid metric units ([#14575](https://github.com/DataDog/integrations-core/pull/14575)) +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Fix format-style command when test custom_integration for tox. See [#14547](https://github.com/DataDog/integrations-core/pull/14547). Thanks [FeruBaco](https://github.com/FeruBaco). -* Remove unnecesary commas after type definition. See [#14529](https://github.com/DataDog/integrations-core/pull/14529). Thanks [FeruBaco](https://github.com/FeruBaco). -* Capture stderr from docker compose to improve debugging experience. See [#13949](https://github.com/DataDog/integrations-core/pull/13949). +* Fix format-style command when test custom_integration for tox ([#14547](https://github.com/DataDog/integrations-core/pull/14547)) Thanks [FeruBaco](https://github.com/FeruBaco). +* Remove unnecesary commas after type definition ([#14529](https://github.com/DataDog/integrations-core/pull/14529)) Thanks [FeruBaco](https://github.com/FeruBaco). +* Capture stderr from docker compose to improve debugging experience ([#13949](https://github.com/DataDog/integrations-core/pull/13949)) ## 19.2.0 / 2023-04-27 ***Added***: -* Remove Azure Pipelines from validation. See [#14475](https://github.com/DataDog/integrations-core/pull/14475). +* Remove Azure Pipelines from validation ([#14475](https://github.com/DataDog/integrations-core/pull/14475)) ***Fixed***: -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). -* Drop some kafka_consumer old dependencies from the `licenses` command. See [#14244](https://github.com/DataDog/integrations-core/pull/14244). +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) +* Drop some kafka_consumer old dependencies from the `licenses` command ([#14244](https://github.com/DataDog/integrations-core/pull/14244)) ## 19.1.0 / 2023-04-20 ***Added***: -* Introduce initial entry in CHANGELOG during ddev create. See [#14148](https://github.com/DataDog/integrations-core/pull/14148). +* Introduce initial entry in CHANGELOG during ddev create ([#14148](https://github.com/DataDog/integrations-core/pull/14148)) ***Fixed***: -* Limit the version of `virtualenv` to continue testing Python 2. See [#14431](https://github.com/DataDog/integrations-core/pull/14431). -* Make license validation deterministic wrt dependency specification. See [#14354](https://github.com/DataDog/integrations-core/pull/14354). +* Limit the version of `virtualenv` to continue testing Python 2 ([#14431](https://github.com/DataDog/integrations-core/pull/14431)) +* Make license validation deterministic wrt dependency specification ([#14354](https://github.com/DataDog/integrations-core/pull/14354)) ## 19.0.0 / 2023-04-11 ***Changed***: -* Replace flake8 and isort with Ruff. See [#14212](https://github.com/DataDog/integrations-core/pull/14212). +* Replace flake8 and isort with Ruff ([#14212](https://github.com/DataDog/integrations-core/pull/14212)) ## 18.1.0 / 2023-03-31 ***Added***: -* Get more insight into Agent E2E communication errors. See [#14259](https://github.com/DataDog/integrations-core/pull/14259). -* Support GitHub Actions for testing. See [#14237](https://github.com/DataDog/integrations-core/pull/14237). +* Get more insight into Agent E2E communication errors ([#14259](https://github.com/DataDog/integrations-core/pull/14259)) +* Support GitHub Actions for testing ([#14237](https://github.com/DataDog/integrations-core/pull/14237)) ***Fixed***: -* Fix a typo in the `disable_generic_tags` option description. See [#14246](https://github.com/DataDog/integrations-core/pull/14246). -* Fix style. See [#14230](https://github.com/DataDog/integrations-core/pull/14230). -* Fix traps db generation for expended representation. See [#14002](https://github.com/DataDog/integrations-core/pull/14002). +* Fix a typo in the `disable_generic_tags` option description ([#14246](https://github.com/DataDog/integrations-core/pull/14246)) +* Fix style ([#14230](https://github.com/DataDog/integrations-core/pull/14230)) +* Fix traps db generation for expended representation ([#14002](https://github.com/DataDog/integrations-core/pull/14002)) ## 18.0.0 / 2023-03-23 ***Changed***: -* Upgrade openstacksdk dependency and drop py2. See [#14109](https://github.com/DataDog/integrations-core/pull/14109). +* Upgrade openstacksdk dependency and drop py2 ([#14109](https://github.com/DataDog/integrations-core/pull/14109)) ***Added***: -* Allow to specify the mode when creating a temp dir. See [#14208](https://github.com/DataDog/integrations-core/pull/14208). -* Allow enabling of tracing for tests with an environment variable. See [#14206](https://github.com/DataDog/integrations-core/pull/14206). -* Move CI setup scripts to a provider-agnostic location. See [#14179](https://github.com/DataDog/integrations-core/pull/14179). +* Allow to specify the mode when creating a temp dir ([#14208](https://github.com/DataDog/integrations-core/pull/14208)) +* Allow enabling of tracing for tests with an environment variable ([#14206](https://github.com/DataDog/integrations-core/pull/14206)) +* Move CI setup scripts to a provider-agnostic location ([#14179](https://github.com/DataDog/integrations-core/pull/14179)) ***Fixed***: -* Skip metadata validation for non-metrics integrations. See [#14211](https://github.com/DataDog/integrations-core/pull/14211). -* Consider empty environment variables as unset. See [#14210](https://github.com/DataDog/integrations-core/pull/14210). -* Fix `generate-traps-db` command on windows. See [#14117](https://github.com/DataDog/integrations-core/pull/14117). +* Skip metadata validation for non-metrics integrations ([#14211](https://github.com/DataDog/integrations-core/pull/14211)) +* Consider empty environment variables as unset ([#14210](https://github.com/DataDog/integrations-core/pull/14210)) +* Fix `generate-traps-db` command on windows ([#14117](https://github.com/DataDog/integrations-core/pull/14117)) ## 17.9.0 / 2023-03-01 ***Added***: -* Add process and runtime to allowed prefixes. See [#14058](https://github.com/DataDog/integrations-core/pull/14058). +* Add process and runtime to allowed prefixes ([#14058](https://github.com/DataDog/integrations-core/pull/14058)) ***Fixed***: -* Fix dependency update logic for latest versions of `packaging`. See [#14055](https://github.com/DataDog/integrations-core/pull/14055). +* Fix dependency update logic for latest versions of `packaging` ([#14055](https://github.com/DataDog/integrations-core/pull/14055)) ## 17.8.2 / 2023-02-27 ***Fixed***: -* Update cryptography to 39.0.1. See [#13913](https://github.com/DataDog/integrations-core/pull/13913). -* Remove autodiscovery category from the SNMP template. See [#13924](https://github.com/DataDog/integrations-core/pull/13924). -* Remove py2 from the default template. See [#13838](https://github.com/DataDog/integrations-core/pull/13838). +* Update cryptography to 39.0.1 ([#13913](https://github.com/DataDog/integrations-core/pull/13913)) +* Remove autodiscovery category from the SNMP template ([#13924](https://github.com/DataDog/integrations-core/pull/13924)) +* Remove py2 from the default template ([#13838](https://github.com/DataDog/integrations-core/pull/13838)) ## 17.8.1 / 2023-01-25 ***Fixed***: -* Call hatch from `sys.executable`. See [#13769](https://github.com/DataDog/integrations-core/pull/13769). -* Bump pydantic version to 1.10.4. See [#13764](https://github.com/DataDog/integrations-core/pull/13764). +* Call hatch from `sys.executable` ([#13769](https://github.com/DataDog/integrations-core/pull/13769)) +* Bump pydantic version to 1.10.4 ([#13764](https://github.com/DataDog/integrations-core/pull/13764)) ## 17.8.0 / 2023-01-20 ***Added***: -* Update style deps. See [#13740](https://github.com/DataDog/integrations-core/pull/13740). +* Update style deps ([#13740](https://github.com/DataDog/integrations-core/pull/13740)) ***Fixed***: -* Fix `ddev make release` when the `version` parameter is not provided. See [#13717](https://github.com/DataDog/integrations-core/pull/13717). -* Improve startup time and fix some tests. See [#13703](https://github.com/DataDog/integrations-core/pull/13703). -* Validate the new release version when provided. See [#13687](https://github.com/DataDog/integrations-core/pull/13687). -* Always recreate the containers when using docker-compose in tests. See [#13685](https://github.com/DataDog/integrations-core/pull/13685). -* Automatically delete the agent container when the container is stopped. See [#13675](https://github.com/DataDog/integrations-core/pull/13675). -* Support license header validation for files encoded with utf8 with bom. See [#13676](https://github.com/DataDog/integrations-core/pull/13676). -* Stop ignoring the `protobuf` dependency when updating them. See [#13642](https://github.com/DataDog/integrations-core/pull/13642). -* Skip yanked artifacts from PyPi. See [#13632](https://github.com/DataDog/integrations-core/pull/13632). -* Update the hatch env selection to act as the tox one. See [#13644](https://github.com/DataDog/integrations-core/pull/13644). -* Rename TOX_SKIP_ENV to SKIP_ENV_NAME. See [#13633](https://github.com/DataDog/integrations-core/pull/13633). +* Fix `ddev make release` when the `version` parameter is not provided ([#13717](https://github.com/DataDog/integrations-core/pull/13717)) +* Improve startup time and fix some tests ([#13703](https://github.com/DataDog/integrations-core/pull/13703)) +* Validate the new release version when provided ([#13687](https://github.com/DataDog/integrations-core/pull/13687)) +* Always recreate the containers when using docker-compose in tests ([#13685](https://github.com/DataDog/integrations-core/pull/13685)) +* Automatically delete the agent container when the container is stopped ([#13675](https://github.com/DataDog/integrations-core/pull/13675)) +* Support license header validation for files encoded with utf8 with bom ([#13676](https://github.com/DataDog/integrations-core/pull/13676)) +* Stop ignoring the `protobuf` dependency when updating them ([#13642](https://github.com/DataDog/integrations-core/pull/13642)) +* Skip yanked artifacts from PyPi ([#13632](https://github.com/DataDog/integrations-core/pull/13632)) +* Update the hatch env selection to act as the tox one ([#13644](https://github.com/DataDog/integrations-core/pull/13644)) +* Rename TOX_SKIP_ENV to SKIP_ENV_NAME ([#13633](https://github.com/DataDog/integrations-core/pull/13633)) ## 17.7.0 / 2022-12-27 ***Added***: -* Add hidden option to ignore manifest schema validation. See [#13569](https://github.com/DataDog/integrations-core/pull/13569). -* Add `--fix` flag to `ddev validate license-headers` for automatically fixing errors. See [#13507](https://github.com/DataDog/integrations-core/pull/13507). +* Add hidden option to ignore manifest schema validation ([#13569](https://github.com/DataDog/integrations-core/pull/13569)) +* Add `--fix` flag to `ddev validate license-headers` for automatically fixing errors ([#13507](https://github.com/DataDog/integrations-core/pull/13507)) ***Fixed***: -* Properly account for other integration repos. See [#13581](https://github.com/DataDog/integrations-core/pull/13581). -* Make `ddev validate license-header` honor gitignore files. See [#13439](https://github.com/DataDog/integrations-core/pull/13439). -* Fix style. See [#13518](https://github.com/DataDog/integrations-core/pull/13518). +* Properly account for other integration repos ([#13581](https://github.com/DataDog/integrations-core/pull/13581)) +* Make `ddev validate license-header` honor gitignore files ([#13439](https://github.com/DataDog/integrations-core/pull/13439)) +* Fix style ([#13518](https://github.com/DataDog/integrations-core/pull/13518)) ## 17.6.0 / 2022-12-13 ***Added***: -* Update marketplace GitHub actions to validate new template fields. See [#13267](https://github.com/DataDog/integrations-core/pull/13267). +* Update marketplace GitHub actions to validate new template fields ([#13267](https://github.com/DataDog/integrations-core/pull/13267)) ***Fixed***: -* Fix style deps. See [#13495](https://github.com/DataDog/integrations-core/pull/13495). -* Update integrations repo name. See [#13494](https://github.com/DataDog/integrations-core/pull/13494). +* Fix style deps ([#13495](https://github.com/DataDog/integrations-core/pull/13495)) +* Update integrations repo name ([#13494](https://github.com/DataDog/integrations-core/pull/13494)) ## 17.5.1 / 2022-12-09 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 17.5.0 / 2022-12-09 ***Added***: -* Add `validate license-header` subcommand. See [#13417](https://github.com/DataDog/integrations-core/pull/13417). -* Add new template for metrics crawler integrations. See [#13411](https://github.com/DataDog/integrations-core/pull/13411). -* Add an option to ignore failed environments in env start. See [#13443](https://github.com/DataDog/integrations-core/pull/13443). +* Add `validate license-header` subcommand ([#13417](https://github.com/DataDog/integrations-core/pull/13417)) +* Add new template for metrics crawler integrations ([#13411](https://github.com/DataDog/integrations-core/pull/13411)) +* Add an option to ignore failed environments in env start ([#13443](https://github.com/DataDog/integrations-core/pull/13443)) ***Fixed***: -* Fix parsing of E2E output for Hatch environments when warnings occur. See [#13479](https://github.com/DataDog/integrations-core/pull/13479). -* Force the semver version to >=2.13.0. See [#13477](https://github.com/DataDog/integrations-core/pull/13477). -* Re-raise the exception when the environment failed to start. See [#13472](https://github.com/DataDog/integrations-core/pull/13472). -* Remove the `--memray-show-report` option. See [#13463](https://github.com/DataDog/integrations-core/pull/13463). -* Bump pytest-memray version. See [#13462](https://github.com/DataDog/integrations-core/pull/13462). -* Do not force pytest version. See [#13461](https://github.com/DataDog/integrations-core/pull/13461). -* Fix typo in platfrom-integrations team name. See [#13368](https://github.com/DataDog/integrations-core/pull/13368). +* Fix parsing of E2E output for Hatch environments when warnings occur ([#13479](https://github.com/DataDog/integrations-core/pull/13479)) +* Force the semver version to >=2.13.0 ([#13477](https://github.com/DataDog/integrations-core/pull/13477)) +* Re-raise the exception when the environment failed to start ([#13472](https://github.com/DataDog/integrations-core/pull/13472)) +* Remove the `--memray-show-report` option ([#13463](https://github.com/DataDog/integrations-core/pull/13463)) +* Bump pytest-memray version ([#13462](https://github.com/DataDog/integrations-core/pull/13462)) +* Do not force pytest version ([#13461](https://github.com/DataDog/integrations-core/pull/13461)) +* Fix typo in platfrom-integrations team name ([#13368](https://github.com/DataDog/integrations-core/pull/13368)) ## 17.4.0 / 2022-11-23 ***Added***: -* Add a dummy `--memray` option to the pytest plugin. See [#13352](https://github.com/DataDog/integrations-core/pull/13352). -* Add a dummy `--hide-memray-summary` option to the pytest plugin. See [#13358](https://github.com/DataDog/integrations-core/pull/13358). -* Add an option to show the memray report. See [#13351](https://github.com/DataDog/integrations-core/pull/13351). +* Add a dummy `--memray` option to the pytest plugin ([#13352](https://github.com/DataDog/integrations-core/pull/13352)) +* Add a dummy `--hide-memray-summary` option to the pytest plugin ([#13358](https://github.com/DataDog/integrations-core/pull/13358)) +* Add an option to show the memray report ([#13351](https://github.com/DataDog/integrations-core/pull/13351)) ***Fixed***: -* Support isolated installation. See [#13366](https://github.com/DataDog/integrations-core/pull/13366). -* Allow `bench` as an env name for running benchmarks with hatch. See [#13316](https://github.com/DataDog/integrations-core/pull/13316). -* Consider `hatch.toml` file in testable files for PR tests to run. See [#13303](https://github.com/DataDog/integrations-core/pull/13303). +* Support isolated installation ([#13366](https://github.com/DataDog/integrations-core/pull/13366)) +* Allow `bench` as an env name for running benchmarks with hatch ([#13316](https://github.com/DataDog/integrations-core/pull/13316)) +* Consider `hatch.toml` file in testable files for PR tests to run ([#13303](https://github.com/DataDog/integrations-core/pull/13303)) ## 17.3.2 / 2022-11-08 ***Fixed***: -* Update marketplace README template. See [#13249](https://github.com/DataDog/integrations-core/pull/13249). -* [cli] Expand help text for --dev and --base options. See [#13235](https://github.com/DataDog/integrations-core/pull/13235). -* Add the CHANGELOG.md template file to the new integration scaffolds. See [#13257](https://github.com/DataDog/integrations-core/pull/13257). +* Update marketplace README template ([#13249](https://github.com/DataDog/integrations-core/pull/13249)) +* [cli] Expand help text for --dev and --base options ([#13235](https://github.com/DataDog/integrations-core/pull/13235)) +* Add the CHANGELOG.md template file to the new integration scaffolds ([#13257](https://github.com/DataDog/integrations-core/pull/13257)) ## 17.3.1 / 2022-10-28 ***Fixed***: -* Fix process signature report. See [#13226](https://github.com/DataDog/integrations-core/pull/13226). +* Fix process signature report ([#13226](https://github.com/DataDog/integrations-core/pull/13226)) ## 17.3.0 / 2022-10-26 ***Added***: -* Add the memray option to the `test` command. See [#13160](https://github.com/DataDog/integrations-core/pull/13160). +* Add the memray option to the `test` command ([#13160](https://github.com/DataDog/integrations-core/pull/13160)) ***Fixed***: -* Rename Tools and Libs team to Platform Integrations. See [#13201](https://github.com/DataDog/integrations-core/pull/13201). -* Force pytest<7.2.0 to avoid test breakage. See [#13198](https://github.com/DataDog/integrations-core/pull/13198). +* Rename Tools and Libs team to Platform Integrations ([#13201](https://github.com/DataDog/integrations-core/pull/13201)) +* Force pytest<7.2.0 to avoid test breakage ([#13198](https://github.com/DataDog/integrations-core/pull/13198)) ## 17.2.0 / 2022-10-20 ***Added***: -* Add the ability to retry kind environments. See [#13106](https://github.com/DataDog/integrations-core/pull/13106). +* Add the ability to retry kind environments ([#13106](https://github.com/DataDog/integrations-core/pull/13106)) ***Fixed***: -* Add f5-distributed-cloud as tile without github team or username. See [#13149](https://github.com/DataDog/integrations-core/pull/13149). -* Fix `release make` to include new integrations in the agent requirements file. See [#13125](https://github.com/DataDog/integrations-core/pull/13125). -* Fix deprecation warnings with `semver`. See [#12967](https://github.com/DataDog/integrations-core/pull/12967). -* Stop running `codecov` in the `test` command for integrations-core. See [#13085](https://github.com/DataDog/integrations-core/pull/13085). +* Add f5-distributed-cloud as tile without github team or username ([#13149](https://github.com/DataDog/integrations-core/pull/13149)) +* Fix `release make` to include new integrations in the agent requirements file ([#13125](https://github.com/DataDog/integrations-core/pull/13125)) +* Fix deprecation warnings with `semver` ([#12967](https://github.com/DataDog/integrations-core/pull/12967)) +* Stop running `codecov` in the `test` command for integrations-core ([#13085](https://github.com/DataDog/integrations-core/pull/13085)) ## 17.1.1 / 2022-10-14 ***Fixed***: -* Allow 1e to have email-based codeowners. See [#13121](https://github.com/DataDog/integrations-core/pull/13121). -* Remove the legacy docker-compose. See [#13073](https://github.com/DataDog/integrations-core/pull/13073). -* Use specific endpoint to get all members from trello board at once. See [#13074](https://github.com/DataDog/integrations-core/pull/13074). -* Make the `validate metadata` command fail if the metric prefix is invalid. See [#12903](https://github.com/DataDog/integrations-core/pull/12903). -* Pin security deps in ddev. See [#12956](https://github.com/DataDog/integrations-core/pull/12956). -* Fixed `validate manifest` command by providing default config for `dd_url` setting. See [#13057](https://github.com/DataDog/integrations-core/pull/13057). +* Allow 1e to have email-based codeowners ([#13121](https://github.com/DataDog/integrations-core/pull/13121)) +* Remove the legacy docker-compose ([#13073](https://github.com/DataDog/integrations-core/pull/13073)) +* Use specific endpoint to get all members from trello board at once ([#13074](https://github.com/DataDog/integrations-core/pull/13074)) +* Make the `validate metadata` command fail if the metric prefix is invalid ([#12903](https://github.com/DataDog/integrations-core/pull/12903)) +* Pin security deps in ddev ([#12956](https://github.com/DataDog/integrations-core/pull/12956)) +* Fixed `validate manifest` command by providing default config for `dd_url` setting ([#13057](https://github.com/DataDog/integrations-core/pull/13057)) ## 17.1.0 / 2022-10-04 ***Added***: -* Support new `integrations` repo. See [#13007](https://github.com/DataDog/integrations-core/pull/13007). +* Support new `integrations` repo ([#13007](https://github.com/DataDog/integrations-core/pull/13007)) ***Fixed***: -* Allow creating integrations with `--here` in an arbitrary folder. See [#13026](https://github.com/DataDog/integrations-core/pull/13026). -* Do not include `ddev` in the `requirements-agent-release.txt` file. See [#12947](https://github.com/DataDog/integrations-core/pull/12947). -* Avoid assigning QA cards to the main reviewers. See [#12990](https://github.com/DataDog/integrations-core/pull/12990). +* Allow creating integrations with `--here` in an arbitrary folder ([#13026](https://github.com/DataDog/integrations-core/pull/13026)) +* Do not include `ddev` in the `requirements-agent-release.txt` file ([#12947](https://github.com/DataDog/integrations-core/pull/12947)) +* Avoid assigning QA cards to the main reviewers ([#12990](https://github.com/DataDog/integrations-core/pull/12990)) ## 17.0.1 / 2022-09-19 ***Fixed***: -* Do not fail the validation if `pr_labels_config_relative_path` is not defined. See [#12965](https://github.com/DataDog/integrations-core/pull/12965). +* Do not fail the validation if `pr_labels_config_relative_path` is not defined ([#12965](https://github.com/DataDog/integrations-core/pull/12965)) ## 17.0.0 / 2022-09-16 ***Changed***: -* Use official labeler GH action. See [#12546](https://github.com/DataDog/integrations-core/pull/12546). +* Use official labeler GH action ([#12546](https://github.com/DataDog/integrations-core/pull/12546)) ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). -* Attempts default to 2 on ci. See [#12867](https://github.com/DataDog/integrations-core/pull/12867). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Add OAuth functionality to the HTTP util. See [#12884](https://github.com/DataDog/integrations-core/pull/12884). -* Upgrade Hatch. See [#12872](https://github.com/DataDog/integrations-core/pull/12872). -* Validate the `changelog` field in the manifest file. See [#12829](https://github.com/DataDog/integrations-core/pull/12829). -* Upgrade dependencies for environment management. See [#12785](https://github.com/DataDog/integrations-core/pull/12785). -* Make sure process_signatures gets migrated during V2 migrations. See [#12589](https://github.com/DataDog/integrations-core/pull/12589). -* Enforce version 2 of manifests. See [#12775](https://github.com/DataDog/integrations-core/pull/12775). -* Update templates for new integrations. See [#12744](https://github.com/DataDog/integrations-core/pull/12744). -* Update new integration templates to use v2 manifests. See [#12592](https://github.com/DataDog/integrations-core/pull/12592). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) +* Attempts default to 2 on ci ([#12867](https://github.com/DataDog/integrations-core/pull/12867)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Add OAuth functionality to the HTTP util ([#12884](https://github.com/DataDog/integrations-core/pull/12884)) +* Upgrade Hatch ([#12872](https://github.com/DataDog/integrations-core/pull/12872)) +* Validate the `changelog` field in the manifest file ([#12829](https://github.com/DataDog/integrations-core/pull/12829)) +* Upgrade dependencies for environment management ([#12785](https://github.com/DataDog/integrations-core/pull/12785)) +* Make sure process_signatures gets migrated during V2 migrations ([#12589](https://github.com/DataDog/integrations-core/pull/12589)) +* Enforce version 2 of manifests ([#12775](https://github.com/DataDog/integrations-core/pull/12775)) +* Update templates for new integrations ([#12744](https://github.com/DataDog/integrations-core/pull/12744)) +* Update new integration templates to use v2 manifests ([#12592](https://github.com/DataDog/integrations-core/pull/12592)) ***Fixed***: -* Templatize the repository in the README links. See [#12930](https://github.com/DataDog/integrations-core/pull/12930). -* Fix tile-only README template generation. See [#12918](https://github.com/DataDog/integrations-core/pull/12918). -* Add case sensitive changelog validation. See [#12920](https://github.com/DataDog/integrations-core/pull/12920). -* Add a validator for the manifest version. See [#12788](https://github.com/DataDog/integrations-core/pull/12788). -* Make the manifest validation fail if the file is not found. See [#12789](https://github.com/DataDog/integrations-core/pull/12789). -* Fix Hatch environment plugin. See [#12769](https://github.com/DataDog/integrations-core/pull/12769). -* Templatize the README links. See [#12742](https://github.com/DataDog/integrations-core/pull/12742). -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Templatize the repository in the README links ([#12930](https://github.com/DataDog/integrations-core/pull/12930)) +* Fix tile-only README template generation ([#12918](https://github.com/DataDog/integrations-core/pull/12918)) +* Add case sensitive changelog validation ([#12920](https://github.com/DataDog/integrations-core/pull/12920)) +* Add a validator for the manifest version ([#12788](https://github.com/DataDog/integrations-core/pull/12788)) +* Make the manifest validation fail if the file is not found ([#12789](https://github.com/DataDog/integrations-core/pull/12789)) +* Fix Hatch environment plugin ([#12769](https://github.com/DataDog/integrations-core/pull/12769)) +* Templatize the README links ([#12742](https://github.com/DataDog/integrations-core/pull/12742)) +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 16.7.0 / 2022-08-05 ***Added***: -* Make ddev a standalone package. See [#12565](https://github.com/DataDog/integrations-core/pull/12565). +* Make ddev a standalone package ([#12565](https://github.com/DataDog/integrations-core/pull/12565)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Prevent metadata validation from crashing on missing columns. See [#12680](https://github.com/DataDog/integrations-core/pull/12680). -* Update exclude list in metadata validation. See [#12658](https://github.com/DataDog/integrations-core/pull/12658). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Prevent metadata validation from crashing on missing columns ([#12680](https://github.com/DataDog/integrations-core/pull/12680)) +* Update exclude list in metadata validation ([#12658](https://github.com/DataDog/integrations-core/pull/12658)) ## 16.6.0 / 2022-08-02 ***Added***: -* [SNMP Traps] Include BITS enums in traps DB. See [#12581](https://github.com/DataDog/integrations-core/pull/12581). -* Include the conditions in the retry for the `docker_run` function. See [#12527](https://github.com/DataDog/integrations-core/pull/12527). -* Update Hatch plugin. See [#12518](https://github.com/DataDog/integrations-core/pull/12518). -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). -* Add validations for duplicate JMX bean entries. See [#11505](https://github.com/DataDog/integrations-core/pull/11505). +* [SNMP Traps] Include BITS enums in traps DB ([#12581](https://github.com/DataDog/integrations-core/pull/12581)) +* Include the conditions in the retry for the `docker_run` function ([#12527](https://github.com/DataDog/integrations-core/pull/12527)) +* Update Hatch plugin ([#12518](https://github.com/DataDog/integrations-core/pull/12518)) +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) +* Add validations for duplicate JMX bean entries ([#11505](https://github.com/DataDog/integrations-core/pull/11505)) ***Fixed***: -* Make log_patterns match all logs. See [#12623](https://github.com/DataDog/integrations-core/pull/12623). -* Add pymysql to dependency update exclude list. See [#12631](https://github.com/DataDog/integrations-core/pull/12631). -* Better failed assertion message, print return code. See [#12615](https://github.com/DataDog/integrations-core/pull/12615). -* Do not update docker compose. See [#12576](https://github.com/DataDog/integrations-core/pull/12576). -* Better print the error on extra startup commands for e2e tests on Agent image set up. See [#12578](https://github.com/DataDog/integrations-core/pull/12578). -* Fix nightly base package builds that use Hatch. See [#12544](https://github.com/DataDog/integrations-core/pull/12544). +* Make log_patterns match all logs ([#12623](https://github.com/DataDog/integrations-core/pull/12623)) +* Add pymysql to dependency update exclude list ([#12631](https://github.com/DataDog/integrations-core/pull/12631)) +* Better failed assertion message, print return code ([#12615](https://github.com/DataDog/integrations-core/pull/12615)) +* Do not update docker compose ([#12576](https://github.com/DataDog/integrations-core/pull/12576)) +* Better print the error on extra startup commands for e2e tests on Agent image set up ([#12578](https://github.com/DataDog/integrations-core/pull/12578)) +* Fix nightly base package builds that use Hatch ([#12544](https://github.com/DataDog/integrations-core/pull/12544)) ## 16.5.2 / 2022-07-08 ***Fixed***: -* Update trello.py. See [#12475](https://github.com/DataDog/integrations-core/pull/12475). -* Do not include Datadog licenses to community files. See [#12445](https://github.com/DataDog/integrations-core/pull/12445). +* Update trello.py ([#12475](https://github.com/DataDog/integrations-core/pull/12475)) +* Do not include Datadog licenses to community files ([#12445](https://github.com/DataDog/integrations-core/pull/12445)) ## 16.5.1 / 2022-07-06 ***Fixed***: -* Fix validation error message and wrong parameters. See [#12428](https://github.com/DataDog/integrations-core/pull/12428). -* Use the correct team when using `ddev -a release trello testable`. See [#12418](https://github.com/DataDog/integrations-core/pull/12418). +* Fix validation error message and wrong parameters ([#12428](https://github.com/DataDog/integrations-core/pull/12428)) +* Use the correct team when using `ddev -a release trello testable` ([#12418](https://github.com/DataDog/integrations-core/pull/12418)) ## 16.5.0 / 2022-06-27 ***Added***: -* Add a `--debug` (`-d`) flag to `ddev env test`. See [#12379](https://github.com/DataDog/integrations-core/pull/12379). +* Add a `--debug` (`-d`) flag to `ddev env test` ([#12379](https://github.com/DataDog/integrations-core/pull/12379)) ***Fixed***: -* Fix tooling to support v2 manifests. See [#12411](https://github.com/DataDog/integrations-core/pull/12411). -* Fix agent changelog command for manifest v2. See [#12406](https://github.com/DataDog/integrations-core/pull/12406). -* Change `get_commits_since` so that it won't take commits from other branches. See [#12376](https://github.com/DataDog/integrations-core/pull/12376). +* Fix tooling to support v2 manifests ([#12411](https://github.com/DataDog/integrations-core/pull/12411)) +* Fix agent changelog command for manifest v2 ([#12406](https://github.com/DataDog/integrations-core/pull/12406)) +* Change `get_commits_since` so that it won't take commits from other branches ([#12376](https://github.com/DataDog/integrations-core/pull/12376)) ## 16.4.0 / 2022-06-16 ***Added***: -* Emulate an Agent shutdown after every test that uses the `dd_run_check` fixture by default. See [#12371](https://github.com/DataDog/integrations-core/pull/12371). -* Adjust description character limits in manifest. See [#12339](https://github.com/DataDog/integrations-core/pull/12339). -* Include information about the manifest migration in the docs build. See [#12136](https://github.com/DataDog/integrations-core/pull/12136). +* Emulate an Agent shutdown after every test that uses the `dd_run_check` fixture by default ([#12371](https://github.com/DataDog/integrations-core/pull/12371)) +* Adjust description character limits in manifest ([#12339](https://github.com/DataDog/integrations-core/pull/12339)) +* Include information about the manifest migration in the docs build ([#12136](https://github.com/DataDog/integrations-core/pull/12136)) ***Fixed***: -* Properly support E2E testing for Hatch envs. See [#12362](https://github.com/DataDog/integrations-core/pull/12362). -* Fix validation for readme images. See [#12351](https://github.com/DataDog/integrations-core/pull/12351). -* Fix `Configuration & Deployment` tag for v2 manifest migration. See [#12348](https://github.com/DataDog/integrations-core/pull/12348). -* Fix manifest migration of macOS tag. See [#12138](https://github.com/DataDog/integrations-core/pull/12138). +* Properly support E2E testing for Hatch envs ([#12362](https://github.com/DataDog/integrations-core/pull/12362)) +* Fix validation for readme images ([#12351](https://github.com/DataDog/integrations-core/pull/12351)) +* Fix `Configuration & Deployment` tag for v2 manifest migration ([#12348](https://github.com/DataDog/integrations-core/pull/12348)) +* Fix manifest migration of macOS tag ([#12138](https://github.com/DataDog/integrations-core/pull/12138)) ## 16.3.0 / 2022-06-02 ***Added***: -* Move v2 manifest field `classifier_tags` under `tile`. See [#12122](https://github.com/DataDog/integrations-core/pull/12122). -* Upgrade Hatch to latest version. See [#12016](https://github.com/DataDog/integrations-core/pull/12016). +* Move v2 manifest field `classifier_tags` under `tile` ([#12122](https://github.com/DataDog/integrations-core/pull/12122)) +* Upgrade Hatch to latest version ([#12016](https://github.com/DataDog/integrations-core/pull/12016)) ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). -* Fix tooling for v2 manifests. See [#12040](https://github.com/DataDog/integrations-core/pull/12040). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) +* Fix tooling for v2 manifests ([#12040](https://github.com/DataDog/integrations-core/pull/12040)) ## 16.2.1 / 2022-05-12 ***Fixed***: -* Fix `enabled` for parent options. See [#11707](https://github.com/DataDog/integrations-core/pull/11707). -* Don't look for `=== JSON ===` in e2e output. See [#12004](https://github.com/DataDog/integrations-core/pull/12004). +* Fix `enabled` for parent options ([#11707](https://github.com/DataDog/integrations-core/pull/11707)) +* Don't look for `=== JSON ===` in e2e output ([#12004](https://github.com/DataDog/integrations-core/pull/12004)) ## 16.2.0 / 2022-05-11 ***Added***: -* Resolve integer enums when generating SNMP traps DB. See [#11911](https://github.com/DataDog/integrations-core/pull/11911). -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). -* Support Hatch for managing test environments. See [#11950](https://github.com/DataDog/integrations-core/pull/11950). -* Assign `triage` team cards to Agent Platform. See [#11768](https://github.com/DataDog/integrations-core/pull/11768). -* Update metadata.csv to require curated_metric column. See [#11770](https://github.com/DataDog/integrations-core/pull/11770). -* Update style dependencies. See [#11764](https://github.com/DataDog/integrations-core/pull/11764). -* Add gssapi as a dependency. See [#11725](https://github.com/DataDog/integrations-core/pull/11725). +* Resolve integer enums when generating SNMP traps DB ([#11911](https://github.com/DataDog/integrations-core/pull/11911)) +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) +* Support Hatch for managing test environments ([#11950](https://github.com/DataDog/integrations-core/pull/11950)) +* Assign `triage` team cards to Agent Platform ([#11768](https://github.com/DataDog/integrations-core/pull/11768)) +* Update metadata.csv to require curated_metric column ([#11770](https://github.com/DataDog/integrations-core/pull/11770)) +* Update style dependencies ([#11764](https://github.com/DataDog/integrations-core/pull/11764)) +* Add gssapi as a dependency ([#11725](https://github.com/DataDog/integrations-core/pull/11725)) ***Fixed***: -* Fix IBM ACE validation. See [#11964](https://github.com/DataDog/integrations-core/pull/11964). -* Pin types-simplejson==3.17.5. See [#11923](https://github.com/DataDog/integrations-core/pull/11923). -* Fix a keyerror in ddev generate-traps-db. See [#11892](https://github.com/DataDog/integrations-core/pull/11892). -* Fix logic for loading minimum base package dependency for tests. See [#11771](https://github.com/DataDog/integrations-core/pull/11771). -* Apply recent fix to new integration templates. See [#11751](https://github.com/DataDog/integrations-core/pull/11751). -* Update error message in recommended monitor validation to include more context. See [#11750](https://github.com/DataDog/integrations-core/pull/11750). +* Fix IBM ACE validation ([#11964](https://github.com/DataDog/integrations-core/pull/11964)) +* Pin types-simplejson==3.17.5 ([#11923](https://github.com/DataDog/integrations-core/pull/11923)) +* Fix a keyerror in ddev generate-traps-db ([#11892](https://github.com/DataDog/integrations-core/pull/11892)) +* Fix logic for loading minimum base package dependency for tests ([#11771](https://github.com/DataDog/integrations-core/pull/11771)) +* Apply recent fix to new integration templates ([#11751](https://github.com/DataDog/integrations-core/pull/11751)) +* Update error message in recommended monitor validation to include more context ([#11750](https://github.com/DataDog/integrations-core/pull/11750)) ## 16.1.0 / 2022-03-29 ***Added***: -* Add new README for Tile-only integrations. See [#11712](https://github.com/DataDog/integrations-core/pull/11712). +* Add new README for Tile-only integrations ([#11712](https://github.com/DataDog/integrations-core/pull/11712)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). -* Cap the version of virtualenv. See [#11742](https://github.com/DataDog/integrations-core/pull/11742). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) +* Cap the version of virtualenv ([#11742](https://github.com/DataDog/integrations-core/pull/11742)) ## 16.0.0 / 2022-03-25 ***Changed***: -* Refactor dependency tooling. See [#11720](https://github.com/DataDog/integrations-core/pull/11720). +* Refactor dependency tooling ([#11720](https://github.com/DataDog/integrations-core/pull/11720)) ***Added***: -* Add `metric_patterns` to base template. See [#11696](https://github.com/DataDog/integrations-core/pull/11696). +* Add `metric_patterns` to base template ([#11696](https://github.com/DataDog/integrations-core/pull/11696)) ***Fixed***: -* Update check template README. See [#11719](https://github.com/DataDog/integrations-core/pull/11719). -* Better logging and usability of ddev 'generate-traps-db'. See [#11544](https://github.com/DataDog/integrations-core/pull/11544). -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Update check template README ([#11719](https://github.com/DataDog/integrations-core/pull/11719)) +* Better logging and usability of ddev 'generate-traps-db' ([#11544](https://github.com/DataDog/integrations-core/pull/11544)) +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 15.11.0 / 2022-03-16 ***Added***: -* Add more allowed recommended monitor types. See [#11669](https://github.com/DataDog/integrations-core/pull/11669). -* Prevent tags for unreleased integrations. See [#11605](https://github.com/DataDog/integrations-core/pull/11605). -* Allow limiting released changes up to a specific ref. See [#11596](https://github.com/DataDog/integrations-core/pull/11596). +* Add more allowed recommended monitor types ([#11669](https://github.com/DataDog/integrations-core/pull/11669)) +* Prevent tags for unreleased integrations ([#11605](https://github.com/DataDog/integrations-core/pull/11605)) +* Allow limiting released changes up to a specific ref ([#11596](https://github.com/DataDog/integrations-core/pull/11596)) ***Fixed***: -* Add space above tag function. See [#11623](https://github.com/DataDog/integrations-core/pull/11623). -* Don't ignore the last character of lines when validating ASCII. See [#11548](https://github.com/DataDog/integrations-core/pull/11548). -* Remove unsupported schema properties. See [#11585](https://github.com/DataDog/integrations-core/pull/11585). -* Fail releases for missing tags. See [#11593](https://github.com/DataDog/integrations-core/pull/11593). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). -* Fix fallback case in trello card assignment algorithm. See [#11533](https://github.com/DataDog/integrations-core/pull/11533). +* Add space above tag function ([#11623](https://github.com/DataDog/integrations-core/pull/11623)) +* Don't ignore the last character of lines when validating ASCII ([#11548](https://github.com/DataDog/integrations-core/pull/11548)) +* Remove unsupported schema properties ([#11585](https://github.com/DataDog/integrations-core/pull/11585)) +* Fail releases for missing tags ([#11593](https://github.com/DataDog/integrations-core/pull/11593)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) +* Fix fallback case in trello card assignment algorithm ([#11533](https://github.com/DataDog/integrations-core/pull/11533)) ## 15.10.1 / 2022-02-19 ***Fixed***: -* Fix integration templates. See [#11539](https://github.com/DataDog/integrations-core/pull/11539). -* Handle the case in models sync where a file does not have a license header. See [#11535](https://github.com/DataDog/integrations-core/pull/11535). +* Fix integration templates ([#11539](https://github.com/DataDog/integrations-core/pull/11539)) +* Handle the case in models sync where a file does not have a license header ([#11535](https://github.com/DataDog/integrations-core/pull/11535)) ## 15.10.0 / 2022-02-16 ***Added***: -* Update templates for new integrations. See [#11510](https://github.com/DataDog/integrations-core/pull/11510). -* Reintroduce ASCII validation for README files. See [#11509](https://github.com/DataDog/integrations-core/pull/11509). +* Update templates for new integrations ([#11510](https://github.com/DataDog/integrations-core/pull/11510)) +* Reintroduce ASCII validation for README files ([#11509](https://github.com/DataDog/integrations-core/pull/11509)) ***Fixed***: -* Update new check template. See [#11489](https://github.com/DataDog/integrations-core/pull/11489). -* Fix codecov report. See [#11492](https://github.com/DataDog/integrations-core/pull/11492). +* Update new check template ([#11489](https://github.com/DataDog/integrations-core/pull/11489)) +* Fix codecov report ([#11492](https://github.com/DataDog/integrations-core/pull/11492)) ## 15.9.0 / 2022-02-10 ***Added***: -* Add `pyproject.toml` file. See [#11303](https://github.com/DataDog/integrations-core/pull/11303). +* Add `pyproject.toml` file ([#11303](https://github.com/DataDog/integrations-core/pull/11303)) ***Fixed***: -* Fix style format for Python checks defined by a pyproject.toml file . See [#11483](https://github.com/DataDog/integrations-core/pull/11483). -* Fix `pytest` and `tox` plugins for checks with only a `pyproject.toml`. See [#11477](https://github.com/DataDog/integrations-core/pull/11477). -* Fix E2E for new base package versions. See [#11473](https://github.com/DataDog/integrations-core/pull/11473). -* Fix package signing for checks with only a `pyproject.toml`. See [#11474](https://github.com/DataDog/integrations-core/pull/11474). +* Fix style format for Python checks defined by a pyproject.toml file ([#11483](https://github.com/DataDog/integrations-core/pull/11483)) +* Fix `pytest` and `tox` plugins for checks with only a `pyproject.toml` ([#11477](https://github.com/DataDog/integrations-core/pull/11477)) +* Fix E2E for new base package versions ([#11473](https://github.com/DataDog/integrations-core/pull/11473)) +* Fix package signing for checks with only a `pyproject.toml` ([#11474](https://github.com/DataDog/integrations-core/pull/11474)) ## 15.8.0 / 2022-02-07 ***Added***: -* Support Python checks defined by a `pyproject.toml` file. See [#11233](https://github.com/DataDog/integrations-core/pull/11233). -* Add snmp build-traps-db command. See [#11235](https://github.com/DataDog/integrations-core/pull/11235). -* Add curated_metric column to check validation. See [#11168](https://github.com/DataDog/integrations-core/pull/11168). +* Support Python checks defined by a `pyproject.toml` file ([#11233](https://github.com/DataDog/integrations-core/pull/11233)) +* Add snmp build-traps-db command ([#11235](https://github.com/DataDog/integrations-core/pull/11235)) +* Add curated_metric column to check validation ([#11168](https://github.com/DataDog/integrations-core/pull/11168)) ***Fixed***: -* Safely check the dashboards key exists before trying to write to it. See [#11285](https://github.com/DataDog/integrations-core/pull/11285). -* Validate all `curated_metric` rows and properly validate empty `metadata.csv` files. See [#11273](https://github.com/DataDog/integrations-core/pull/11273). -* More specific config validation error message. See [#11272](https://github.com/DataDog/integrations-core/pull/11272). -* Unpin black. See [#11270](https://github.com/DataDog/integrations-core/pull/11270). +* Safely check the dashboards key exists before trying to write to it ([#11285](https://github.com/DataDog/integrations-core/pull/11285)) +* Validate all `curated_metric` rows and properly validate empty `metadata.csv` files ([#11273](https://github.com/DataDog/integrations-core/pull/11273)) +* More specific config validation error message ([#11272](https://github.com/DataDog/integrations-core/pull/11272)) +* Unpin black ([#11270](https://github.com/DataDog/integrations-core/pull/11270)) ## 15.7.0 / 2022-01-31 ***Added***: -* Add example image with requirements for media carousel. See [#11145](https://github.com/DataDog/integrations-core/pull/11145). +* Add example image with requirements for media carousel ([#11145](https://github.com/DataDog/integrations-core/pull/11145)) ***Fixed***: -* Pin black package. See [#11240](https://github.com/DataDog/integrations-core/pull/11240). -* Don't overwrite year in license header when generating files. See [#11188](https://github.com/DataDog/integrations-core/pull/11188). -* Add manual changelog entry for 7.30.1. See [#11142](https://github.com/DataDog/integrations-core/pull/11142). -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Pin black package ([#11240](https://github.com/DataDog/integrations-core/pull/11240)) +* Don't overwrite year in license header when generating files ([#11188](https://github.com/DataDog/integrations-core/pull/11188)) +* Add manual changelog entry for 7.30.1 ([#11142](https://github.com/DataDog/integrations-core/pull/11142)) +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 15.6.0 / 2022-01-08 ***Added***: -* Add discovery options to `ddev env check` command. See [#11044](https://github.com/DataDog/integrations-core/pull/11044). +* Add discovery options to `ddev env check` command ([#11044](https://github.com/DataDog/integrations-core/pull/11044)) ## 15.5.0 / 2022-01-06 ***Added***: -* Set coverage report to only core checks. See [#10922](https://github.com/DataDog/integrations-core/pull/10922). -* Add support for manifest V2 to "ddev create". See [#11028](https://github.com/DataDog/integrations-core/pull/11028). -* Add validation for invalid characters and sequences for service names. See [#10813](https://github.com/DataDog/integrations-core/pull/10813). -* Add detailed trace to all integrations. See [#10679](https://github.com/DataDog/integrations-core/pull/10679). -* Support event platform events for e2e testing. See [#10663](https://github.com/DataDog/integrations-core/pull/10663). +* Set coverage report to only core checks ([#10922](https://github.com/DataDog/integrations-core/pull/10922)) +* Add support for manifest V2 to "ddev create" ([#11028](https://github.com/DataDog/integrations-core/pull/11028)) +* Add validation for invalid characters and sequences for service names ([#10813](https://github.com/DataDog/integrations-core/pull/10813)) +* Add detailed trace to all integrations ([#10679](https://github.com/DataDog/integrations-core/pull/10679)) +* Support event platform events for e2e testing ([#10663](https://github.com/DataDog/integrations-core/pull/10663)) ***Fixed***: -* Don't add new line to license header. See [#11025](https://github.com/DataDog/integrations-core/pull/11025). -* Don't add autogenerated comments to deprecation files. See [#11014](https://github.com/DataDog/integrations-core/pull/11014). -* Vendor flup client FCGIApp. See [#10953](https://github.com/DataDog/integrations-core/pull/10953). -* Do not regenerate models on new year. See [#11003](https://github.com/DataDog/integrations-core/pull/11003). -* Don't allow use of author, pricing, and terms fields for extras integrations. See [#10680](https://github.com/DataDog/integrations-core/pull/10680). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base check requirement for JMX template. See [#10925](https://github.com/DataDog/integrations-core/pull/10925). -* Handle nested template name overrides in config specs. See [#10910](https://github.com/DataDog/integrations-core/pull/10910). -* Move is_public validations inside v1 and v2 specific checks. See [#10841](https://github.com/DataDog/integrations-core/pull/10841). -* Support new SNMP profiles without throwing errors in translate-profiles. See [#10648](https://github.com/DataDog/integrations-core/pull/10648). -* Snmp profile validator refactoring. See [#10650](https://github.com/DataDog/integrations-core/pull/10650). -* Add documentation to config models. See [#10757](https://github.com/DataDog/integrations-core/pull/10757). -* Allow BaseModel keywords as option names. See [#10715](https://github.com/DataDog/integrations-core/pull/10715). +* Don't add new line to license header ([#11025](https://github.com/DataDog/integrations-core/pull/11025)) +* Don't add autogenerated comments to deprecation files ([#11014](https://github.com/DataDog/integrations-core/pull/11014)) +* Vendor flup client FCGIApp ([#10953](https://github.com/DataDog/integrations-core/pull/10953)) +* Do not regenerate models on new year ([#11003](https://github.com/DataDog/integrations-core/pull/11003)) +* Don't allow use of author, pricing, and terms fields for extras integrations ([#10680](https://github.com/DataDog/integrations-core/pull/10680)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base check requirement for JMX template ([#10925](https://github.com/DataDog/integrations-core/pull/10925)) +* Handle nested template name overrides in config specs ([#10910](https://github.com/DataDog/integrations-core/pull/10910)) +* Move is_public validations inside v1 and v2 specific checks ([#10841](https://github.com/DataDog/integrations-core/pull/10841)) +* Support new SNMP profiles without throwing errors in translate-profiles ([#10648](https://github.com/DataDog/integrations-core/pull/10648)) +* Snmp profile validator refactoring ([#10650](https://github.com/DataDog/integrations-core/pull/10650)) +* Add documentation to config models ([#10757](https://github.com/DataDog/integrations-core/pull/10757)) +* Allow BaseModel keywords as option names ([#10715](https://github.com/DataDog/integrations-core/pull/10715)) ## 15.4.0 / 2021-11-22 ***Added***: -* Support non-executable files during pipeline setup. See [#10684](https://github.com/DataDog/integrations-core/pull/10684). +* Support non-executable files during pipeline setup ([#10684](https://github.com/DataDog/integrations-core/pull/10684)) ## 15.3.1 / 2021-11-17 ***Fixed***: -* Refactor annotations to console utility and use relative imports. See [#10645](https://github.com/DataDog/integrations-core/pull/10645). +* Refactor annotations to console utility and use relative imports ([#10645](https://github.com/DataDog/integrations-core/pull/10645)) ## 15.3.0 / 2021-11-13 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add new base class for monitoring Windows performance counters. See [#10504](https://github.com/DataDog/integrations-core/pull/10504). -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add new base class for monitoring Windows performance counters ([#10504](https://github.com/DataDog/integrations-core/pull/10504)) +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) ***Fixed***: -* Update annotations util with relative imports. See [#10613](https://github.com/DataDog/integrations-core/pull/10613). -* Remove integration style hostname submission validation. See [#10609](https://github.com/DataDog/integrations-core/pull/10609). -* Update warning message about agent signature. See [#10606](https://github.com/DataDog/integrations-core/pull/10606). +* Update annotations util with relative imports ([#10613](https://github.com/DataDog/integrations-core/pull/10613)) +* Remove integration style hostname submission validation ([#10609](https://github.com/DataDog/integrations-core/pull/10609)) +* Update warning message about agent signature ([#10606](https://github.com/DataDog/integrations-core/pull/10606)) ## 15.2.0 / 2021-11-10 ***Added***: -* Update style dependencies. See [#10582](https://github.com/DataDog/integrations-core/pull/10582). -* Add option to include security deps in dep command. See [#10523](https://github.com/DataDog/integrations-core/pull/10523). -* Add some debug messages to release make command and some refactor. See [#10535](https://github.com/DataDog/integrations-core/pull/10535). -* Adding to schema required field tags. See [#9777](https://github.com/DataDog/integrations-core/pull/9777). -* Adding table metric tags validator. See [#9820](https://github.com/DataDog/integrations-core/pull/9820). -* Allow passing multiple directories to the `validate-profile` SNMP command. See [#10029](https://github.com/DataDog/integrations-core/pull/10029). -* Add --format-links flag to README validation. See [#10469](https://github.com/DataDog/integrations-core/pull/10469). -* Add decimal bytes units to metric metadata validation. See [#10378](https://github.com/DataDog/integrations-core/pull/10378). -* Add annotations to dep validation. See [#10286](https://github.com/DataDog/integrations-core/pull/10286). -* Add new validation to warn on bad style. See [#10430](https://github.com/DataDog/integrations-core/pull/10430). +* Update style dependencies ([#10582](https://github.com/DataDog/integrations-core/pull/10582)) +* Add option to include security deps in dep command ([#10523](https://github.com/DataDog/integrations-core/pull/10523)) +* Add some debug messages to release make command and some refactor ([#10535](https://github.com/DataDog/integrations-core/pull/10535)) +* Adding to schema required field tags ([#9777](https://github.com/DataDog/integrations-core/pull/9777)) +* Adding table metric tags validator ([#9820](https://github.com/DataDog/integrations-core/pull/9820)) +* Allow passing multiple directories to the `validate-profile` SNMP command ([#10029](https://github.com/DataDog/integrations-core/pull/10029)) +* Add --format-links flag to README validation ([#10469](https://github.com/DataDog/integrations-core/pull/10469)) +* Add decimal bytes units to metric metadata validation ([#10378](https://github.com/DataDog/integrations-core/pull/10378)) +* Add annotations to dep validation ([#10286](https://github.com/DataDog/integrations-core/pull/10286)) +* Add new validation to warn on bad style ([#10430](https://github.com/DataDog/integrations-core/pull/10430)) ***Fixed***: -* Fix location of config. See [#10590](https://github.com/DataDog/integrations-core/pull/10590). -* Update README templates. See [#10564](https://github.com/DataDog/integrations-core/pull/10564). -* Update ignored deps. See [#10516](https://github.com/DataDog/integrations-core/pull/10516). -* Fix ddev dash export for manifest v2. See [#10503](https://github.com/DataDog/integrations-core/pull/10503). -* Update checks that do not make sense to have logs. See [#10366](https://github.com/DataDog/integrations-core/pull/10366). -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix location of config ([#10590](https://github.com/DataDog/integrations-core/pull/10590)) +* Update README templates ([#10564](https://github.com/DataDog/integrations-core/pull/10564)) +* Update ignored deps ([#10516](https://github.com/DataDog/integrations-core/pull/10516)) +* Fix ddev dash export for manifest v2 ([#10503](https://github.com/DataDog/integrations-core/pull/10503)) +* Update checks that do not make sense to have logs ([#10366](https://github.com/DataDog/integrations-core/pull/10366)) +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 15.1.0 / 2021-10-15 ***Added***: -* Annotate manifest validation. See [#10022](https://github.com/DataDog/integrations-core/pull/10022). +* Annotate manifest validation ([#10022](https://github.com/DataDog/integrations-core/pull/10022)) ***Fixed***: -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). -* Remove unused MIB_SOURCE_URL and use relative imports. See [#10353](https://github.com/DataDog/integrations-core/pull/10353). +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) +* Remove unused MIB_SOURCE_URL and use relative imports ([#10353](https://github.com/DataDog/integrations-core/pull/10353)) ## 15.0.0 / 2021-10-13 ***Changed***: -* Rename legacy PDH config spec. See [#10412](https://github.com/DataDog/integrations-core/pull/10412). +* Rename legacy PDH config spec ([#10412](https://github.com/DataDog/integrations-core/pull/10412)) ## 14.5.1 / 2021-10-12 ***Fixed***: -* Update dashboard validation for Manifest V2. See [#10398](https://github.com/DataDog/integrations-core/pull/10398). -* Ignore metadata and service-checks when no integration included. See [#10399](https://github.com/DataDog/integrations-core/pull/10399). +* Update dashboard validation for Manifest V2 ([#10398](https://github.com/DataDog/integrations-core/pull/10398)) +* Ignore metadata and service-checks when no integration included ([#10399](https://github.com/DataDog/integrations-core/pull/10399)) ## 14.5.0 / 2021-10-12 ***Added***: -* Add meta command for browsing Windows performance counters. See [#10385](https://github.com/DataDog/integrations-core/pull/10385). +* Add meta command for browsing Windows performance counters ([#10385](https://github.com/DataDog/integrations-core/pull/10385)) ## 14.4.1 / 2021-10-08 ***Fixed***: -* Allow entire config templates to be hidden and include Openmetrics legacy config option in models. See [#10348](https://github.com/DataDog/integrations-core/pull/10348). +* Allow entire config templates to be hidden and include Openmetrics legacy config option in models ([#10348](https://github.com/DataDog/integrations-core/pull/10348)) ## 14.4.0 / 2021-10-04 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Enable E2E logs agent by default if environments mount logs. See [#10293](https://github.com/DataDog/integrations-core/pull/10293). -* Add annotations for ci. See [#10260](https://github.com/DataDog/integrations-core/pull/10260). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Enable E2E logs agent by default if environments mount logs ([#10293](https://github.com/DataDog/integrations-core/pull/10293)) +* Add annotations for ci ([#10260](https://github.com/DataDog/integrations-core/pull/10260)) ***Fixed***: -* Fix scope of E2E state management fixtures. See [#10316](https://github.com/DataDog/integrations-core/pull/10316). +* Fix scope of E2E state management fixtures ([#10316](https://github.com/DataDog/integrations-core/pull/10316)) ## 14.3.0 / 2021-09-30 ***Added***: -* Allow setting DD_SITE in org config. See [#10285](https://github.com/DataDog/integrations-core/pull/10285). -* Update readme validation to check repo over support. See [#10283](https://github.com/DataDog/integrations-core/pull/10283). -* Create and use new Manifest interface class for ddev commands. See [#10261](https://github.com/DataDog/integrations-core/pull/10261). -* Still support python2 with mypy. See [#10272](https://github.com/DataDog/integrations-core/pull/10272). -* Update style dependencies. See [#10238](https://github.com/DataDog/integrations-core/pull/10238). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). +* Allow setting DD_SITE in org config ([#10285](https://github.com/DataDog/integrations-core/pull/10285)) +* Update readme validation to check repo over support ([#10283](https://github.com/DataDog/integrations-core/pull/10283)) +* Create and use new Manifest interface class for ddev commands ([#10261](https://github.com/DataDog/integrations-core/pull/10261)) +* Still support python2 with mypy ([#10272](https://github.com/DataDog/integrations-core/pull/10272)) +* Update style dependencies ([#10238](https://github.com/DataDog/integrations-core/pull/10238)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) ***Fixed***: -* Don't add null values to classifier tags. See [#10279](https://github.com/DataDog/integrations-core/pull/10279). -* Set repo name after we process the `--here` flag. See [#10259](https://github.com/DataDog/integrations-core/pull/10259). +* Don't add null values to classifier tags ([#10279](https://github.com/DataDog/integrations-core/pull/10279)) +* Set repo name after we process the `--here` flag ([#10259](https://github.com/DataDog/integrations-core/pull/10259)) ## 14.2.0 / 2021-09-27 ***Added***: -* Update AZP templates to take in a dd_url and small fixes to validator. See [#10230](https://github.com/DataDog/integrations-core/pull/10230). -* Add batch option to `ddev dep updates` command. See [#10229](https://github.com/DataDog/integrations-core/pull/10229). -* Add DDEV_E2E_AGENT_PY2 env option. See [#10221](https://github.com/DataDog/integrations-core/pull/10221). +* Update AZP templates to take in a dd_url and small fixes to validator ([#10230](https://github.com/DataDog/integrations-core/pull/10230)) +* Add batch option to `ddev dep updates` command ([#10229](https://github.com/DataDog/integrations-core/pull/10229)) +* Add DDEV_E2E_AGENT_PY2 env option ([#10221](https://github.com/DataDog/integrations-core/pull/10221)) ***Fixed***: -* Don't set empty asset values on migration. See [#10231](https://github.com/DataDog/integrations-core/pull/10231). -* Forbid time_unit/time_unit metric metadata type. See [#10236](https://github.com/DataDog/integrations-core/pull/10236). +* Don't set empty asset values on migration ([#10231](https://github.com/DataDog/integrations-core/pull/10231)) +* Forbid time_unit/time_unit metric metadata type ([#10236](https://github.com/DataDog/integrations-core/pull/10236)) ## 14.1.0 / 2021-09-23 ***Added***: -* Strengthen ImmutableAttributesValidator to check for manifest changes in asset short names. See [#10199](https://github.com/DataDog/integrations-core/pull/10199). -* Add app_uuid to manifest migrator. See [#10200](https://github.com/DataDog/integrations-core/pull/10200). -* Add more functionality to `MockResponse` testing utility. See [#10194](https://github.com/DataDog/integrations-core/pull/10194). +* Strengthen ImmutableAttributesValidator to check for manifest changes in asset short names ([#10199](https://github.com/DataDog/integrations-core/pull/10199)) +* Add app_uuid to manifest migrator ([#10200](https://github.com/DataDog/integrations-core/pull/10200)) +* Add more functionality to `MockResponse` testing utility ([#10194](https://github.com/DataDog/integrations-core/pull/10194)) ***Fixed***: -* Update JMX integration template. See [#10193](https://github.com/DataDog/integrations-core/pull/10193). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). -* Catch exception for malformed requirement syntax. See [#10189](https://github.com/DataDog/integrations-core/pull/10189). +* Update JMX integration template ([#10193](https://github.com/DataDog/integrations-core/pull/10193)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) +* Catch exception for malformed requirement syntax ([#10189](https://github.com/DataDog/integrations-core/pull/10189)) ## 14.0.0 / 2021-09-21 ***Changed***: -* Update immutable attributes validator for manifest upgrades v2. See [#10175](https://github.com/DataDog/integrations-core/pull/10175). -* Update mib_source_url to a Datadog fork of mibs.snmplabs.com. See [#9952](https://github.com/DataDog/integrations-core/pull/9952). - -***Added***: - -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Annotate imports validation. See [#10112](https://github.com/DataDog/integrations-core/pull/10112). -* Annotate models validations. See [#10131](https://github.com/DataDog/integrations-core/pull/10131). -* Meta command to migrate manifest to V2. See [#10088](https://github.com/DataDog/integrations-core/pull/10088). -* Allow Kubernetes port forwarding to support any resource. See [#10127](https://github.com/DataDog/integrations-core/pull/10127). -* Annotate saved views validation. See [#10130](https://github.com/DataDog/integrations-core/pull/10130). -* Annotate metadata validation. See [#10128](https://github.com/DataDog/integrations-core/pull/10128). -* Annotate package validation. See [#10115](https://github.com/DataDog/integrations-core/pull/10115). -* Annotate licenses. See [#10114](https://github.com/DataDog/integrations-core/pull/10114). -* Annotate readme validations. See [#10116](https://github.com/DataDog/integrations-core/pull/10116). -* Allow exclusion of specific branch for changelog generation. See [#10106](https://github.com/DataDog/integrations-core/pull/10106). -* Annotate JMX metric validation. See [#10113](https://github.com/DataDog/integrations-core/pull/10113). -* Annotate EULA and agent requirements validation. See [#10108](https://github.com/DataDog/integrations-core/pull/10108). -* Annotate codeowners. See [#10107](https://github.com/DataDog/integrations-core/pull/10107). -* Echo warning for unnecessary params used. See [#10053](https://github.com/DataDog/integrations-core/pull/10053). -* Add borrower and PySMI logs to MIB compiler. See [#10074](https://github.com/DataDog/integrations-core/pull/10074). -* Allow the use of ddtrace for E2E tests. See [#10082](https://github.com/DataDog/integrations-core/pull/10082). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Add support for manifest V2 validations. See [#9968](https://github.com/DataDog/integrations-core/pull/9968). -* Add critical service check test to integration template. See [#10063](https://github.com/DataDog/integrations-core/pull/10063). -* Add support for testing new versions of products. See [#9945](https://github.com/DataDog/integrations-core/pull/9945). -* Update release tooling to support `datadog_checks_dependency_provider`. See [#10046](https://github.com/DataDog/integrations-core/pull/10046). -* Add Pytest plugin dependency to handle flakes. See [#10043](https://github.com/DataDog/integrations-core/pull/10043). -* Annotate dashboard and recommended monitors validation. See [#9899](https://github.com/DataDog/integrations-core/pull/9899). -* Annotate display_queue. See [#9944](https://github.com/DataDog/integrations-core/pull/9944). - -***Fixed***: - -* Add Avi Vantage to INTEGRATION_LOGS_NOT_POSSIBLE. See [#9667](https://github.com/DataDog/integrations-core/pull/9667). -* Remove annotation for unnecessary warning. See [#10124](https://github.com/DataDog/integrations-core/pull/10124). -* Fix Mypy tests. See [#10134](https://github.com/DataDog/integrations-core/pull/10134). -* Bump Mypy. See [#10119](https://github.com/DataDog/integrations-core/pull/10119). -* Use Regex to parse for HTTP wrapper instead of reading by line. See [#10055](https://github.com/DataDog/integrations-core/pull/10055). -* Instantiate borrowers in snmp profile generator. See [#10086](https://github.com/DataDog/integrations-core/pull/10086). -* Fix warning for snmp generate profile command. See [#9967](https://github.com/DataDog/integrations-core/pull/9967). -* Allow double quote on requirement. See [#10028](https://github.com/DataDog/integrations-core/pull/10028). -* Don't read from nonexistent manifest files. See [#10041](https://github.com/DataDog/integrations-core/pull/10041). -* Prevent creation of datadog named integrations. See [#10014](https://github.com/DataDog/integrations-core/pull/10014). -* Fix bug when PR body is empty and includes DBM team to selector. See [#9951](https://github.com/DataDog/integrations-core/pull/9951). +* Update immutable attributes validator for manifest upgrades v2 ([#10175](https://github.com/DataDog/integrations-core/pull/10175)) +* Update mib_source_url to a Datadog fork of mibs.snmplabs.com ([#9952](https://github.com/DataDog/integrations-core/pull/9952)) + +***Added***: + +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Annotate imports validation ([#10112](https://github.com/DataDog/integrations-core/pull/10112)) +* Annotate models validations ([#10131](https://github.com/DataDog/integrations-core/pull/10131)) +* Meta command to migrate manifest to V2 ([#10088](https://github.com/DataDog/integrations-core/pull/10088)) +* Allow Kubernetes port forwarding to support any resource ([#10127](https://github.com/DataDog/integrations-core/pull/10127)) +* Annotate saved views validation ([#10130](https://github.com/DataDog/integrations-core/pull/10130)) +* Annotate metadata validation ([#10128](https://github.com/DataDog/integrations-core/pull/10128)) +* Annotate package validation ([#10115](https://github.com/DataDog/integrations-core/pull/10115)) +* Annotate licenses ([#10114](https://github.com/DataDog/integrations-core/pull/10114)) +* Annotate readme validations ([#10116](https://github.com/DataDog/integrations-core/pull/10116)) +* Allow exclusion of specific branch for changelog generation ([#10106](https://github.com/DataDog/integrations-core/pull/10106)) +* Annotate JMX metric validation ([#10113](https://github.com/DataDog/integrations-core/pull/10113)) +* Annotate EULA and agent requirements validation ([#10108](https://github.com/DataDog/integrations-core/pull/10108)) +* Annotate codeowners ([#10107](https://github.com/DataDog/integrations-core/pull/10107)) +* Echo warning for unnecessary params used ([#10053](https://github.com/DataDog/integrations-core/pull/10053)) +* Add borrower and PySMI logs to MIB compiler ([#10074](https://github.com/DataDog/integrations-core/pull/10074)) +* Allow the use of ddtrace for E2E tests ([#10082](https://github.com/DataDog/integrations-core/pull/10082)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Add support for manifest V2 validations ([#9968](https://github.com/DataDog/integrations-core/pull/9968)) +* Add critical service check test to integration template ([#10063](https://github.com/DataDog/integrations-core/pull/10063)) +* Add support for testing new versions of products ([#9945](https://github.com/DataDog/integrations-core/pull/9945)) +* Update release tooling to support `datadog_checks_dependency_provider` ([#10046](https://github.com/DataDog/integrations-core/pull/10046)) +* Add Pytest plugin dependency to handle flakes ([#10043](https://github.com/DataDog/integrations-core/pull/10043)) +* Annotate dashboard and recommended monitors validation ([#9899](https://github.com/DataDog/integrations-core/pull/9899)) +* Annotate display_queue ([#9944](https://github.com/DataDog/integrations-core/pull/9944)) + +***Fixed***: + +* Add Avi Vantage to INTEGRATION_LOGS_NOT_POSSIBLE ([#9667](https://github.com/DataDog/integrations-core/pull/9667)) +* Remove annotation for unnecessary warning ([#10124](https://github.com/DataDog/integrations-core/pull/10124)) +* Fix Mypy tests ([#10134](https://github.com/DataDog/integrations-core/pull/10134)) +* Bump Mypy ([#10119](https://github.com/DataDog/integrations-core/pull/10119)) +* Use Regex to parse for HTTP wrapper instead of reading by line ([#10055](https://github.com/DataDog/integrations-core/pull/10055)) +* Instantiate borrowers in snmp profile generator ([#10086](https://github.com/DataDog/integrations-core/pull/10086)) +* Fix warning for snmp generate profile command ([#9967](https://github.com/DataDog/integrations-core/pull/9967)) +* Allow double quote on requirement ([#10028](https://github.com/DataDog/integrations-core/pull/10028)) +* Don't read from nonexistent manifest files ([#10041](https://github.com/DataDog/integrations-core/pull/10041)) +* Prevent creation of datadog named integrations ([#10014](https://github.com/DataDog/integrations-core/pull/10014)) +* Fix bug when PR body is empty and includes DBM team to selector ([#9951](https://github.com/DataDog/integrations-core/pull/9951)) ## 13.0.1 / 2021-08-27 ***Fixed***: -* Pin regex. See [#10005](https://github.com/DataDog/integrations-core/pull/10005). +* Pin regex ([#10005](https://github.com/DataDog/integrations-core/pull/10005)) ## 13.0.0 / 2021-08-22 ***Removed***: -* Remove documentation specifications. See [#9763](https://github.com/DataDog/integrations-core/pull/9763). +* Remove documentation specifications ([#9763](https://github.com/DataDog/integrations-core/pull/9763)) ***Added***: -* Add support for specifying a config path to `kind_run` utility. See [#9930](https://github.com/DataDog/integrations-core/pull/9930). -* Ignore `cluster-agent` trello cards. See [#9933](https://github.com/DataDog/integrations-core/pull/9933). -* Add typos validation. See [#9902](https://github.com/DataDog/integrations-core/pull/9902). -* Add annotations to legacy agent signature. See [#9873](https://github.com/DataDog/integrations-core/pull/9873). -* Add annotations to http validation. See [#9870](https://github.com/DataDog/integrations-core/pull/9870). -* Add commands to automatically update and sync dependencies. See [#9811](https://github.com/DataDog/integrations-core/pull/9811). -* Add manifest validator for `supported_os` field. See [#9871](https://github.com/DataDog/integrations-core/pull/9871). -* Add annotation utils and config spec annotation. See [#9868](https://github.com/DataDog/integrations-core/pull/9868). -* [NDM] Validate SysObjectID Consistency. See [#9806](https://github.com/DataDog/integrations-core/pull/9806). -* Add option to generate profile using custom MIB source. See [#9761](https://github.com/DataDog/integrations-core/pull/9761). -* [OpenMetricsV2] Improve label sharing behavior. See [#9804](https://github.com/DataDog/integrations-core/pull/9804). -* Allow extra 3rd party licenses . See [#9796](https://github.com/DataDog/integrations-core/pull/9796). -* Refactor profile validators. See [#9741](https://github.com/DataDog/integrations-core/pull/9741). -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Add support for specifying a config path to `kind_run` utility ([#9930](https://github.com/DataDog/integrations-core/pull/9930)) +* Ignore `cluster-agent` trello cards ([#9933](https://github.com/DataDog/integrations-core/pull/9933)) +* Add typos validation ([#9902](https://github.com/DataDog/integrations-core/pull/9902)) +* Add annotations to legacy agent signature ([#9873](https://github.com/DataDog/integrations-core/pull/9873)) +* Add annotations to http validation ([#9870](https://github.com/DataDog/integrations-core/pull/9870)) +* Add commands to automatically update and sync dependencies ([#9811](https://github.com/DataDog/integrations-core/pull/9811)) +* Add manifest validator for `supported_os` field ([#9871](https://github.com/DataDog/integrations-core/pull/9871)) +* Add annotation utils and config spec annotation ([#9868](https://github.com/DataDog/integrations-core/pull/9868)) +* [NDM] Validate SysObjectID Consistency ([#9806](https://github.com/DataDog/integrations-core/pull/9806)) +* Add option to generate profile using custom MIB source ([#9761](https://github.com/DataDog/integrations-core/pull/9761)) +* [OpenMetricsV2] Improve label sharing behavior ([#9804](https://github.com/DataDog/integrations-core/pull/9804)) +* Allow extra 3rd party licenses ([#9796](https://github.com/DataDog/integrations-core/pull/9796)) +* Refactor profile validators ([#9741](https://github.com/DataDog/integrations-core/pull/9741)) +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). -* Update `metrics` option in legacy OpenMetrics example config. See [#9891](https://github.com/DataDog/integrations-core/pull/9891). -* Update GitHub `agent-network` team name. See [#9678](https://github.com/DataDog/integrations-core/pull/9678). -* Better 'Invalid url' error message in dash export. See [#9837](https://github.com/DataDog/integrations-core/pull/9837). -* Wait for E2E Agent to be started when running Python 2. See [#9828](https://github.com/DataDog/integrations-core/pull/9828). -* Re-attempt to pull docker images. See [#9823](https://github.com/DataDog/integrations-core/pull/9823). -* Validate all integrations for base and dev updates. See [#9787](https://github.com/DataDog/integrations-core/pull/9787). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) +* Update `metrics` option in legacy OpenMetrics example config ([#9891](https://github.com/DataDog/integrations-core/pull/9891)) +* Update GitHub `agent-network` team name ([#9678](https://github.com/DataDog/integrations-core/pull/9678)) +* Better 'Invalid url' error message in dash export ([#9837](https://github.com/DataDog/integrations-core/pull/9837)) +* Wait for E2E Agent to be started when running Python 2 ([#9828](https://github.com/DataDog/integrations-core/pull/9828)) +* Re-attempt to pull docker images ([#9823](https://github.com/DataDog/integrations-core/pull/9823)) +* Validate all integrations for base and dev updates ([#9787](https://github.com/DataDog/integrations-core/pull/9787)) ## 12.4.1 / 2021-07-20 ***Fixed***: -* Support empty config options for job or codecov. See [#9736](https://github.com/DataDog/integrations-core/pull/9736). +* Support empty config options for job or codecov ([#9736](https://github.com/DataDog/integrations-core/pull/9736)) ## 12.4.0 / 2021-07-20 ***Added***: -* Upgrade `virtualenv`. See [#9691](https://github.com/DataDog/integrations-core/pull/9691). -* Add database integrations team to tooling trello. See [#9671](https://github.com/DataDog/integrations-core/pull/9671). -* Add marketplace section to CI validation. See [#9679](https://github.com/DataDog/integrations-core/pull/9679). +* Upgrade `virtualenv` ([#9691](https://github.com/DataDog/integrations-core/pull/9691)) +* Add database integrations team to tooling trello ([#9671](https://github.com/DataDog/integrations-core/pull/9671)) +* Add marketplace section to CI validation ([#9679](https://github.com/DataDog/integrations-core/pull/9679)) ***Fixed***: -* Validate changed check in ci. See [#9638](https://github.com/DataDog/integrations-core/pull/9638). -* Use pattern for enforcing a URL structure for author->homepage in manifest. See [#9697](https://github.com/DataDog/integrations-core/pull/9697). +* Validate changed check in ci ([#9638](https://github.com/DataDog/integrations-core/pull/9638)) +* Use pattern for enforcing a URL structure for author->homepage in manifest ([#9697](https://github.com/DataDog/integrations-core/pull/9697)) ## 12.3.0 / 2021-07-14 ***Added***: -* Add command for validating SNMP profiles. See [#9587](https://github.com/DataDog/integrations-core/pull/9587). +* Add command for validating SNMP profiles ([#9587](https://github.com/DataDog/integrations-core/pull/9587)) ## 12.2.0 / 2021-07-12 ***Added***: -* Support multiple instances in config specs. See [#9615](https://github.com/DataDog/integrations-core/pull/9615). +* Support multiple instances in config specs ([#9615](https://github.com/DataDog/integrations-core/pull/9615)) ***Fixed***: -* Fix `meta dash export`. See [#9652](https://github.com/DataDog/integrations-core/pull/9652). +* Fix `meta dash export` ([#9652](https://github.com/DataDog/integrations-core/pull/9652)) ## 12.1.0 / 2021-06-29 ***Added***: -* log collection category validation. See [#9514](https://github.com/DataDog/integrations-core/pull/9514). -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). -* Add metric_to_check validation in pricing. See [#9289](https://github.com/DataDog/integrations-core/pull/9289). -* Update 3rd party license validation. See [#9450](https://github.com/DataDog/integrations-core/pull/9450). +* log collection category validation ([#9514](https://github.com/DataDog/integrations-core/pull/9514)) +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) +* Add metric_to_check validation in pricing ([#9289](https://github.com/DataDog/integrations-core/pull/9289)) +* Update 3rd party license validation ([#9450](https://github.com/DataDog/integrations-core/pull/9450)) ***Fixed***: -* Allow example for anyOf configuration option. See [#9474](https://github.com/DataDog/integrations-core/pull/9474). +* Allow example for anyOf configuration option ([#9474](https://github.com/DataDog/integrations-core/pull/9474)) ## 12.0.0 / 2021-05-28 ***Changed***: -* Add common check parsing for validations. See [#9229](https://github.com/DataDog/integrations-core/pull/9229). +* Add common check parsing for validations ([#9229](https://github.com/DataDog/integrations-core/pull/9229)) ***Added***: -* Add validation for third-party licenses. See [#9436](https://github.com/DataDog/integrations-core/pull/9436). -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). -* Support running post-install commands for E2E. See [#9399](https://github.com/DataDog/integrations-core/pull/9399). -* Support hidden duplicate options from templates. See [#9347](https://github.com/DataDog/integrations-core/pull/9347). -* Replace CLI dependency `appdirs` with `platformdirs`. See [#9356](https://github.com/DataDog/integrations-core/pull/9356). -* Upgrade click. See [#9342](https://github.com/DataDog/integrations-core/pull/9342). -* Upgrade datamodel-code-generator. See [#9335](https://github.com/DataDog/integrations-core/pull/9335). -* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics. See [#9301](https://github.com/DataDog/integrations-core/pull/9301). -* Upgrade virtualenv. See [#9330](https://github.com/DataDog/integrations-core/pull/9330). -* Allow skipping of E2E tests based on environment markers. See [#9327](https://github.com/DataDog/integrations-core/pull/9327). -* Support new Synthetics `run` metric unit for validation. See [#9313](https://github.com/DataDog/integrations-core/pull/9313). +* Add validation for third-party licenses ([#9436](https://github.com/DataDog/integrations-core/pull/9436)) +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) +* Support running post-install commands for E2E ([#9399](https://github.com/DataDog/integrations-core/pull/9399)) +* Support hidden duplicate options from templates ([#9347](https://github.com/DataDog/integrations-core/pull/9347)) +* Replace CLI dependency `appdirs` with `platformdirs` ([#9356](https://github.com/DataDog/integrations-core/pull/9356)) +* Upgrade click ([#9342](https://github.com/DataDog/integrations-core/pull/9342)) +* Upgrade datamodel-code-generator ([#9335](https://github.com/DataDog/integrations-core/pull/9335)) +* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics ([#9301](https://github.com/DataDog/integrations-core/pull/9301)) +* Upgrade virtualenv ([#9330](https://github.com/DataDog/integrations-core/pull/9330)) +* Allow skipping of E2E tests based on environment markers ([#9327](https://github.com/DataDog/integrations-core/pull/9327)) +* Support new Synthetics `run` metric unit for validation ([#9313](https://github.com/DataDog/integrations-core/pull/9313)) ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Sign `requirements.in` for releases. See [#9419](https://github.com/DataDog/integrations-core/pull/9419). -* Fix detection of E2E environments. See [#9373](https://github.com/DataDog/integrations-core/pull/9373). -* Fix `load_jmx_config` utility. See [#9369](https://github.com/DataDog/integrations-core/pull/9369). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). -* Fix `metrics` option type for legacy OpenMetrics config spec. See [#9318](https://github.com/DataDog/integrations-core/pull/9318). Thanks [jejikenwogu](https://github.com/jejikenwogu). -* Fix typing. See [#9338](https://github.com/DataDog/integrations-core/pull/9338). -* Update validate all log line to use validation name. See [#9319](https://github.com/DataDog/integrations-core/pull/9319). -* Stop collecting empty coverage reports for non-Python checks. See [#9297](https://github.com/DataDog/integrations-core/pull/9297). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Sign `requirements.in` for releases ([#9419](https://github.com/DataDog/integrations-core/pull/9419)) +* Fix detection of E2E environments ([#9373](https://github.com/DataDog/integrations-core/pull/9373)) +* Fix `load_jmx_config` utility ([#9369](https://github.com/DataDog/integrations-core/pull/9369)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) +* Fix `metrics` option type for legacy OpenMetrics config spec ([#9318](https://github.com/DataDog/integrations-core/pull/9318)) Thanks [jejikenwogu](https://github.com/jejikenwogu). +* Fix typing ([#9338](https://github.com/DataDog/integrations-core/pull/9338)) +* Update validate all log line to use validation name ([#9319](https://github.com/DataDog/integrations-core/pull/9319)) +* Stop collecting empty coverage reports for non-Python checks ([#9297](https://github.com/DataDog/integrations-core/pull/9297)) ## 11.2.0 / 2021-05-05 ***Added***: -* Avoid double periods at the end of PR titles. See [#8442](https://github.com/DataDog/integrations-core/pull/8442). -* Bump mypy. See [#9285](https://github.com/DataDog/integrations-core/pull/9285). +* Avoid double periods at the end of PR titles ([#8442](https://github.com/DataDog/integrations-core/pull/8442)) +* Bump mypy ([#9285](https://github.com/DataDog/integrations-core/pull/9285)) ***Fixed***: -* Fix validator bugs. See [#9290](https://github.com/DataDog/integrations-core/pull/9290). +* Fix validator bugs ([#9290](https://github.com/DataDog/integrations-core/pull/9290)) ## 11.1.0 / 2021-05-03 ***Added***: -* [snmp] Add interactive option to generate profile tool. See [#9259](https://github.com/DataDog/integrations-core/pull/9259). -* [SNMP] Invert interactive logic in validate mib files. See [#9258](https://github.com/DataDog/integrations-core/pull/9258). -* Add `ddev env edit` command. See [#9196](https://github.com/DataDog/integrations-core/pull/9196). -* [SNMP] Validate mib filenames in snmp tooling. See [#9228](https://github.com/DataDog/integrations-core/pull/9228). +* [snmp] Add interactive option to generate profile tool ([#9259](https://github.com/DataDog/integrations-core/pull/9259)) +* [SNMP] Invert interactive logic in validate mib files ([#9258](https://github.com/DataDog/integrations-core/pull/9258)) +* Add `ddev env edit` command ([#9196](https://github.com/DataDog/integrations-core/pull/9196)) +* [SNMP] Validate mib filenames in snmp tooling ([#9228](https://github.com/DataDog/integrations-core/pull/9228)) ***Fixed***: -* Refactor manifest validation into a class system. See [#9111](https://github.com/DataDog/integrations-core/pull/9111). +* Refactor manifest validation into a class system ([#9111](https://github.com/DataDog/integrations-core/pull/9111)) ## 11.0.1 / 2021-04-21 ***Fixed***: -* Reduce ascii validation for assets. See [#9208](https://github.com/DataDog/integrations-core/pull/9208). -* Fix QA card assignment to be distributed randomly and equally. See [#9190](https://github.com/DataDog/integrations-core/pull/9190). +* Reduce ascii validation for assets ([#9208](https://github.com/DataDog/integrations-core/pull/9208)) +* Fix QA card assignment to be distributed randomly and equally ([#9190](https://github.com/DataDog/integrations-core/pull/9190)) ## 11.0.0 / 2021-04-19 ***Changed***: -* [SNMP] Remove metric_prefix from snmp_tile integrations. See [#9172](https://github.com/DataDog/integrations-core/pull/9172). +* [SNMP] Remove metric_prefix from snmp_tile integrations ([#9172](https://github.com/DataDog/integrations-core/pull/9172)) ***Added***: -* Include ascii validation in asset files. See [#9169](https://github.com/DataDog/integrations-core/pull/9169). +* Include ascii validation in asset files ([#9169](https://github.com/DataDog/integrations-core/pull/9169)) ***Fixed***: -* Upgrade flake8. See [#9177](https://github.com/DataDog/integrations-core/pull/9177). -* Upgrade isort. See [#9176](https://github.com/DataDog/integrations-core/pull/9176). -* Allow the use of relative images and refactor readme validate to use …. See [#9160](https://github.com/DataDog/integrations-core/pull/9160). -* [ddev] Skip cherry-pick commits in `ddev release trello testable`. See [#9134](https://github.com/DataDog/integrations-core/pull/9134). +* Upgrade flake8 ([#9177](https://github.com/DataDog/integrations-core/pull/9177)) +* Upgrade isort ([#9176](https://github.com/DataDog/integrations-core/pull/9176)) +* Allow the use of relative images and refactor readme validate to use … ([#9160](https://github.com/DataDog/integrations-core/pull/9160)) +* [ddev] Skip cherry-pick commits in `ddev release trello testable` ([#9134](https://github.com/DataDog/integrations-core/pull/9134)) ## 10.0.0 / 2021-04-13 ***Changed***: -* Split utils into fileutils and ci. See [#9023](https://github.com/DataDog/integrations-core/pull/9023). +* Split utils into fileutils and ci ([#9023](https://github.com/DataDog/integrations-core/pull/9023)) ***Added***: -* Add --ddtrace flag. See [#9124](https://github.com/DataDog/integrations-core/pull/9124). -* Move function to utils. See [#9145](https://github.com/DataDog/integrations-core/pull/9145). -* Support the `--changed` flag for E2E testing. See [#9141](https://github.com/DataDog/integrations-core/pull/9141). -* Support running Windows containers for E2E. See [#9119](https://github.com/DataDog/integrations-core/pull/9119). +* Add --ddtrace flag ([#9124](https://github.com/DataDog/integrations-core/pull/9124)) +* Move function to utils ([#9145](https://github.com/DataDog/integrations-core/pull/9145)) +* Support the `--changed` flag for E2E testing ([#9141](https://github.com/DataDog/integrations-core/pull/9141)) +* Support running Windows containers for E2E ([#9119](https://github.com/DataDog/integrations-core/pull/9119)) ***Fixed***: -* Fix default config validation to include openmetrics template. See [#9151](https://github.com/DataDog/integrations-core/pull/9151). -* Enable metric to check validation on the marketplace. See [#9146](https://github.com/DataDog/integrations-core/pull/9146). -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). -* Fix open import for fs util. See [#9135](https://github.com/DataDog/integrations-core/pull/9135). -* Fix integration log checking. See [#9118](https://github.com/DataDog/integrations-core/pull/9118). +* Fix default config validation to include openmetrics template ([#9151](https://github.com/DataDog/integrations-core/pull/9151)) +* Enable metric to check validation on the marketplace ([#9146](https://github.com/DataDog/integrations-core/pull/9146)) +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) +* Fix open import for fs util ([#9135](https://github.com/DataDog/integrations-core/pull/9135)) +* Fix integration log checking ([#9118](https://github.com/DataDog/integrations-core/pull/9118)) ## 9.4.1 / 2021-04-06 ***Fixed***: -* Ignore validation for marketplace. See [#9100](https://github.com/DataDog/integrations-core/pull/9100). +* Ignore validation for marketplace ([#9100](https://github.com/DataDog/integrations-core/pull/9100)) ## 9.4.0 / 2021-04-06 ***Added***: -* Add testing module for frequently used `pytest`-related utilities. See [#9081](https://github.com/DataDog/integrations-core/pull/9081). -* Upgrade virtualenv to 20.4.3. See [#9086](https://github.com/DataDog/integrations-core/pull/9086). +* Add testing module for frequently used `pytest`-related utilities ([#9081](https://github.com/DataDog/integrations-core/pull/9081)) +* Upgrade virtualenv to 20.4.3 ([#9086](https://github.com/DataDog/integrations-core/pull/9086)) ***Fixed***: -* Ignore metric_to_check validation for extras. See [#9098](https://github.com/DataDog/integrations-core/pull/9098). -* Update dashboards status. See [#9083](https://github.com/DataDog/integrations-core/pull/9083). -* Better support for dashboard filename. See [#9087](https://github.com/DataDog/integrations-core/pull/9087). +* Ignore metric_to_check validation for extras ([#9098](https://github.com/DataDog/integrations-core/pull/9098)) +* Update dashboards status ([#9083](https://github.com/DataDog/integrations-core/pull/9083)) +* Better support for dashboard filename ([#9087](https://github.com/DataDog/integrations-core/pull/9087)) ## 9.3.0 / 2021-04-05 ***Added***: -* Update defaults for legacy OpenMetrics config spec template. See [#9065](https://github.com/DataDog/integrations-core/pull/9065). -* Add "exception" unit to metadata. See [#9063](https://github.com/DataDog/integrations-core/pull/9063). Thanks [kevingosse](https://github.com/kevingosse). -* Add command to run all validations at once. See [#9040](https://github.com/DataDog/integrations-core/pull/9040). +* Update defaults for legacy OpenMetrics config spec template ([#9065](https://github.com/DataDog/integrations-core/pull/9065)) +* Add "exception" unit to metadata ([#9063](https://github.com/DataDog/integrations-core/pull/9063)) Thanks [kevingosse](https://github.com/kevingosse). +* Add command to run all validations at once ([#9040](https://github.com/DataDog/integrations-core/pull/9040)) ***Fixed***: -* Raise validation error if metadata.csv but no metric_to_check. See [#9042](https://github.com/DataDog/integrations-core/pull/9042). -* Ignore secondary dashboards. See [#9037](https://github.com/DataDog/integrations-core/pull/9037). -* Include new and legacy openmetrics template in http validation. See [#9034](https://github.com/DataDog/integrations-core/pull/9034). +* Raise validation error if metadata.csv but no metric_to_check ([#9042](https://github.com/DataDog/integrations-core/pull/9042)) +* Ignore secondary dashboards ([#9037](https://github.com/DataDog/integrations-core/pull/9037)) +* Include new and legacy openmetrics template in http validation ([#9034](https://github.com/DataDog/integrations-core/pull/9034)) ## 9.2.1 / 2021-03-22 ***Fixed***: -* Fix models validation. See [#8871](https://github.com/DataDog/integrations-core/pull/8871). +* Fix models validation ([#8871](https://github.com/DataDog/integrations-core/pull/8871)) ## 9.2.0 / 2021-03-22 ***Added***: -* Add config spec data model consumer. See [#8675](https://github.com/DataDog/integrations-core/pull/8675). +* Add config spec data model consumer ([#8675](https://github.com/DataDog/integrations-core/pull/8675)) ## 9.1.1 / 2021-03-18 ***Fixed***: -* Improve error message. See [#8788](https://github.com/DataDog/integrations-core/pull/8788). -* Fix infra-integrations team for testable. See [#8784](https://github.com/DataDog/integrations-core/pull/8784). +* Improve error message ([#8788](https://github.com/DataDog/integrations-core/pull/8788)) +* Fix infra-integrations team for testable ([#8784](https://github.com/DataDog/integrations-core/pull/8784)) ## 9.1.0 / 2021-03-07 ***Security***: -* Upgrade pyyaml python package. See [#8707](https://github.com/DataDog/integrations-core/pull/8707). +* Upgrade pyyaml python package ([#8707](https://github.com/DataDog/integrations-core/pull/8707)) ***Added***: -* Check if integrations are logs only. See [#8699](https://github.com/DataDog/integrations-core/pull/8699). +* Check if integrations are logs only ([#8699](https://github.com/DataDog/integrations-core/pull/8699)) ***Fixed***: -* Do not append -pyx for agent7 images. See [#8746](https://github.com/DataDog/integrations-core/pull/8746). -* Avoid mounting check confd volume if there is no config. See [#8722](https://github.com/DataDog/integrations-core/pull/8722). +* Do not append -pyx for agent7 images ([#8746](https://github.com/DataDog/integrations-core/pull/8746)) +* Avoid mounting check confd volume if there is no config ([#8722](https://github.com/DataDog/integrations-core/pull/8722)) ## 9.0.0 / 2021-03-01 ***Changed***: -* Create missing cards when using `--move-cards`. See [#8595](https://github.com/DataDog/integrations-core/pull/8595). +* Create missing cards when using `--move-cards` ([#8595](https://github.com/DataDog/integrations-core/pull/8595)) ***Added***: -* Add ddev example committer tool. See [#8697](https://github.com/DataDog/integrations-core/pull/8697). +* Add ddev example committer tool ([#8697](https://github.com/DataDog/integrations-core/pull/8697)) ***Fixed***: -* Validate metric prefixes for all metric metadata. See [#8672](https://github.com/DataDog/integrations-core/pull/8672). -* Remove marketplace option for ddev create. See [#8649](https://github.com/DataDog/integrations-core/pull/8649). +* Validate metric prefixes for all metric metadata ([#8672](https://github.com/DataDog/integrations-core/pull/8672)) +* Remove marketplace option for ddev create ([#8649](https://github.com/DataDog/integrations-core/pull/8649)) ## 8.0.1 / 2021-02-19 ***Fixed***: -* Fix error printing json errors when error on list object. See [#8650](https://github.com/DataDog/integrations-core/pull/8650). -* Fix validate readme command. See [#8645](https://github.com/DataDog/integrations-core/pull/8645). -* Replace `oneOf` with `anyOf` for multi-type support. See [#8626](https://github.com/DataDog/integrations-core/pull/8626). +* Fix error printing json errors when error on list object ([#8650](https://github.com/DataDog/integrations-core/pull/8650)) +* Fix validate readme command ([#8645](https://github.com/DataDog/integrations-core/pull/8645)) +* Replace `oneOf` with `anyOf` for multi-type support ([#8626](https://github.com/DataDog/integrations-core/pull/8626)) ## 8.0.0 / 2021-02-12 ***Changed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ***Added***: -* Add config spec for the new OpenMetrics implementation. See [#8452](https://github.com/DataDog/integrations-core/pull/8452). -* Support `additionalProperties` object field for config specs. See [#8525](https://github.com/DataDog/integrations-core/pull/8525). -* Support bind mounting single files for Docker E2E on Windows. See [#8516](https://github.com/DataDog/integrations-core/pull/8516). +* Add config spec for the new OpenMetrics implementation ([#8452](https://github.com/DataDog/integrations-core/pull/8452)) +* Support `additionalProperties` object field for config specs ([#8525](https://github.com/DataDog/integrations-core/pull/8525)) +* Support bind mounting single files for Docker E2E on Windows ([#8516](https://github.com/DataDog/integrations-core/pull/8516)) ***Fixed***: -* Fix the ids `done` in `progress` columns. See [#8478](https://github.com/DataDog/integrations-core/pull/8478). -* Fix tabs in readme consumer. See [#8551](https://github.com/DataDog/integrations-core/pull/8551). -* Remove metric alert from recommended monitors. See [#8508](https://github.com/DataDog/integrations-core/pull/8508). -* Fix link referencing for append and prepend. See [#8548](https://github.com/DataDog/integrations-core/pull/8548). -* Implement append and prepend options for docs validator. See [#8542](https://github.com/DataDog/integrations-core/pull/8542). -* Normalize links in docs validator for nested sections. See [#8541](https://github.com/DataDog/integrations-core/pull/8541). -* Update metrics template. See [#8539](https://github.com/DataDog/integrations-core/pull/8539). -* Fix `oneOf` in config specs. See [#8540](https://github.com/DataDog/integrations-core/pull/8540). -* Do not run base_check for any base package. See [#8534](https://github.com/DataDog/integrations-core/pull/8534). -* fix nested sections for readme rendering. See [#8524](https://github.com/DataDog/integrations-core/pull/8524). -* Avoid forcing base dependencies for base checks. See [#8444](https://github.com/DataDog/integrations-core/pull/8444). -* fix nested sections in docs validator. See [#8519](https://github.com/DataDog/integrations-core/pull/8519). -* Add test cases to docs validator. See [#8503](https://github.com/DataDog/integrations-core/pull/8503). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). -* Fix handling of multiple nested types for the example config spec consumer. See [#8465](https://github.com/DataDog/integrations-core/pull/8465). -* Fix validation of Agent deps when using single check. See [#8461](https://github.com/DataDog/integrations-core/pull/8461). +* Fix the ids `done` in `progress` columns ([#8478](https://github.com/DataDog/integrations-core/pull/8478)) +* Fix tabs in readme consumer ([#8551](https://github.com/DataDog/integrations-core/pull/8551)) +* Remove metric alert from recommended monitors ([#8508](https://github.com/DataDog/integrations-core/pull/8508)) +* Fix link referencing for append and prepend ([#8548](https://github.com/DataDog/integrations-core/pull/8548)) +* Implement append and prepend options for docs validator ([#8542](https://github.com/DataDog/integrations-core/pull/8542)) +* Normalize links in docs validator for nested sections ([#8541](https://github.com/DataDog/integrations-core/pull/8541)) +* Update metrics template ([#8539](https://github.com/DataDog/integrations-core/pull/8539)) +* Fix `oneOf` in config specs ([#8540](https://github.com/DataDog/integrations-core/pull/8540)) +* Do not run base_check for any base package ([#8534](https://github.com/DataDog/integrations-core/pull/8534)) +* fix nested sections for readme rendering ([#8524](https://github.com/DataDog/integrations-core/pull/8524)) +* Avoid forcing base dependencies for base checks ([#8444](https://github.com/DataDog/integrations-core/pull/8444)) +* fix nested sections in docs validator ([#8519](https://github.com/DataDog/integrations-core/pull/8519)) +* Add test cases to docs validator ([#8503](https://github.com/DataDog/integrations-core/pull/8503)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) +* Fix handling of multiple nested types for the example config spec consumer ([#8465](https://github.com/DataDog/integrations-core/pull/8465)) +* Fix validation of Agent deps when using single check ([#8461](https://github.com/DataDog/integrations-core/pull/8461)) ## 7.0.1 / 2021-01-25 ***Fixed***: -* Minor error message fix. See [#8424](https://github.com/DataDog/integrations-core/pull/8424). +* Minor error message fix ([#8424](https://github.com/DataDog/integrations-core/pull/8424)) ## 7.0.0 / 2021-01-22 ***Changed***: -* Rename legacy OpenMetrics config spec. See [#8413](https://github.com/DataDog/integrations-core/pull/8413). -* Small changes in template for "SNMP tiles". See [#8289](https://github.com/DataDog/integrations-core/pull/8289). +* Rename legacy OpenMetrics config spec ([#8413](https://github.com/DataDog/integrations-core/pull/8413)) +* Small changes in template for "SNMP tiles" ([#8289](https://github.com/DataDog/integrations-core/pull/8289)) ***Added***: -* Add --export-csv option. See [#8350](https://github.com/DataDog/integrations-core/pull/8350). -* Add config spec support for options with multiple types. See [#8378](https://github.com/DataDog/integrations-core/pull/8378). -* Add docs spec progress to docs status board. See [#8357](https://github.com/DataDog/integrations-core/pull/8357). -* Add option to exclude release prs. See [#8351](https://github.com/DataDog/integrations-core/pull/8351). -* Support installing minimum and unpinned datadog_checks_base dependencies for tests. See [#8318](https://github.com/DataDog/integrations-core/pull/8318). -* Allow MockResponse method `iter_lines` to be called multiple times. See [#8353](https://github.com/DataDog/integrations-core/pull/8353). -* [1/3] Add units to metadata check. See [#8308](https://github.com/DataDog/integrations-core/pull/8308). -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). -* Support nightly datadog_checks_base package checks. See [#8293](https://github.com/DataDog/integrations-core/pull/8293). -* Add snmp_tile template to ddev create --type. See [#8216](https://github.com/DataDog/integrations-core/pull/8216). -* Add new global fixture to mock HTTP requests. See [#8276](https://github.com/DataDog/integrations-core/pull/8276). -* Update Codecov config validation with new flag carryforward options. See [#8085](https://github.com/DataDog/integrations-core/pull/8085). -* Ensure default templates are included in config spec. See [#8232](https://github.com/DataDog/integrations-core/pull/8232). +* Add --export-csv option ([#8350](https://github.com/DataDog/integrations-core/pull/8350)) +* Add config spec support for options with multiple types ([#8378](https://github.com/DataDog/integrations-core/pull/8378)) +* Add docs spec progress to docs status board ([#8357](https://github.com/DataDog/integrations-core/pull/8357)) +* Add option to exclude release prs ([#8351](https://github.com/DataDog/integrations-core/pull/8351)) +* Support installing minimum and unpinned datadog_checks_base dependencies for tests ([#8318](https://github.com/DataDog/integrations-core/pull/8318)) +* Allow MockResponse method `iter_lines` to be called multiple times ([#8353](https://github.com/DataDog/integrations-core/pull/8353)) +* [1/3] Add units to metadata check ([#8308](https://github.com/DataDog/integrations-core/pull/8308)) +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) +* Support nightly datadog_checks_base package checks ([#8293](https://github.com/DataDog/integrations-core/pull/8293)) +* Add snmp_tile template to ddev create --type ([#8216](https://github.com/DataDog/integrations-core/pull/8216)) +* Add new global fixture to mock HTTP requests ([#8276](https://github.com/DataDog/integrations-core/pull/8276)) +* Update Codecov config validation with new flag carryforward options ([#8085](https://github.com/DataDog/integrations-core/pull/8085)) +* Ensure default templates are included in config spec ([#8232](https://github.com/DataDog/integrations-core/pull/8232)) ***Fixed***: -* Update logs template with docs feedback. See [#8412](https://github.com/DataDog/integrations-core/pull/8412). -* Fix conflicting link references in tile readme template. See [#8409](https://github.com/DataDog/integrations-core/pull/8409). -* Update logs readme template. See [#8399](https://github.com/DataDog/integrations-core/pull/8399). -* Increase indentation of log snippets. See [#8360](https://github.com/DataDog/integrations-core/pull/8360). -* Fix dep validation to work on single checks for PRs. See [#8297](https://github.com/DataDog/integrations-core/pull/8297). -* Fix ddev env test last error. See [#8264](https://github.com/DataDog/integrations-core/pull/8264). -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update logs template with docs feedback ([#8412](https://github.com/DataDog/integrations-core/pull/8412)) +* Fix conflicting link references in tile readme template ([#8409](https://github.com/DataDog/integrations-core/pull/8409)) +* Update logs readme template ([#8399](https://github.com/DataDog/integrations-core/pull/8399)) +* Increase indentation of log snippets ([#8360](https://github.com/DataDog/integrations-core/pull/8360)) +* Fix dep validation to work on single checks for PRs ([#8297](https://github.com/DataDog/integrations-core/pull/8297)) +* Fix ddev env test last error ([#8264](https://github.com/DataDog/integrations-core/pull/8264)) +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 6.1.0 / 2020-12-22 ***Added***: -* Add metric_to_check validation redirection for snmp_ integrations. See [#8215](https://github.com/DataDog/integrations-core/pull/8215). -* Add exec command option to ddev env shell. See [#8235](https://github.com/DataDog/integrations-core/pull/8235). -* Fail validation if metadata file is empty. See [#8194](https://github.com/DataDog/integrations-core/pull/8194). +* Add metric_to_check validation redirection for snmp_ integrations ([#8215](https://github.com/DataDog/integrations-core/pull/8215)) +* Add exec command option to ddev env shell ([#8235](https://github.com/DataDog/integrations-core/pull/8235)) +* Fail validation if metadata file is empty ([#8194](https://github.com/DataDog/integrations-core/pull/8194)) ***Fixed***: -* Fix release. See [#8237](https://github.com/DataDog/integrations-core/pull/8237). -* Update dogweb dashboard list. See [#8191](https://github.com/DataDog/integrations-core/pull/8191). +* Fix release ([#8237](https://github.com/DataDog/integrations-core/pull/8237)) +* Update dogweb dashboard list ([#8191](https://github.com/DataDog/integrations-core/pull/8191)) ## 6.0.0 / 2020-12-11 ***Changed***: -* Use snmp mibs copy while mibs.snmplabs.com is down. See [#7835](https://github.com/DataDog/integrations-core/pull/7835). -* Add sub-watt metric metadata units. See [#7994](https://github.com/DataDog/integrations-core/pull/7994). +* Use snmp mibs copy while mibs.snmplabs.com is down ([#7835](https://github.com/DataDog/integrations-core/pull/7835)) +* Add sub-watt metric metadata units ([#7994](https://github.com/DataDog/integrations-core/pull/7994)) ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). -* Add support for tabular check output. See [#8129](https://github.com/DataDog/integrations-core/pull/8129). -* Add test filter to env test. See [#8101](https://github.com/DataDog/integrations-core/pull/8101). -* [SNMP] Generate profiles from MIBs. See [#7925](https://github.com/DataDog/integrations-core/pull/7925). -* Validate partner integration readmes contain an h2 support section. See [#8055](https://github.com/DataDog/integrations-core/pull/8055). -* Add 'since' flag to manually specify tag to look from. See [#7950](https://github.com/DataDog/integrations-core/pull/7950). -* Support inline comment to skip http validation. See [#8020](https://github.com/DataDog/integrations-core/pull/8020). -* Add config template for TLS helper. See [#8014](https://github.com/DataDog/integrations-core/pull/8014). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) +* Add support for tabular check output ([#8129](https://github.com/DataDog/integrations-core/pull/8129)) +* Add test filter to env test ([#8101](https://github.com/DataDog/integrations-core/pull/8101)) +* [SNMP] Generate profiles from MIBs ([#7925](https://github.com/DataDog/integrations-core/pull/7925)) +* Validate partner integration readmes contain an h2 support section ([#8055](https://github.com/DataDog/integrations-core/pull/8055)) +* Add 'since' flag to manually specify tag to look from ([#7950](https://github.com/DataDog/integrations-core/pull/7950)) +* Support inline comment to skip http validation ([#8020](https://github.com/DataDog/integrations-core/pull/8020)) +* Add config template for TLS helper ([#8014](https://github.com/DataDog/integrations-core/pull/8014)) ***Fixed***: -* Refactor `has_logs` utility. See [#8123](https://github.com/DataDog/integrations-core/pull/8123). -* Build developer docs in strict mode. See [#8152](https://github.com/DataDog/integrations-core/pull/8152). -* Skip auto-setting Python version suffix if using an RC build. See [#7653](https://github.com/DataDog/integrations-core/pull/7653). -* Remove active_directory references from config. See [#8111](https://github.com/DataDog/integrations-core/pull/8111). -* Fix pdh configuration spec. See [#8106](https://github.com/DataDog/integrations-core/pull/8106). -* Update small typo in tls-specific options documentation. See [#8103](https://github.com/DataDog/integrations-core/pull/8103). -* [Config specs] Allow longer line in compact_example lists. See [#8015](https://github.com/DataDog/integrations-core/pull/8015). -* Include openmetrics integrations in http validation. See [#7999](https://github.com/DataDog/integrations-core/pull/7999). +* Refactor `has_logs` utility ([#8123](https://github.com/DataDog/integrations-core/pull/8123)) +* Build developer docs in strict mode ([#8152](https://github.com/DataDog/integrations-core/pull/8152)) +* Skip auto-setting Python version suffix if using an RC build ([#7653](https://github.com/DataDog/integrations-core/pull/7653)) +* Remove active_directory references from config ([#8111](https://github.com/DataDog/integrations-core/pull/8111)) +* Fix pdh configuration spec ([#8106](https://github.com/DataDog/integrations-core/pull/8106)) +* Update small typo in tls-specific options documentation ([#8103](https://github.com/DataDog/integrations-core/pull/8103)) +* [Config specs] Allow longer line in compact_example lists ([#8015](https://github.com/DataDog/integrations-core/pull/8015)) +* Include openmetrics integrations in http validation ([#7999](https://github.com/DataDog/integrations-core/pull/7999)) ## 5.1.0 / 2020-11-10 ***Added***: -* Allow mechanism for handling duplicate option names for config specs. See [#7968](https://github.com/DataDog/integrations-core/pull/7968). -* Add Infra Integrations to Trello release script. See [#7906](https://github.com/DataDog/integrations-core/pull/7906). +* Allow mechanism for handling duplicate option names for config specs ([#7968](https://github.com/DataDog/integrations-core/pull/7968)) +* Add Infra Integrations to Trello release script ([#7906](https://github.com/DataDog/integrations-core/pull/7906)) ***Fixed***: -* Fix http validator. See [#7936](https://github.com/DataDog/integrations-core/pull/7936). -* Fix Trello release script. See [#7909](https://github.com/DataDog/integrations-core/pull/7909). +* Fix http validator ([#7936](https://github.com/DataDog/integrations-core/pull/7936)) +* Fix Trello release script ([#7909](https://github.com/DataDog/integrations-core/pull/7909)) ## 5.0.0 / 2020-10-31 ***Changed***: -* Use creation, update and closed date to detect user inactivity.. See [#7771](https://github.com/DataDog/integrations-core/pull/7771). +* Use creation, update and closed date to detect user inactivity. ([#7771](https://github.com/DataDog/integrations-core/pull/7771)) ***Added***: -* add options method for validation. See [#7895](https://github.com/DataDog/integrations-core/pull/7895). -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Tracemalloc: Rename white/blacklist to include/exclude. See [#7626](https://github.com/DataDog/integrations-core/pull/7626). -* Detect and abort if there are tox errors. See [#7801](https://github.com/DataDog/integrations-core/pull/7801). -* Add fixed_cards_mover.py. See [#7724](https://github.com/DataDog/integrations-core/pull/7724). -* Add warning when running environment without dev flag for non-core integrations. See [#7811](https://github.com/DataDog/integrations-core/pull/7811). +* add options method for validation ([#7895](https://github.com/DataDog/integrations-core/pull/7895)) +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Tracemalloc: Rename white/blacklist to include/exclude ([#7626](https://github.com/DataDog/integrations-core/pull/7626)) +* Detect and abort if there are tox errors ([#7801](https://github.com/DataDog/integrations-core/pull/7801)) +* Add fixed_cards_mover.py ([#7724](https://github.com/DataDog/integrations-core/pull/7724)) +* Add warning when running environment without dev flag for non-core integrations ([#7811](https://github.com/DataDog/integrations-core/pull/7811)) ## 4.2.0 / 2020-10-14 ***Added***: -* Validate JMX integrations metrics.yaml. See [#7733](https://github.com/DataDog/integrations-core/pull/7733). -* Make inventories metadata testable in e2e. See [#7761](https://github.com/DataDog/integrations-core/pull/7761). -* Validate metrics_metadata in manifest.json. See [#7746](https://github.com/DataDog/integrations-core/pull/7746). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* Check the git token scope when calling `get_team_members`. See [#7712](https://github.com/DataDog/integrations-core/pull/7712). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Validate JMX integrations metrics.yaml ([#7733](https://github.com/DataDog/integrations-core/pull/7733)) +* Make inventories metadata testable in e2e ([#7761](https://github.com/DataDog/integrations-core/pull/7761)) +* Validate metrics_metadata in manifest.json ([#7746](https://github.com/DataDog/integrations-core/pull/7746)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* Check the git token scope when calling `get_team_members` ([#7712](https://github.com/DataDog/integrations-core/pull/7712)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 4.1.0 / 2020-10-01 ***Added***: -* Added HTTP wrapper class validator. See [#7676](https://github.com/DataDog/integrations-core/pull/7676). +* Added HTTP wrapper class validator ([#7676](https://github.com/DataDog/integrations-core/pull/7676)) ***Fixed***: -* Added missing HTTP templates to existing config specs. See [#7694](https://github.com/DataDog/integrations-core/pull/7694). -* Handle missing "eula" key in EULA validation. See [#7640](https://github.com/DataDog/integrations-core/pull/7640). -* Check case of integration header in metadata.csv files for metadata validation. See [#7643](https://github.com/DataDog/integrations-core/pull/7643). +* Added missing HTTP templates to existing config specs ([#7694](https://github.com/DataDog/integrations-core/pull/7694)) +* Handle missing "eula" key in EULA validation ([#7640](https://github.com/DataDog/integrations-core/pull/7640)) +* Check case of integration header in metadata.csv files for metadata validation ([#7643](https://github.com/DataDog/integrations-core/pull/7643)) ## 4.0.1 / 2020-09-21 ***Fixed***: -* Fix changed manifest validation for new integrations. See [#7623](https://github.com/DataDog/integrations-core/pull/7623). +* Fix changed manifest validation for new integrations ([#7623](https://github.com/DataDog/integrations-core/pull/7623)) ## 4.0.0 / 2020-09-16 ***Changed***: -* Use `git diff` instead of GitHub's API to detect if manifest fields changed during validation. See [#7599](https://github.com/DataDog/integrations-core/pull/7599). +* Use `git diff` instead of GitHub's API to detect if manifest fields changed during validation ([#7599](https://github.com/DataDog/integrations-core/pull/7599)) ## 3.25.0 / 2020-09-16 ***Added***: -* Allow `ddev create` to create marketplace integration scaffolding. See [#7543](https://github.com/DataDog/integrations-core/pull/7543). -* Remove transient dependency pin. See [#7545](https://github.com/DataDog/integrations-core/pull/7545). -* [config specs] Support overrides for mappings when references start with a name. See [#7557](https://github.com/DataDog/integrations-core/pull/7557). -* Add command to add Agent version to integrations CHANGELOG.md. See [#7518](https://github.com/DataDog/integrations-core/pull/7518). +* Allow `ddev create` to create marketplace integration scaffolding ([#7543](https://github.com/DataDog/integrations-core/pull/7543)) +* Remove transient dependency pin ([#7545](https://github.com/DataDog/integrations-core/pull/7545)) +* [config specs] Support overrides for mappings when references start with a name ([#7557](https://github.com/DataDog/integrations-core/pull/7557)) +* Add command to add Agent version to integrations CHANGELOG.md ([#7518](https://github.com/DataDog/integrations-core/pull/7518)) ***Fixed***: -* Fix init_config/db config spec template. See [#7583](https://github.com/DataDog/integrations-core/pull/7583). -* Use database config template in existing specs. See [#7548](https://github.com/DataDog/integrations-core/pull/7548). -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). +* Fix init_config/db config spec template ([#7583](https://github.com/DataDog/integrations-core/pull/7583)) +* Use database config template in existing specs ([#7548](https://github.com/DataDog/integrations-core/pull/7548)) +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) ## 3.24.0 / 2020-09-08 ***Added***: -* Add marketplace to repo choices and make -x set repo_choice. See [#7508](https://github.com/DataDog/integrations-core/pull/7508). +* Add marketplace to repo choices and make -x set repo_choice ([#7508](https://github.com/DataDog/integrations-core/pull/7508)) ***Fixed***: -* Pin transient dependency pyrsistent to < 0.17.0. See [#7546](https://github.com/DataDog/integrations-core/pull/7546). -* Add minItems to pricing and better validation error message. See [#7514](https://github.com/DataDog/integrations-core/pull/7514). -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). +* Pin transient dependency pyrsistent to < 0.17.0 ([#7546](https://github.com/DataDog/integrations-core/pull/7546)) +* Add minItems to pricing and better validation error message ([#7514](https://github.com/DataDog/integrations-core/pull/7514)) +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) ## 3.23.0 / 2020-09-04 ***Added***: -* Add initial validations for EULA files. See [#7473](https://github.com/DataDog/integrations-core/pull/7473). -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Change old_payload warning to failure. See [#7419](https://github.com/DataDog/integrations-core/pull/7419). -* Support service checks in recommended monitors. See [#7423](https://github.com/DataDog/integrations-core/pull/7423). +* Add initial validations for EULA files ([#7473](https://github.com/DataDog/integrations-core/pull/7473)) +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Change old_payload warning to failure ([#7419](https://github.com/DataDog/integrations-core/pull/7419)) +* Support service checks in recommended monitors ([#7423](https://github.com/DataDog/integrations-core/pull/7423)) ***Fixed***: -* Apply overrides recursively to config specs. See [#7497](https://github.com/DataDog/integrations-core/pull/7497). -* Pin style deps. See [#7485](https://github.com/DataDog/integrations-core/pull/7485). -* Fix ddev create for jmx. See [#7346](https://github.com/DataDog/integrations-core/pull/7346). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Apply overrides recursively to config specs ([#7497](https://github.com/DataDog/integrations-core/pull/7497)) +* Pin style deps ([#7485](https://github.com/DataDog/integrations-core/pull/7485)) +* Fix ddev create for jmx ([#7346](https://github.com/DataDog/integrations-core/pull/7346)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 3.22.0 / 2020-08-24 ***Added***: -* Auto assign card. See [#7347](https://github.com/DataDog/integrations-core/pull/7347). -* Use author_name instead of author_info object. See [#7417](https://github.com/DataDog/integrations-core/pull/7417). -* Update dependency tooling to support multiple version/marker combinations. See [#7391](https://github.com/DataDog/integrations-core/pull/7391). +* Auto assign card ([#7347](https://github.com/DataDog/integrations-core/pull/7347)) +* Use author_name instead of author_info object ([#7417](https://github.com/DataDog/integrations-core/pull/7417)) +* Update dependency tooling to support multiple version/marker combinations ([#7391](https://github.com/DataDog/integrations-core/pull/7391)) ***Fixed***: -* Add security team. See [#7357](https://github.com/DataDog/integrations-core/pull/7357). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Add security team ([#7357](https://github.com/DataDog/integrations-core/pull/7357)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 3.21.0 / 2020-08-18 ***Added***: -* Update dash export command to use newer api. See [#7365](https://github.com/DataDog/integrations-core/pull/7365). -* Allow the validation of the newer dashboard payload in integration boards. See [#7362](https://github.com/DataDog/integrations-core/pull/7362). -* Add new package validation for `name` field in setup.py. See [#7359](https://github.com/DataDog/integrations-core/pull/7359). -* Add monitor validation on allowed types and more friendly error messages. See [#7356](https://github.com/DataDog/integrations-core/pull/7356). -* Validate integration column in metrics metadata. See [#7372](https://github.com/DataDog/integrations-core/pull/7372). -* Support updating Agent /etc/hosts in E2E envs. See [#7343](https://github.com/DataDog/integrations-core/pull/7343). +* Update dash export command to use newer api ([#7365](https://github.com/DataDog/integrations-core/pull/7365)) +* Allow the validation of the newer dashboard payload in integration boards ([#7362](https://github.com/DataDog/integrations-core/pull/7362)) +* Add new package validation for `name` field in setup.py ([#7359](https://github.com/DataDog/integrations-core/pull/7359)) +* Add monitor validation on allowed types and more friendly error messages ([#7356](https://github.com/DataDog/integrations-core/pull/7356)) +* Validate integration column in metrics metadata ([#7372](https://github.com/DataDog/integrations-core/pull/7372)) +* Support updating Agent /etc/hosts in E2E envs ([#7343](https://github.com/DataDog/integrations-core/pull/7343)) ***Fixed***: -* Fix intg-tools-libs entry in trello.py. See [#7335](https://github.com/DataDog/integrations-core/pull/7335). +* Fix intg-tools-libs entry in trello.py ([#7335](https://github.com/DataDog/integrations-core/pull/7335)) ## 3.20.0 / 2020-08-11 ***Added***: -* Validate the monitor id isn't in the payload. See [#7341](https://github.com/DataDog/integrations-core/pull/7341). +* Validate the monitor id isn't in the payload ([#7341](https://github.com/DataDog/integrations-core/pull/7341)) ***Fixed***: -* ddev for extras must not rewrite line endings. See [#7344](https://github.com/DataDog/integrations-core/pull/7344). -* Clean http config whitespaces. See [#7339](https://github.com/DataDog/integrations-core/pull/7339). +* ddev for extras must not rewrite line endings ([#7344](https://github.com/DataDog/integrations-core/pull/7344)) +* Clean http config whitespaces ([#7339](https://github.com/DataDog/integrations-core/pull/7339)) ## 3.19.0 / 2020-08-07 ***Added***: -* Add show warnings option to validate metadata. See [#7310](https://github.com/DataDog/integrations-core/pull/7310). -* Enable histogram for pytest-benchmark. See [#7301](https://github.com/DataDog/integrations-core/pull/7301). +* Add show warnings option to validate metadata ([#7310](https://github.com/DataDog/integrations-core/pull/7310)) +* Enable histogram for pytest-benchmark ([#7301](https://github.com/DataDog/integrations-core/pull/7301)) ## 3.18.1 / 2020-08-05 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 3.18.0 / 2020-08-05 ***Added***: -* Add validation for recommended monitors. See [#7280](https://github.com/DataDog/integrations-core/pull/7280). -* Refactor logic for getting assets. See [#7282](https://github.com/DataDog/integrations-core/pull/7282). -* Convert jmx to in-app types for replay_check_run. See [#7275](https://github.com/DataDog/integrations-core/pull/7275). -* Add minimum length to required strings in manifest validation. See [#7281](https://github.com/DataDog/integrations-core/pull/7281). -* Add self.instance comment to check template. See [#7256](https://github.com/DataDog/integrations-core/pull/7256). +* Add validation for recommended monitors ([#7280](https://github.com/DataDog/integrations-core/pull/7280)) +* Refactor logic for getting assets ([#7282](https://github.com/DataDog/integrations-core/pull/7282)) +* Convert jmx to in-app types for replay_check_run ([#7275](https://github.com/DataDog/integrations-core/pull/7275)) +* Add minimum length to required strings in manifest validation ([#7281](https://github.com/DataDog/integrations-core/pull/7281)) +* Add self.instance comment to check template ([#7256](https://github.com/DataDog/integrations-core/pull/7256)) ***Fixed***: -* Make logs attribute optional in manifest. See [#7287](https://github.com/DataDog/integrations-core/pull/7287). -* Fix TOX_SKIP_ENV filtering. See [#7274](https://github.com/DataDog/integrations-core/pull/7274). -* Support TOX_SKIP_ENV var in e2e tests. See [#7269](https://github.com/DataDog/integrations-core/pull/7269). +* Make logs attribute optional in manifest ([#7287](https://github.com/DataDog/integrations-core/pull/7287)) +* Fix TOX_SKIP_ENV filtering ([#7274](https://github.com/DataDog/integrations-core/pull/7274)) +* Support TOX_SKIP_ENV var in e2e tests ([#7269](https://github.com/DataDog/integrations-core/pull/7269)) ## 3.17.0 / 2020-08-03 ***Added***: -* Validate dashboards are using the screen API. See [#7237](https://github.com/DataDog/integrations-core/pull/7237). -* Update RC build cards when running `ddev release trello testable`. See [#7082](https://github.com/DataDog/integrations-core/pull/7082). -* Add "ddev config edit" subcommand. See [#7217](https://github.com/DataDog/integrations-core/pull/7217). +* Validate dashboards are using the screen API ([#7237](https://github.com/DataDog/integrations-core/pull/7237)) +* Update RC build cards when running `ddev release trello testable` ([#7082](https://github.com/DataDog/integrations-core/pull/7082)) +* Add "ddev config edit" subcommand ([#7217](https://github.com/DataDog/integrations-core/pull/7217)) ## 3.16.0 / 2020-07-24 ***Added***: -* Add validation for readmes. See [#7088](https://github.com/DataDog/integrations-core/pull/7088). -* Option to skip semver version validation in changelog command when specifying old version. See [#7200](https://github.com/DataDog/integrations-core/pull/7200). -* Add more manifest validations for ddev. See [#7142](https://github.com/DataDog/integrations-core/pull/7142). +* Add validation for readmes ([#7088](https://github.com/DataDog/integrations-core/pull/7088)) +* Option to skip semver version validation in changelog command when specifying old version ([#7200](https://github.com/DataDog/integrations-core/pull/7200)) +* Add more manifest validations for ddev ([#7142](https://github.com/DataDog/integrations-core/pull/7142)) ***Fixed***: -* Allow codeowner validation to fail on CI . See [#7207](https://github.com/DataDog/integrations-core/pull/7207). +* Allow codeowner validation to fail on CI ([#7207](https://github.com/DataDog/integrations-core/pull/7207)) ## 3.15.0 / 2020-07-22 ***Added***: -* Add validation script for codeowners. See [#6071](https://github.com/DataDog/integrations-core/pull/6071). -* Allow "noqa" for long spec descriptions. See [#7177](https://github.com/DataDog/integrations-core/pull/7177). -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). -* Skip PRs tagged with skip-qa. See [#7147](https://github.com/DataDog/integrations-core/pull/7147). -* Report process signatures status. See [#7148](https://github.com/DataDog/integrations-core/pull/7148). +* Add validation script for codeowners ([#6071](https://github.com/DataDog/integrations-core/pull/6071)) +* Allow "noqa" for long spec descriptions ([#7177](https://github.com/DataDog/integrations-core/pull/7177)) +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) +* Skip PRs tagged with skip-qa ([#7147](https://github.com/DataDog/integrations-core/pull/7147)) +* Report process signatures status ([#7148](https://github.com/DataDog/integrations-core/pull/7148)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) ## 3.14.2 / 2020-07-14 ***Fixed***: -* Allow ddev release to commit directly to master for extras integrations. See [#7127](https://github.com/DataDog/integrations-core/pull/7127). +* Allow ddev release to commit directly to master for extras integrations ([#7127](https://github.com/DataDog/integrations-core/pull/7127)) ## 3.14.1 / 2020-07-14 ***Fixed***: -* Fix ddev release extras. See [#7124](https://github.com/DataDog/integrations-core/pull/7124). +* Fix ddev release extras ([#7124](https://github.com/DataDog/integrations-core/pull/7124)) ## 3.14.0 / 2020-07-14 ***Added***: -* Add ddev release-stats tool for agent's release. See [#6850](https://github.com/DataDog/integrations-core/pull/6850). -* Add shell subcommand to ddev env. See [#7067](https://github.com/DataDog/integrations-core/pull/7067). -* Add `Inbox` column to `ddev release trello status` output. See [#7033](https://github.com/DataDog/integrations-core/pull/7033). +* Add ddev release-stats tool for agent's release ([#6850](https://github.com/DataDog/integrations-core/pull/6850)) +* Add shell subcommand to ddev env ([#7067](https://github.com/DataDog/integrations-core/pull/7067)) +* Add `Inbox` column to `ddev release trello status` output ([#7033](https://github.com/DataDog/integrations-core/pull/7033)) ***Fixed***: -* Fix ddev release tag dryrun. See [#7121](https://github.com/DataDog/integrations-core/pull/7121). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). -* Remove validation on formatting of public title. See [#7107](https://github.com/DataDog/integrations-core/pull/7107). -* Add empty example dashboards and images to ddev create templates. See [#7039](https://github.com/DataDog/integrations-core/pull/7039). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). -* Update docstring to use trello subcommand . See [#7009](https://github.com/DataDog/integrations-core/pull/7009). -* Add assert_metrics_using_metadata to template. See [#7081](https://github.com/DataDog/integrations-core/pull/7081). -* Remove deprecated isort recursive option. See [#7060](https://github.com/DataDog/integrations-core/pull/7060). -* Clean before building wheel. See [#7052](https://github.com/DataDog/integrations-core/pull/7052). -* Sync example config with JMX template. See [#7014](https://github.com/DataDog/integrations-core/pull/7014). -* Run manifest validations again. See [#7015](https://github.com/DataDog/integrations-core/pull/7015). +* Fix ddev release tag dryrun ([#7121](https://github.com/DataDog/integrations-core/pull/7121)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) +* Remove validation on formatting of public title ([#7107](https://github.com/DataDog/integrations-core/pull/7107)) +* Add empty example dashboards and images to ddev create templates ([#7039](https://github.com/DataDog/integrations-core/pull/7039)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) +* Update docstring to use trello subcommand ([#7009](https://github.com/DataDog/integrations-core/pull/7009)) +* Add assert_metrics_using_metadata to template ([#7081](https://github.com/DataDog/integrations-core/pull/7081)) +* Remove deprecated isort recursive option ([#7060](https://github.com/DataDog/integrations-core/pull/7060)) +* Clean before building wheel ([#7052](https://github.com/DataDog/integrations-core/pull/7052)) +* Sync example config with JMX template ([#7014](https://github.com/DataDog/integrations-core/pull/7014)) +* Run manifest validations again ([#7015](https://github.com/DataDog/integrations-core/pull/7015)) ## 3.13.0 / 2020-06-29 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add tools and libraries team to trello. See [#6968](https://github.com/DataDog/integrations-core/pull/6968). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add tools and libraries team to trello ([#6968](https://github.com/DataDog/integrations-core/pull/6968)) ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Fix elastic and redis dashboards name. See [#6962](https://github.com/DataDog/integrations-core/pull/6962). -* More accurately determine if an integration has a dashboard. See [#6946](https://github.com/DataDog/integrations-core/pull/6946). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Fix elastic and redis dashboards name ([#6962](https://github.com/DataDog/integrations-core/pull/6962)) +* More accurately determine if an integration has a dashboard ([#6946](https://github.com/DataDog/integrations-core/pull/6946)) ## 3.12.0 / 2020-06-23 ***Added***: -* Add `--dirty` option to speed up docs dev reloads. See [#6939](https://github.com/DataDog/integrations-core/pull/6939). +* Add `--dirty` option to speed up docs dev reloads ([#6939](https://github.com/DataDog/integrations-core/pull/6939)) ***Fixed***: -* Expand user paths correctly for legacy E2E config. See [#6940](https://github.com/DataDog/integrations-core/pull/6940). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Expand user paths correctly for legacy E2E config ([#6940](https://github.com/DataDog/integrations-core/pull/6940)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 3.11.0 / 2020-06-11 ***Added***: -* Add automated signing workflow for non-core integrations. See [#6868](https://github.com/DataDog/integrations-core/pull/6868). -* Allow ddev release command to work for different organizations. See [#6855](https://github.com/DataDog/integrations-core/pull/6855). -* Add extra validation to manifest files for fields that cannot change. See [#6848](https://github.com/DataDog/integrations-core/pull/6848). -* Validate that dashboards have required fields. See [#6833](https://github.com/DataDog/integrations-core/pull/6833). +* Add automated signing workflow for non-core integrations ([#6868](https://github.com/DataDog/integrations-core/pull/6868)) +* Allow ddev release command to work for different organizations ([#6855](https://github.com/DataDog/integrations-core/pull/6855)) +* Add extra validation to manifest files for fields that cannot change ([#6848](https://github.com/DataDog/integrations-core/pull/6848)) +* Validate that dashboards have required fields ([#6833](https://github.com/DataDog/integrations-core/pull/6833)) ***Fixed***: -* Provide helpful error message when releasing a project with missing or improper tags. See [#6861](https://github.com/DataDog/integrations-core/pull/6861). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). -* Remove unused dashboard fields in export. See [#6787](https://github.com/DataDog/integrations-core/pull/6787). +* Provide helpful error message when releasing a project with missing or improper tags ([#6861](https://github.com/DataDog/integrations-core/pull/6861)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) +* Remove unused dashboard fields in export ([#6787](https://github.com/DataDog/integrations-core/pull/6787)) ## 3.10.0 / 2020-06-08 ***Added***: -* Add option to open DogStatsD port on agent. See [#6777](https://github.com/DataDog/integrations-core/pull/6777). -* Support releasing non-core checks. See [#6805](https://github.com/DataDog/integrations-core/pull/6805). +* Add option to open DogStatsD port on agent ([#6777](https://github.com/DataDog/integrations-core/pull/6777)) +* Support releasing non-core checks ([#6805](https://github.com/DataDog/integrations-core/pull/6805)) ***Fixed***: -* Don't error when setting an invalid repo in config. See [#6786](https://github.com/DataDog/integrations-core/pull/6786). -* Fix `ensure_default_envdir` tox plugin flag. See [#6817](https://github.com/DataDog/integrations-core/pull/6817). +* Don't error when setting an invalid repo in config ([#6786](https://github.com/DataDog/integrations-core/pull/6786)) +* Fix `ensure_default_envdir` tox plugin flag ([#6817](https://github.com/DataDog/integrations-core/pull/6817)) ## 3.9.1 / 2020-06-03 ***Fixed***: -* Fix new Check template. See [#6811](https://github.com/DataDog/integrations-core/pull/6811). +* Fix new Check template ([#6811](https://github.com/DataDog/integrations-core/pull/6811)) ## 3.9.0 / 2020-06-03 ***Added***: -* Speed up test suites by using a single virtual environment per Python version. See [#6789](https://github.com/DataDog/integrations-core/pull/6789). -* Add validation for saved views. See [#6783](https://github.com/DataDog/integrations-core/pull/6783). +* Speed up test suites by using a single virtual environment per Python version ([#6789](https://github.com/DataDog/integrations-core/pull/6789)) +* Add validation for saved views ([#6783](https://github.com/DataDog/integrations-core/pull/6783)) ## 3.8.0 / 2020-06-01 ***Added***: -* Update CLI dependencies. See [#6784](https://github.com/DataDog/integrations-core/pull/6784). -* Update default E2E Agent configuration. See [#6771](https://github.com/DataDog/integrations-core/pull/6771). -* Condense output of Trello release status command. See [#6755](https://github.com/DataDog/integrations-core/pull/6755). -* Add Codecov config validation. See [#6749](https://github.com/DataDog/integrations-core/pull/6749). -* Add ability to generate docs site as a PDF. See [#6719](https://github.com/DataDog/integrations-core/pull/6719). -* Remove instance argument from new Check template. See [#6673](https://github.com/DataDog/integrations-core/pull/6673). -* Add author and labels to Trello release cards. See [#6694](https://github.com/DataDog/integrations-core/pull/6694). -* Better error output when CheckCommandOutput fails. See [#6674](https://github.com/DataDog/integrations-core/pull/6674). +* Update CLI dependencies ([#6784](https://github.com/DataDog/integrations-core/pull/6784)) +* Update default E2E Agent configuration ([#6771](https://github.com/DataDog/integrations-core/pull/6771)) +* Condense output of Trello release status command ([#6755](https://github.com/DataDog/integrations-core/pull/6755)) +* Add Codecov config validation ([#6749](https://github.com/DataDog/integrations-core/pull/6749)) +* Add ability to generate docs site as a PDF ([#6719](https://github.com/DataDog/integrations-core/pull/6719)) +* Remove instance argument from new Check template ([#6673](https://github.com/DataDog/integrations-core/pull/6673)) +* Add author and labels to Trello release cards ([#6694](https://github.com/DataDog/integrations-core/pull/6694)) +* Better error output when CheckCommandOutput fails ([#6674](https://github.com/DataDog/integrations-core/pull/6674)) ***Fixed***: -* Build packages with the current Python. See [#6770](https://github.com/DataDog/integrations-core/pull/6770). +* Build packages with the current Python ([#6770](https://github.com/DataDog/integrations-core/pull/6770)) ## 3.7.1 / 2020-05-18 ***Fixed***: -* Sync JMX template example config. See [#6676](https://github.com/DataDog/integrations-core/pull/6676). +* Sync JMX template example config ([#6676](https://github.com/DataDog/integrations-core/pull/6676)) ## 3.7.0 / 2020-05-17 ***Added***: -* Add send_monotonic_with_gauge config option and refactor test. See [#6618](https://github.com/DataDog/integrations-core/pull/6618). -* Add developer docs. See [#6623](https://github.com/DataDog/integrations-core/pull/6623). +* Add send_monotonic_with_gauge config option and refactor test ([#6618](https://github.com/DataDog/integrations-core/pull/6618)) +* Add developer docs ([#6623](https://github.com/DataDog/integrations-core/pull/6623)) ## 3.6.0 / 2020-05-14 ***Added***: -* Add Trello release status subcommand. See [#6628](https://github.com/DataDog/integrations-core/pull/6628). -* Add environment runner for Kubernetes' `kind`. See [#6522](https://github.com/DataDog/integrations-core/pull/6522). -* Update JMX template to use JMX config spec. See [#6611](https://github.com/DataDog/integrations-core/pull/6611). -* Install checks' dependencies for E2E using `deps` extra feature. See [#6599](https://github.com/DataDog/integrations-core/pull/6599). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Support more tag formats when generating changelogs. See [#6584](https://github.com/DataDog/integrations-core/pull/6584). -* Add dedicated config section for E2E agent selection. See [#6558](https://github.com/DataDog/integrations-core/pull/6558). -* Provide a good default for `service` field of E2E logs config. See [#6557](https://github.com/DataDog/integrations-core/pull/6557). -* Add retry to docker_run. See [#6514](https://github.com/DataDog/integrations-core/pull/6514). -* Include uncommitted git files to files_changed. See [#6480](https://github.com/DataDog/integrations-core/pull/6480). -* Add constant for jmx default metrics. See [#6507](https://github.com/DataDog/integrations-core/pull/6507). -* Make integration template adhere to file name conventions. See [#6493](https://github.com/DataDog/integrations-core/pull/6493). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Update `release make` to avoid committing new files. See [#6263](https://github.com/DataDog/integrations-core/pull/6263). -* Add validation for per_unit_name and line numbers for all errors. See [#6394](https://github.com/DataDog/integrations-core/pull/6394). -* Validate metrics using metadata.csv. See [#6027](https://github.com/DataDog/integrations-core/pull/6027). -* Add verbose mode to validate config. See [#6302](https://github.com/DataDog/integrations-core/pull/6302). -* Validate metadata doesn't contain `|`. See [#6333](https://github.com/DataDog/integrations-core/pull/6333). +* Add Trello release status subcommand ([#6628](https://github.com/DataDog/integrations-core/pull/6628)) +* Add environment runner for Kubernetes' `kind` ([#6522](https://github.com/DataDog/integrations-core/pull/6522)) +* Update JMX template to use JMX config spec ([#6611](https://github.com/DataDog/integrations-core/pull/6611)) +* Install checks' dependencies for E2E using `deps` extra feature ([#6599](https://github.com/DataDog/integrations-core/pull/6599)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Support more tag formats when generating changelogs ([#6584](https://github.com/DataDog/integrations-core/pull/6584)) +* Add dedicated config section for E2E agent selection ([#6558](https://github.com/DataDog/integrations-core/pull/6558)) +* Provide a good default for `service` field of E2E logs config ([#6557](https://github.com/DataDog/integrations-core/pull/6557)) +* Add retry to docker_run ([#6514](https://github.com/DataDog/integrations-core/pull/6514)) +* Include uncommitted git files to files_changed ([#6480](https://github.com/DataDog/integrations-core/pull/6480)) +* Add constant for jmx default metrics ([#6507](https://github.com/DataDog/integrations-core/pull/6507)) +* Make integration template adhere to file name conventions ([#6493](https://github.com/DataDog/integrations-core/pull/6493)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Update `release make` to avoid committing new files ([#6263](https://github.com/DataDog/integrations-core/pull/6263)) +* Add validation for per_unit_name and line numbers for all errors ([#6394](https://github.com/DataDog/integrations-core/pull/6394)) +* Validate metrics using metadata.csv ([#6027](https://github.com/DataDog/integrations-core/pull/6027)) +* Add verbose mode to validate config ([#6302](https://github.com/DataDog/integrations-core/pull/6302)) +* Validate metadata doesn't contain `|` ([#6333](https://github.com/DataDog/integrations-core/pull/6333)) ***Fixed***: -* Fix style to account for new flake8 rules. See [#6620](https://github.com/DataDog/integrations-core/pull/6620). -* Fix typo in README template for new community integrations. See [#6585](https://github.com/DataDog/integrations-core/pull/6585). -* Remove metrics file from JMX template's config spec. See [#6559](https://github.com/DataDog/integrations-core/pull/6559). -* Remove `dd_check_types` from check template. See [#6460](https://github.com/DataDog/integrations-core/pull/6460). -* Remove `metrics.yaml` from non testable files. See [#6280](https://github.com/DataDog/integrations-core/pull/6280). -* Hide openmetrics template options that are typically overridden. See [#6338](https://github.com/DataDog/integrations-core/pull/6338). +* Fix style to account for new flake8 rules ([#6620](https://github.com/DataDog/integrations-core/pull/6620)) +* Fix typo in README template for new community integrations ([#6585](https://github.com/DataDog/integrations-core/pull/6585)) +* Remove metrics file from JMX template's config spec ([#6559](https://github.com/DataDog/integrations-core/pull/6559)) +* Remove `dd_check_types` from check template ([#6460](https://github.com/DataDog/integrations-core/pull/6460)) +* Remove `metrics.yaml` from non testable files ([#6280](https://github.com/DataDog/integrations-core/pull/6280)) +* Hide openmetrics template options that are typically overridden ([#6338](https://github.com/DataDog/integrations-core/pull/6338)) ## 3.5.0 / 2020-04-14 ***Added***: -* Update documentation links in new integration templates. See [#6294](https://github.com/DataDog/integrations-core/pull/6294). -* Add validation for Unicode characters in metric metadata. See [#6318](https://github.com/DataDog/integrations-core/pull/6318). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). -* Add config spec ability to control whether options are enabled by default. See [#6322](https://github.com/DataDog/integrations-core/pull/6322). -* Allow `dd_environment` fixtures to accept arbitrary arguments. See [#6306](https://github.com/DataDog/integrations-core/pull/6306). +* Update documentation links in new integration templates ([#6294](https://github.com/DataDog/integrations-core/pull/6294)) +* Add validation for Unicode characters in metric metadata ([#6318](https://github.com/DataDog/integrations-core/pull/6318)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) +* Add config spec ability to control whether options are enabled by default ([#6322](https://github.com/DataDog/integrations-core/pull/6322)) +* Allow `dd_environment` fixtures to accept arbitrary arguments ([#6306](https://github.com/DataDog/integrations-core/pull/6306)) ## 3.4.0 / 2020-04-08 ***Added***: -* Add Container App team to ddev trello tool. See [#6268](https://github.com/DataDog/integrations-core/pull/6268). +* Add Container App team to ddev trello tool ([#6268](https://github.com/DataDog/integrations-core/pull/6268)) ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 3.3.1 / 2020-04-05 ***Fixed***: -* Fix e2e config. See [#6261](https://github.com/DataDog/integrations-core/pull/6261). +* Fix e2e config ([#6261](https://github.com/DataDog/integrations-core/pull/6261)) ## 3.3.0 / 2020-04-04 ***Added***: -* Allow arbitrary repos in CLI config. See [#6254](https://github.com/DataDog/integrations-core/pull/6254). -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). -* Add OpenMetrics config spec template. See [#6142](https://github.com/DataDog/integrations-core/pull/6142). -* Add validation for checks to not use the legacy agent signature. See [#6086](https://github.com/DataDog/integrations-core/pull/6086). -* Validate `metric_to_check` is listed in `metadata.csv`. See [#6170](https://github.com/DataDog/integrations-core/pull/6170). -* Add `display_priority` to config spec. See [#6229](https://github.com/DataDog/integrations-core/pull/6229). -* Add `jmx_url` to JMX config spec template. See [#6230](https://github.com/DataDog/integrations-core/pull/6230). -* Trigger CI if contents of `tests/` changes. See [#6223](https://github.com/DataDog/integrations-core/pull/6223). -* Add `service_check_prefix` config to jmx. See [#6163](https://github.com/DataDog/integrations-core/pull/6163). -* Consider log collection for `meta catalog`. See [#6191](https://github.com/DataDog/integrations-core/pull/6191). -* Add metadata to integrations catalog. See [#6169](https://github.com/DataDog/integrations-core/pull/6169). -* Add `default` value field for config specs. See [#6178](https://github.com/DataDog/integrations-core/pull/6178). -* Add utility for temporarily stopping Docker services. See [#5715](https://github.com/DataDog/integrations-core/pull/5715). -* Add `ddev test` option to verify support of new metrics. See [#6141](https://github.com/DataDog/integrations-core/pull/6141). +* Allow arbitrary repos in CLI config ([#6254](https://github.com/DataDog/integrations-core/pull/6254)) +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) +* Add OpenMetrics config spec template ([#6142](https://github.com/DataDog/integrations-core/pull/6142)) +* Add validation for checks to not use the legacy agent signature ([#6086](https://github.com/DataDog/integrations-core/pull/6086)) +* Validate `metric_to_check` is listed in `metadata.csv` ([#6170](https://github.com/DataDog/integrations-core/pull/6170)) +* Add `display_priority` to config spec ([#6229](https://github.com/DataDog/integrations-core/pull/6229)) +* Add `jmx_url` to JMX config spec template ([#6230](https://github.com/DataDog/integrations-core/pull/6230)) +* Trigger CI if contents of `tests/` changes ([#6223](https://github.com/DataDog/integrations-core/pull/6223)) +* Add `service_check_prefix` config to jmx ([#6163](https://github.com/DataDog/integrations-core/pull/6163)) +* Consider log collection for `meta catalog` ([#6191](https://github.com/DataDog/integrations-core/pull/6191)) +* Add metadata to integrations catalog ([#6169](https://github.com/DataDog/integrations-core/pull/6169)) +* Add `default` value field for config specs ([#6178](https://github.com/DataDog/integrations-core/pull/6178)) +* Add utility for temporarily stopping Docker services ([#5715](https://github.com/DataDog/integrations-core/pull/5715)) +* Add `ddev test` option to verify support of new metrics ([#6141](https://github.com/DataDog/integrations-core/pull/6141)) ***Fixed***: -* Add `send_distribution_sums_as_monotonic` to openmetrics config spec. See [#6247](https://github.com/DataDog/integrations-core/pull/6247). -* Include moved files to changed files for testing purposes. See [#6174](https://github.com/DataDog/integrations-core/pull/6174). +* Add `send_distribution_sums_as_monotonic` to openmetrics config spec ([#6247](https://github.com/DataDog/integrations-core/pull/6247)) +* Include moved files to changed files for testing purposes ([#6174](https://github.com/DataDog/integrations-core/pull/6174)) ## 3.2.0 / 2020-03-24 ***Added***: -* Use Trello for QA release script. See [#6125](https://github.com/DataDog/integrations-core/pull/6125). -* Add script to resolve username from email. See [#6099](https://github.com/DataDog/integrations-core/pull/6099). -* Add validation to catch legacy imports. See [#6081](https://github.com/DataDog/integrations-core/pull/6081). -* Upgrade and pin mypy to 0.770. See [#6090](https://github.com/DataDog/integrations-core/pull/6090). -* Add config spec option for compact YAML representations of nested arrays. See [#6082](https://github.com/DataDog/integrations-core/pull/6082). -* Order changelog entries by type. See [#5995](https://github.com/DataDog/integrations-core/pull/5995). -* Upgrade virtualenv to 20.0.8. See [#5980](https://github.com/DataDog/integrations-core/pull/5980). -* Add config spec templates for JMX integrations. See [#5978](https://github.com/DataDog/integrations-core/pull/5978). -* Add meta command to fetch JMX info. See [#5652](https://github.com/DataDog/integrations-core/pull/5652). -* Add `validate metadata` option to check for more duplicates. See [#5803](https://github.com/DataDog/integrations-core/pull/5803). -* Add markdown output support to catalog tool. See [#5946](https://github.com/DataDog/integrations-core/pull/5946). -* Bump `datadog-checks-base` version in new integration template. See [#5858](https://github.com/DataDog/integrations-core/pull/5858). -* Add config spec support for logs-only integrations. See [#5932](https://github.com/DataDog/integrations-core/pull/5932). +* Use Trello for QA release script ([#6125](https://github.com/DataDog/integrations-core/pull/6125)) +* Add script to resolve username from email ([#6099](https://github.com/DataDog/integrations-core/pull/6099)) +* Add validation to catch legacy imports ([#6081](https://github.com/DataDog/integrations-core/pull/6081)) +* Upgrade and pin mypy to 0.770 ([#6090](https://github.com/DataDog/integrations-core/pull/6090)) +* Add config spec option for compact YAML representations of nested arrays ([#6082](https://github.com/DataDog/integrations-core/pull/6082)) +* Order changelog entries by type ([#5995](https://github.com/DataDog/integrations-core/pull/5995)) +* Upgrade virtualenv to 20.0.8 ([#5980](https://github.com/DataDog/integrations-core/pull/5980)) +* Add config spec templates for JMX integrations ([#5978](https://github.com/DataDog/integrations-core/pull/5978)) +* Add meta command to fetch JMX info ([#5652](https://github.com/DataDog/integrations-core/pull/5652)) +* Add `validate metadata` option to check for more duplicates ([#5803](https://github.com/DataDog/integrations-core/pull/5803)) +* Add markdown output support to catalog tool ([#5946](https://github.com/DataDog/integrations-core/pull/5946)) +* Bump `datadog-checks-base` version in new integration template ([#5858](https://github.com/DataDog/integrations-core/pull/5858)) +* Add config spec support for logs-only integrations ([#5932](https://github.com/DataDog/integrations-core/pull/5932)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Remove reference to check in logs-only template. See [#6106](https://github.com/DataDog/integrations-core/pull/6106). -* Fix pathing issues with CI setup script. See [#6100](https://github.com/DataDog/integrations-core/pull/6100). -* Bump classifiers. See [#6083](https://github.com/DataDog/integrations-core/pull/6083). -* Make aggregator stub support multiple jmx instances. See [#5966](https://github.com/DataDog/integrations-core/pull/5966). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Remove reference to check in logs-only template ([#6106](https://github.com/DataDog/integrations-core/pull/6106)) +* Fix pathing issues with CI setup script ([#6100](https://github.com/DataDog/integrations-core/pull/6100)) +* Bump classifiers ([#6083](https://github.com/DataDog/integrations-core/pull/6083)) +* Make aggregator stub support multiple jmx instances ([#5966](https://github.com/DataDog/integrations-core/pull/5966)) ## 3.1.0 / 2020-03-02 ***Added***: -* Handle logs only integrations for legacy config validator. See [#5900](https://github.com/DataDog/integrations-core/pull/5900). -* Allow excluding specific checks when performing bulk releases. See [#5878](https://github.com/DataDog/integrations-core/pull/5878). +* Handle logs only integrations for legacy config validator ([#5900](https://github.com/DataDog/integrations-core/pull/5900)) +* Allow excluding specific checks when performing bulk releases ([#5878](https://github.com/DataDog/integrations-core/pull/5878)) ***Fixed***: -* Pin virtualenv to 20.0.5. See [#5891](https://github.com/DataDog/integrations-core/pull/5891). -* Fix E2E parsing of JMX collector output. See [#5849](https://github.com/DataDog/integrations-core/pull/5849). +* Pin virtualenv to 20.0.5 ([#5891](https://github.com/DataDog/integrations-core/pull/5891)) +* Fix E2E parsing of JMX collector output ([#5849](https://github.com/DataDog/integrations-core/pull/5849)) ## 3.0.0 / 2020-02-22 ***Changed***: -* Switch to comparing between arbitrary tags/release branches to `ddev release testable`. See [#5556](https://github.com/DataDog/integrations-core/pull/5556). +* Switch to comparing between arbitrary tags/release branches to `ddev release testable` ([#5556](https://github.com/DataDog/integrations-core/pull/5556)) ***Added***: -* Add `service` option to default configuration. See [#5805](https://github.com/DataDog/integrations-core/pull/5805). -* Add ability for config templates to reference other templates. See [#5804](https://github.com/DataDog/integrations-core/pull/5804). -* Better error messages on config specs errors. See [#5763](https://github.com/DataDog/integrations-core/pull/5763). -* Add an option to skip environment creation for tests. See [#5760](https://github.com/DataDog/integrations-core/pull/5760). -* Create an integration catalog command in ddev. See [#5660](https://github.com/DataDog/integrations-core/pull/5660). -* Add tag_prefix argument to the changelog command. See [#5741](https://github.com/DataDog/integrations-core/pull/5741). -* Add type checking to integration check template. See [#5711](https://github.com/DataDog/integrations-core/pull/5711). -* Refactor root initialization to common utils. See [#5705](https://github.com/DataDog/integrations-core/pull/5705). -* Add `agent_requirements.in` to non testable files. See [#5693](https://github.com/DataDog/integrations-core/pull/5693). -* Add git dep support to dep validation cmd. See [#5692](https://github.com/DataDog/integrations-core/pull/5692). -* Add support for tab completion to CLI. See [#5674](https://github.com/DataDog/integrations-core/pull/5674). -* Upgrade virtualenv dependency to 20.x. See [#5680](https://github.com/DataDog/integrations-core/pull/5680). +* Add `service` option to default configuration ([#5805](https://github.com/DataDog/integrations-core/pull/5805)) +* Add ability for config templates to reference other templates ([#5804](https://github.com/DataDog/integrations-core/pull/5804)) +* Better error messages on config specs errors ([#5763](https://github.com/DataDog/integrations-core/pull/5763)) +* Add an option to skip environment creation for tests ([#5760](https://github.com/DataDog/integrations-core/pull/5760)) +* Create an integration catalog command in ddev ([#5660](https://github.com/DataDog/integrations-core/pull/5660)) +* Add tag_prefix argument to the changelog command ([#5741](https://github.com/DataDog/integrations-core/pull/5741)) +* Add type checking to integration check template ([#5711](https://github.com/DataDog/integrations-core/pull/5711)) +* Refactor root initialization to common utils ([#5705](https://github.com/DataDog/integrations-core/pull/5705)) +* Add `agent_requirements.in` to non testable files ([#5693](https://github.com/DataDog/integrations-core/pull/5693)) +* Add git dep support to dep validation cmd ([#5692](https://github.com/DataDog/integrations-core/pull/5692)) +* Add support for tab completion to CLI ([#5674](https://github.com/DataDog/integrations-core/pull/5674)) +* Upgrade virtualenv dependency to 20.x ([#5680](https://github.com/DataDog/integrations-core/pull/5680)) ***Fixed***: -* Fix error when scrubbing non-org secrets. See [#5827](https://github.com/DataDog/integrations-core/pull/5827). -* Switch to Python 3.8 in check integration template. See [#5717](https://github.com/DataDog/integrations-core/pull/5717). -* Switch to Agent 6+ signature in check integration test. See [#5718](https://github.com/DataDog/integrations-core/pull/5718). +* Fix error when scrubbing non-org secrets ([#5827](https://github.com/DataDog/integrations-core/pull/5827)) +* Switch to Python 3.8 in check integration template ([#5717](https://github.com/DataDog/integrations-core/pull/5717)) +* Switch to Agent 6+ signature in check integration test ([#5718](https://github.com/DataDog/integrations-core/pull/5718)) ## 2.4.0 / 2020-02-05 ***Added***: -* Upgrade coverage dependency. See [#5647](https://github.com/DataDog/integrations-core/pull/5647). +* Upgrade coverage dependency ([#5647](https://github.com/DataDog/integrations-core/pull/5647)) ## 2.3.0 / 2020-02-05 ***Added***: -* Move CI setup script to ddev. See [#5651](https://github.com/DataDog/integrations-core/pull/5651). -* Add `internal` to repo choices. See [#5649](https://github.com/DataDog/integrations-core/pull/5649). -* Move remaining flake8 config to .flake8. See [#5635](https://github.com/DataDog/integrations-core/pull/5635). +* Move CI setup script to ddev ([#5651](https://github.com/DataDog/integrations-core/pull/5651)) +* Add `internal` to repo choices ([#5649](https://github.com/DataDog/integrations-core/pull/5649)) +* Move remaining flake8 config to .flake8 ([#5635](https://github.com/DataDog/integrations-core/pull/5635)) ## 2.2.0 / 2020-02-04 ***Added***: -* Ignore `__path__` for type hinting of all integrations. See [#5639](https://github.com/DataDog/integrations-core/pull/5639). -* Modify QA release script to create Jira issues instead of Trello cards. See [#5457](https://github.com/DataDog/integrations-core/pull/5457). -* Add script to remove all labels from an issue or pull request. See [#5636](https://github.com/DataDog/integrations-core/pull/5636). -* Always pass PROGRAM* to tox. See [#5631](https://github.com/DataDog/integrations-core/pull/5631). -* Add meta command to upgrade the Python version of all test environments. See [#5616](https://github.com/DataDog/integrations-core/pull/5616). -* Use the latest beta release of virtualenv for performance improvements. See [#5617](https://github.com/DataDog/integrations-core/pull/5617). -* Add type checking support to Tox plugin. See [#5595](https://github.com/DataDog/integrations-core/pull/5595). -* Update `validate agent-reqs` cmd to list unreleased checks. See [#5610](https://github.com/DataDog/integrations-core/pull/5610). -* Allow specifying `release changelog` output file. See [#5608](https://github.com/DataDog/integrations-core/pull/5608). -* Allow --help for `run` command. See [#5602](https://github.com/DataDog/integrations-core/pull/5602). -* Update in-toto and its deps. See [#5599](https://github.com/DataDog/integrations-core/pull/5599). +* Ignore `__path__` for type hinting of all integrations ([#5639](https://github.com/DataDog/integrations-core/pull/5639)) +* Modify QA release script to create Jira issues instead of Trello cards ([#5457](https://github.com/DataDog/integrations-core/pull/5457)) +* Add script to remove all labels from an issue or pull request ([#5636](https://github.com/DataDog/integrations-core/pull/5636)) +* Always pass PROGRAM* to tox ([#5631](https://github.com/DataDog/integrations-core/pull/5631)) +* Add meta command to upgrade the Python version of all test environments ([#5616](https://github.com/DataDog/integrations-core/pull/5616)) +* Use the latest beta release of virtualenv for performance improvements ([#5617](https://github.com/DataDog/integrations-core/pull/5617)) +* Add type checking support to Tox plugin ([#5595](https://github.com/DataDog/integrations-core/pull/5595)) +* Update `validate agent-reqs` cmd to list unreleased checks ([#5610](https://github.com/DataDog/integrations-core/pull/5610)) +* Allow specifying `release changelog` output file ([#5608](https://github.com/DataDog/integrations-core/pull/5608)) +* Allow --help for `run` command ([#5602](https://github.com/DataDog/integrations-core/pull/5602)) +* Update in-toto and its deps ([#5599](https://github.com/DataDog/integrations-core/pull/5599)) ***Fixed***: -* Stop mounting the docker socket to allow jmx tests to pass. See [#5601](https://github.com/DataDog/integrations-core/pull/5601). +* Stop mounting the docker socket to allow jmx tests to pass ([#5601](https://github.com/DataDog/integrations-core/pull/5601)) ## 2.1.0 / 2020-01-30 ***Added***: -* Support CI validation for internal repo. See [#5567](https://github.com/DataDog/integrations-core/pull/5567). -* Make new integrations use config specs. See [#5580](https://github.com/DataDog/integrations-core/pull/5580). -* Add --org-name/-o to `env start`. See [#5458](https://github.com/DataDog/integrations-core/pull/5458). -* Add some helpful output to ddev env ls command. See [#5576](https://github.com/DataDog/integrations-core/pull/5576). -* Add Networks and Processes teams in ddev trello tool. See [#5560](https://github.com/DataDog/integrations-core/pull/5560). +* Support CI validation for internal repo ([#5567](https://github.com/DataDog/integrations-core/pull/5567)) +* Make new integrations use config specs ([#5580](https://github.com/DataDog/integrations-core/pull/5580)) +* Add --org-name/-o to `env start` ([#5458](https://github.com/DataDog/integrations-core/pull/5458)) +* Add some helpful output to ddev env ls command ([#5576](https://github.com/DataDog/integrations-core/pull/5576)) +* Add Networks and Processes teams in ddev trello tool ([#5560](https://github.com/DataDog/integrations-core/pull/5560)) ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). -* Avoid long break in error message. See [#5575](https://github.com/DataDog/integrations-core/pull/5575). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) +* Avoid long break in error message ([#5575](https://github.com/DataDog/integrations-core/pull/5575)) ## 2.0.0 / 2020-01-27 ***Changed***: -* Remove Python 2 support from CLI. See [#5512](https://github.com/DataDog/integrations-core/pull/5512). +* Remove Python 2 support from CLI ([#5512](https://github.com/DataDog/integrations-core/pull/5512)) ***Added***: -* Add validation for CI infrastructure configuration. See [#5479](https://github.com/DataDog/integrations-core/pull/5479). -* Upgrade dependencies. See [#5528](https://github.com/DataDog/integrations-core/pull/5528). -* Add service check name validator and sync. See [#5501](https://github.com/DataDog/integrations-core/pull/5501). -* Run flake8 after formatting fixes. See [#5492](https://github.com/DataDog/integrations-core/pull/5492). -* Add meta command to convert metadata.csv files to Markdown tables. See [#5461](https://github.com/DataDog/integrations-core/pull/5461). +* Add validation for CI infrastructure configuration ([#5479](https://github.com/DataDog/integrations-core/pull/5479)) +* Upgrade dependencies ([#5528](https://github.com/DataDog/integrations-core/pull/5528)) +* Add service check name validator and sync ([#5501](https://github.com/DataDog/integrations-core/pull/5501)) +* Run flake8 after formatting fixes ([#5492](https://github.com/DataDog/integrations-core/pull/5492)) +* Add meta command to convert metadata.csv files to Markdown tables ([#5461](https://github.com/DataDog/integrations-core/pull/5461)) ***Fixed***: -* Add support for in-toto >= 0.4.2. See [#5497](https://github.com/DataDog/integrations-core/pull/5497). +* Add support for in-toto >= 0.4.2 ([#5497](https://github.com/DataDog/integrations-core/pull/5497)) ## 1.4.0 / 2020-01-13 ***Added***: -* Validate metric names normalization in metadata.csv. See [#5437](https://github.com/DataDog/integrations-core/pull/5437). +* Validate metric names normalization in metadata.csv ([#5437](https://github.com/DataDog/integrations-core/pull/5437)) ***Fixed***: -* Fix function call for `release testable`. See [#5432](https://github.com/DataDog/integrations-core/pull/5432). +* Fix function call for `release testable` ([#5432](https://github.com/DataDog/integrations-core/pull/5432)) ## 1.3.0 / 2020-01-09 ***Added***: -* Add debug option to base ddev command. See [#5386](https://github.com/DataDog/integrations-core/pull/5386). -* Add meta command to translate MIB names to OIDs in SNMP profiles. See [#5397](https://github.com/DataDog/integrations-core/pull/5397). -* Update license years in integration templates. See [#5384](https://github.com/DataDog/integrations-core/pull/5384). +* Add debug option to base ddev command ([#5386](https://github.com/DataDog/integrations-core/pull/5386)) +* Add meta command to translate MIB names to OIDs in SNMP profiles ([#5397](https://github.com/DataDog/integrations-core/pull/5397)) +* Update license years in integration templates ([#5384](https://github.com/DataDog/integrations-core/pull/5384)) ***Fixed***: -* Fix a few style lints to handle Python 2. See [#5389](https://github.com/DataDog/integrations-core/pull/5389). +* Fix a few style lints to handle Python 2 ([#5389](https://github.com/DataDog/integrations-core/pull/5389)) ## 1.2.0 / 2019-12-31 ***Changed***: -* Change `wrapper` arg for environment runners to `wrappers`. See [#5361](https://github.com/DataDog/integrations-core/pull/5361). +* Change `wrapper` arg for environment runners to `wrappers` ([#5361](https://github.com/DataDog/integrations-core/pull/5361)) ***Added***: -* Add mechanism to cross-mount temporary log files between containers. See [#5346](https://github.com/DataDog/integrations-core/pull/5346). +* Add mechanism to cross-mount temporary log files between containers ([#5346](https://github.com/DataDog/integrations-core/pull/5346)) ## 1.1.0 / 2019-12-27 ***Added***: -* Refactor terraform configs. See [#5339](https://github.com/DataDog/integrations-core/pull/5339). -* Make configuration specs an asset. See [#5337](https://github.com/DataDog/integrations-core/pull/5337). -* Add meta command to export dashboards. See [#5332](https://github.com/DataDog/integrations-core/pull/5332). -* Make changes and changelog command work with other repos. See [#5331](https://github.com/DataDog/integrations-core/pull/5331). -* Decrease default verbosity of tracebacks in pytest. See [#5291](https://github.com/DataDog/integrations-core/pull/5291). -* Add more global utilities the pytest plugin. See [#5283](https://github.com/DataDog/integrations-core/pull/5283). -* Display Docker Compose logs when test environment fails to start. See [#5258](https://github.com/DataDog/integrations-core/pull/5258). -* Implement configuration specifications. See [#5072](https://github.com/DataDog/integrations-core/pull/5072). -* Add support for switching between multiple orgs' API/APP keys. See [#5197](https://github.com/DataDog/integrations-core/pull/5197). +* Refactor terraform configs ([#5339](https://github.com/DataDog/integrations-core/pull/5339)) +* Make configuration specs an asset ([#5337](https://github.com/DataDog/integrations-core/pull/5337)) +* Add meta command to export dashboards ([#5332](https://github.com/DataDog/integrations-core/pull/5332)) +* Make changes and changelog command work with other repos ([#5331](https://github.com/DataDog/integrations-core/pull/5331)) +* Decrease default verbosity of tracebacks in pytest ([#5291](https://github.com/DataDog/integrations-core/pull/5291)) +* Add more global utilities the pytest plugin ([#5283](https://github.com/DataDog/integrations-core/pull/5283)) +* Display Docker Compose logs when test environment fails to start ([#5258](https://github.com/DataDog/integrations-core/pull/5258)) +* Implement configuration specifications ([#5072](https://github.com/DataDog/integrations-core/pull/5072)) +* Add support for switching between multiple orgs' API/APP keys ([#5197](https://github.com/DataDog/integrations-core/pull/5197)) ***Fixed***: -* Always pass USERNAME to tox. See [#5335](https://github.com/DataDog/integrations-core/pull/5335). -* Fix agent status with ddev. See [#5293](https://github.com/DataDog/integrations-core/pull/5293). -* Remove command to validate Python 3 compatibility. See [#5246](https://github.com/DataDog/integrations-core/pull/5246). -* Pin coverage to 4.5.4. See [#5224](https://github.com/DataDog/integrations-core/pull/5224). +* Always pass USERNAME to tox ([#5335](https://github.com/DataDog/integrations-core/pull/5335)) +* Fix agent status with ddev ([#5293](https://github.com/DataDog/integrations-core/pull/5293)) +* Remove command to validate Python 3 compatibility ([#5246](https://github.com/DataDog/integrations-core/pull/5246)) +* Pin coverage to 4.5.4 ([#5224](https://github.com/DataDog/integrations-core/pull/5224)) ## 1.0.1 / 2019-12-06 ***Fixed***: -* Fix a bug where we accidentally recorded git-ignored files in in-toto. See [#5129](https://github.com/DataDog/integrations-core/pull/5129). +* Fix a bug where we accidentally recorded git-ignored files in in-toto ([#5129](https://github.com/DataDog/integrations-core/pull/5129)) ## 1.0.0 / 2019-12-02 ***Changed***: -* Remove logos folder from template. See [#4988](https://github.com/DataDog/integrations-core/pull/4988). -* Remove logo validation. See [#4964](https://github.com/DataDog/integrations-core/pull/4964). +* Remove logos folder from template ([#4988](https://github.com/DataDog/integrations-core/pull/4988)) +* Remove logo validation ([#4964](https://github.com/DataDog/integrations-core/pull/4964)) ***Added***: -* Support downloading universal and pure Python wheels. See [#4981](https://github.com/DataDog/integrations-core/pull/4981). -* Support more metric types for `ddev meta prom`. See [#5071](https://github.com/DataDog/integrations-core/pull/5071). -* Improve prompts in `ddev clean`. See [#5061](https://github.com/DataDog/integrations-core/pull/5061). -* Add command to navigate to config directory. See [#5054](https://github.com/DataDog/integrations-core/pull/5054). -* Use a stub class for metadata testing. See [#4919](https://github.com/DataDog/integrations-core/pull/4919). -* Add saved_views metadata field to integration templates. See [#4584](https://github.com/DataDog/integrations-core/pull/4584). +* Support downloading universal and pure Python wheels ([#4981](https://github.com/DataDog/integrations-core/pull/4981)) +* Support more metric types for `ddev meta prom` ([#5071](https://github.com/DataDog/integrations-core/pull/5071)) +* Improve prompts in `ddev clean` ([#5061](https://github.com/DataDog/integrations-core/pull/5061)) +* Add command to navigate to config directory ([#5054](https://github.com/DataDog/integrations-core/pull/5054)) +* Use a stub class for metadata testing ([#4919](https://github.com/DataDog/integrations-core/pull/4919)) +* Add saved_views metadata field to integration templates ([#4584](https://github.com/DataDog/integrations-core/pull/4584)) ***Fixed***: -* Handle formatting edge cases for `meta changes`. See [#4970](https://github.com/DataDog/integrations-core/pull/4970). -* Never sign an empty release. See [#4933](https://github.com/DataDog/integrations-core/pull/4933). -* Update requirements when updating check. See [#4895](https://github.com/DataDog/integrations-core/pull/4895). +* Handle formatting edge cases for `meta changes` ([#4970](https://github.com/DataDog/integrations-core/pull/4970)) +* Never sign an empty release ([#4933](https://github.com/DataDog/integrations-core/pull/4933)) +* Update requirements when updating check ([#4895](https://github.com/DataDog/integrations-core/pull/4895)) ## 0.39.0 / 2019-10-25 ***Added***: -* Add junit option to `ddev env e2e` command. See [#4879](https://github.com/DataDog/integrations-core/pull/4879). +* Add junit option to `ddev env e2e` command ([#4879](https://github.com/DataDog/integrations-core/pull/4879)) ***Fixed***: -* Change the team label map for Trello card creation. See [#4852](https://github.com/DataDog/integrations-core/pull/4852). -* Update metadata link in template. See [#4869](https://github.com/DataDog/integrations-core/pull/4869). +* Change the team label map for Trello card creation ([#4852](https://github.com/DataDog/integrations-core/pull/4852)) +* Update metadata link in template ([#4869](https://github.com/DataDog/integrations-core/pull/4869)) ## 0.38.3 / 2019-10-17 ***Fixed***: -* Fix CHANGELOG.md template to make it work with `ddev release changelog`. See [#4808](https://github.com/DataDog/integrations-core/pull/4808). +* Fix CHANGELOG.md template to make it work with `ddev release changelog` ([#4808](https://github.com/DataDog/integrations-core/pull/4808)) ## 0.38.2 / 2019-10-17 ***Fixed***: -* Handle the case of pylint returning empty output. See [#4801](https://github.com/DataDog/integrations-core/pull/4801). +* Handle the case of pylint returning empty output ([#4801](https://github.com/DataDog/integrations-core/pull/4801)) ## 0.38.1 / 2019-10-15 ***Fixed***: -* Fix ddev testable command to properly use the tag, fallback on the branch if absent. See [#4775](https://github.com/DataDog/integrations-core/pull/4775). +* Fix ddev testable command to properly use the tag, fallback on the branch if absent ([#4775](https://github.com/DataDog/integrations-core/pull/4775)) ## 0.38.0 / 2019-10-11 ***Added***: -* Add option for device testing in e2e. See [#4693](https://github.com/DataDog/integrations-core/pull/4693). -* Add flake8-logging-format. See [#4711](https://github.com/DataDog/integrations-core/pull/4711). +* Add option for device testing in e2e ([#4693](https://github.com/DataDog/integrations-core/pull/4693)) +* Add flake8-logging-format ([#4711](https://github.com/DataDog/integrations-core/pull/4711)) ***Fixed***: -* Fix lint flake8-logging-format command. See [#4728](https://github.com/DataDog/integrations-core/pull/4728). +* Fix lint flake8-logging-format command ([#4728](https://github.com/DataDog/integrations-core/pull/4728)) ## 0.37.0 / 2019-10-09 ***Added***: -* Increase default Agent flush timeout. See [#4714](https://github.com/DataDog/integrations-core/pull/4714). +* Increase default Agent flush timeout ([#4714](https://github.com/DataDog/integrations-core/pull/4714)) ***Fixed***: -* Remove default version from env test. See [#4718](https://github.com/DataDog/integrations-core/pull/4718). -* Handle other Agent images in E2E. See [#4710](https://github.com/DataDog/integrations-core/pull/4710). +* Remove default version from env test ([#4718](https://github.com/DataDog/integrations-core/pull/4718)) +* Handle other Agent images in E2E ([#4710](https://github.com/DataDog/integrations-core/pull/4710)) ## 0.36.0 / 2019-10-07 ***Added***: -* Update teams in ddev trello tool. See [#4702](https://github.com/DataDog/integrations-core/pull/4702). -* Add dashboard validation. See [#4694](https://github.com/DataDog/integrations-core/pull/4694). +* Update teams in ddev trello tool ([#4702](https://github.com/DataDog/integrations-core/pull/4702)) +* Add dashboard validation ([#4694](https://github.com/DataDog/integrations-core/pull/4694)) ***Fixed***: -* Don't use a7. See [#4680](https://github.com/DataDog/integrations-core/pull/4680). +* Don't use a7 ([#4680](https://github.com/DataDog/integrations-core/pull/4680)) ## 0.35.1 / 2019-09-30 ***Fixed***: -* Auto detect changes and run tests when yaml files change. See [#4657](https://github.com/DataDog/integrations-core/pull/4657). +* Auto detect changes and run tests when yaml files change ([#4657](https://github.com/DataDog/integrations-core/pull/4657)) ## 0.35.0 / 2019-09-30 ***Added***: -* Support submitting memory profiling metrics during E2E. See [#4635](https://github.com/DataDog/integrations-core/pull/4635). +* Support submitting memory profiling metrics during E2E ([#4635](https://github.com/DataDog/integrations-core/pull/4635)) ## 0.34.0 / 2019-09-24 ***Added***: -* Improve RetryError message. See [#4619](https://github.com/DataDog/integrations-core/pull/4619). -* Reload environments if there are extra startup commands. See [#4614](https://github.com/DataDog/integrations-core/pull/4614). -* Add warning to create command if name is lowercase. See [#4564](https://github.com/DataDog/integrations-core/pull/4564). +* Improve RetryError message ([#4619](https://github.com/DataDog/integrations-core/pull/4619)) +* Reload environments if there are extra startup commands ([#4614](https://github.com/DataDog/integrations-core/pull/4614)) +* Add warning to create command if name is lowercase ([#4564](https://github.com/DataDog/integrations-core/pull/4564)) ## 0.33.0 / 2019-09-19 ***Added***: -* Update tooling for Azure Pipelines. See [#4536](https://github.com/DataDog/integrations-core/pull/4536). +* Update tooling for Azure Pipelines ([#4536](https://github.com/DataDog/integrations-core/pull/4536)) ***Fixed***: -* Stop identifying core vs extras from the working directory name. See [#4583](https://github.com/DataDog/integrations-core/pull/4583). +* Stop identifying core vs extras from the working directory name ([#4583](https://github.com/DataDog/integrations-core/pull/4583)) ## 0.32.0 / 2019-08-24 ***Added***: -* Don't fail e2e on unsupported platforms. See [#4398](https://github.com/DataDog/integrations-core/pull/4398). -* Add K8S e2e util. See [#4203](https://github.com/DataDog/integrations-core/pull/4203). -* Add SSH port forward e2e util. See [#4147](https://github.com/DataDog/integrations-core/pull/4147). -* Deployment environment with Terraform. See [#4039](https://github.com/DataDog/integrations-core/pull/4039). -* Support Python 3 when calling pip for extra E2E start up commands. See [#4213](https://github.com/DataDog/integrations-core/pull/4213). -* Make `docker_run` clean up volumes and orphaned containers. See [#4212](https://github.com/DataDog/integrations-core/pull/4212). -* Allow multiple docker Agents to coexist for E2E by randomly assigning ports. See [#4205](https://github.com/DataDog/integrations-core/pull/4205). -* Add docker_volumes option to E2E metadata. See [#4178](https://github.com/DataDog/integrations-core/pull/4178). -* Add env check for jmx integrations. See [#4146](https://github.com/DataDog/integrations-core/pull/4146). +* Don't fail e2e on unsupported platforms ([#4398](https://github.com/DataDog/integrations-core/pull/4398)) +* Add K8S e2e util ([#4203](https://github.com/DataDog/integrations-core/pull/4203)) +* Add SSH port forward e2e util ([#4147](https://github.com/DataDog/integrations-core/pull/4147)) +* Deployment environment with Terraform ([#4039](https://github.com/DataDog/integrations-core/pull/4039)) +* Support Python 3 when calling pip for extra E2E start up commands ([#4213](https://github.com/DataDog/integrations-core/pull/4213)) +* Make `docker_run` clean up volumes and orphaned containers ([#4212](https://github.com/DataDog/integrations-core/pull/4212)) +* Allow multiple docker Agents to coexist for E2E by randomly assigning ports ([#4205](https://github.com/DataDog/integrations-core/pull/4205)) +* Add docker_volumes option to E2E metadata ([#4178](https://github.com/DataDog/integrations-core/pull/4178)) +* Add env check for jmx integrations ([#4146](https://github.com/DataDog/integrations-core/pull/4146)) ***Fixed***: -* Use the new Python 2 / 3 Docker images. See [#4246](https://github.com/DataDog/integrations-core/pull/4246). -* Don't put integer in environment. See [#4234](https://github.com/DataDog/integrations-core/pull/4234). -* Use utcnow instead of now. See [#4192](https://github.com/DataDog/integrations-core/pull/4192). +* Use the new Python 2 / 3 Docker images ([#4246](https://github.com/DataDog/integrations-core/pull/4246)) +* Don't put integer in environment ([#4234](https://github.com/DataDog/integrations-core/pull/4234)) +* Use utcnow instead of now ([#4192](https://github.com/DataDog/integrations-core/pull/4192)) ## 0.31.1 / 2019-07-19 ***Fixed***: -* Fix get_current_agent_version sorting in ddev. See [#4113](https://github.com/DataDog/integrations-core/pull/4113). +* Fix get_current_agent_version sorting in ddev ([#4113](https://github.com/DataDog/integrations-core/pull/4113)) ## 0.31.0 / 2019-07-13 ***Added***: -* Add support for selecting an Agent build via environment. See [#4112](https://github.com/DataDog/integrations-core/pull/4112). -* Add ways to control the colorization of output. See [#4086](https://github.com/DataDog/integrations-core/pull/4086). -* Support multiple Python versions for E2E. See [#4075](https://github.com/DataDog/integrations-core/pull/4075). +* Add support for selecting an Agent build via environment ([#4112](https://github.com/DataDog/integrations-core/pull/4112)) +* Add ways to control the colorization of output ([#4086](https://github.com/DataDog/integrations-core/pull/4086)) +* Support multiple Python versions for E2E ([#4075](https://github.com/DataDog/integrations-core/pull/4075)) ## 0.30.1 / 2019-07-04 ***Fixed***: -* Fix metadata bootstrap workflow. See [#4047](https://github.com/DataDog/integrations-core/pull/4047). +* Fix metadata bootstrap workflow ([#4047](https://github.com/DataDog/integrations-core/pull/4047)) ## 0.30.0 / 2019-07-04 ***Added***: -* Remove timeout when stopping containers. See [#3973](https://github.com/DataDog/integrations-core/pull/3973). +* Remove timeout when stopping containers ([#3973](https://github.com/DataDog/integrations-core/pull/3973)) ***Fixed***: -* Update wording on installing extras in ddev create command. See [#4032](https://github.com/DataDog/integrations-core/pull/4032). +* Update wording on installing extras in ddev create command ([#4032](https://github.com/DataDog/integrations-core/pull/4032)) ## 0.29.0 / 2019-06-24 ***Added***: -* Only sign updated checks. See [#3944](https://github.com/DataDog/integrations-core/pull/3944). +* Only sign updated checks ([#3944](https://github.com/DataDog/integrations-core/pull/3944)) ## 0.28.0 / 2019-06-19 ***Added***: -* Print line number on validate metadata. See [#3931](https://github.com/DataDog/integrations-core/pull/3931). +* Print line number on validate metadata ([#3931](https://github.com/DataDog/integrations-core/pull/3931)) ## 0.27.0 / 2019-06-18 ***Added***: -* Support E2E testing. See [#3896](https://github.com/DataDog/integrations-core/pull/3896). -* Allow releasing multiple checks at once. See [#3881](https://github.com/DataDog/integrations-core/pull/3881). +* Support E2E testing ([#3896](https://github.com/DataDog/integrations-core/pull/3896)) +* Allow releasing multiple checks at once ([#3881](https://github.com/DataDog/integrations-core/pull/3881)) ***Fixed***: -* Validate interval in metadata validation. See [#3857](https://github.com/DataDog/integrations-core/pull/3857). +* Validate interval in metadata validation ([#3857](https://github.com/DataDog/integrations-core/pull/3857)) ## 0.26.1 / 2019-06-05 ***Fixed***: -* Fix JMX template. See [#3879](https://github.com/DataDog/integrations-core/pull/3879). -* Update APM team label. See [#3878](https://github.com/DataDog/integrations-core/pull/3878). -* Fix logic to skip docs PRs for release testing. See [#3877](https://github.com/DataDog/integrations-core/pull/3877). +* Fix JMX template ([#3879](https://github.com/DataDog/integrations-core/pull/3879)) +* Update APM team label ([#3878](https://github.com/DataDog/integrations-core/pull/3878)) +* Fix logic to skip docs PRs for release testing ([#3877](https://github.com/DataDog/integrations-core/pull/3877)) ## 0.26.0 / 2019-06-01 ***Added***: -* Better error message when releasing on the wrong branch. See [#3832](https://github.com/DataDog/integrations-core/pull/3832). +* Better error message when releasing on the wrong branch ([#3832](https://github.com/DataDog/integrations-core/pull/3832)) ## 0.25.2 / 2019-05-28 ***Fixed***: -* Fix tox plugin. See [#3825](https://github.com/DataDog/integrations-core/pull/3825). +* Fix tox plugin ([#3825](https://github.com/DataDog/integrations-core/pull/3825)) ## 0.25.1 / 2019-05-24 ***Fixed***: -* Use safe default when validating manifests. See [#3810](https://github.com/DataDog/integrations-core/pull/3810). +* Use safe default when validating manifests ([#3810](https://github.com/DataDog/integrations-core/pull/3810)) ## 0.25.0 / 2019-05-20 ***Added***: -* Move all assets to a dedicated directory. See [#3768](https://github.com/DataDog/integrations-core/pull/3768). -* Upgrade requests to 2.22.0. See [#3778](https://github.com/DataDog/integrations-core/pull/3778). +* Move all assets to a dedicated directory ([#3768](https://github.com/DataDog/integrations-core/pull/3768)) +* Upgrade requests to 2.22.0 ([#3778](https://github.com/DataDog/integrations-core/pull/3778)) ## 0.24.0 / 2019-05-14 ***Added***: -* Ambari integration. See [#3670](https://github.com/DataDog/integrations-core/pull/3670). -* Fail if service check file doesn't exist. See [#3691](https://github.com/DataDog/integrations-core/pull/3691). -* Add default service check file to new checks templates. See [#3726](https://github.com/DataDog/integrations-core/pull/3726). -* Adds ddev YAML config validator. See [#3679](https://github.com/DataDog/integrations-core/pull/3679). -* Upgrade pyyaml to 5.1. See [#3698](https://github.com/DataDog/integrations-core/pull/3698). +* Ambari integration ([#3670](https://github.com/DataDog/integrations-core/pull/3670)) +* Fail if service check file doesn't exist ([#3691](https://github.com/DataDog/integrations-core/pull/3691)) +* Add default service check file to new checks templates ([#3726](https://github.com/DataDog/integrations-core/pull/3726)) +* Adds ddev YAML config validator ([#3679](https://github.com/DataDog/integrations-core/pull/3679)) +* Upgrade pyyaml to 5.1 ([#3698](https://github.com/DataDog/integrations-core/pull/3698)) ## 0.23.2 / 2019-04-30 ***Fixed***: -* Remove spurious debug line. See [#3703](https://github.com/DataDog/integrations-core/pull/3703). +* Remove spurious debug line ([#3703](https://github.com/DataDog/integrations-core/pull/3703)) ## 0.23.1 / 2019-04-30 ***Fixed***: -* Fix creation of jmx & tile integrations. See [#3701](https://github.com/DataDog/integrations-core/pull/3701). -* Fix template for new integration to use argument as display name. See [#3664](https://github.com/DataDog/integrations-core/pull/3664). +* Fix creation of jmx & tile integrations ([#3701](https://github.com/DataDog/integrations-core/pull/3701)) +* Fix template for new integration to use argument as display name ([#3664](https://github.com/DataDog/integrations-core/pull/3664)) ## 0.23.0 / 2019-04-22 ***Removed***: -* Remove `pre` from versioning scheme. See [#3655](https://github.com/DataDog/integrations-core/pull/3655). +* Remove `pre` from versioning scheme ([#3655](https://github.com/DataDog/integrations-core/pull/3655)) ***Added***: -* Add extra type for manifest validation. See [#3662](https://github.com/DataDog/integrations-core/pull/3662). -* Adhere to code style. See [#3497](https://github.com/DataDog/integrations-core/pull/3497). +* Add extra type for manifest validation ([#3662](https://github.com/DataDog/integrations-core/pull/3662)) +* Adhere to code style ([#3497](https://github.com/DataDog/integrations-core/pull/3497)) ***Fixed***: -* Fix changelog generation for new checks. See [#3634](https://github.com/DataDog/integrations-core/pull/3634). +* Fix changelog generation for new checks ([#3634](https://github.com/DataDog/integrations-core/pull/3634)) ## 0.22.0 / 2019-04-15 ***Added***: -* Build releases automatically. See [#3364](https://github.com/DataDog/integrations-core/pull/3364). -* Add validation on integration_id. See [#3598](https://github.com/DataDog/integrations-core/pull/3598). -* Add ability to specify extra start-up commands for e2e. See [#3594](https://github.com/DataDog/integrations-core/pull/3594). -* Add a pytest-args option to ddev test. See [#3596](https://github.com/DataDog/integrations-core/pull/3596). -* Add posargs in tox.ini. See [#3313](https://github.com/DataDog/integrations-core/pull/3313). -* Update version of datadog-checks-base for extras. See [#3433](https://github.com/DataDog/integrations-core/pull/3433). +* Build releases automatically ([#3364](https://github.com/DataDog/integrations-core/pull/3364)) +* Add validation on integration_id ([#3598](https://github.com/DataDog/integrations-core/pull/3598)) +* Add ability to specify extra start-up commands for e2e ([#3594](https://github.com/DataDog/integrations-core/pull/3594)) +* Add a pytest-args option to ddev test ([#3596](https://github.com/DataDog/integrations-core/pull/3596)) +* Add posargs in tox.ini ([#3313](https://github.com/DataDog/integrations-core/pull/3313)) +* Update version of datadog-checks-base for extras ([#3433](https://github.com/DataDog/integrations-core/pull/3433)) ***Fixed***: -* Fixed language in template for integration extras readme. See [#3606](https://github.com/DataDog/integrations-core/pull/3606). -* Ensure style envs support every platform. See [#3482](https://github.com/DataDog/integrations-core/pull/3482). -* Fix breakpoint agent check flag. See [#3447](https://github.com/DataDog/integrations-core/pull/3447). +* Fixed language in template for integration extras readme ([#3606](https://github.com/DataDog/integrations-core/pull/3606)) +* Ensure style envs support every platform ([#3482](https://github.com/DataDog/integrations-core/pull/3482)) +* Fix breakpoint agent check flag ([#3447](https://github.com/DataDog/integrations-core/pull/3447)) ## 0.21.0 / 2019-03-29 ***Added***: -* Upgrade in-toto. See [#3411](https://github.com/DataDog/integrations-core/pull/3411). +* Upgrade in-toto ([#3411](https://github.com/DataDog/integrations-core/pull/3411)) ## 0.20.0 / 2019-03-28 ***Added***: -* Remove flake8 from tox.ini template. See [#3358](https://github.com/DataDog/integrations-core/pull/3358). -* Support all options for the Agent check command. See [#3350](https://github.com/DataDog/integrations-core/pull/3350). -* Add ability to detect if using JMX based on metadata. See [#3330](https://github.com/DataDog/integrations-core/pull/3330). -* Add style checker and formatter. See [#3299](https://github.com/DataDog/integrations-core/pull/3299). -* Add env var support to E2E containers. See [#3263](https://github.com/DataDog/integrations-core/pull/3263). -* Enforce new integration_id field. See [#3264](https://github.com/DataDog/integrations-core/pull/3264). -* Add row length validation. See [#3266](https://github.com/DataDog/integrations-core/pull/3266). -* Add logo validation. See [#3246](https://github.com/DataDog/integrations-core/pull/3246). -* Default to Python 3.7 for new checks. See [#3244](https://github.com/DataDog/integrations-core/pull/3244). +* Remove flake8 from tox.ini template ([#3358](https://github.com/DataDog/integrations-core/pull/3358)) +* Support all options for the Agent check command ([#3350](https://github.com/DataDog/integrations-core/pull/3350)) +* Add ability to detect if using JMX based on metadata ([#3330](https://github.com/DataDog/integrations-core/pull/3330)) +* Add style checker and formatter ([#3299](https://github.com/DataDog/integrations-core/pull/3299)) +* Add env var support to E2E containers ([#3263](https://github.com/DataDog/integrations-core/pull/3263)) +* Enforce new integration_id field ([#3264](https://github.com/DataDog/integrations-core/pull/3264)) +* Add row length validation ([#3266](https://github.com/DataDog/integrations-core/pull/3266)) +* Add logo validation ([#3246](https://github.com/DataDog/integrations-core/pull/3246)) +* Default to Python 3.7 for new checks ([#3244](https://github.com/DataDog/integrations-core/pull/3244)) ***Fixed***: -* Make the aggregator fixture lazily import the stub. See [#3308](https://github.com/DataDog/integrations-core/pull/3308). -* Fix sdist build command. See [#3252](https://github.com/DataDog/integrations-core/pull/3252). +* Make the aggregator fixture lazily import the stub ([#3308](https://github.com/DataDog/integrations-core/pull/3308)) +* Fix sdist build command ([#3252](https://github.com/DataDog/integrations-core/pull/3252)) ## 0.19.1 / 2019-03-01 ***Fixed***: -* Run upload command in the proper location. See [#3239](https://github.com/DataDog/integrations-core/pull/3239). +* Run upload command in the proper location ([#3239](https://github.com/DataDog/integrations-core/pull/3239)) ## 0.19.0 / 2019-03-01 ***Added***: -* Add integration_id to manifest validation. See [#3232](https://github.com/DataDog/integrations-core/pull/3232). -* Add ability to pass -m & -k to pytest. See [#3163](https://github.com/DataDog/integrations-core/pull/3163). -* Provide a way to update to the new agent build config format. See [#3181](https://github.com/DataDog/integrations-core/pull/3181). -* Support datadog_checks_downloader. See [#3164](https://github.com/DataDog/integrations-core/pull/3164). -* Add util to load jmx metric configs. See [#3162](https://github.com/DataDog/integrations-core/pull/3162). +* Add integration_id to manifest validation ([#3232](https://github.com/DataDog/integrations-core/pull/3232)) +* Add ability to pass -m & -k to pytest ([#3163](https://github.com/DataDog/integrations-core/pull/3163)) +* Provide a way to update to the new agent build config format ([#3181](https://github.com/DataDog/integrations-core/pull/3181)) +* Support datadog_checks_downloader ([#3164](https://github.com/DataDog/integrations-core/pull/3164)) +* Add util to load jmx metric configs ([#3162](https://github.com/DataDog/integrations-core/pull/3162)) ***Fixed***: -* Fix agent changelog command. See [#3233](https://github.com/DataDog/integrations-core/pull/3233). -* Properly detect integration folder for py3 validation. See [#3188](https://github.com/DataDog/integrations-core/pull/3188). -* Properly ship datadog-checks-downloader. See [#3169](https://github.com/DataDog/integrations-core/pull/3169). +* Fix agent changelog command ([#3233](https://github.com/DataDog/integrations-core/pull/3233)) +* Properly detect integration folder for py3 validation ([#3188](https://github.com/DataDog/integrations-core/pull/3188)) +* Properly ship datadog-checks-downloader ([#3169](https://github.com/DataDog/integrations-core/pull/3169)) ## 0.18.0 / 2019-02-18 ***Added***: -* Add util to get the directory of current file. See [#3135](https://github.com/DataDog/integrations-core/pull/3135). -* Add command to build package wheel. See [#3067](https://github.com/DataDog/integrations-core/pull/3067). -* Add datadog-checks-downloader. See [#3026](https://github.com/DataDog/integrations-core/pull/3026). -* Add `local` E2E . See [#3064](https://github.com/DataDog/integrations-core/pull/3064). -* Add command to show changes based on commit date. See [#3063](https://github.com/DataDog/integrations-core/pull/3063). -* Add e2e command to restart the agent. See [#3054](https://github.com/DataDog/integrations-core/pull/3054). -* Upgrade pytest-benchmark. See [#2934](https://github.com/DataDog/integrations-core/pull/2934). -* Add description length metadata validation. See [#2923](https://github.com/DataDog/integrations-core/pull/2923). -* Allow uploading of any Datadog python package. See [#2907](https://github.com/DataDog/integrations-core/pull/2907). -* Upgrade pytest plugins. See [#2884](https://github.com/DataDog/integrations-core/pull/2884). +* Add util to get the directory of current file ([#3135](https://github.com/DataDog/integrations-core/pull/3135)) +* Add command to build package wheel ([#3067](https://github.com/DataDog/integrations-core/pull/3067)) +* Add datadog-checks-downloader ([#3026](https://github.com/DataDog/integrations-core/pull/3026)) +* Add `local` E2E ([#3064](https://github.com/DataDog/integrations-core/pull/3064)) +* Add command to show changes based on commit date ([#3063](https://github.com/DataDog/integrations-core/pull/3063)) +* Add e2e command to restart the agent ([#3054](https://github.com/DataDog/integrations-core/pull/3054)) +* Upgrade pytest-benchmark ([#2934](https://github.com/DataDog/integrations-core/pull/2934)) +* Add description length metadata validation ([#2923](https://github.com/DataDog/integrations-core/pull/2923)) +* Allow uploading of any Datadog python package ([#2907](https://github.com/DataDog/integrations-core/pull/2907)) +* Upgrade pytest plugins ([#2884](https://github.com/DataDog/integrations-core/pull/2884)) ***Fixed***: -* Update e2e start help text for extras integrations. See [#3133](https://github.com/DataDog/integrations-core/pull/3133). -* Fix e2e package install order. See [#3092](https://github.com/DataDog/integrations-core/pull/3092). +* Update e2e start help text for extras integrations ([#3133](https://github.com/DataDog/integrations-core/pull/3133)) +* Fix e2e package install order ([#3092](https://github.com/DataDog/integrations-core/pull/3092)) ## 0.17.0 / 2019-01-07 ***Added***: -* Use standalone py3 validation. See [#2854][1]. +* Use standalone py3 validation ([#2854][1]) ***Fixed***: -* Fix root folder name when running 'validate' commands on integrations-extras. See [#2879][2]. -* Pin pytest because of a regression in pytest-benchmark. See [#2878][3]. +* Fix root folder name when running 'validate' commands on integrations-extras ([#2879][2]) +* Pin pytest because of a regression in pytest-benchmark ([#2878][3]) ## 0.16.0 / 2018-12-22 ***Changed***: -* Rename `ddev release freeze` to `ddev release agent_req_file`, refactor commands code. See [#2765][12]. +* Rename `ddev release freeze` to `ddev release agent_req_file`, refactor commands code ([#2765][12]) ***Added***: -* Remove requirements.txt from check template. See [#2816][4]. -* Add ability to log warnings during pytest. See [#2764][5]. -* Update templates for new integrations. See [#2794][7]. -* Add python3 compatibility validation. See [#2736][8]. -* Validate checks dependencies against the embedded environment. See [#2746][9]. -* Add constant to check if platform is Linux. See [#2782][10]. -* Add validation for configuration files. See [#2759][13]. -* Add ability to pass state to e2e tear down. See [#2724][14]. -* Add ability to use dev version of base package for e2e. See [#2689][15]. +* Remove requirements.txt from check template ([#2816][4]) +* Add ability to log warnings during pytest ([#2764][5]) +* Update templates for new integrations ([#2794][7]) +* Add python3 compatibility validation ([#2736][8]) +* Validate checks dependencies against the embedded environment ([#2746][9]) +* Add constant to check if platform is Linux ([#2782][10]) +* Add validation for configuration files ([#2759][13]) +* Add ability to pass state to e2e tear down ([#2724][14]) +* Add ability to use dev version of base package for e2e ([#2689][15]) ***Fixed***: -* Fix agent_changelog command. See [#2808][6]. -* Do not consider empty string as a version change. See [#2771][11]. +* Fix agent_changelog command ([#2808][6]) +* Do not consider empty string as a version change ([#2771][11]) ## 0.15.1 / 2018-11-30 ***Fixed***: -* Handle unreleased checks for agent reqs validation. See [#2664][16]. +* Handle unreleased checks for agent reqs validation ([#2664][16]) ## 0.15.0 / 2018-11-27 ***Added***: -* Added Watt units to metadata validation. See [#2645][17]. -* Added Heap and Volume units to metadata validation. See [#2647][18]. -* Added validation step for the agent-requirements file. See [#2642][20]. +* Added Watt units to metadata validation ([#2645][17]) +* Added Heap and Volume units to metadata validation ([#2647][18]) +* Added validation step for the agent-requirements file ([#2642][20]) ***Fixed***: -* Gently handle Yubikey exceptions. See [#2641][19]. +* Gently handle Yubikey exceptions ([#2641][19]) ## 0.14.1 / 2018-11-22 ***Fixed***: -* Increase gpg timeout to give time to developers to interact with Yubikeys. See [#2613][21]. -* Fix requirements-agent-release.txt updating. See [#2617][22]. +* Increase gpg timeout to give time to developers to interact with Yubikeys ([#2613][21]) +* Fix requirements-agent-release.txt updating ([#2617][22]) ## 0.14.0 / 2018-11-16 ***Added***: -* Support agent repo. See [#2600][23]. -* Improve trello releasing. See [#2599][24]. -* Refactor validations under `validate` command. See [#2593][25]. -* Upgrade docker-compose and requests. See [#2503][26]. -* Disable pytest output capturing when debugging. See [#2502][27]. -* Support specifying type of semver version bumps. See [#2491][28]. -* Fix codecov error on appveyor. See [#2474][30]. -* Add service_checks.json files validation. See [#2432][33]. -* Make all tox envs available to E2E. See [#2457][34]. -* Ensure new checks include the E2E fixture. See [#2455][35]. -* Prevent misconfigured tox files. See [#2447][37]. +* Support agent repo ([#2600][23]) +* Improve trello releasing ([#2599][24]) +* Refactor validations under `validate` command ([#2593][25]) +* Upgrade docker-compose and requests ([#2503][26]) +* Disable pytest output capturing when debugging ([#2502][27]) +* Support specifying type of semver version bumps ([#2491][28]) +* Fix codecov error on appveyor ([#2474][30]) +* Add service_checks.json files validation ([#2432][33]) +* Make all tox envs available to E2E ([#2457][34]) +* Ensure new checks include the E2E fixture ([#2455][35]) +* Prevent misconfigured tox files ([#2447][37]) ***Fixed***: -* Fixed off-by-one missing latest release. See [#2478][29]. -* Use raw string literals when \ is present. See [#2465][31]. -* Improve output of `ddev manifest verify` command. See [#2444][32]. -* Handle any clipboard errors for E2E. See [#2454][36]. -* Add `datadog-` prefix to packages name. See [#2430][38]. +* Fixed off-by-one missing latest release ([#2478][29]) +* Use raw string literals when \ is present ([#2465][31]) +* Improve output of `ddev manifest verify` command ([#2444][32]) +* Handle any clipboard errors for E2E ([#2454][36]) +* Add `datadog-` prefix to packages name ([#2430][38]) ## 0.13.0 / 2018-10-17 ***Added***: -* Ensure new checks use editable install of datadog_checks_base for tests. See [#2427][39]. +* Ensure new checks use editable install of datadog_checks_base for tests ([#2427][39]) ***Fixed***: -* Relax e2e config parsing. See [#2416][40]. -* Fix sleep on WaitFor helper. See [#2418][41]. +* Relax e2e config parsing ([#2416][40]) +* Fix sleep on WaitFor helper ([#2418][41]) ## 0.12.1 / 2018-10-15 ***Fixed***: -* Improve handling of github api errors for trello. See [#2411][42]. -* Make every check's `tests` directory path unique for coverage. See [#2406][43]. +* Improve handling of github api errors for trello ([#2411][42]) +* Make every check's `tests` directory path unique for coverage ([#2406][43]) ## 0.12.0 / 2018-10-15 ***Added***: -* Support the initial release of integrations. See [#2399][45]. +* Support the initial release of integrations ([#2399][45]) ***Fixed***: -* Fix trello for issue number in commit message. See [#2408][44]. +* Fix trello for issue number in commit message ([#2408][44]) ## 0.11.0 / 2018-10-11 ***Added***: -* Add E2E support. See [#2375][46]. -* Ensure new core checks use latest dev package for testing. See [#2386][47]. -* Support more teams for Trello test cards. See [#2365][49]. +* Add E2E support ([#2375][46]) +* Ensure new core checks use latest dev package for testing ([#2386][47]) +* Support more teams for Trello test cards ([#2365][49]) ***Fixed***: -* Normalize line endings for release signing. See [#2364][48]. +* Normalize line endings for release signing ([#2364][48]) ## 0.10.0 / 2018-10-04 ***Added***: -* Update base package paths. See [#2345][50]. -* Add generic environment runner. See [#2342][51]. -* Add WaitFor environment condition. See [#2343][52]. -* Enable pytest plugin to control environments. See [#2336][53]. +* Update base package paths ([#2345][50]) +* Add generic environment runner ([#2342][51]) +* Add WaitFor environment condition ([#2343][52]) +* Enable pytest plugin to control environments ([#2336][53]) ## 0.9.0 / 2018-09-30 ***Added***: -* Allow testing of specific environments. See [#2312][54]. -* Add run command. See [#2319][55]. -* Command to validate metadata. See [#2269][58]. +* Allow testing of specific environments ([#2312][54]) +* Add run command ([#2319][55]) +* Command to validate metadata ([#2269][58]) ***Fixed***: -* Fix namespace overwriting. See [#2311][56]. -* Upgrade in-toto to gain full cross-platform release signing support. See [#2315][57]. +* Fix namespace overwriting ([#2311][56]) +* Upgrade in-toto to gain full cross-platform release signing support ([#2315][57]) ## 0.8.1 / 2018-09-25 ***Fixed***: -* Fix Python 2 unicode handling for log pattern error message. See [#2303][59]. +* Fix Python 2 unicode handling for log pattern error message ([#2303][59]) ## 0.8.0 / 2018-09-25 ***Added***: -* Add new templates for other integration types. See [#2285][60]. -* Add release signing via in-toto. See [#2224][61]. -* Add prometheus metadata.csv and metric map auto-generation. See [#2117][62]. -* Keep track of the checks changed at every Datadog Agent release. See [#2277][63]. +* Add new templates for other integration types ([#2285][60]) +* Add release signing via in-toto ([#2224][61]) +* Add prometheus metadata.csv and metric map auto-generation ([#2117][62]) +* Keep track of the checks changed at every Datadog Agent release ([#2277][63]) ## 0.7.0 / 2018-09-18 ***Added***: -* Fix manifest validation policy. See [#2258][64]. -* Add config option to select the default repository. See [#2243][65]. +* Fix manifest validation policy ([#2258][64]) +* Add config option to select the default repository ([#2243][65]) ## 0.6.2 / 2018-09-14 ***Fixed***: -* Revert "Update base package paths (#2235)". See [#2240][66]. +* Revert "Update base package paths (#2235)" ([#2240][66]) ## 0.6.1 / 2018-09-14 ***Fixed***: -* Move datadog_checks_base code into sub base package. See [#2167][67]. +* Move datadog_checks_base code into sub base package ([#2167][67]) ## 0.6.0 / 2018-09-14 ***Added***: -* Update base package paths. See [#2235][68]. -* Add ability to add wait time in docker_run. See [#2196][69]. -* Add better debugging to test command. See [#2194][70]. -* Add ability to filter checks to test by changes. See [#2163][73]. +* Update base package paths ([#2235][68]) +* Add ability to add wait time in docker_run ([#2196][69]) +* Add better debugging to test command ([#2194][70]) +* Add ability to filter checks to test by changes ([#2163][73]) ***Fixed***: -* Gracefully handle tags that already exist. See [#2172][71]. -* Fix release freeze command. See [#2188][72]. +* Gracefully handle tags that already exist ([#2172][71]) +* Fix release freeze command ([#2188][72]) ## 0.5.0 / 2018-09-04 ***Added***: -* Allow automated releasing by looking at github labels. See [#2169][74]. +* Allow automated releasing by looking at github labels ([#2169][74]) ***Fixed***: -* Handle character limit for Trello card descriptions. See [#2162][75]. +* Handle character limit for Trello card descriptions ([#2162][75]) ## 0.4.1 / 2018-08-31 ***Fixed***: -* Fix trello command for other repos. See [#2155][76]. +* Fix trello command for other repos ([#2155][76]) ## 0.4.0 / 2018-08-28 ***Added***: -* Add code coverage. See [#2105][77]. -* Add command to create new integrations. See [#2037][78]. +* Add code coverage ([#2105][77]) +* Add command to create new integrations ([#2037][78]) ## 0.3.1 / 2018-08-03 ***Fixed***: -* Fix clean command. See [#1992][79]. +* Fix clean command ([#1992][79]) ## 0.3.0 / 2018-07-30 ***Added***: -* Allow passing --build to compose up. See [#1962][80]. -* Add command to create Trello test cards from Agent release diffs. See [#1934][82]. -* Add openldap to the list of agent integrations. See [#1923][83]. -* Update dep tooling to support environment markers. See [#1921][84]. +* Allow passing --build to compose up ([#1962][80]) +* Add command to create Trello test cards from Agent release diffs ([#1934][82]) +* Add openldap to the list of agent integrations ([#1923][83]) +* Update dep tooling to support environment markers ([#1921][84]) ***Fixed***: -* When setting repo paths do not resolve home. See [#1953][81]. +* When setting repo paths do not resolve home ([#1953][81]) ## 0.2.2 / 2018-07-19 ***Fixed***: -* Relax condition error handling to allow more time. See [#1914][85]. -* Do not skip release builds. See [#1913][86]. -* Fix packaging of agent requirements. See [#1911][87]. +* Relax condition error handling to allow more time ([#1914][85]) +* Do not skip release builds ([#1913][86]) +* Fix packaging of agent requirements ([#1911][87]) ## 0.2.1 / 2018-07-17 ***Fixed***: -* make remove_path util more resilient to errors. See [#1900][88]. +* make remove_path util more resilient to errors ([#1900][88]) ## 0.2.0 / 2018-07-17 ***Added***: -* improve docker tooling. See [#1891][89]. +* improve docker tooling ([#1891][89]) ## 0.1.1 / 2018-07-12 ***Fixed***: -* fix changed-only test logic. See [#1878][90]. +* fix changed-only test logic ([#1878][90]) ## 0.1.0 / 2018-07-12 ***Added***: -* Add developer package. See [#1862][91]. +* Add developer package ([#1862][91]) [1]: https://github.com/DataDog/integrations-core/pull/2854 [2]: https://github.com/DataDog/integrations-core/pull/2879 diff --git a/datadog_checks_downloader/CHANGELOG.md b/datadog_checks_downloader/CHANGELOG.md index 7ce1c4b3f98b7..f6b812435b553 100644 --- a/datadog_checks_downloader/CHANGELOG.md +++ b/datadog_checks_downloader/CHANGELOG.md @@ -6,244 +6,244 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.2.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) ## 4.2.0 / 2023-05-24 ***Added***: -* Add an option to bypass TUF and in-toto verification in the checks downloader. See [#14168](https://github.com/DataDog/integrations-core/pull/14168). +* Add an option to bypass TUF and in-toto verification in the checks downloader ([#14168](https://github.com/DataDog/integrations-core/pull/14168)) ## 4.1.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Prevent Alphas, Betas and RC versions of checks from being installed unless specified. See [#13837](https://github.com/DataDog/integrations-core/pull/13837). +* Prevent Alphas, Betas and RC versions of checks from being installed unless specified ([#13837](https://github.com/DataDog/integrations-core/pull/13837)) ***Fixed***: -* Remove the use of the deprecated `pkg_resources` package. See [#13842](https://github.com/DataDog/integrations-core/pull/13842). +* Remove the use of the deprecated `pkg_resources` package ([#13842](https://github.com/DataDog/integrations-core/pull/13842)) ## 4.0.0 / 2023-01-20 / Agent 7.43.0 ***Removed***: -* Update TUF to 2.0.0. See [#13331](https://github.com/DataDog/integrations-core/pull/13331). +* Update TUF to 2.0.0 ([#13331](https://github.com/DataDog/integrations-core/pull/13331)) ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). -* Fix path separator-related bug affecting Windows. See [#13631](https://github.com/DataDog/integrations-core/pull/13631). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) +* Fix path separator-related bug affecting Windows ([#13631](https://github.com/DataDog/integrations-core/pull/13631)) ## 3.10.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 3.10.0 / 2022-10-28 / Agent 7.41.0 ***Added***: -* Update downloader to use v5 root layout. See [#13174](https://github.com/DataDog/integrations-core/pull/13174). +* Update downloader to use v5 root layout ([#13174](https://github.com/DataDog/integrations-core/pull/13174)) ***Fixed***: -* Fix setup.py keywords in datadog-checks-downloader. See [#12951](https://github.com/DataDog/integrations-core/pull/12951). Thanks [fridex](https://github.com/fridex). +* Fix setup.py keywords in datadog-checks-downloader ([#12951](https://github.com/DataDog/integrations-core/pull/12951)) Thanks [fridex](https://github.com/fridex). ## 3.9.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add `packaging` to dependencies. See [#12753](https://github.com/DataDog/integrations-core/pull/12753). +* Add `packaging` to dependencies ([#12753](https://github.com/DataDog/integrations-core/pull/12753)) ***Fixed***: -* Use packaging instead of pkg_resources for parsing version. See [#12560](https://github.com/DataDog/integrations-core/pull/12560). Thanks [fridex](https://github.com/fridex). +* Use packaging instead of pkg_resources for parsing version ([#12560](https://github.com/DataDog/integrations-core/pull/12560)) Thanks [fridex](https://github.com/fridex). ## 3.8.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Use context manager when creating temporary directory. See [#12559](https://github.com/DataDog/integrations-core/pull/12559). Thanks [fridex](https://github.com/fridex). +* Use context manager when creating temporary directory ([#12559](https://github.com/DataDog/integrations-core/pull/12559)) Thanks [fridex](https://github.com/fridex). ***Fixed***: -* Prevent from publishing datadog-checks-downloader to PyPI. See [#12556](https://github.com/DataDog/integrations-core/pull/12556). -* Revert #12559 to make it compatible with python2. See [#12647](https://github.com/DataDog/integrations-core/pull/12647). -* Avoid using assert statement by creating UpdatedTargetsError exception. See [#12558](https://github.com/DataDog/integrations-core/pull/12558). -* Adjust logging setup when multiple -v flags are supplied. See [#12562](https://github.com/DataDog/integrations-core/pull/12562). Thanks [fridex](https://github.com/fridex). +* Prevent from publishing datadog-checks-downloader to PyPI ([#12556](https://github.com/DataDog/integrations-core/pull/12556)) +* Revert #12559 to make it compatible with python2 ([#12647](https://github.com/DataDog/integrations-core/pull/12647)) +* Avoid using assert statement by creating UpdatedTargetsError exception ([#12558](https://github.com/DataDog/integrations-core/pull/12558)) +* Adjust logging setup when multiple -v flags are supplied ([#12562](https://github.com/DataDog/integrations-core/pull/12562)) Thanks [fridex](https://github.com/fridex). ## 3.7.0 / 2022-04-11 / Agent 7.36.0 ***Added***: -* Update downloader to use v4 root layout. See [#11779](https://github.com/DataDog/integrations-core/pull/11779). +* Update downloader to use v4 root layout ([#11779](https://github.com/DataDog/integrations-core/pull/11779)) ## 3.6.0 / 2022-02-24 / Agent 7.35.0 ***Added***: -* Add --ignore-python-version flag. See [#11568](https://github.com/DataDog/integrations-core/pull/11568). +* Add --ignore-python-version flag ([#11568](https://github.com/DataDog/integrations-core/pull/11568)) ## 3.5.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11305](https://github.com/DataDog/integrations-core/pull/11305). +* Add `pyproject.toml` file ([#11305](https://github.com/DataDog/integrations-core/pull/11305)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.4.1 / 2021-10-19 / Agent 7.32.0 ***Fixed***: -* Update tuf to 0.19.0 for python 3. See [#10444](https://github.com/DataDog/integrations-core/pull/10444). +* Update tuf to 0.19.0 for python 3 ([#10444](https://github.com/DataDog/integrations-core/pull/10444)) ## 3.4.0 / 2021-07-09 / Agent 7.30.0 ***Added***: -* Upgrade downloader after ceremony. See [#9556](https://github.com/DataDog/integrations-core/pull/9556). +* Upgrade downloader after ceremony ([#9556](https://github.com/DataDog/integrations-core/pull/9556)) ## 3.3.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Better error message if the integration doesn't have the expected type. See [#9403](https://github.com/DataDog/integrations-core/pull/9403). +* Better error message if the integration doesn't have the expected type ([#9403](https://github.com/DataDog/integrations-core/pull/9403)) ## 3.2.0 / 2020-10-31 / Agent 7.24.0 ***Security***: -* Update TUF, in-toto and securesystemslib. See [#7844](https://github.com/DataDog/integrations-core/pull/7844). +* Update TUF, in-toto and securesystemslib ([#7844](https://github.com/DataDog/integrations-core/pull/7844)) ## 3.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 3.1.0 / 2020-07-14 / Agent 7.21.1 ***Added***: -* Update to v6 root from @FlorianVeaux. See [#7115](https://github.com/DataDog/integrations-core/pull/7115). -* Add warning when selecting an extras integration that resides in core. See [#7079](https://github.com/DataDog/integrations-core/pull/7079). -* Add dependencies to setup.py. See [#7030](https://github.com/DataDog/integrations-core/pull/7030). +* Update to v6 root from @FlorianVeaux ([#7115](https://github.com/DataDog/integrations-core/pull/7115)) +* Add warning when selecting an extras integration that resides in core ([#7079](https://github.com/DataDog/integrations-core/pull/7079)) +* Add dependencies to setup.py ([#7030](https://github.com/DataDog/integrations-core/pull/7030)) ## 3.0.0 / 2020-06-18 / Agent 7.21.0 ***Added***: -* Support multiple root layouts. See [#6856](https://github.com/DataDog/integrations-core/pull/6856). +* Support multiple root layouts ([#6856](https://github.com/DataDog/integrations-core/pull/6856)) ## 2.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.4.0 / 2020-02-26 / Agent 7.18.0 ***Added***: -* Bump securesystemslib to 0.14.2. See [#5890](https://github.com/DataDog/integrations-core/pull/5890). +* Bump securesystemslib to 0.14.2 ([#5890](https://github.com/DataDog/integrations-core/pull/5890)) ## 2.3.1 / 2020-02-24 ***Fixed***: -* Hide internal logging exceptions. See [#5848](https://github.com/DataDog/integrations-core/pull/5848). +* Hide internal logging exceptions ([#5848](https://github.com/DataDog/integrations-core/pull/5848)) ## 2.3.0 / 2020-02-22 ***Added***: -* Update in-toto and its deps. See [#5599](https://github.com/DataDog/integrations-core/pull/5599). +* Update in-toto and its deps ([#5599](https://github.com/DataDog/integrations-core/pull/5599)) ## 2.2.0 / 2020-01-10 / Agent 7.17.0 ***Added***: -* Update TUF dependency. See [#5441](https://github.com/DataDog/integrations-core/pull/5441). -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Update TUF dependency ([#5441](https://github.com/DataDog/integrations-core/pull/5441)) +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 2.1.0 / 2020-01-02 ***Changed***: -* Don't provide a CLI entry point. See [#5374](https://github.com/DataDog/integrations-core/pull/5374). +* Don't provide a CLI entry point ([#5374](https://github.com/DataDog/integrations-core/pull/5374)) ## 2.0.0 / 2019-12-05 / Agent 7.16.0 ***Fixed***: -* Clean up test artifacts. See [#5129](https://github.com/DataDog/integrations-core/pull/5129). +* Clean up test artifacts ([#5129](https://github.com/DataDog/integrations-core/pull/5129)) ## 0.7.0 / 2019-12-02 ***Added***: -* Support downloading universal and pure Python wheels. See [#4981](https://github.com/DataDog/integrations-core/pull/4981). +* Support downloading universal and pure Python wheels ([#4981](https://github.com/DataDog/integrations-core/pull/4981)) ## 0.6.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Update downloader to new TUF root v4. See [#3811](https://github.com/DataDog/integrations-core/pull/3811). +* Update downloader to new TUF root v4 ([#3811](https://github.com/DataDog/integrations-core/pull/3811)) ## 0.5.0 / 2019-05-14 ***Added***: -* Allow users to override TUF repository URL prefix. See [#3660](https://github.com/DataDog/integrations-core/pull/3660). -* Adhere to code style. See [#3498](https://github.com/DataDog/integrations-core/pull/3498). +* Allow users to override TUF repository URL prefix ([#3660](https://github.com/DataDog/integrations-core/pull/3660)) +* Adhere to code style ([#3498](https://github.com/DataDog/integrations-core/pull/3498)) ## 0.4.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Refactor CLI code. See [#3317](https://github.com/DataDog/integrations-core/pull/3317). -* Upgrade in-toto. See [#3411](https://github.com/DataDog/integrations-core/pull/3411). +* Refactor CLI code ([#3317](https://github.com/DataDog/integrations-core/pull/3317)) +* Upgrade in-toto ([#3411](https://github.com/DataDog/integrations-core/pull/3411)) ***Fixed***: -* Never chdir back to a directory we don't control. See [#3282](https://github.com/DataDog/integrations-core/pull/3282). -* Fix pylint. See [#3190](https://github.com/DataDog/integrations-core/pull/3190). +* Never chdir back to a directory we don't control ([#3282](https://github.com/DataDog/integrations-core/pull/3282)) +* Fix pylint ([#3190](https://github.com/DataDog/integrations-core/pull/3190)) ## 0.3.0 / 2019-02-22 / Agent 6.10.0 ***Added***: -* Allow `datadog_checks_downloader` to be securely updated. See [#3184](https://github.com/DataDog/integrations-core/pull/3184). -* Move exceptions to their own submodule. See [#3180](https://github.com/DataDog/integrations-core/pull/3180). +* Allow `datadog_checks_downloader` to be securely updated ([#3184](https://github.com/DataDog/integrations-core/pull/3184)) +* Move exceptions to their own submodule ([#3180](https://github.com/DataDog/integrations-core/pull/3180)) ***Fixed***: -* Increase requests timeout. See [#3182](https://github.com/DataDog/integrations-core/pull/3182). +* Increase requests timeout ([#3182](https://github.com/DataDog/integrations-core/pull/3182)) ## 0.2.0 / 2019-02-20 ***Added***: -* Add __main__ module to package. See [#3108](https://github.com/DataDog/integrations-core/pull/3108). +* Add __main__ module to package ([#3108](https://github.com/DataDog/integrations-core/pull/3108)) ***Fixed***: -* Better error message when no such DD package or version. See [#3161](https://github.com/DataDog/integrations-core/pull/3161). -* Use Cloudfront instead of direct-to-S3. See [#3087](https://github.com/DataDog/integrations-core/pull/3087). +* Better error message when no such DD package or version ([#3161](https://github.com/DataDog/integrations-core/pull/3161)) +* Use Cloudfront instead of direct-to-S3 ([#3087](https://github.com/DataDog/integrations-core/pull/3087)) ## 0.1.0 / 2019-02-05 ***Added***: -* Add datadog-checks-downloader. See [#3026](https://github.com/DataDog/integrations-core/pull/3026). +* Add datadog-checks-downloader ([#3026](https://github.com/DataDog/integrations-core/pull/3026)) diff --git a/datadog_cluster_agent/CHANGELOG.md b/datadog_cluster_agent/CHANGELOG.md index 0d37b76fa7dba..50874e154d2cc 100644 --- a/datadog_cluster_agent/CHANGELOG.md +++ b/datadog_cluster_agent/CHANGELOG.md @@ -6,132 +6,132 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.6.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.6.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) ## 2.6.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Add `external_metrics.api_elapsed` and `external_metrics.api_requests` metrics. See [#14369](https://github.com/DataDog/integrations-core/pull/14369). -* Add `admission_webhooks.response_duration` metric. See [#14287](https://github.com/DataDog/integrations-core/pull/14287). +* Add `external_metrics.api_elapsed` and `external_metrics.api_requests` metrics ([#14369](https://github.com/DataDog/integrations-core/pull/14369)) +* Add `admission_webhooks.response_duration` metric ([#14287](https://github.com/DataDog/integrations-core/pull/14287)) ## 2.5.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Add rc and patcher metrics. See [#13911](https://github.com/DataDog/integrations-core/pull/13911). +* Add rc and patcher metrics ([#13911](https://github.com/DataDog/integrations-core/pull/13911)) ## 2.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* [datadog_cluster_agent] Add kubernetes_apiserver metrics. See [#12935](https://github.com/DataDog/integrations-core/pull/12935). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* [datadog_cluster_agent] Add kubernetes_apiserver metrics ([#12935](https://github.com/DataDog/integrations-core/pull/12935)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.3.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Collect lib injection metrics. See [#12536](https://github.com/DataDog/integrations-core/pull/12536). +* Collect lib injection metrics ([#12536](https://github.com/DataDog/integrations-core/pull/12536)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). -* Add endpoint checks and AD metrics. See [#11782](https://github.com/DataDog/integrations-core/pull/11782). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) +* Add endpoint checks and AD metrics ([#11782](https://github.com/DataDog/integrations-core/pull/11782)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Collect datadog_cluster_agent.cluster_checks.configs_info metric. See [#11757](https://github.com/DataDog/integrations-core/pull/11757). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Collect datadog_cluster_agent.cluster_checks.configs_info metric ([#11757](https://github.com/DataDog/integrations-core/pull/11757)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11336](https://github.com/DataDog/integrations-core/pull/11336). +* Add `pyproject.toml` file ([#11336](https://github.com/DataDog/integrations-core/pull/11336)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.3.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.3.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.3.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.3.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Collect a metric about valid and invalid DatadogMetrics. See [#10525](https://github.com/DataDog/integrations-core/pull/10525). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Collect a metric about valid and invalid DatadogMetrics ([#10525](https://github.com/DataDog/integrations-core/pull/10525)) ***Fixed***: -* Add missing metric to datadog_cluster_agent. See [#10607](https://github.com/DataDog/integrations-core/pull/10607). +* Add missing metric to datadog_cluster_agent ([#10607](https://github.com/DataDog/integrations-core/pull/10607)) ## 1.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.1.0 / 2021-08-25 ***Added***: -* Add missing metrics. See [#9978](https://github.com/DataDog/integrations-core/pull/9978). +* Add missing metrics ([#9978](https://github.com/DataDog/integrations-core/pull/9978)) ## 1.0.0 / 2021-08-22 ***Added***: -* Add Datadog Cluster Agent integration. See [#9772](https://github.com/DataDog/integrations-core/pull/9772). +* Add Datadog Cluster Agent integration ([#9772](https://github.com/DataDog/integrations-core/pull/9772)) diff --git a/dcgm/CHANGELOG.md b/dcgm/CHANGELOG.md index da7d0b5515c97..0b338fa403f2a 100644 --- a/dcgm/CHANGELOG.md +++ b/dcgm/CHANGELOG.md @@ -6,18 +6,18 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.0.0 / 2023-07-07 ***Added***: -* Add the DCGM Exporter integration. See [#14589](https://github.com/DataDog/integrations-core/pull/14589). +* Add the DCGM Exporter integration ([#14589](https://github.com/DataDog/integrations-core/pull/14589)) diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 563117602c171..11ef224fdedf9 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -28,154 +28,154 @@ ***Added***: -* Upgrade datadog-checks-dev to 22.1. See [#15325](https://github.com/DataDog/integrations-core/pull/15325). -* Upgrade click to 8.1.6. See [#15272](https://github.com/DataDog/integrations-core/pull/15272). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Upgrade datadog-checks-dev to 22.1 ([#15325](https://github.com/DataDog/integrations-core/pull/15325)) +* Upgrade click to 8.1.6 ([#15272](https://github.com/DataDog/integrations-core/pull/15272)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Add logic for integration package files. See [#14544](https://github.com/DataDog/integrations-core/pull/14544). -* Add `snmp/data/default_profiles` to matrix TESTABLE_FILE_PATTERN. See [#15267](https://github.com/DataDog/integrations-core/pull/15267). +* Add logic for integration package files ([#14544](https://github.com/DataDog/integrations-core/pull/14544)) +* Add `snmp/data/default_profiles` to matrix TESTABLE_FILE_PATTERN ([#15267](https://github.com/DataDog/integrations-core/pull/15267)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Exclude click 8.1.4 to solve mypy issues. See [#15201](https://github.com/DataDog/integrations-core/pull/15201). +* Exclude click 8.1.4 to solve mypy issues ([#15201](https://github.com/DataDog/integrations-core/pull/15201)) ## 3.2.0 / 2023-07-05 ***Added***: -* Bump the minimum supported version of datadog-checks-dev. See [#15171](https://github.com/DataDog/integrations-core/pull/15171). -* Move CLI plugins to ddev. See [#15166](https://github.com/DataDog/integrations-core/pull/15166). -* Add VerbosityLevels class for ddev cli/terminal use. See [#14780](https://github.com/DataDog/integrations-core/pull/14780). -* Add utilities for GitHub. See [#15036](https://github.com/DataDog/integrations-core/pull/15036). +* Bump the minimum supported version of datadog-checks-dev ([#15171](https://github.com/DataDog/integrations-core/pull/15171)) +* Move CLI plugins to ddev ([#15166](https://github.com/DataDog/integrations-core/pull/15166)) +* Add VerbosityLevels class for ddev cli/terminal use ([#14780](https://github.com/DataDog/integrations-core/pull/14780)) +* Add utilities for GitHub ([#15036](https://github.com/DataDog/integrations-core/pull/15036)) ## 3.1.0 / 2023-06-23 ***Added***: -* Update version of datadog-checks-dev. See [#14865](https://github.com/DataDog/integrations-core/pull/14865). -* Add Git utilities. See [#14838](https://github.com/DataDog/integrations-core/pull/14838). -* Add pluggy to ddev dependencies. See [#14821](https://github.com/DataDog/integrations-core/pull/14821). +* Update version of datadog-checks-dev ([#14865](https://github.com/DataDog/integrations-core/pull/14865)) +* Add Git utilities ([#14838](https://github.com/DataDog/integrations-core/pull/14838)) +* Add pluggy to ddev dependencies ([#14821](https://github.com/DataDog/integrations-core/pull/14821)) ## 3.0.0 / 2023-06-20 ***Changed***: -* Remove `pyperclip` dependency and clipboard functionality. See [#14782](https://github.com/DataDog/integrations-core/pull/14782). +* Remove `pyperclip` dependency and clipboard functionality ([#14782](https://github.com/DataDog/integrations-core/pull/14782)) ***Added***: -* Bump the minimum version of datadog-checks-dev. See [#14785](https://github.com/DataDog/integrations-core/pull/14785). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). -* Use Git for versioning. See [#14778](https://github.com/DataDog/integrations-core/pull/14778). -* Add validations for removed dependencies. See [#14556](https://github.com/DataDog/integrations-core/pull/14556). -* Migrate `clean` command. See [#14726](https://github.com/DataDog/integrations-core/pull/14726). -* Add `release list` command to list integration version releases. See [#14687](https://github.com/DataDog/integrations-core/pull/14687). -* Migrate command to upgrade Python. See [#14700](https://github.com/DataDog/integrations-core/pull/14700). +* Bump the minimum version of datadog-checks-dev ([#14785](https://github.com/DataDog/integrations-core/pull/14785)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) +* Use Git for versioning ([#14778](https://github.com/DataDog/integrations-core/pull/14778)) +* Add validations for removed dependencies ([#14556](https://github.com/DataDog/integrations-core/pull/14556)) +* Migrate `clean` command ([#14726](https://github.com/DataDog/integrations-core/pull/14726)) +* Add `release list` command to list integration version releases ([#14687](https://github.com/DataDog/integrations-core/pull/14687)) +* Migrate command to upgrade Python ([#14700](https://github.com/DataDog/integrations-core/pull/14700)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.1.0 / 2023-05-26 ***Added***: -* Add validation for metric limit. See [#14528](https://github.com/DataDog/integrations-core/pull/14528). +* Add validation for metric limit ([#14528](https://github.com/DataDog/integrations-core/pull/14528)) ***Fixed***: -* Consider changes to `metadata.csv` as testable. See [#14429](https://github.com/DataDog/integrations-core/pull/14429). -* Account for dependency upgrades in CI matrix logic. See [#14366](https://github.com/DataDog/integrations-core/pull/14366). -* Fix edge case in CI matrix construction. See [#14355](https://github.com/DataDog/integrations-core/pull/14355). +* Consider changes to `metadata.csv` as testable ([#14429](https://github.com/DataDog/integrations-core/pull/14429)) +* Account for dependency upgrades in CI matrix logic ([#14366](https://github.com/DataDog/integrations-core/pull/14366)) +* Fix edge case in CI matrix construction ([#14355](https://github.com/DataDog/integrations-core/pull/14355)) ## 2.0.0 / 2023-04-11 ***Changed***: -* Replace flake8 and isort with Ruff. See [#14212](https://github.com/DataDog/integrations-core/pull/14212). +* Replace flake8 and isort with Ruff ([#14212](https://github.com/DataDog/integrations-core/pull/14212)) ## 1.6.0 / 2023-03-31 ***Added***: -* Add GitHub Actions workflows. See [#14187](https://github.com/DataDog/integrations-core/pull/14187). +* Add GitHub Actions workflows ([#14187](https://github.com/DataDog/integrations-core/pull/14187)) ## 1.5.0 / 2023-03-23 ***Added***: -* Bump datadog-checks-dev to 18.x. See [#14225](https://github.com/DataDog/integrations-core/pull/14225). +* Bump datadog-checks-dev to 18.x ([#14225](https://github.com/DataDog/integrations-core/pull/14225)) ## 1.4.3 / 2023-03-01 ***Fixed***: -* Bump datadog_checks_dev dependency version. See [#14064](https://github.com/DataDog/integrations-core/pull/14064). +* Bump datadog_checks_dev dependency version ([#14064](https://github.com/DataDog/integrations-core/pull/14064)) ## 1.4.2 / 2023-02-27 ***Fixed***: -* Bump datadog_checks_dev dependency version. See [#14040](https://github.com/DataDog/integrations-core/pull/14040). +* Bump datadog_checks_dev dependency version ([#14040](https://github.com/DataDog/integrations-core/pull/14040)) ## 1.4.1 / 2023-01-25 ***Fixed***: -* Pin and bump the datadog_checks_dev version. See [#13557](https://github.com/DataDog/integrations-core/pull/13557). +* Pin and bump the datadog_checks_dev version ([#13557](https://github.com/DataDog/integrations-core/pull/13557)) ## 1.4.0 / 2023-01-20 ***Added***: -* Update manifest validation. See [#13637](https://github.com/DataDog/integrations-core/pull/13637). -* Standardize integration selection. See [#13570](https://github.com/DataDog/integrations-core/pull/13570). +* Update manifest validation ([#13637](https://github.com/DataDog/integrations-core/pull/13637)) +* Standardize integration selection ([#13570](https://github.com/DataDog/integrations-core/pull/13570)) ***Fixed***: -* And fallbacks to some org config options. See [#13629](https://github.com/DataDog/integrations-core/pull/13629). +* And fallbacks to some org config options ([#13629](https://github.com/DataDog/integrations-core/pull/13629)) ## 1.3.0 / 2022-12-09 ***Added***: -* Add `validate license-header` subcommand. See [#13417](https://github.com/DataDog/integrations-core/pull/13417). -* Add JSON Pointer utilities. See [#13464](https://github.com/DataDog/integrations-core/pull/13464). -* Add utility for displaying warnings and errors. See [#13427](https://github.com/DataDog/integrations-core/pull/13427). -* Add `config` commands. See [#13412](https://github.com/DataDog/integrations-core/pull/13412). +* Add `validate license-header` subcommand ([#13417](https://github.com/DataDog/integrations-core/pull/13417)) +* Add JSON Pointer utilities ([#13464](https://github.com/DataDog/integrations-core/pull/13464)) +* Add utility for displaying warnings and errors ([#13427](https://github.com/DataDog/integrations-core/pull/13427)) +* Add `config` commands ([#13412](https://github.com/DataDog/integrations-core/pull/13412)) ***Fixed***: -* Bump datadog_checks_dev dependency to 17.5.0. See [#13490](https://github.com/DataDog/integrations-core/pull/13490). -* Output non-critical information to stderr. See [#13459](https://github.com/DataDog/integrations-core/pull/13459). +* Bump datadog_checks_dev dependency to 17.5.0 ([#13490](https://github.com/DataDog/integrations-core/pull/13490)) +* Output non-critical information to stderr ([#13459](https://github.com/DataDog/integrations-core/pull/13459)) ## 1.2.0 / 2022-11-23 ***Added***: -* Upgrade dependencies. See [#13375](https://github.com/DataDog/integrations-core/pull/13375). +* Upgrade dependencies ([#13375](https://github.com/DataDog/integrations-core/pull/13375)) ## 1.1.0 / 2022-10-28 ***Added***: -* Add `status` command. See [#13197](https://github.com/DataDog/integrations-core/pull/13197). -* Add Git utilities. See [#13185](https://github.com/DataDog/integrations-core/pull/13185). -* Add utilities for filtering integrations. See [#13156](https://github.com/DataDog/integrations-core/pull/13156). -* Add more utilities. See [#13136](https://github.com/DataDog/integrations-core/pull/13136). +* Add `status` command ([#13197](https://github.com/DataDog/integrations-core/pull/13197)) +* Add Git utilities ([#13185](https://github.com/DataDog/integrations-core/pull/13185)) +* Add utilities for filtering integrations ([#13156](https://github.com/DataDog/integrations-core/pull/13156)) +* Add more utilities ([#13136](https://github.com/DataDog/integrations-core/pull/13136)) ## 1.0.1 / 2022-09-16 ***Fixed***: -* Fix legacy tooling initialization when using the --here flag. See [#12823](https://github.com/DataDog/integrations-core/pull/12823). +* Fix legacy tooling initialization when using the --here flag ([#12823](https://github.com/DataDog/integrations-core/pull/12823)) ## 1.0.0 / 2022-08-05 ***Added***: -* Make ddev a standalone package. See [#12565](https://github.com/DataDog/integrations-core/pull/12565). +* Make ddev a standalone package ([#12565](https://github.com/DataDog/integrations-core/pull/12565)) diff --git a/directory/CHANGELOG.md b/directory/CHANGELOG.md index ba6cf643b125a..772138505ee11 100644 --- a/directory/CHANGELOG.md +++ b/directory/CHANGELOG.md @@ -6,202 +6,202 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.14.4 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.14.3 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Continue directory traversal after errors. See [#14587](https://github.com/DataDog/integrations-core/pull/14587). +* Continue directory traversal after errors ([#14587](https://github.com/DataDog/integrations-core/pull/14587)) ## 1.14.2 / 2023-03-23 / Agent 7.45.0 ***Fixed***: -* Deduplicate symlink/target files that contribute to directory size. See [#14096](https://github.com/DataDog/integrations-core/pull/14096). +* Deduplicate symlink/target files that contribute to directory size ([#14096](https://github.com/DataDog/integrations-core/pull/14096)) ## 1.14.1 / 2023-03-05 / Agent 7.44.0 ***Fixed***: -* Convert warning to debug log. See [#14081](https://github.com/DataDog/integrations-core/pull/14081). +* Convert warning to debug log ([#14081](https://github.com/DataDog/integrations-core/pull/14081)) ## 1.14.0 / 2022-10-28 / Agent 7.41.0 ***Added***: -* Add count of folders in the directory check. See [#12107](https://github.com/DataDog/integrations-core/pull/12107). +* Add count of folders in the directory check ([#12107](https://github.com/DataDog/integrations-core/pull/12107)) ***Fixed***: -* Improve error message. See [#13093](https://github.com/DataDog/integrations-core/pull/13093). +* Improve error message ([#13093](https://github.com/DataDog/integrations-core/pull/13093)) ## 1.13.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Add debug logging to directory check. See [#12534](https://github.com/DataDog/integrations-core/pull/12534). +* Add debug logging to directory check ([#12534](https://github.com/DataDog/integrations-core/pull/12534)) ## 1.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11337](https://github.com/DataDog/integrations-core/pull/11337). +* Add `pyproject.toml` file ([#11337](https://github.com/DataDog/integrations-core/pull/11337)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Add option to control the submission of histogram metrics. See [#10001](https://github.com/DataDog/integrations-core/pull/10001). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Add option to control the submission of histogram metrics ([#10001](https://github.com/DataDog/integrations-core/pull/10001)) ## 1.10.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8904](https://github.com/DataDog/integrations-core/pull/8904). +* Add runtime configuration validation ([#8904](https://github.com/DataDog/integrations-core/pull/8904)) ***Fixed***: -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) ## 1.9.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.1 / 2020-11-04 / Agent 7.24.0 ***Fixed***: -* Add tags to the new `system.disk.directory.exists` service check. See [#7929](https://github.com/DataDog/integrations-core/pull/7929). +* Add tags to the new `system.disk.directory.exists` service check ([#7929](https://github.com/DataDog/integrations-core/pull/7929)) ## 1.9.0 / 2020-10-31 ***Added***: -* Add a service check for missing directories. See [#7714](https://github.com/DataDog/integrations-core/pull/7714). +* Add a service check for missing directories ([#7714](https://github.com/DataDog/integrations-core/pull/7714)) ## 1.8.0 / 2020-06-24 / Agent 7.21.0 ***Added***: -* Add option to not follow symlinks for stat. See [#6960](https://github.com/DataDog/integrations-core/pull/6960). -* Make max file count configurable in the directory check. See [#6847](https://github.com/DataDog/integrations-core/pull/6847). +* Add option to not follow symlinks for stat ([#6960](https://github.com/DataDog/integrations-core/pull/6960)) +* Make max file count configurable in the directory check ([#6847](https://github.com/DataDog/integrations-core/pull/6847)) ***Fixed***: -* Simplify walker recursive condition. See [#6965](https://github.com/DataDog/integrations-core/pull/6965). -* Refactor config. See [#6961](https://github.com/DataDog/integrations-core/pull/6961). +* Simplify walker recursive condition ([#6965](https://github.com/DataDog/integrations-core/pull/6965)) +* Refactor config ([#6961](https://github.com/DataDog/integrations-core/pull/6961)) ## 1.7.0 / 2020-06-03 ***Added***: -* Add `follow_symlinks` config option. See [#6800](https://github.com/DataDog/integrations-core/pull/6800). +* Add `follow_symlinks` config option ([#6800](https://github.com/DataDog/integrations-core/pull/6800)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Skip matched_files loop if countonly is set. See [#6477](https://github.com/DataDog/integrations-core/pull/6477). +* Skip matched_files loop if countonly is set ([#6477](https://github.com/DataDog/integrations-core/pull/6477)) ## 1.5.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Fix filegauge inconsistencies. See [#6060](https://github.com/DataDog/integrations-core/pull/6060). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Fix filegauge inconsistencies ([#6060](https://github.com/DataDog/integrations-core/pull/6060)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.4.1 / 2019-10-09 / Agent 6.15.0 ***Fixed***: -* Explain filetagname logic in the example config file. See [#4524](https://github.com/DataDog/integrations-core/pull/4524). +* Explain filetagname logic in the example config file ([#4524](https://github.com/DataDog/integrations-core/pull/4524)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3499](https://github.com/DataDog/integrations-core/pull/3499). +* Adhere to code style ([#3499](https://github.com/DataDog/integrations-core/pull/3499)) ## 1.3.1 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Make the error message more clear in case a path is not accessible. See [#2369](https://github.com/DataDog/integrations-core/pull/2369). +* Make the error message more clear in case a path is not accessible ([#2369](https://github.com/DataDog/integrations-core/pull/2369)) ## 1.3.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Add option to pattern-match full directory path. See [#2026](https://github.com/DataDog/integrations-core/pull/2026). -* Upgrade scandir to latest version. See [#2024](https://github.com/DataDog/integrations-core/pull/2024). -* Add option to exclude certain directories. See [#2018](https://github.com/DataDog/integrations-core/pull/2018). +* Add option to pattern-match full directory path ([#2026](https://github.com/DataDog/integrations-core/pull/2026)) +* Upgrade scandir to latest version ([#2024](https://github.com/DataDog/integrations-core/pull/2024)) +* Add option to exclude certain directories ([#2018](https://github.com/DataDog/integrations-core/pull/2018)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-03-23 ***Added***: -* adds custom tag support. See [#1165](https://github.com/DataDog/integrations-core/pull/1165) +* adds custom tag support ([#1165](https://github)com/DataDog/integrations-core/pull/1165) ## 1.1.1 / 2018-02-13 ***Added***: -* adds option to ignore missing configured directories. See [#1045](https://github.com/DataDog/integrations-core/issues/1045) (Thanks [@oeuftete](https://github.com/oeuftete)) +* adds option to ignore missing configured directories ([#1045](https://github.com/DataDog/integrations-core/issues/1045) (Thanks [@oeuftete](https://github)com/oeuftete)) ## 1.1.0 / 2017-07-18 ***Added***: -* adds pattern matching against files' relative paths. See [#429](https://github.com/DataDog/integrations-core/issues/429) (Thanks [@cmatteri](https://github.com/cmatteri)) +* adds pattern matching against files' relative paths ([#429](https://github.com/DataDog/integrations-core/issues/429) (Thanks [@cmatteri](https://github)com/cmatteri)) ## 1.0.0 / 2017-03-22 diff --git a/disk/CHANGELOG.md b/disk/CHANGELOG.md index 1f86735c25014..57dcaa7e7d463 100644 --- a/disk/CHANGELOG.md +++ b/disk/CHANGELOG.md @@ -6,291 +6,291 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.10.0 / 2023-07-10 ***Added***: -* Add percentage-based utilization metrics. See [#15138](https://github.com/DataDog/integrations-core/pull/15138). +* Add percentage-based utilization metrics ([#15138](https://github.com/DataDog/integrations-core/pull/15138)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Added debug logs. See [#14650](https://github.com/DataDog/integrations-core/pull/14650). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Added debug logs ([#14650](https://github.com/DataDog/integrations-core/pull/14650)) ## 4.9.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Exclude tracefs by default from disk checks. See [#13530](https://github.com/DataDog/integrations-core/pull/13530). Thanks [DaveWK](https://github.com/DaveWK). +* Exclude tracefs by default from disk checks ([#13530](https://github.com/DataDog/integrations-core/pull/13530)) Thanks [DaveWK](https://github.com/DaveWK). ## 4.8.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Allow device-specific tags for all device-specific metrics. See [#13233](https://github.com/DataDog/integrations-core/pull/13233). +* Allow device-specific tags for all device-specific metrics ([#13233](https://github.com/DataDog/integrations-core/pull/13233)) ## 4.7.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 4.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 4.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11338](https://github.com/DataDog/integrations-core/pull/11338). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11338](https://github.com/DataDog/integrations-core/pull/11338)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.5.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 4.5.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Fix use_mount required field. See [#10657](https://github.com/DataDog/integrations-core/pull/10657). +* Fix use_mount required field ([#10657](https://github.com/DataDog/integrations-core/pull/10657)) ## 4.5.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8905](https://github.com/DataDog/integrations-core/pull/8905). +* Add runtime configuration validation ([#8905](https://github.com/DataDog/integrations-core/pull/8905)) ***Fixed***: -* Fix `tag_by_label` when used together with `use_mount`. See [#10418](https://github.com/DataDog/integrations-core/pull/10418). +* Fix `tag_by_label` when used together with `use_mount` ([#10418](https://github.com/DataDog/integrations-core/pull/10418)) ## 4.4.0 / 2021-08-05 / Agent 7.31.0 ***Added***: -* Add option to use `lsblk` command for labeling. See [#9827](https://github.com/DataDog/integrations-core/pull/9827). +* Add option to use `lsblk` command for labeling ([#9827](https://github.com/DataDog/integrations-core/pull/9827)) ## 4.3.0 / 2021-03-24 / Agent 7.28.0 ***Added***: -* Log something if a disk is excluded. See [#8829](https://github.com/DataDog/integrations-core/pull/8829). +* Log something if a disk is excluded ([#8829](https://github.com/DataDog/integrations-core/pull/8829)) ## 4.2.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Report read_time and write_time as a count of millis. See [#7323](https://github.com/DataDog/integrations-core/pull/7323). +* Report read_time and write_time as a count of millis ([#7323](https://github.com/DataDog/integrations-core/pull/7323)) ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 4.1.1 / 2021-01-28 / Agent 7.26.0 ***Fixed***: -* Fix example config for `create_mounts`. See [#8480](https://github.com/DataDog/integrations-core/pull/8480). +* Fix example config for `create_mounts` ([#8480](https://github.com/DataDog/integrations-core/pull/8480)) ## 4.1.0 / 2021-01-25 ***Added***: -* Support network drives on Windows. See [#8273](https://github.com/DataDog/integrations-core/pull/8273). -* Add device_label tag in addition to label tag. See [#8306](https://github.com/DataDog/integrations-core/pull/8306). +* Support network drives on Windows ([#8273](https://github.com/DataDog/integrations-core/pull/8273)) +* Add device_label tag in addition to label tag ([#8306](https://github.com/DataDog/integrations-core/pull/8306)) ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 4.0.0 / 2020-10-31 / Agent 7.24.0 ***Changed***: -* Rename whitelist/blacklist to include/exclude. See [#7627](https://github.com/DataDog/integrations-core/pull/7627). +* Rename whitelist/blacklist to include/exclude ([#7627](https://github.com/DataDog/integrations-core/pull/7627)) ## 3.0.0 / 2020-09-24 / Agent 7.23.0 ***Changed***: -* Ignore `/proc/sys/fs/binfmt_misc` by default. See [#7650](https://github.com/DataDog/integrations-core/pull/7650). +* Ignore `/proc/sys/fs/binfmt_misc` by default ([#7650](https://github.com/DataDog/integrations-core/pull/7650)) ***Added***: -* Add options for global exclusion patterns. See [#7648](https://github.com/DataDog/integrations-core/pull/7648). +* Add options for global exclusion patterns ([#7648](https://github.com/DataDog/integrations-core/pull/7648)) ## 2.11.0 / 2020-09-21 ***Added***: -* [disk] Add `include_all_devices` option and improve error logs. See [#7378](https://github.com/DataDog/integrations-core/pull/7378). -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* [disk] Add `include_all_devices` option and improve error logs ([#7378](https://github.com/DataDog/integrations-core/pull/7378)) +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ***Fixed***: -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) ## 2.10.1 / 2020-06-11 / Agent 7.21.0 ***Fixed***: -* Rename disk check example config back to .default suffix. See [#6880](https://github.com/DataDog/integrations-core/pull/6880). +* Rename disk check example config back to .default suffix ([#6880](https://github.com/DataDog/integrations-core/pull/6880)) ## 2.10.0 / 2020-06-09 ***Added***: -* Add disk timeout configuration option. See [#6826](https://github.com/DataDog/integrations-core/pull/6826). +* Add disk timeout configuration option ([#6826](https://github.com/DataDog/integrations-core/pull/6826)) ## 2.9.1 / 2020-06-11 / Agent 7.20.1 ***Fixed***: -* Rename disk check example config back to .default suffix. See [#6880](https://github.com/DataDog/integrations-core/pull/6880). +* Rename disk check example config back to .default suffix ([#6880](https://github.com/DataDog/integrations-core/pull/6880)) ## 2.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6553](https://github.com/DataDog/integrations-core/pull/6553). -* Add device_name tag. See [#6332](https://github.com/DataDog/integrations-core/pull/6332). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6553](https://github.com/DataDog/integrations-core/pull/6553)) +* Add device_name tag ([#6332](https://github.com/DataDog/integrations-core/pull/6332)) ## 2.8.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ## 2.7.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Read udev disk labels from the blkid cache file. See [#5515](https://github.com/DataDog/integrations-core/pull/5515). +* Read udev disk labels from the blkid cache file ([#5515](https://github.com/DataDog/integrations-core/pull/5515)) ## 2.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.5.3 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 2.5.2 / 2019-12-02 ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 2.5.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 2.5.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Remove legacy collection method. See [#4417](https://github.com/DataDog/integrations-core/pull/4417). -* Add `min_disk_size` option. See [#4317](https://github.com/DataDog/integrations-core/pull/4317). +* Remove legacy collection method ([#4417](https://github.com/DataDog/integrations-core/pull/4417)) +* Add `min_disk_size` option ([#4317](https://github.com/DataDog/integrations-core/pull/4317)) ## 2.4.0 / 2019-07-12 / Agent 6.13.0 ***Added***: -* Remove legacy code. See [#4103](https://github.com/DataDog/integrations-core/pull/4103). +* Remove legacy code ([#4103](https://github.com/DataDog/integrations-core/pull/4103)) ## 2.3.0 / 2019-07-04 ***Added***: -* Add disk label. See [#3953](https://github.com/DataDog/integrations-core/pull/3953). +* Add disk label ([#3953](https://github.com/DataDog/integrations-core/pull/3953)) ## 2.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Adhere to code style. See [#3500](https://github.com/DataDog/integrations-core/pull/3500). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Adhere to code style ([#3500](https://github.com/DataDog/integrations-core/pull/3500)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) ***Fixed***: -* Use `device` tag instead of the deprecated `device_name` parameter. See [#2946](https://github.com/DataDog/integrations-core/pull/2946). Thanks [aerostitch](https://github.com/aerostitch). +* Use `device` tag instead of the deprecated `device_name` parameter ([#2946](https://github.com/DataDog/integrations-core/pull/2946)) Thanks [aerostitch](https://github.com/aerostitch). ## 2.0.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Fix regression on agent 5 only. See [#2848](https://github.com/DataDog/integrations-core/pull/2848). +* Fix regression on agent 5 only ([#2848](https://github.com/DataDog/integrations-core/pull/2848)) ## 2.0.0 / 2018-11-30 / Agent 6.8.0 ***Changed***: -* Removed deprecated agentConfig option locations. See [#2488](https://github.com/DataDog/integrations-core/pull/2488). +* Removed deprecated agentConfig option locations ([#2488](https://github.com/DataDog/integrations-core/pull/2488)) ***Added***: -* Update psutil. See [#2576](https://github.com/DataDog/integrations-core/pull/2576). -* Add new filtering options, continue deprecations. See [#2483](https://github.com/DataDog/integrations-core/pull/2483). -* Support Python 3. See [#2468](https://github.com/DataDog/integrations-core/pull/2468). +* Update psutil ([#2576](https://github.com/DataDog/integrations-core/pull/2576)) +* Add new filtering options, continue deprecations ([#2483](https://github.com/DataDog/integrations-core/pull/2483)) +* Support Python 3 ([#2468](https://github.com/DataDog/integrations-core/pull/2468)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.4.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190](https://github.com/DataDog/integrations-core/pull/2190). +* Upgrade psutil ([#2190](https://github.com/DataDog/integrations-core/pull/2190)) ## 1.3.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Adding optional service_check_rw parameter to check for read-only filesystem. See [#2086](https://github.com/DataDog/integrations-core/pull/2086). Thanks [bberezov](https://github.com/bberezov). +* Adding optional service_check_rw parameter to check for read-only filesystem ([#2086](https://github.com/DataDog/integrations-core/pull/2086)) Thanks [bberezov](https://github.com/bberezov). ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-03-23 @@ -303,19 +303,19 @@ ***Added***: * Adds additional device/mount tagging based on regex -* Allows disk latency metrics to be collected for non-Windows. See [#1018](https://github.com/DataDog/integrations-core/issues/1018). +* Allows disk latency metrics to be collected for non-Windows ([#1018](https://github.com/DataDog/integrations-core/issues/1018)) ## 1.0.2 / 2017-10-10 ***Fixed***: -* Skip now works with NFS secure mounts too. See [#470](https://github.com/DataDog/integrations-core/issues/470). +* Skip now works with NFS secure mounts too ([#470](https://github.com/DataDog/integrations-core/issues/470)) ## 1.0.1 / 2017-07-18 ***Fixed***: -* Import `Platform` helper from `utils.platform` instead of deprecated `util`. See [#484](https://github.com/DataDog/integrations-core/issues/484) +* Import `Platform` helper from `utils.platform` instead of deprecated `util` ([#484](https://github)com/DataDog/integrations-core/issues/484) ## 1.0.0 / 2017-03-22 diff --git a/dns_check/CHANGELOG.md b/dns_check/CHANGELOG.md index a203c63bd1c22..fc4dae2fd52e7 100644 --- a/dns_check/CHANGELOG.md +++ b/dns_check/CHANGELOG.md @@ -6,152 +6,152 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11339](https://github.com/DataDog/integrations-core/pull/11339). +* Add `pyproject.toml` file ([#11339](https://github.com/DataDog/integrations-core/pull/11339)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8906](https://github.com/DataDog/integrations-core/pull/8906). +* Add runtime configuration validation ([#8906](https://github.com/DataDog/integrations-core/pull/8906)) ## 2.0.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Use agent 8 signature. See [#9544](https://github.com/DataDog/integrations-core/pull/9544). +* Use agent 8 signature ([#9544](https://github.com/DataDog/integrations-core/pull/9544)) ## 2.0.0 / 2021-04-19 / Agent 7.28.0 ***Changed***: -* Utilize time precision function from datadog_checks_base. See [#8841](https://github.com/DataDog/integrations-core/pull/8841). +* Utilize time precision function from datadog_checks_base ([#8841](https://github.com/DataDog/integrations-core/pull/8841)) ## 1.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Refactor and remove legacy hack for Agent 5's build system. See [#6682](https://github.com/DataDog/integrations-core/pull/6682). +* Refactor and remove legacy hack for Agent 5's build system ([#6682](https://github.com/DataDog/integrations-core/pull/6682)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6560](https://github.com/DataDog/integrations-core/pull/6560). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6560](https://github.com/DataDog/integrations-core/pull/6560)) ## 1.5.2 / 2020-04-24 / Agent 7.19.0 ***Fixed***: -* Fix missing `time.clock` attribute in Python 3.8. See [#6478](https://github.com/DataDog/integrations-core/pull/6478). +* Fix missing `time.clock` attribute in Python 3.8 ([#6478](https://github.com/DataDog/integrations-core/pull/6478)) ## 1.5.1 / 2020-04-04 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.4.1 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Make nameserver optional in the configuration. See [#4283](https://github.com/DataDog/integrations-core/pull/4283). +* Make nameserver optional in the configuration ([#4283](https://github.com/DataDog/integrations-core/pull/4283)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3501](https://github.com/DataDog/integrations-core/pull/3501). +* Adhere to code style ([#3501](https://github.com/DataDog/integrations-core/pull/3501)) ## 1.3.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Support Python 3. See [#3425](https://github.com/DataDog/integrations-core/pull/3425). +* Support Python 3 ([#3425](https://github.com/DataDog/integrations-core/pull/3425)) ## 1.2.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* add ability to check A, CNAME and MX results. See [#2615](https://github.com/DataDog/integrations-core/pull/2615). Thanks [volksman](https://github.com/volksman). +* add ability to check A, CNAME and MX results ([#2615](https://github.com/DataDog/integrations-core/pull/2615)) Thanks [volksman](https://github.com/volksman). ## 1.1.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.1 / 2018-06-13 / Agent 6.4.0 ***Fixed***: -* Fix parsing of requirements file so that `dnspython` is listed as a req. See [#1603](https://github.com/DataDog/integrations-core/pull/1603). +* Fix parsing of requirements file so that `dnspython` is listed as a req ([#1603](https://github.com/DataDog/integrations-core/pull/1603)) ## 1.1.0 / 2017-10-10 ***Added***: -* Adds ability to specify a custom port for your nameserver. See [#756](https://github.com/DataDog/integrations-core/issues/756) +* Adds ability to specify a custom port for your nameserver ([#756](https://github)com/DataDog/integrations-core/issues/756) ## 1.0.2 / 2017-07-18 ***Fixed***: -* Import `Platform` helper from `utils.platform` instead of deprecated `util`. See [#484](https://github.com/DataDog/integrations-core/issues/484) +* Import `Platform` helper from `utils.platform` instead of deprecated `util` ([#484](https://github)com/DataDog/integrations-core/issues/484) ## 1.0.1 / 2017-04-24 ***Fixed***: -* use time.clock under windows. See [#330](https://github.com/DataDog/integrations-core/issues/330) +* use time.clock under windows ([#330](https://github)com/DataDog/integrations-core/issues/330) ## 1.0.0 / 2017-03-22 diff --git a/docker_daemon/CHANGELOG.md b/docker_daemon/CHANGELOG.md index 034272cc60e92..7cea0f01d89b9 100644 --- a/docker_daemon/CHANGELOG.md +++ b/docker_daemon/CHANGELOG.md @@ -6,27 +6,27 @@ ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.11.0 / 2019-05-14 ***Added***: -* Support docker.kmem.usage. See [#3339](https://github.com/DataDog/integrations-core/pull/3339). Thanks [wolf31o2](https://github.com/wolf31o2). +* Support docker.kmem.usage ([#3339](https://github.com/DataDog/integrations-core/pull/3339)) Thanks [wolf31o2](https://github.com/wolf31o2). ## 1.10.2 / 2019-01-04 ***Fixed***: -* Demote critical log levels to error. See [#2795](https://github.com/DataDog/integrations-core/pull/2795). +* Demote critical log levels to error ([#2795](https://github.com/DataDog/integrations-core/pull/2795)) ## 1.10.1 / 2018-09-04 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). -* Log debug, not warning, for missing /proc/net/dev files. See [#1583](https://github.com/DataDog/integrations-core/pull/1583). Thanks [lachlancooper](https://github.com/lachlancooper). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) +* Log debug, not warning, for missing /proc/net/dev files ([#1583](https://github.com/DataDog/integrations-core/pull/1583)) Thanks [lachlancooper](https://github.com/lachlancooper). ## 1.10.0 / 2018-05-11 @@ -57,88 +57,88 @@ ***Added***: -* Add custom tags to all service checks. See [#782](https://github.com/DataDog/integrations-core/issues/782) -* Add docker memory soft limit metric. See [#760](https://github.com/DataDog/integrations-core/issues/760) -* Add docker.containers.running.total & docker.containers.stopped.total metrics. See [#859](https://github.com/DataDog/integrations-core/issues/859) +* Add custom tags to all service checks ([#782](https://github)com/DataDog/integrations-core/issues/782) +* Add docker memory soft limit metric ([#760](https://github)com/DataDog/integrations-core/issues/760) +* Add docker.containers.running.total & docker.containers.stopped.total metrics ([#859](https://github)com/DataDog/integrations-core/issues/859) ## 1.5.1 / 2017-11-08 ***Fixed***: -* Fix lost kubernetes tags in 1.5.0. See [#817](https://github.com/DataDog/integrations-core/issues/817) +* Fix lost kubernetes tags in 1.5.0 ([#817](https://github)com/DataDog/integrations-core/issues/817) ## 1.5.0 / 2017-10-10 ***Added***: -* Remove namespace from pod_name tag. See [#770](https://github.com/DataDog/integrations-core/issues/770) +* Remove namespace from pod_name tag ([#770](https://github)com/DataDog/integrations-core/issues/770) ## 1.4.0 / 2017-09-12 ***Added***: -* Add an option to wait for docker if it's not ready at start time. See [#722](https://github.com/DataDog/integrations-core/issues/722) -* Add client-side event filtering by event type. See [#744](https://github.com/DataDog/integrations-core/issues/744) +* Add an option to wait for docker if it's not ready at start time ([#722](https://github)com/DataDog/integrations-core/issues/722) +* Add client-side event filtering by event type ([#744](https://github)com/DataDog/integrations-core/issues/744) ## 1.3.2 / 2017-08-28 ***Added***: -* Add "image_name:openshift/origin-pod" to suggested exclude list. See [#641](https://github.com/DataDog/integrations-core/issues/641) +* Add "image_name:openshift/origin-pod" to suggested exclude list ([#641](https://github)com/DataDog/integrations-core/issues/641) ***Fixed***: -* safely check volume list before accessing. See [#544](https://github.com/DataDog/integrations-core/issues/544) -* make it a bit safer. See [#701](https://github.com/DataDog/integrations-core/issues/701) +* safely check volume list before accessing ([#544](https://github)com/DataDog/integrations-core/issues/544) +* make it a bit safer ([#701](https://github)com/DataDog/integrations-core/issues/701) ## 1.3.1 / 2017-07-26 ***Fixed***: -* fix event collection on ecs and nomad. See [#616](https://github.com/DataDog/integrations-core/issues/616) +* fix event collection on ecs and nomad ([#616](https://github)com/DataDog/integrations-core/issues/616) ## 1.3.0 / 2017-07-18 ***Added***: -* collect kube_container_name by default in docker_daemon check, like kubernetes does. See [#553](https://github.com/DataDog/integrations-core/issues/553) -* add kube_container_name tag to kubernetes and docker integrations. See [#509](https://github.com/DataDog/integrations-core/issues/509), thanks [@sophaskins](https://github.com/sophaskins) -* remove NomadUtil & ECSUtil from docker_daemon, MetadataCollector proxies them. See [#486](https://github.com/DataDog/integrations-core/issues/486) -* use the new orchestrator.Tagger class to retrieve the Mesos tags for docker metrics. See [#466](https://github.com/DataDog/integrations-core/issues/466) +* collect kube_container_name by default in docker_daemon check, like kubernetes does ([#553](https://github)com/DataDog/integrations-core/issues/553) +* add kube_container_name tag to kubernetes and docker integrations ([#509](https://github.com/DataDog/integrations-core/issues/509), thanks [@sophaskins](https://github)com/sophaskins) +* remove NomadUtil & ECSUtil from docker_daemon, MetadataCollector proxies them ([#486](https://github)com/DataDog/integrations-core/issues/486) +* use the new orchestrator.Tagger class to retrieve the Mesos tags for docker metrics ([#466](https://github)com/DataDog/integrations-core/issues/466) ## 1.2.0 / 2017-06-05 ***Added***: -* Add option to extract docker event attibutes as tags. See [#404](https://github.com/DataDog/integrations-core/issues/404) -* Add option to cap rate values to filter out cgroup CPU spikes. See [#412](https://github.com/DataDog/integrations-core/issues/412) -* Tag metrics with Nomad task/group/job names when available. See [#305](https://github.com/DataDog/integrations-core/issues/305) -* Support the new diskmapper statsd format for docker.disk.* metrics. See [#409](https://github.com/DataDog/integrations-core/issues/409) -* Report a service check when the Docker daemon is unreachable. See [#354](https://github.com/DataDog/integrations-core/issues/354) -* Add docker.cpu.usage metric for global container CPU usage. See [#385](https://github.com/DataDog/integrations-core/issues/385) +* Add option to extract docker event attibutes as tags ([#404](https://github)com/DataDog/integrations-core/issues/404) +* Add option to cap rate values to filter out cgroup CPU spikes ([#412](https://github)com/DataDog/integrations-core/issues/412) +* Tag metrics with Nomad task/group/job names when available ([#305](https://github)com/DataDog/integrations-core/issues/305) +* Support the new diskmapper statsd format for docker.disk.* metrics ([#409](https://github)com/DataDog/integrations-core/issues/409) +* Report a service check when the Docker daemon is unreachable ([#354](https://github)com/DataDog/integrations-core/issues/354) +* Add docker.cpu.usage metric for global container CPU usage ([#385](https://github)com/DataDog/integrations-core/issues/385) ***Fixed***: -* Docker events are tagged with the image name when docker reports its checksum. See [#415](https://github.com/DataDog/integrations-core/issues/415) +* Docker events are tagged with the image name when docker reports its checksum ([#415](https://github)com/DataDog/integrations-core/issues/415) ## 1.1.1 / 2017-05-11 ***Fixed***: -* catch IOError exception when container exits in the middle of a check run. See [#408](https://github.com/DataDog/integrations-core/issues/408) -* fix image name when using sha256 for specs. See [#393](https://github.com/DataDog/integrations-core/issues/393) +* catch IOError exception when container exits in the middle of a check run ([#408](https://github)com/DataDog/integrations-core/issues/408) +* fix image name when using sha256 for specs ([#393](https://github)com/DataDog/integrations-core/issues/393) ## 1.1.0 / 2017-04-24 ***Added***: -* reduce network mapping logging output. See [#348](https://github.com/DataDog/integrations-core/issues/348) -* Kubernetes: catch kubeutil init exception. See [#345](https://github.com/DataDog/integrations-core/issues/345) -* kubernetes 1.6+ cgroups hierarchy support. See [#333](https://github.com/DataDog/integrations-core/issues/333) -* ECS handle NetworkMode:host. See [#320](https://github.com/DataDog/integrations-core/issues/320) -* adds docker_network tagging to `docker.net.bytes_*` metrics, needs dd-agent >= 5.13.0. See [#277](https://github.com/DataDog/integrations-core/issues/277) -* adds the ability to monitor for docker exits failure with service check `docker.exit`. See [#290](https://github.com/DataDog/integrations-core/issues/290) -* collect rancher label container name as tag. See [#282](https://github.com/DataDog/integrations-core/issues/282) +* reduce network mapping logging output ([#348](https://github)com/DataDog/integrations-core/issues/348) +* Kubernetes: catch kubeutil init exception ([#345](https://github)com/DataDog/integrations-core/issues/345) +* kubernetes 1.6+ cgroups hierarchy support ([#333](https://github)com/DataDog/integrations-core/issues/333) +* ECS handle NetworkMode:host ([#320](https://github)com/DataDog/integrations-core/issues/320) +* adds docker_network tagging to `docker.net.bytes_*` metrics, needs dd-agent >= 5.13.0 ([#277](https://github)com/DataDog/integrations-core/issues/277) +* adds the ability to monitor for docker exits failure with service check `docker.exit` ([#290](https://github)com/DataDog/integrations-core/issues/290) +* collect rancher label container name as tag ([#282](https://github)com/DataDog/integrations-core/issues/282) ## 1.0.0 / 2017-03-22 diff --git a/dotnetclr/CHANGELOG.md b/dotnetclr/CHANGELOG.md index 0949ec4dc388d..00fec52920865 100644 --- a/dotnetclr/CHANGELOG.md +++ b/dotnetclr/CHANGELOG.md @@ -6,163 +6,163 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.14.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.14.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.13.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.12.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.12.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.11.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11340](https://github.com/DataDog/integrations-core/pull/11340). +* Add `pyproject.toml` file ([#11340](https://github.com/DataDog/integrations-core/pull/11340)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support new implementation of Windows performance counters on Python 3. See [#10892](https://github.com/DataDog/integrations-core/pull/10892). +* Support new implementation of Windows performance counters on Python 3 ([#10892](https://github.com/DataDog/integrations-core/pull/10892)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) ## 1.9.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8907](https://github.com/DataDog/integrations-core/pull/8907). +* Add runtime configuration validation ([#8907](https://github.com/DataDog/integrations-core/pull/8907)) ## 1.8.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). -* Add config specs. See [#6727](https://github.com/DataDog/integrations-core/pull/6727). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) +* Add config specs ([#6727](https://github.com/DataDog/integrations-core/pull/6727)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Agent 6 signature. See [#6445](https://github.com/DataDog/integrations-core/pull/6445). +* Agent 6 signature ([#6445](https://github.com/DataDog/integrations-core/pull/6445)) ## 1.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.3.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3502](https://github.com/DataDog/integrations-core/pull/3502). +* Adhere to code style ([#3502](https://github.com/DataDog/integrations-core/pull/3502)) ## 1.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2987](https://github.com/DataDog/integrations-core/pull/2987). +* Support Python 3 ([#2987](https://github.com/DataDog/integrations-core/pull/2987)) ***Fixed***: -* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077). +* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077)) ## 1.1.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Change example config from "localhost" to ".". See [#2779](https://github.com/DataDog/integrations-core/pull/2779). +* Change example config from "localhost" to "." ([#2779](https://github.com/DataDog/integrations-core/pull/2779)) ## 1.1.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ***Fixed***: -* Remove unused port config option for pdh checks. See [#2244](https://github.com/DataDog/integrations-core/pull/2244). +* Remove unused port config option for pdh checks ([#2244](https://github.com/DataDog/integrations-core/pull/2244)) ## 1.0.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.0.0 / 2018-05-11 @@ -178,7 +178,7 @@ ***Fixed***: -* Fixed tag initialization & reporting. See [#1185](https://github.com/DataDog/integrations-core/issues/1185). +* Fixed tag initialization & reporting ([#1185](https://github.com/DataDog/integrations-core/issues/1185)) ## 0.1.0 / 2018-01-10 diff --git a/druid/CHANGELOG.md b/druid/CHANGELOG.md index 02370a583173a..9d155158c522a 100644 --- a/druid/CHANGELOG.md +++ b/druid/CHANGELOG.md @@ -6,136 +6,136 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11341](https://github.com/DataDog/integrations-core/pull/11341). +* Add `pyproject.toml` file ([#11341](https://github.com/DataDog/integrations-core/pull/11341)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.7.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8908](https://github.com/DataDog/integrations-core/pull/8908). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8908](https://github.com/DataDog/integrations-core/pull/8908)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.4.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.4.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6728](https://github.com/DataDog/integrations-core/pull/6728). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6728](https://github.com/DataDog/integrations-core/pull/6728)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.2.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). -* Upgrade psycopg2-binary to 2.8.4. See [#4840](https://github.com/DataDog/integrations-core/pull/4840). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) +* Upgrade psycopg2-binary to 2.8.4 ([#4840](https://github.com/DataDog/integrations-core/pull/4840)) ## 1.1.0 / 2019-10-17 / Agent 6.15.0 ***Added***: -* Add druid logs. See [#4561](https://github.com/DataDog/integrations-core/pull/4561). +* Add druid logs ([#4561](https://github.com/DataDog/integrations-core/pull/4561)) ## 1.0.0 / 2019-10-11 ***Added***: -* Adhere to logging call convention. See [#4735](https://github.com/DataDog/integrations-core/pull/4735). -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Adhere to logging call convention ([#4735](https://github.com/DataDog/integrations-core/pull/4735)) +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) diff --git a/ecs_fargate/CHANGELOG.md b/ecs_fargate/CHANGELOG.md index 3db39f8ba7236..ed5233b7a350d 100644 --- a/ecs_fargate/CHANGELOG.md +++ b/ecs_fargate/CHANGELOG.md @@ -6,230 +6,230 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Add task Memory Limit to ECS Fargate integration. See [#15401](https://github.com/DataDog/integrations-core/pull/15401). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add task Memory Limit to ECS Fargate integration ([#15401](https://github.com/DataDog/integrations-core/pull/15401)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.0 / 2023-07-10 ***Added***: -* Add ephemeral storage metrics for fargate check. See [#14775](https://github.com/DataDog/integrations-core/pull/14775). +* Add ephemeral storage metrics for fargate check ([#14775](https://github.com/DataDog/integrations-core/pull/14775)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.3.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Add task CPU Limit to ECS Fargate integration and use nanocore as CPU unit. See [#13551](https://github.com/DataDog/integrations-core/pull/13551). +* Add task CPU Limit to ECS Fargate integration and use nanocore as CPU unit ([#13551](https://github.com/DataDog/integrations-core/pull/13551)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.1 / 2022-04-11 / Agent 7.36.0 ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11800](https://github.com/DataDog/integrations-core/pull/11800). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11800](https://github.com/DataDog/integrations-core/pull/11800)) ## 3.1.0 / 2022-04-05 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Do not emit `ecs.fargate.mem.limit` metric when no memory hard-limit has been set. See [#11484](https://github.com/DataDog/integrations-core/pull/11484). -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Do not emit `ecs.fargate.mem.limit` metric when no memory hard-limit has been set ([#11484](https://github.com/DataDog/integrations-core/pull/11484)) +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11342](https://github.com/DataDog/integrations-core/pull/11342). +* Add `pyproject.toml` file ([#11342](https://github.com/DataDog/integrations-core/pull/11342)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.14.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.14.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add Windows support for ECS Fargate. See [#10521](https://github.com/DataDog/integrations-core/pull/10521). +* Add Windows support for ECS Fargate ([#10521](https://github.com/DataDog/integrations-core/pull/10521)) ***Fixed***: -* Fix CPU metrics on ECS Fargate. See [#10409](https://github.com/DataDog/integrations-core/pull/10409). +* Fix CPU metrics on ECS Fargate ([#10409](https://github.com/DataDog/integrations-core/pull/10409)) ## 2.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8909](https://github.com/DataDog/integrations-core/pull/8909). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8909](https://github.com/DataDog/integrations-core/pull/8909)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.12.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add new default for newly autodiscovered checks. See [#8177](https://github.com/DataDog/integrations-core/pull/8177). +* Add new default for newly autodiscovered checks ([#8177](https://github.com/DataDog/integrations-core/pull/8177)) ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 2.11.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Amazon fargate config specs. See [#8003](https://github.com/DataDog/integrations-core/pull/8003). +* Amazon fargate config specs ([#8003](https://github.com/DataDog/integrations-core/pull/8003)) ## 2.10.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support include/exclude containers in ECS Fargate. See [#7165](https://github.com/DataDog/integrations-core/pull/7165). +* Support include/exclude containers in ECS Fargate ([#7165](https://github.com/DataDog/integrations-core/pull/7165)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 2.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.7.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Collect network metrics for ECS Fargate. See [#6216](https://github.com/DataDog/integrations-core/pull/6216). +* Collect network metrics for ECS Fargate ([#6216](https://github.com/DataDog/integrations-core/pull/6216)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Fix CPU metrics. See [#5404](https://github.com/DataDog/integrations-core/pull/5404). +* Fix CPU metrics ([#5404](https://github.com/DataDog/integrations-core/pull/5404)) ## 2.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 2.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ***Fixed***: -* Fix ecs_fargate timeout. See [#4518](https://github.com/DataDog/integrations-core/pull/4518). +* Fix ecs_fargate timeout ([#4518](https://github.com/DataDog/integrations-core/pull/4518)) ## 2.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Update with proxy settings and request wrapper. See [#3477](https://github.com/DataDog/integrations-core/pull/3477). +* Update with proxy settings and request wrapper ([#3477](https://github.com/DataDog/integrations-core/pull/3477)) ## 2.2.2 / 2019-07-17 / Agent 6.13.0 ***Fixed***: -* Use tagger with container_id prefix. See [#4126](https://github.com/DataDog/integrations-core/pull/4126). +* Use tagger with container_id prefix ([#4126](https://github.com/DataDog/integrations-core/pull/4126)) ## 2.2.1 / 2019-06-28 / Agent 6.12.1 ***Fixed***: -* Make the kubelet and ECS fargate checks resilient to the tagger returning None. See [#4004](https://github.com/DataDog/integrations-core/pull/4004). +* Make the kubelet and ECS fargate checks resilient to the tagger returning None ([#4004](https://github.com/DataDog/integrations-core/pull/4004)) ## 2.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3503](https://github.com/DataDog/integrations-core/pull/3503). +* Adhere to code style ([#3503](https://github.com/DataDog/integrations-core/pull/3503)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2885](https://github.com/DataDog/integrations-core/pull/2885). +* Support Python 3 ([#2885](https://github.com/DataDog/integrations-core/pull/2885)) ## 2.0.0 / 2018-11-30 / Agent 6.8.0 ***Changed***: -* Rework tagging to be consistent with the live container view and Autodiscovery. See [#2601][1]. +* Rework tagging to be consistent with the live container view and Autodiscovery ([#2601][1]) ## 1.3.0 / 2018-09-11 / Agent 6.5.0 ***Added***: -* Add cpu percent metric and fix container stopped behaviour. See [#2206][2]. +* Add cpu percent metric and fix container stopped behaviour ([#2206][2]) ## 1.2.1 / 2018-09-04 ***Fixed***: -* Fix key errors. See [#1959][3]. -* Update metadata of the cpu metrics from gauges to rates. See [#1518][4]. -* Add data files to the wheel package. See [#1727][5]. +* Fix key errors ([#1959][3]) +* Update metadata of the cpu metrics from gauges to rates ([#1518][4]) +* Add data files to the wheel package ([#1727][5]) ## 1.2.0 / 2018-05-11 diff --git a/eks_fargate/CHANGELOG.md b/eks_fargate/CHANGELOG.md index 769ead19c52d5..62df687152dfc 100644 --- a/eks_fargate/CHANGELOG.md +++ b/eks_fargate/CHANGELOG.md @@ -6,113 +6,113 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11343](https://github.com/DataDog/integrations-core/pull/11343). +* Add `pyproject.toml` file ([#11343](https://github.com/DataDog/integrations-core/pull/11343)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8910](https://github.com/DataDog/integrations-core/pull/8910). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8910](https://github.com/DataDog/integrations-core/pull/8910)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-04-19 / Agent 7.28.0 ***Changed***: -* Refactor kubelet and eks_fargate checks to use `KubeletBase`. See [#8798](https://github.com/DataDog/integrations-core/pull/8798). +* Refactor kubelet and eks_fargate checks to use `KubeletBase` ([#8798](https://github.com/DataDog/integrations-core/pull/8798)) ## 1.4.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add pod capacity metrics. See [#8754](https://github.com/DataDog/integrations-core/pull/8754). +* Add pod capacity metrics ([#8754](https://github.com/DataDog/integrations-core/pull/8754)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add new default for newly autodiscovered checks. See [#8177](https://github.com/DataDog/integrations-core/pull/8177). +* Add new default for newly autodiscovered checks ([#8177](https://github.com/DataDog/integrations-core/pull/8177)) ## 1.2.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#8004](https://github.com/DataDog/integrations-core/pull/8004). +* Add config specs ([#8004](https://github.com/DataDog/integrations-core/pull/8004)) ## 1.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Introducing the eks_fargate check. See [#5417](https://github.com/DataDog/integrations-core/pull/5417). +* Introducing the eks_fargate check ([#5417](https://github.com/DataDog/integrations-core/pull/5417)) diff --git a/elastic/CHANGELOG.md b/elastic/CHANGELOG.md index 5aafd5b24bdf2..2da76ec9e649d 100644 --- a/elastic/CHANGELOG.md +++ b/elastic/CHANGELOG.md @@ -6,437 +6,437 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Lower logging level if there's an error scraping the template endpoint to DEBUG. See [#15381](https://github.com/DataDog/integrations-core/pull/15381). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Lower logging level if there's an error scraping the template endpoint to DEBUG ([#15381](https://github.com/DataDog/integrations-core/pull/15381)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 5.5.0 / 2023-07-10 ***Added***: -* Add support for list value paths in Elastic custom metrics. See [#14718](https://github.com/DataDog/integrations-core/pull/14718). Thanks [CayvonH](https://github.com/CayvonH). +* Add support for list value paths in Elastic custom metrics ([#14718](https://github.com/DataDog/integrations-core/pull/14718)) Thanks [CayvonH](https://github.com/CayvonH). ***Fixed***: -* Catch only requests-related exceptions. See [#15089](https://github.com/DataDog/integrations-core/pull/15089). -* Do not stop collecting metrics if the templates endpoint is not reachable. See [#15050](https://github.com/DataDog/integrations-core/pull/15050). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Correctly compute the `templates.count` metric. See [#14636](https://github.com/DataDog/integrations-core/pull/14636). +* Catch only requests-related exceptions ([#15089](https://github.com/DataDog/integrations-core/pull/15089)) +* Do not stop collecting metrics if the templates endpoint is not reachable ([#15050](https://github.com/DataDog/integrations-core/pull/15050)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Correctly compute the `templates.count` metric ([#14636](https://github.com/DataDog/integrations-core/pull/14636)) ## 5.4.2 / 2023-06-27 / Agent 7.46.0 -* [Fixed] Do not stop collecting metrics if the templates endpoint is not reachable. See [#15054](https://github.com/DataDog/integrations-core/pull/15054). +* [Fixed] Do not stop collecting metrics if the templates endpoint is not reachable ([#15054](https://github.com/DataDog/integrations-core/pull/15054)) ## 5.4.1 / 2023-05-31 ***Fixed***: -* Correctly compute the `templates.count` metric. See [#14636](https://github.com/DataDog/integrations-core/pull/14636). +* Correctly compute the `templates.count` metric ([#14636](https://github.com/DataDog/integrations-core/pull/14636)) ## 5.4.0 / 2023-05-26 ***Added***: -* Add new ES metric for templates count. See [#14569](https://github.com/DataDog/integrations-core/pull/14569). -* Allow disabling event submission. See [#14511](https://github.com/DataDog/integrations-core/pull/14511). -* Add 2 index search stats metrics. See [#14507](https://github.com/DataDog/integrations-core/pull/14507). -* Add indexing pressure metrics. See [#14466](https://github.com/DataDog/integrations-core/pull/14466). +* Add new ES metric for templates count ([#14569](https://github.com/DataDog/integrations-core/pull/14569)) +* Allow disabling event submission ([#14511](https://github.com/DataDog/integrations-core/pull/14511)) +* Add 2 index search stats metrics ([#14507](https://github.com/DataDog/integrations-core/pull/14507)) +* Add indexing pressure metrics ([#14466](https://github.com/DataDog/integrations-core/pull/14466)) ***Fixed***: -* Document that data_path in custom queries cannot contain wildcards. See [#14551](https://github.com/DataDog/integrations-core/pull/14551). -* Improve description of config field. See [#14524](https://github.com/DataDog/integrations-core/pull/14524). -* More metrics match metadata. See [#14506](https://github.com/DataDog/integrations-core/pull/14506). +* Document that data_path in custom queries cannot contain wildcards ([#14551](https://github.com/DataDog/integrations-core/pull/14551)) +* Improve description of config field ([#14524](https://github.com/DataDog/integrations-core/pull/14524)) +* More metrics match metadata ([#14506](https://github.com/DataDog/integrations-core/pull/14506)) ## 5.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 5.2.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Collect the count version of certain rate metrics. See [#12352](https://github.com/DataDog/integrations-core/pull/12352). +* Collect the count version of certain rate metrics ([#12352](https://github.com/DataDog/integrations-core/pull/12352)) ## 5.1.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Update metrics. See [#11783](https://github.com/DataDog/integrations-core/pull/11783). +* Update metrics ([#11783](https://github.com/DataDog/integrations-core/pull/11783)) ## 5.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add new Elastic metric indexing-pressure. See [#10758](https://github.com/DataDog/integrations-core/pull/10758). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add new Elastic metric indexing-pressure ([#10758](https://github.com/DataDog/integrations-core/pull/10758)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 5.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11344](https://github.com/DataDog/integrations-core/pull/11344). +* Add `pyproject.toml` file ([#11344](https://github.com/DataDog/integrations-core/pull/11344)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.1 / 2022-01-13 / Agent 7.34.0 ***Fixed***: -* Validate custom query column type. See [#11106](https://github.com/DataDog/integrations-core/pull/11106). -* Continue other custom queries when one fails. See [#11105](https://github.com/DataDog/integrations-core/pull/11105). +* Validate custom query column type ([#11106](https://github.com/DataDog/integrations-core/pull/11106)) +* Continue other custom queries when one fails ([#11105](https://github.com/DataDog/integrations-core/pull/11105)) ## 4.0.0 / 2022-01-08 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Added***: -* Bump base dependency. See [#11064](https://github.com/DataDog/integrations-core/pull/11064). -* Add support for custom queries. See [#10894](https://github.com/DataDog/integrations-core/pull/10894). -* Add detailed_index_stats parameter to pull index-level metrics. See [#10766](https://github.com/DataDog/integrations-core/pull/10766). +* Bump base dependency ([#11064](https://github.com/DataDog/integrations-core/pull/11064)) +* Add support for custom queries ([#10894](https://github.com/DataDog/integrations-core/pull/10894)) +* Add detailed_index_stats parameter to pull index-level metrics ([#10766](https://github.com/DataDog/integrations-core/pull/10766)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). -* Lower log level for expected condition. See [#10825](https://github.com/DataDog/integrations-core/pull/10825). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) +* Lower log level for expected condition ([#10825](https://github.com/DataDog/integrations-core/pull/10825)) ## 3.3.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 3.2.0 / 2021-09-10 ***Added***: -* Support opensearch. See [#10093](https://github.com/DataDog/integrations-core/pull/10093). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Support opensearch ([#10093](https://github.com/DataDog/integrations-core/pull/10093)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 3.1.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 3.0.1 / 2021-07-20 ***Fixed***: -* Fix log line . See [#9621](https://github.com/DataDog/integrations-core/pull/9621). +* Fix log line ([#9621](https://github.com/DataDog/integrations-core/pull/9621)) ## 3.0.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add .count monotonic_count metrics. See [#9354](https://github.com/DataDog/integrations-core/pull/9354). +* Add .count monotonic_count metrics ([#9354](https://github.com/DataDog/integrations-core/pull/9354)) ## 2.2.0 / 2021-05-17 ***Added***: -* Update version supported for Cat Allocation metrics. See [#9339](https://github.com/DataDog/integrations-core/pull/9339). +* Update version supported for Cat Allocation metrics ([#9339](https://github.com/DataDog/integrations-core/pull/9339)) ## 2.1.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8911](https://github.com/DataDog/integrations-core/pull/8911). +* Add runtime configuration validation ([#8911](https://github.com/DataDog/integrations-core/pull/8911)) ***Fixed***: -* Sync config models. See [#9168](https://github.com/DataDog/integrations-core/pull/9168). +* Sync config models ([#9168](https://github.com/DataDog/integrations-core/pull/9168)) ## 2.0.0 / 2021-04-09 ***Changed***: -* Normalize memory stats to mebibytes. See [#9128](https://github.com/DataDog/integrations-core/pull/9128). +* Normalize memory stats to mebibytes ([#9128](https://github.com/DataDog/integrations-core/pull/9128)) ***Added***: -* Support Cat allocation metrics. See [#8861](https://github.com/DataDog/integrations-core/pull/8861). +* Support Cat allocation metrics ([#8861](https://github.com/DataDog/integrations-core/pull/8861)) ## 1.24.0 / 2021-02-10 / Agent 7.27.0 ***Added***: -* Rename cluster_name tag to elastic_cluster. See [#8526](https://github.com/DataDog/integrations-core/pull/8526). +* Rename cluster_name tag to elastic_cluster ([#8526](https://github.com/DataDog/integrations-core/pull/8526)) ***Fixed***: -* Disable SLM metrics by default. See [#8511](https://github.com/DataDog/integrations-core/pull/8511). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Disable SLM metrics by default ([#8511](https://github.com/DataDog/integrations-core/pull/8511)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.23.0 / 2021-01-15 ***Added***: -* Add SLM metrics. See [#8335](https://github.com/DataDog/integrations-core/pull/8335). -* Add index.health.reverse metric. See [#8362](https://github.com/DataDog/integrations-core/pull/8362). -* Add additional node metrics to monitor cpu throttling. See [#8290](https://github.com/DataDog/integrations-core/pull/8290). Thanks [onurdialpad](https://github.com/onurdialpad). +* Add SLM metrics ([#8335](https://github.com/DataDog/integrations-core/pull/8335)) +* Add index.health.reverse metric ([#8362](https://github.com/DataDog/integrations-core/pull/8362)) +* Add additional node metrics to monitor cpu throttling ([#8290](https://github.com/DataDog/integrations-core/pull/8290)) Thanks [onurdialpad](https://github.com/onurdialpad). ## 1.22.1 / 2020-12-17 / Agent 7.25.0 ***Fixed***: -* Fix tags memory leak. See [#8213](https://github.com/DataDog/integrations-core/pull/8213). +* Fix tags memory leak ([#8213](https://github.com/DataDog/integrations-core/pull/8213)) ## 1.22.0 / 2020-12-11 ***Added***: -* Submit jvm.gc.collectors metrics as rate. See [#7924](https://github.com/DataDog/integrations-core/pull/7924). +* Submit jvm.gc.collectors metrics as rate ([#7924](https://github.com/DataDog/integrations-core/pull/7924)) ***Fixed***: -* Update check signature. See [#8114](https://github.com/DataDog/integrations-core/pull/8114). +* Update check signature ([#8114](https://github.com/DataDog/integrations-core/pull/8114)) ## 1.21.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.20.1 / 2020-09-28 ***Fixed***: -* Extra debug for missing metrics. See [#7673](https://github.com/DataDog/integrations-core/pull/7673). +* Extra debug for missing metrics ([#7673](https://github.com/DataDog/integrations-core/pull/7673)) ## 1.20.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.19.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Include Node system stats. See [#6590](https://github.com/DataDog/integrations-core/pull/6590). +* Include Node system stats ([#6590](https://github.com/DataDog/integrations-core/pull/6590)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.18.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6773](https://github.com/DataDog/integrations-core/pull/6773). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6773](https://github.com/DataDog/integrations-core/pull/6773)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.17.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.16.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.16.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add OOTB support for AWS Signature Version 4 Signing. See [#5289](https://github.com/DataDog/integrations-core/pull/5289). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add OOTB support for AWS Signature Version 4 Signing ([#5289](https://github.com/DataDog/integrations-core/pull/5289)) ## 1.15.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.14.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Submit version metadata. See [#4724](https://github.com/DataDog/integrations-core/pull/4724). -* Add external refresh metrics. See [#4554](https://github.com/DataDog/integrations-core/pull/4554). Thanks [clandry94](https://github.com/clandry94). -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Submit version metadata ([#4724](https://github.com/DataDog/integrations-core/pull/4724)) +* Add external refresh metrics ([#4554](https://github.com/DataDog/integrations-core/pull/4554)) Thanks [clandry94](https://github.com/clandry94). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.13.2 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.13.1 / 2019-07-18 / Agent 6.13.0 ***Fixed***: -* Add missing HTTP options to example config. See [#4129](https://github.com/DataDog/integrations-core/pull/4129). +* Add missing HTTP options to example config ([#4129](https://github.com/DataDog/integrations-core/pull/4129)) ## 1.13.0 / 2019-07-13 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4100](https://github.com/DataDog/integrations-core/pull/4100). +* Use the new RequestsWrapper for connecting to services ([#4100](https://github.com/DataDog/integrations-core/pull/4100)) ## 1.12.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3504](https://github.com/DataDog/integrations-core/pull/3504). +* Adhere to code style ([#3504](https://github.com/DataDog/integrations-core/pull/3504)) ## 1.11.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support unicode for Python 3 bindings. See [#2869](https://github.com/DataDog/integrations-core/pull/2869). +* Support unicode for Python 3 bindings ([#2869](https://github.com/DataDog/integrations-core/pull/2869)) ## 1.10.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Add completed metric for all ES thread pools. See [#2803](https://github.com/DataDog/integrations-core/pull/2803). -* Capture metrics for ES scroll requests . See [#2687](https://github.com/DataDog/integrations-core/pull/2687). +* Add completed metric for all ES thread pools ([#2803](https://github.com/DataDog/integrations-core/pull/2803)) +* Capture metrics for ES scroll requests ([#2687](https://github.com/DataDog/integrations-core/pull/2687)) ## 1.9.1 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Add elasticsearch-oss as an auto_conf.yaml Elasticsearch identifier. See [#2644](https://github.com/DataDog/integrations-core/pull/2644). Thanks [jcassee](https://github.com/jcassee). +* Add elasticsearch-oss as an auto_conf.yaml Elasticsearch identifier ([#2644](https://github.com/DataDog/integrations-core/pull/2644)) Thanks [jcassee](https://github.com/jcassee). ## 1.9.0 / 2018-10-23 ***Added***: -* Add option to prevent duplicate hostnames. See [#2453](https://github.com/DataDog/integrations-core/pull/2453). -* Support Python 3. See [#2417](https://github.com/DataDog/integrations-core/pull/2417). +* Add option to prevent duplicate hostnames ([#2453](https://github.com/DataDog/integrations-core/pull/2453)) +* Support Python 3 ([#2417](https://github.com/DataDog/integrations-core/pull/2417)) ***Fixed***: -* Move metrics definition and logic into its own module. See [#2381](https://github.com/DataDog/integrations-core/pull/2381). +* Move metrics definition and logic into its own module ([#2381](https://github.com/DataDog/integrations-core/pull/2381)) ## 1.8.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Added delayed_unassigned_shards metric. See [#2361](https://github.com/DataDog/integrations-core/pull/2361). -* Added inflight_requests metrics (version 5.4 and later).. See [#2360](https://github.com/DataDog/integrations-core/pull/2360). +* Added delayed_unassigned_shards metric ([#2361](https://github.com/DataDog/integrations-core/pull/2361)) +* Added inflight_requests metrics (version 5.4 and later). ([#2360](https://github.com/DataDog/integrations-core/pull/2360)) ***Fixed***: -* Move config parser to its own module. See [#2370](https://github.com/DataDog/integrations-core/pull/2370). +* Move config parser to its own module ([#2370](https://github.com/DataDog/integrations-core/pull/2370)) ## 1.7.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add thread write queue to fix Elasticsearch 6.3.x compatibility. See [#1943](https://github.com/DataDog/integrations-core/pull/1943). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add thread write queue to fix Elasticsearch 6.3.x compatibility ([#1943](https://github.com/DataDog/integrations-core/pull/1943)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.7.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ***Fixed***: -* [FIXED] Ensure base url path isn't removed when admin_forwarder is used. See [#1202](https://github.com/DataDog/integrations-core/pull/1202). +* [FIXED] Ensure base url path isn't removed when admin_forwarder is used ([#1202](https://github.com/DataDog/integrations-core/pull/1202)) ## 1.6.0 / 2018-05-11 ***Added***: -* Hardcode the 9200 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/issues/1444). -* adds `index_stats` to collect index level metrics. See [#1312](https://github.com/DataDog/integrations-core/issues/1312). +* Hardcode the 9200 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/issues/1444)) +* adds `index_stats` to collect index level metrics ([#1312](https://github.com/DataDog/integrations-core/issues/1312)) ## 1.5.0 / 2018-02-13 ***Added***: -* Adds `admin_forwarder` option to keep URL intact when using forwarder. See [#1050](https://github.com/DataDog/integrations-core/issues/1050). -* Adds `cluster_name` tag to the `elasticsearch.cluster_health` service check. See [#1038](https://github.com/DataDog/integrations-core/pull/1038). +* Adds `admin_forwarder` option to keep URL intact when using forwarder ([#1050](https://github.com/DataDog/integrations-core/issues/1050)) +* Adds `cluster_name` tag to the `elasticsearch.cluster_health` service check ([#1038](https://github.com/DataDog/integrations-core/pull/1038)) ***Fixed***: -* Fixes bug that causes poor failovers when authentication fails. See [#1026](https://github.com/DataDog/integrations-core/issues/1026). +* Fixes bug that causes poor failovers when authentication fails ([#1026](https://github.com/DataDog/integrations-core/issues/1026)) ## 1.4.0 / 2018-01-10 ***Fixed***: -* Fix missing fs metrics for elastic >= 5. See [#997](https://github.com/DataDog/integrations-core/pull/997). +* Fix missing fs metrics for elastic >= 5 ([#997](https://github.com/DataDog/integrations-core/pull/997)) ## 1.3.0 / 2018-01-10 ***Added***: -* adds `pshard_graceful_timeout` that will skip pshard_stats if TO. See [#463](https://github.com/DataDog/integrations-core/issues/463) +* adds `pshard_graceful_timeout` that will skip pshard_stats if TO ([#463](https://github)com/DataDog/integrations-core/issues/463) ***Fixed***: -* get rid of pretty json. See [#893](https://github.com/DataDog/integrations-core/issues/893). +* get rid of pretty json ([#893](https://github.com/DataDog/integrations-core/issues/893)) ## 1.2.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.1.0 / 2017-11-21 ***Added***: -* Added more JVM metrics. See [#695](https://github.com/DataDog/integrations-core/issues/695) -* Add metric on the average time spent by tasks in the pending queue. See [#820](https://github.com/DataDog/integrations-core/issues/820) +* Added more JVM metrics ([#695](https://github)com/DataDog/integrations-core/issues/695) +* Add metric on the average time spent by tasks in the pending queue ([#820](https://github)com/DataDog/integrations-core/issues/820) ***Fixed***: -* Fixes bug for retreiving indices count. See [#806](https://github.com/DataDog/integrations-core/issues/806) +* Fixes bug for retreiving indices count ([#806](https://github)com/DataDog/integrations-core/issues/806) ## 1.0.1 / 2017-08-28 ***Added***: -* Add metric for index count. See [#617](https://github.com/DataDog/integrations-core/issues/617) +* Add metric for index count ([#617](https://github)com/DataDog/integrations-core/issues/617) ## 1.0.0 / 2017-03-22 diff --git a/envoy/CHANGELOG.md b/envoy/CHANGELOG.md index d4b56cace1d46..e4e4bba489ff3 100644 --- a/envoy/CHANGELOG.md +++ b/envoy/CHANGELOG.md @@ -6,340 +6,340 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.6.1 / 2023-07-10 ***Fixed***: -* Disable server info and version collection when collect_server_info is false. See [#14610](https://github.com/DataDog/integrations-core/pull/14610). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Disable server info and version collection when collect_server_info is false ([#14610](https://github.com/DataDog/integrations-core/pull/14610)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.6.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). -* Add GRPC access log metrics. See [#13932](https://github.com/DataDog/integrations-core/pull/13932). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) +* Add GRPC access log metrics ([#13932](https://github.com/DataDog/integrations-core/pull/13932)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.5.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Parse and add the tag `stat_prefix` to `ext_authz` metrics if possible. See [#13930](https://github.com/DataDog/integrations-core/pull/13930). +* Parse and add the tag `stat_prefix` to `ext_authz` metrics if possible ([#13930](https://github.com/DataDog/integrations-core/pull/13930)) ***Fixed***: -* Add missing metrics. See [#14036](https://github.com/DataDog/integrations-core/pull/14036) and [#14088](https://github.com/DataDog/integrations-core/pull/14088). +* Add missing metrics ([#14036](https://github.com/DataDog/integrations-core/pull/14036) and [#14088](https://github.com/DataDog/integrations-core/pull/14088)) ## 2.4.1 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Fix metric mapping of counter metrics in the Openmetrics V2 version of the check. See [#13573](https://github.com/DataDog/integrations-core/pull/13573). +* Fix metric mapping of counter metrics in the Openmetrics V2 version of the check ([#13573](https://github.com/DataDog/integrations-core/pull/13573)) ## 2.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* [Envoy] Support `envoy.cluster.outlier_detection.*` in OpenMetrics V2. See [#11860](https://github.com/DataDog/integrations-core/pull/11860). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* [Envoy] Support `envoy.cluster.outlier_detection.*` in OpenMetrics V2 ([#11860](https://github.com/DataDog/integrations-core/pull/11860)) ## 2.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.3.0 / 2022-07-05 / Agent 7.38.0 ***Added***: -* Add ext_authz and ratelimiter metrics to OpenMetrics implementation. See [#12451](https://github.com/DataDog/integrations-core/pull/12451). +* Add ext_authz and ratelimiter metrics to OpenMetrics implementation ([#12451](https://github.com/DataDog/integrations-core/pull/12451)) ## 2.2.0 / 2022-06-27 ***Added***: -* Add ext_authz metrics to envoy integration. See [#12374](https://github.com/DataDog/integrations-core/pull/12374). Thanks [Kaycell](https://github.com/Kaycell). +* Add ext_authz metrics to envoy integration ([#12374](https://github.com/DataDog/integrations-core/pull/12374)) Thanks [Kaycell](https://github.com/Kaycell). ## 2.1.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11345](https://github.com/DataDog/integrations-core/pull/11345). +* Add `pyproject.toml` file ([#11345](https://github.com/DataDog/integrations-core/pull/11345)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.26.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support Openmetrics metrics collection. See [#10752](https://github.com/DataDog/integrations-core/pull/10752). +* Support Openmetrics metrics collection ([#10752](https://github.com/DataDog/integrations-core/pull/10752)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.25.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.24.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.23.0 / 2021-06-17 / Agent 7.30.0 ***Added***: -* Add v3 API metrics. See [#9468](https://github.com/DataDog/integrations-core/pull/9468). -* Rename cluster_name tag to envoy_cluster. See [#9430](https://github.com/DataDog/integrations-core/pull/9430). +* Add v3 API metrics ([#9468](https://github.com/DataDog/integrations-core/pull/9468)) +* Rename cluster_name tag to envoy_cluster ([#9430](https://github.com/DataDog/integrations-core/pull/9430)) ## 1.22.0 / 2021-05-06 / Agent 7.29.0 ***Added***: -* Add collect_server_info config option. See [#9298](https://github.com/DataDog/integrations-core/pull/9298). -* Add missing Envoy HTTP router filter vhost metrics. See [#8586](https://github.com/DataDog/integrations-core/pull/8586). Thanks [csssuf](https://github.com/csssuf). +* Add collect_server_info config option ([#9298](https://github.com/DataDog/integrations-core/pull/9298)) +* Add missing Envoy HTTP router filter vhost metrics ([#8586](https://github.com/DataDog/integrations-core/pull/8586)) Thanks [csssuf](https://github.com/csssuf). ## 1.21.1 / 2021-04-20 / Agent 7.28.0 ***Fixed***: -* Fix retry parsing when metric has multiple metric parts. See [#9189](https://github.com/DataDog/integrations-core/pull/9189). +* Fix retry parsing when metric has multiple metric parts ([#9189](https://github.com/DataDog/integrations-core/pull/9189)) ## 1.21.0 / 2021-04-09 ***Added***: -* Add retry option when metric is not found. See [#9120](https://github.com/DataDog/integrations-core/pull/9120). -* Add runtime configuration validation. See [#8912](https://github.com/DataDog/integrations-core/pull/8912). +* Add retry option when metric is not found ([#9120](https://github.com/DataDog/integrations-core/pull/9120)) +* Add runtime configuration validation ([#8912](https://github.com/DataDog/integrations-core/pull/8912)) ## 1.20.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.20.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update check signature. See [#8258](https://github.com/DataDog/integrations-core/pull/8258). +* Update check signature ([#8258](https://github.com/DataDog/integrations-core/pull/8258)) ## 1.20.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add newly documented metrics. See [#7765](https://github.com/DataDog/integrations-core/pull/7765). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add newly documented metrics ([#7765](https://github.com/DataDog/integrations-core/pull/7765)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.19.0 / 2020-10-07 ***Added***: -* Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Update Watchdog metrics. See [#7740](https://github.com/DataDog/integrations-core/pull/7740). -* Properly handle a parsing edge case. See [#7717](https://github.com/DataDog/integrations-core/pull/7717). +* Update Watchdog metrics ([#7740](https://github.com/DataDog/integrations-core/pull/7740)) +* Properly handle a parsing edge case ([#7717](https://github.com/DataDog/integrations-core/pull/7717)) ## 1.18.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.17.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* envoy config specs. See [#7157](https://github.com/DataDog/integrations-core/pull/7157). +* envoy config specs ([#7157](https://github.com/DataDog/integrations-core/pull/7157)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Use inclusive naming. See [#7156](https://github.com/DataDog/integrations-core/pull/7156). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Use inclusive naming ([#7156](https://github.com/DataDog/integrations-core/pull/7156)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.16.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.15.2 / 2020-05-26 / Agent 7.20.0 ***Fixed***: -* Handle server info for envoy <= 1.8. See [#6740](https://github.com/DataDog/integrations-core/pull/6740). +* Handle server info for envoy <= 1.8 ([#6740](https://github.com/DataDog/integrations-core/pull/6740)) ## 1.15.1 / 2020-05-19 ***Fixed***: -* Safer metadata error handling. See [#6685](https://github.com/DataDog/integrations-core/pull/6685). +* Safer metadata error handling ([#6685](https://github.com/DataDog/integrations-core/pull/6685)) ## 1.15.0 / 2020-05-17 ***Added***: -* Collect version metadata. See [#6595](https://github.com/DataDog/integrations-core/pull/6595). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Collect version metadata ([#6595](https://github.com/DataDog/integrations-core/pull/6595)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Fix style to account for new flake8 rules. See [#6620](https://github.com/DataDog/integrations-core/pull/6620). +* Fix style to account for new flake8 rules ([#6620](https://github.com/DataDog/integrations-core/pull/6620)) ## 1.14.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Update doc about whitelist and blacklist. See [#5875](https://github.com/DataDog/integrations-core/pull/5875). +* Update doc about whitelist and blacklist ([#5875](https://github.com/DataDog/integrations-core/pull/5875)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.13.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add support for more metrics in Envoy integration. See [#5537](https://github.com/DataDog/integrations-core/pull/5537). Thanks [csssuf](https://github.com/csssuf). +* Add support for more metrics in Envoy integration ([#5537](https://github.com/DataDog/integrations-core/pull/5537)) Thanks [csssuf](https://github.com/csssuf). ## 1.12.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.11.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add new metrics for Redis. See [#4946](https://github.com/DataDog/integrations-core/pull/4946). Thanks [tony612](https://github.com/tony612). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add new metrics for Redis ([#4946](https://github.com/DataDog/integrations-core/pull/4946)) Thanks [tony612](https://github.com/tony612). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.10.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add xDS-related metrics. See [#4634](https://github.com/DataDog/integrations-core/pull/4634). Thanks [csssuf](https://github.com/csssuf). -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add xDS-related metrics ([#4634](https://github.com/DataDog/integrations-core/pull/4634)) Thanks [csssuf](https://github.com/csssuf). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add RequestsWrapper to envoy. See [#4120](https://github.com/DataDog/integrations-core/pull/4120). +* Add RequestsWrapper to envoy ([#4120](https://github.com/DataDog/integrations-core/pull/4120)) ## 1.8.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Add cluster.ssl metrics to Envoy integration. See [#3976](https://github.com/DataDog/integrations-core/pull/3976). Thanks [csssuf](https://github.com/csssuf). -* Add Envoy upstream_rq_completed cluster metrics. See [#3955](https://github.com/DataDog/integrations-core/pull/3955). Thanks [csssuf](https://github.com/csssuf). +* Add cluster.ssl metrics to Envoy integration ([#3976](https://github.com/DataDog/integrations-core/pull/3976)) Thanks [csssuf](https://github.com/csssuf). +* Add Envoy upstream_rq_completed cluster metrics ([#3955](https://github.com/DataDog/integrations-core/pull/3955)) Thanks [csssuf](https://github.com/csssuf). ## 1.7.0 / 2019-06-19 ***Added***: -* Add more listener metrics. See [#3922](https://github.com/DataDog/integrations-core/pull/3922). +* Add more listener metrics ([#3922](https://github.com/DataDog/integrations-core/pull/3922)) ## 1.6.0 / 2019-06-18 ***Added***: -* Add logs config to envoy. See [#3918](https://github.com/DataDog/integrations-core/pull/3918). +* Add logs config to envoy ([#3918](https://github.com/DataDog/integrations-core/pull/3918)) ## 1.5.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adhere to style. See [#3366](https://github.com/DataDog/integrations-core/pull/3366). +* Adhere to style ([#3366](https://github.com/DataDog/integrations-core/pull/3366)) ## 1.4.0 / 2018-09-05 / Agent 6.5.0 ***Changed***: -* Change order of precedence of whitelist and blacklist for pattern filtering. See [#2174](https://github.com/DataDog/integrations-core/pull/2174). +* Change order of precedence of whitelist and blacklist for pattern filtering ([#2174](https://github.com/DataDog/integrations-core/pull/2174)) ## 1.3.0 / 2018-08-06 ***Changed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ***Added***: -* Add ability to whitelist/blacklist metrics. See [#1975](https://github.com/DataDog/integrations-core/pull/1975). +* Add ability to whitelist/blacklist metrics ([#1975](https://github.com/DataDog/integrations-core/pull/1975)) ## 1.2.1 / 2018-06-14 / Agent 6.4.0 ***Fixed***: -* properly send tags for histograms. See [#1741](https://github.com/DataDog/integrations-core/pull/1741). +* properly send tags for histograms ([#1741](https://github.com/DataDog/integrations-core/pull/1741)) ## 1.2.0 / 2018-06-07 ***Added***: -* support histograms, fix count submission. See [#1616](https://github.com/DataDog/integrations-core/pull/1616). +* support histograms, fix count submission ([#1616](https://github.com/DataDog/integrations-core/pull/1616)) ## 1.1.0 / 2018-05-11 diff --git a/etcd/CHANGELOG.md b/etcd/CHANGELOG.md index c4cd7b638c019..71f6a3a2dd196 100644 --- a/etcd/CHANGELOG.md +++ b/etcd/CHANGELOG.md @@ -6,278 +6,278 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 5.0.0 / 2023-07-10 ***Changed***: -* Drop support for etcd < v3.4. See [#14698](https://github.com/DataDog/integrations-core/pull/14698). +* Drop support for etcd < v3.4 ([#14698](https://github.com/DataDog/integrations-core/pull/14698)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.0.0 / 2023-05-26 / Agent 7.46.0 ***Changed***: -* Update etcd leader check to use v3 endpoint instead of v3alpha. See [#14459](https://github.com/DataDog/integrations-core/pull/14459). Thanks [kennydo](https://github.com/kennydo). +* Update etcd leader check to use v3 endpoint instead of v3alpha ([#14459](https://github.com/DataDog/integrations-core/pull/14459)) Thanks [kennydo](https://github.com/kennydo). ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Add missing etcd metrics. See [#12715](https://github.com/DataDog/integrations-core/pull/12715). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Add missing etcd metrics ([#12715](https://github.com/DataDog/integrations-core/pull/12715)) ## 3.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11347](https://github.com/DataDog/integrations-core/pull/11347). +* Add `pyproject.toml` file ([#11347](https://github.com/DataDog/integrations-core/pull/11347)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.9.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 2.9.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.9.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.9.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ***Fixed***: -* Update mapping of deprecated metrics in etcd 3.5.0. See [#10209](https://github.com/DataDog/integrations-core/pull/10209). Thanks [csmartins](https://github.com/csmartins). +* Update mapping of deprecated metrics in etcd 3.5.0 ([#10209](https://github.com/DataDog/integrations-core/pull/10209)) Thanks [csmartins](https://github.com/csmartins). ## 2.8.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8913](https://github.com/DataDog/integrations-core/pull/8913). -* Fix auto-discovery for latest versions on Kubernetes. See [#9578](https://github.com/DataDog/integrations-core/pull/9578). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8913](https://github.com/DataDog/integrations-core/pull/8913)) +* Fix auto-discovery for latest versions on Kubernetes ([#9578](https://github.com/DataDog/integrations-core/pull/9578)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.7.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* etcd signature. See [#9551](https://github.com/DataDog/integrations-core/pull/9551). +* etcd signature ([#9551](https://github.com/DataDog/integrations-core/pull/9551)) ## 2.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 2.6.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 2.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add config specs. See [#7850](https://github.com/DataDog/integrations-core/pull/7850). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add config specs ([#7850](https://github.com/DataDog/integrations-core/pull/7850)) ## 2.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add support for etcd logs. See [#7431](https://github.com/DataDog/integrations-core/pull/7431). +* Add support for etcd logs ([#7431](https://github.com/DataDog/integrations-core/pull/7431)) ## 2.4.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.4.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 2.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.2.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Update auto_conf yaml to default to preview. See [#5661](https://github.com/DataDog/integrations-core/pull/5661). +* Update auto_conf yaml to default to preview ([#5661](https://github.com/DataDog/integrations-core/pull/5661)) ## 2.2.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.1.0 / 2019-11-06 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4950](https://github.com/DataDog/integrations-core/pull/4950). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add version metadata ([#4950](https://github.com/DataDog/integrations-core/pull/4950)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ***Fixed***: -* Add ssl config options necessary for Openmetrics base. See [#4951](https://github.com/DataDog/integrations-core/pull/4951). +* Add ssl config options necessary for Openmetrics base ([#4951](https://github.com/DataDog/integrations-core/pull/4951)) ## 2.0.1 / 2019-10-16 / Agent 6.15.0 ***Fixed***: -* Set use_preview to True in init as well. See [#4792](https://github.com/DataDog/integrations-core/pull/4792). +* Set use_preview to True in init as well ([#4792](https://github.com/DataDog/integrations-core/pull/4792)) ## 2.0.0 / 2019-10-11 ***Changed***: -* Etcd uses V3 preview by default. See [#4656](https://github.com/DataDog/integrations-core/pull/4656). +* Etcd uses V3 preview by default ([#4656](https://github.com/DataDog/integrations-core/pull/4656)) ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to etcd. See [#4323](https://github.com/DataDog/integrations-core/pull/4323). +* Add requests wrapper to etcd ([#4323](https://github.com/DataDog/integrations-core/pull/4323)) ## 1.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3505](https://github.com/DataDog/integrations-core/pull/3505). +* Adhere to code style ([#3505](https://github.com/DataDog/integrations-core/pull/3505)) ## 1.7.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Make `is_leader` tag optional. See [#3114](https://github.com/DataDog/integrations-core/pull/3114). +* Make `is_leader` tag optional ([#3114](https://github.com/DataDog/integrations-core/pull/3114)) ***Fixed***: -* Use alpha grpc gateway endpoint. See [#3125](https://github.com/DataDog/integrations-core/pull/3125). +* Use alpha grpc gateway endpoint ([#3125](https://github.com/DataDog/integrations-core/pull/3125)) ## 1.6.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Postpone deprecation warning to 6.10. See [#2844](https://github.com/DataDog/integrations-core/pull/2844). -* Fix indentation for end of .example file. See [#2843](https://github.com/DataDog/integrations-core/pull/2843). +* Postpone deprecation warning to 6.10 ([#2844](https://github.com/DataDog/integrations-core/pull/2844)) +* Fix indentation for end of .example file ([#2843](https://github.com/DataDog/integrations-core/pull/2843)) ## 1.6.0 / 2018-11-07 / Agent 6.8.0 ***Added***: -* Add support for ETCD v3 API, begin deprecation of ETCD < v3. See [#2506](https://github.com/DataDog/integrations-core/pull/2506). +* Add support for ETCD v3 API, begin deprecation of ETCD < v3 ([#2506](https://github.com/DataDog/integrations-core/pull/2506)) ## 1.5.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.5.0 / 2018-06-13 / Agent 6.4.0 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 1.4.0 / 2018-05-11 ***Added***: -* Hardcode the 2379 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 2379 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ***Fixed***: -* Get the right metrics depending on the instance state. See [#1348](https://github.com/DataDog/integrations-core/issues/1348). +* Get the right metrics depending on the instance state ([#1348](https://github.com/DataDog/integrations-core/issues/1348)) ## 1.3.0 / 2018-01-10 ***Added***: -* Add a Service Check to report whether a member node is healty or not. See [#917](https://github.com/DataDog/integrations-core/issues/917), thanks [@stensonb](https://github.com/stensonb). +* Add a Service Check to report whether a member node is healty or not ([#917](https://github.com/DataDog/integrations-core/issues/917), thanks [@stensonb](https://github.com/stensonb)) ## 1.2.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.1.0 / 2017-10-10 ***Added***: -* Updates the Service Check tag to only use the base URL. See [#736](https://github.com/DataDog/integrations-core/issues/736). +* Updates the Service Check tag to only use the base URL ([#736](https://github.com/DataDog/integrations-core/issues/736)) ## 1.0.0 / 2017-03-22 diff --git a/exchange_server/CHANGELOG.md b/exchange_server/CHANGELOG.md index 41d4d80d919c2..4c825707ea73c 100644 --- a/exchange_server/CHANGELOG.md +++ b/exchange_server/CHANGELOG.md @@ -6,176 +6,176 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.16.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.16.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.15.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Implement multi-instance counters without Windows PdhEnumObjects API. See [#13243](https://github.com/DataDog/integrations-core/pull/13243). +* Implement multi-instance counters without Windows PdhEnumObjects API ([#13243](https://github.com/DataDog/integrations-core/pull/13243)) ## 1.14.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.13.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11348](https://github.com/DataDog/integrations-core/pull/11348). +* Add `pyproject.toml` file ([#11348](https://github.com/DataDog/integrations-core/pull/11348)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support new implementation of Windows performance counters on Python 3. See [#10903](https://github.com/DataDog/integrations-core/pull/10903). +* Support new implementation of Windows performance counters on Python 3 ([#10903](https://github.com/DataDog/integrations-core/pull/10903)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) ## 1.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8914](https://github.com/DataDog/integrations-core/pull/8914). +* Add runtime configuration validation ([#8914](https://github.com/DataDog/integrations-core/pull/8914)) ## 1.9.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.8.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.2 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 1.8.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Fix line wrap in conf.yaml. See [#8016](https://github.com/DataDog/integrations-core/pull/8016). +* Fix line wrap in conf.yaml ([#8016](https://github.com/DataDog/integrations-core/pull/8016)) ## 1.8.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Agent 6 signature. See [#6446](https://github.com/DataDog/integrations-core/pull/6446). +* Agent 6 signature ([#6446](https://github.com/DataDog/integrations-core/pull/6446)) ## 1.6.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.4.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3506](https://github.com/DataDog/integrations-core/pull/3506). +* Adhere to code style ([#3506](https://github.com/DataDog/integrations-core/pull/3506)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2988](https://github.com/DataDog/integrations-core/pull/2988). +* Support Python 3 ([#2988](https://github.com/DataDog/integrations-core/pull/2988)) ***Fixed***: -* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077). +* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077)) ## 1.2.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Change example config from "localhost" to ".". See [#2779](https://github.com/DataDog/integrations-core/pull/2779). +* Change example config from "localhost" to "." ([#2779](https://github.com/DataDog/integrations-core/pull/2779)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.0 / 2018-05-11 diff --git a/external_dns/CHANGELOG.md b/external_dns/CHANGELOG.md index ab8c25f67c142..d7ccedcb9f88a 100644 --- a/external_dns/CHANGELOG.md +++ b/external_dns/CHANGELOG.md @@ -6,140 +6,140 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11349](https://github.com/DataDog/integrations-core/pull/11349). +* Add `pyproject.toml` file ([#11349](https://github.com/DataDog/integrations-core/pull/11349)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.5.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.5.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.5.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.5.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add controller last sync timestamp metric to external dns. See [#10428](https://github.com/DataDog/integrations-core/pull/10428). Thanks [mattjnewberry](https://github.com/mattjnewberry). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add controller last sync timestamp metric to external dns ([#10428](https://github.com/DataDog/integrations-core/pull/10428)) Thanks [mattjnewberry](https://github.com/mattjnewberry). ## 1.4.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8915](https://github.com/DataDog/integrations-core/pull/8915). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8915](https://github.com/DataDog/integrations-core/pull/8915)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.3.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.2.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.2.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.2.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#7992](https://github.com/DataDog/integrations-core/pull/7992). +* Add config specs ([#7992](https://github.com/DataDog/integrations-core/pull/7992)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2019-12-18 / Agent 7.17.0 ***Added***: -* Add External DNS integration. See [#4340](https://github.com/DataDog/integrations-core/pull/4340). Thanks [davidgibbons](https://github.com/davidgibbons). +* Add External DNS integration ([#4340](https://github.com/DataDog/integrations-core/pull/4340)) Thanks [davidgibbons](https://github.com/davidgibbons). ## 0.0.2 / 2019-12-04 / Agent 7.16.1 ***Fixed***: -* Fix docs and AD config. See [#5145](https://github.com/DataDog/integrations-core/pull/5145). +* Fix docs and AD config ([#5145](https://github.com/DataDog/integrations-core/pull/5145)) diff --git a/flink/CHANGELOG.md b/flink/CHANGELOG.md index a56348cea21fa..de8881bd362f4 100644 --- a/flink/CHANGELOG.md +++ b/flink/CHANGELOG.md @@ -6,61 +6,61 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11350](https://github.com/DataDog/integrations-core/pull/11350). +* Add `pyproject.toml` file ([#11350](https://github.com/DataDog/integrations-core/pull/11350)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.2.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.2.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add config spec support for logs-only integrations. See [#5932](https://github.com/DataDog/integrations-core/pull/5932). +* Add config spec support for logs-only integrations ([#5932](https://github.com/DataDog/integrations-core/pull/5932)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.0.1 / 2020-02-28 / Agent 7.18.0 ***Fixed***: -* Remove instances from flink conf.yaml. See [#5912](https://github.com/DataDog/integrations-core/pull/5912). +* Remove instances from flink conf.yaml ([#5912](https://github.com/DataDog/integrations-core/pull/5912)) ## 1.0.0 / 2020-02-21 ***Added***: -* Add flink integration. See [#5613](https://github.com/DataDog/integrations-core/pull/5613). +* Add flink integration ([#5613](https://github.com/DataDog/integrations-core/pull/5613)) diff --git a/fluentd/CHANGELOG.md b/fluentd/CHANGELOG.md index 88554130ddc3e..3e578b91eb598 100644 --- a/fluentd/CHANGELOG.md +++ b/fluentd/CHANGELOG.md @@ -6,199 +6,199 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11351](https://github.com/DataDog/integrations-core/pull/11351). +* Add `pyproject.toml` file ([#11351](https://github.com/DataDog/integrations-core/pull/11351)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.14.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8916](https://github.com/DataDog/integrations-core/pull/8916). +* Add runtime configuration validation ([#8916](https://github.com/DataDog/integrations-core/pull/8916)) ## 1.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.11.0 / 2020-09-30 ***Added***: -* Add support for additional metrics. See [#7685](https://github.com/DataDog/integrations-core/pull/7685). +* Add support for additional metrics ([#7685](https://github.com/DataDog/integrations-core/pull/7685)) ## 1.10.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.9.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Reduce log level of version collection warnings to DEBUG. See [#6930](https://github.com/DataDog/integrations-core/pull/6930). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Reduce log level of version collection warnings to DEBUG ([#6930](https://github.com/DataDog/integrations-core/pull/6930)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 1.7.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). -* Add config specs. See [#6147](https://github.com/DataDog/integrations-core/pull/6147). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) +* Add config specs ([#6147](https://github.com/DataDog/integrations-core/pull/6147)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.6.0 / 2020-03-18 ***Added***: -* Support Fluentd config API endpoint for metadata collection. See [#6062](https://github.com/DataDog/integrations-core/pull/6062). -* Allow disabling metadata collection in fluentd. See [#6061](https://github.com/DataDog/integrations-core/pull/6061). +* Support Fluentd config API endpoint for metadata collection ([#6062](https://github.com/DataDog/integrations-core/pull/6062)) +* Allow disabling metadata collection in fluentd ([#6061](https://github.com/DataDog/integrations-core/pull/6061)) ## 1.5.0 / 2019-11-26 / Agent 7.16.0 ***Added***: -* Collect version metadata for Fluentd. See [#5057](https://github.com/DataDog/integrations-core/pull/5057). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Collect version metadata for Fluentd ([#5057](https://github.com/DataDog/integrations-core/pull/5057)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Fix request wrapper timeout and add test. See [#4375](https://github.com/DataDog/integrations-core/pull/4375). -* Add support for proxy settings. See [#3479](https://github.com/DataDog/integrations-core/pull/3479). +* Fix request wrapper timeout and add test ([#4375](https://github.com/DataDog/integrations-core/pull/4375)) +* Add support for proxy settings ([#3479](https://github.com/DataDog/integrations-core/pull/3479)) ***Fixed***: -* Update __init__ method params. See [#4243](https://github.com/DataDog/integrations-core/pull/4243). +* Update __init__ method params ([#4243](https://github.com/DataDog/integrations-core/pull/4243)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3507](https://github.com/DataDog/integrations-core/pull/3507). +* Adhere to code style ([#3507](https://github.com/DataDog/integrations-core/pull/3507)) ## 1.1.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Support fluentd v1's monitor_agent metrics. See [#2965](https://github.com/DataDog/integrations-core/pull/2965). Thanks [repeatedly](https://github.com/repeatedly). +* Support fluentd v1's monitor_agent metrics ([#2965](https://github.com/DataDog/integrations-core/pull/2965)) Thanks [repeatedly](https://github.com/repeatedly). ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2735][1]. +* Support Python 3 ([#2735][1]) ## 1.0.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.0.0 / 2017-03-22 diff --git a/foundationdb/CHANGELOG.md b/foundationdb/CHANGELOG.md index 749258dbb77f2..38bf0a37b3db0 100644 --- a/foundationdb/CHANGELOG.md +++ b/foundationdb/CHANGELOG.md @@ -6,45 +6,45 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) ## 1.1.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.1.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.1.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.0.0 / 2022-03-15 ***Added***: -* Move foundationdb to core. See [#11636](https://github.com/DataDog/integrations-core/pull/11636). +* Move foundationdb to core ([#11636](https://github.com/DataDog/integrations-core/pull/11636)) diff --git a/gearmand/CHANGELOG.md b/gearmand/CHANGELOG.md index d11a4955d946a..2b43a573517d0 100644 --- a/gearmand/CHANGELOG.md +++ b/gearmand/CHANGELOG.md @@ -6,132 +6,132 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11352](https://github.com/DataDog/integrations-core/pull/11352). +* Add `pyproject.toml` file ([#11352](https://github.com/DataDog/integrations-core/pull/11352)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Update config example to match implementation and refactor tests. See [#10639](https://github.com/DataDog/integrations-core/pull/10639). +* Update config example to match implementation and refactor tests ([#10639](https://github.com/DataDog/integrations-core/pull/10639)) ## 2.1.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8917](https://github.com/DataDog/integrations-core/pull/8917). +* Add runtime configuration validation ([#8917](https://github.com/DataDog/integrations-core/pull/8917)) ## 2.0.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.8.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). -* Add log integration. See [#7616](https://github.com/DataDog/integrations-core/pull/7616). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) +* Add log integration ([#7616](https://github.com/DataDog/integrations-core/pull/7616)) ## 1.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7612](https://github.com/DataDog/integrations-core/pull/7612). +* Add config spec ([#7612](https://github.com/DataDog/integrations-core/pull/7612)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Collect version metadata. See [#5927](https://github.com/DataDog/integrations-core/pull/5927). +* Collect version metadata ([#5927](https://github.com/DataDog/integrations-core/pull/5927)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.3.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Fix misleading gearman.workers metric (#4515). See [#4520](https://github.com/DataDog/integrations-core/pull/4520). Thanks [orgito](https://github.com/orgito). +* Fix misleading gearman.workers metric (#4515) ([#4520](https://github.com/DataDog/integrations-core/pull/4520)) Thanks [orgito](https://github.com/orgito). ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3508](https://github.com/DataDog/integrations-core/pull/3508). +* Adhere to code style ([#3508](https://github.com/DataDog/integrations-core/pull/3508)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2738](https://github.com/DataDog/integrations-core/pull/2738). +* Support Python 3 ([#2738](https://github.com/DataDog/integrations-core/pull/2738)) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.0 / 2018-03-23 @@ -143,7 +143,7 @@ ***Fixed***: -* Re-use gearman admin connections, fixes connection leak issue. See [#422](https://github.com/DataDog/integrations-core/issues/422), thanks [@sophaskins](https://github.com/sophaskins) +* Re-use gearman admin connections, fixes connection leak issue ([#422](https://github.com/DataDog/integrations-core/issues/422), thanks [@sophaskins](https://github)com/sophaskins) ## 1.0.0 / 2017-03-22 diff --git a/gitlab/CHANGELOG.md b/gitlab/CHANGELOG.md index f6f06250fb57d..0fb08d9ea1544 100644 --- a/gitlab/CHANGELOG.md +++ b/gitlab/CHANGELOG.md @@ -6,359 +6,359 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 6.2.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 6.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). -* Add support for Gitaly metrics. See [#14316](https://github.com/DataDog/integrations-core/pull/14316). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) +* Add support for Gitaly metrics ([#14316](https://github.com/DataDog/integrations-core/pull/14316)) ***Fixed***: -* Revert protobuf dependency update. See [#14618](https://github.com/DataDog/integrations-core/pull/14618). -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). -* Refactor how we manage the namespaces. See [#14462](https://github.com/DataDog/integrations-core/pull/14462). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Revert protobuf dependency update ([#14618](https://github.com/DataDog/integrations-core/pull/14618)) +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) +* Refactor how we manage the namespaces ([#14462](https://github.com/DataDog/integrations-core/pull/14462)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 6.0.2 / 2023-04-21 / Agent 7.45.0 ***Fixed***: -* Collect the readiness service checks even if the readiness payload is malformed. See [#14411](https://github.com/DataDog/integrations-core/pull/14411). +* Collect the readiness service checks even if the readiness payload is malformed ([#14411](https://github.com/DataDog/integrations-core/pull/14411)) ## 6.0.1 / 2023-04-19 ***Fixed***: -* Fix Gitlab documentation in conf.yaml. See [#14400](https://github.com/DataDog/integrations-core/pull/14400). -* Ensure the check runs correctly if no gitlab url is defined. See [#14403](https://github.com/DataDog/integrations-core/pull/14403). +* Fix Gitlab documentation in conf.yaml ([#14400](https://github.com/DataDog/integrations-core/pull/14400)) +* Ensure the check runs correctly if no gitlab url is defined ([#14403](https://github.com/DataDog/integrations-core/pull/14403)) ## 6.0.0 / 2023-04-14 ***Changed***: -* Add support for OpenMetricsV2. See [#14273](https://github.com/DataDog/integrations-core/pull/14273). -* Set the `send_distribution_sums_as_monotonic` option to `true` by default. See [#14290](https://github.com/DataDog/integrations-core/pull/14290). +* Add support for OpenMetricsV2 ([#14273](https://github.com/DataDog/integrations-core/pull/14273)) +* Set the `send_distribution_sums_as_monotonic` option to `true` by default ([#14290](https://github.com/DataDog/integrations-core/pull/14290)) ***Added***: -* Add new service checks. See [#14311](https://github.com/DataDog/integrations-core/pull/14311). +* Add new service checks ([#14311](https://github.com/DataDog/integrations-core/pull/14311)) ***Fixed***: -* Fix the `health_service_check` config option. See [#14288](https://github.com/DataDog/integrations-core/pull/14288). -* Add the `prometheus_endpoint` option to the models. See [#14264](https://github.com/DataDog/integrations-core/pull/14264). -* Add missing tags when the service check is critical. See [#14262](https://github.com/DataDog/integrations-core/pull/14262). +* Fix the `health_service_check` config option ([#14288](https://github.com/DataDog/integrations-core/pull/14288)) +* Add the `prometheus_endpoint` option to the models ([#14264](https://github.com/DataDog/integrations-core/pull/14264)) +* Add missing tags when the service check is critical ([#14262](https://github.com/DataDog/integrations-core/pull/14262)) ## 5.3.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update protobuf. See [#13262](https://github.com/DataDog/integrations-core/pull/13262). +* Update protobuf ([#13262](https://github.com/DataDog/integrations-core/pull/13262)) ## 5.3.1 / 2022-11-07 / Agent 7.40.1 ***Fixed***: -* Bump protobuf version to 3.20.2. See [#13269](https://github.com/DataDog/integrations-core/pull/13269). +* Bump protobuf version to 3.20.2 ([#13269](https://github.com/DataDog/integrations-core/pull/13269)) ## 5.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ***Fixed***: -* Updates GitLab URL documentation. See [#12683](https://github.com/DataDog/integrations-core/pull/12683). +* Updates GitLab URL documentation ([#12683](https://github.com/DataDog/integrations-core/pull/12683)) ## 5.2.3 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 5.2.2 / 2022-06-30 / Agent 7.38.0 ***Fixed***: -* Fix default config value. See [#12429](https://github.com/DataDog/integrations-core/pull/12429). +* Fix default config value ([#12429](https://github.com/DataDog/integrations-core/pull/12429)) ## 5.2.1 / 2022-06-27 ***Fixed***: -* Change default value for the send_monotonic_counter to false. See [#12022](https://github.com/DataDog/integrations-core/pull/12022). +* Change default value for the send_monotonic_counter to false ([#12022](https://github.com/DataDog/integrations-core/pull/12022)) ## 5.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 5.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 5.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11353](https://github.com/DataDog/integrations-core/pull/11353). +* Add `pyproject.toml` file ([#11353](https://github.com/DataDog/integrations-core/pull/11353)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.7.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 4.7.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 4.7.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 4.7.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 4.6.1 / 2021-10-05 / Agent 7.32.0 ***Fixed***: -* Fix config example. See [#10338](https://github.com/DataDog/integrations-core/pull/10338). +* Fix config example ([#10338](https://github.com/DataDog/integrations-core/pull/10338)) ## 4.6.0 / 2021-10-04 ***Added***: -* Add runtime configuration validation. See [#8918](https://github.com/DataDog/integrations-core/pull/8918). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8918](https://github.com/DataDog/integrations-core/pull/8918)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 4.5.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 4.4.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 4.4.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). -* Update check signature. See [#8248](https://github.com/DataDog/integrations-core/pull/8248). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) +* Update check signature ([#8248](https://github.com/DataDog/integrations-core/pull/8248)) ## 4.4.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 4.3.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add new gitlab v13 metrics. See [#7561](https://github.com/DataDog/integrations-core/pull/7561). -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add new gitlab v13 metrics ([#7561](https://github.com/DataDog/integrations-core/pull/7561)) +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 4.2.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 4.1.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 4.0.0 / 2020-05-17 / Agent 7.20.0 ***Changed***: -* Remove duplicates in metadata and assert metrics with metadata. See [#6516](https://github.com/DataDog/integrations-core/pull/6516). +* Remove duplicates in metadata and assert metrics with metadata ([#6516](https://github.com/DataDog/integrations-core/pull/6516)) ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config spec. See [#6151](https://github.com/DataDog/integrations-core/pull/6151). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config spec ([#6151](https://github.com/DataDog/integrations-core/pull/6151)) ## 3.0.0 / 2020-04-04 / Agent 7.19.0 ***Changed***: -* Remap gitlab metrics. See [#6150](https://github.com/DataDog/integrations-core/pull/6150). -* Gitlab revamp. See [#5971](https://github.com/DataDog/integrations-core/pull/5971). +* Remap gitlab metrics ([#6150](https://github.com/DataDog/integrations-core/pull/6150)) +* Gitlab revamp ([#5971](https://github.com/DataDog/integrations-core/pull/5971)) ***Added***: -* Add new gitlab metrics. See [#6166](https://github.com/DataDog/integrations-core/pull/6166). -* Include gitlab host and port tag for all metrics. See [#6177](https://github.com/DataDog/integrations-core/pull/6177). -* Add version metadata. See [#5786](https://github.com/DataDog/integrations-core/pull/5786). +* Add new gitlab metrics ([#6166](https://github.com/DataDog/integrations-core/pull/6166)) +* Include gitlab host and port tag for all metrics ([#6177](https://github.com/DataDog/integrations-core/pull/6177)) +* Add version metadata ([#5786](https://github.com/DataDog/integrations-core/pull/5786)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.8.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 2.8.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 2.7.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 2.6.1 / 2019-10-17 / Agent 6.15.0 ***Fixed***: -* Add missing go_memstats_stack_sys_bytes metric in conf file. See [#4800](https://github.com/DataDog/integrations-core/pull/4800). +* Add missing go_memstats_stack_sys_bytes metric in conf file ([#4800](https://github.com/DataDog/integrations-core/pull/4800)) ## 2.6.0 / 2019-10-11 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 2.5.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 2.5.0 / 2019-08-24 ***Added***: -* Add requests wrapper to gitlab. See [#4216](https://github.com/DataDog/integrations-core/pull/4216). +* Add requests wrapper to gitlab ([#4216](https://github.com/DataDog/integrations-core/pull/4216)) ## 2.4.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Add logs. See [#3948](https://github.com/DataDog/integrations-core/pull/3948). +* Add logs ([#3948](https://github.com/DataDog/integrations-core/pull/3948)) ## 2.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3509](https://github.com/DataDog/integrations-core/pull/3509). +* Adhere to code style ([#3509](https://github.com/DataDog/integrations-core/pull/3509)) ## 2.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Upgrade protobuf to 3.7.0. See [#3272](https://github.com/DataDog/integrations-core/pull/3272). +* Upgrade protobuf to 3.7.0 ([#3272](https://github.com/DataDog/integrations-core/pull/3272)) ## 2.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2751][1]. +* Support Python 3 ([#2751][1]) ## 2.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Update gitlab to use the new OpenMetricsBaseCheck. See [#1977][2]. +* Update gitlab to use the new OpenMetricsBaseCheck ([#1977][2]) ## 1.2.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][3]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][3]) ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.1.0 / 2018-03-23 diff --git a/gitlab_runner/CHANGELOG.md b/gitlab_runner/CHANGELOG.md index e28dc6b06a6cb..1000125f32157 100644 --- a/gitlab_runner/CHANGELOG.md +++ b/gitlab_runner/CHANGELOG.md @@ -6,264 +6,264 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.3.3 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Revert protobuf dependency update. See [#14618](https://github.com/DataDog/integrations-core/pull/14618). -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). -* Fix some default values in the configuration file. See [#14602](https://github.com/DataDog/integrations-core/pull/14602). +* Revert protobuf dependency update ([#14618](https://github.com/DataDog/integrations-core/pull/14618)) +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) +* Fix some default values in the configuration file ([#14602](https://github.com/DataDog/integrations-core/pull/14602)) ## 3.3.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update protobuf. See [#13262](https://github.com/DataDog/integrations-core/pull/13262). +* Update protobuf ([#13262](https://github.com/DataDog/integrations-core/pull/13262)) ## 3.3.1 / 2022-11-07 / Agent 7.40.1 ***Fixed***: -* Bump protobuf version to 3.20.2. See [#13269](https://github.com/DataDog/integrations-core/pull/13269). +* Bump protobuf version to 3.20.2 ([#13269](https://github.com/DataDog/integrations-core/pull/13269)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.2.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11354](https://github.com/DataDog/integrations-core/pull/11354). +* Add `pyproject.toml` file ([#11354](https://github.com/DataDog/integrations-core/pull/11354)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.14.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 2.14.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.14.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.14.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 2.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.12.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). -* Add runtime configuration validation. See [#8919](https://github.com/DataDog/integrations-core/pull/8919). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) +* Add runtime configuration validation ([#8919](https://github.com/DataDog/integrations-core/pull/8919)) ## 2.11.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.11.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 2.11.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.10.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add log support. See [#7455](https://github.com/DataDog/integrations-core/pull/7455). -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add configuration spec. See [#7397](https://github.com/DataDog/integrations-core/pull/7397). +* Add log support ([#7455](https://github.com/DataDog/integrations-core/pull/7455)) +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add configuration spec ([#7397](https://github.com/DataDog/integrations-core/pull/7397)) ## 2.9.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Collect version metadata. See [#6894](https://github.com/DataDog/integrations-core/pull/6894). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Collect version metadata ([#6894](https://github.com/DataDog/integrations-core/pull/6894)) ## 2.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.7.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.7.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 2.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 2.6.0 / 2019-11-06 / Agent 7.16.0 ***Added***: -* update gitlab_runner metrics. See [#4799](https://github.com/DataDog/integrations-core/pull/4799). +* update gitlab_runner metrics ([#4799](https://github.com/DataDog/integrations-core/pull/4799)) ## 2.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 2.4.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 2.4.0 / 2019-08-24 ***Added***: -* Add requests wrapper to gitlab_runner. See [#4218](https://github.com/DataDog/integrations-core/pull/4218). +* Add requests wrapper to gitlab_runner ([#4218](https://github.com/DataDog/integrations-core/pull/4218)) ***Fixed***: -* Update RequestsWrapper with read/connect timeout. See [#4241](https://github.com/DataDog/integrations-core/pull/4241). +* Update RequestsWrapper with read/connect timeout ([#4241](https://github.com/DataDog/integrations-core/pull/4241)) ## 2.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3510](https://github.com/DataDog/integrations-core/pull/3510). +* Adhere to code style ([#3510](https://github.com/DataDog/integrations-core/pull/3510)) ## 2.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Upgrade protobuf to 3.7.0. See [#3272](https://github.com/DataDog/integrations-core/pull/3272). +* Upgrade protobuf to 3.7.0 ([#3272](https://github.com/DataDog/integrations-core/pull/3272)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2886](https://github.com/DataDog/integrations-core/pull/2886). +* Support Python 3 ([#2886](https://github.com/DataDog/integrations-core/pull/2886)) ## 2.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Update gitlab_runner to use the new OpenMetricsBaseCheck. See [#1978][1]. +* Update gitlab_runner to use the new OpenMetricsBaseCheck ([#1978][1]) ## 1.2.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][2]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][2]) ***Fixed***: -* Add data files to the wheel package. See [#1727][3]. +* Add data files to the wheel package ([#1727][3]) ## 1.1.0 / 2018-03-23 diff --git a/glusterfs/CHANGELOG.md b/glusterfs/CHANGELOG.md index cf25c59f444dc..5f68cb34dfc63 100644 --- a/glusterfs/CHANGELOG.md +++ b/glusterfs/CHANGELOG.md @@ -6,76 +6,76 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.5.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.5.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11355](https://github.com/DataDog/integrations-core/pull/11355). +* Add `pyproject.toml` file ([#11355](https://github.com/DataDog/integrations-core/pull/11355)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.3.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.3.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.2.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8920](https://github.com/DataDog/integrations-core/pull/8920). +* Add runtime configuration validation ([#8920](https://github.com/DataDog/integrations-core/pull/8920)) ***Fixed***: -* Fix version parsing. See [#9423](https://github.com/DataDog/integrations-core/pull/9423). +* Fix version parsing ([#9423](https://github.com/DataDog/integrations-core/pull/9423)) ## 1.1.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.1.1 / 2021-01-28 / Agent 7.26.0 ***Fixed***: -* Fix error handling when Agent has no sudo access. See [#8470](https://github.com/DataDog/integrations-core/pull/8470). +* Fix error handling when Agent has no sudo access ([#8470](https://github.com/DataDog/integrations-core/pull/8470)) ## 1.1.0 / 2021-01-25 ***Added***: -* Document glusterfs logs support. See [#8411](https://github.com/DataDog/integrations-core/pull/8411). +* Document glusterfs logs support ([#8411](https://github.com/DataDog/integrations-core/pull/8411)) ## 1.0.0 / 2021-01-21 ***Added***: -* New Integration: GlusterFS. See [#8159](https://github.com/DataDog/integrations-core/pull/8159). +* New Integration: GlusterFS ([#8159](https://github.com/DataDog/integrations-core/pull/8159)) diff --git a/go-metro/CHANGELOG.md b/go-metro/CHANGELOG.md index ac2f5d50c9322..adca59fd2e20d 100644 --- a/go-metro/CHANGELOG.md +++ b/go-metro/CHANGELOG.md @@ -6,31 +6,31 @@ ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-12-11 ***Added***: -* Add config specs. See [#8005](https://github.com/DataDog/integrations-core/pull/8005). +* Add config specs ([#8005](https://github.com/DataDog/integrations-core/pull/8005)) ## 1.2.1 / 2020-09-21 ***Fixed***: -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2018-11-30 / Agent 5.30.0 ***Added***: -* Fixed manifests and added validation in ddev. See [#2002][1]. +* Fixed manifests and added validation in ddev ([#2002][1]) ## 1.0.0 / 2017-07-18 diff --git a/go_expvar/CHANGELOG.md b/go_expvar/CHANGELOG.md index 80b9da969c1ce..77e305b97f5f6 100644 --- a/go_expvar/CHANGELOG.md +++ b/go_expvar/CHANGELOG.md @@ -6,216 +6,216 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11356](https://github.com/DataDog/integrations-core/pull/11356). +* Add `pyproject.toml` file ([#11356](https://github.com/DataDog/integrations-core/pull/11356)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.14.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Set log level to debug for memstats. See [#10605](https://github.com/DataDog/integrations-core/pull/10605). +* Set log level to debug for memstats ([#10605](https://github.com/DataDog/integrations-core/pull/10605)) ## 1.14.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.13.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.12.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8922](https://github.com/DataDog/integrations-core/pull/8922). +* Add runtime configuration validation ([#8922](https://github.com/DataDog/integrations-core/pull/8922)) ## 1.11.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.11.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#8006](https://github.com/DataDog/integrations-core/pull/8006). +* Add config specs ([#8006](https://github.com/DataDog/integrations-core/pull/8006)) ## 1.10.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.8.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add additional logging. See [#6128](https://github.com/DataDog/integrations-core/pull/6128). -* Add go_expvar.memstats.total_alloc.count . See [#6005](https://github.com/DataDog/integrations-core/pull/6005). +* Add additional logging ([#6128](https://github.com/DataDog/integrations-core/pull/6128)) +* Add go_expvar.memstats.total_alloc.count ([#6005](https://github.com/DataDog/integrations-core/pull/6005)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.7.2 / 2020-03-05 / Agent 7.18.0 ***Fixed***: -* Revert "Submit total_alloc as monotonic count". See [#5972](https://github.com/DataDog/integrations-core/pull/5972). +* Revert "Submit total_alloc as monotonic count" ([#5972](https://github.com/DataDog/integrations-core/pull/5972)) ## 1.7.1 / 2020-02-22 ***Fixed***: -* Submit total_alloc as monotonic count. See [#5703](https://github.com/DataDog/integrations-core/pull/5703). +* Submit total_alloc as monotonic count ([#5703](https://github.com/DataDog/integrations-core/pull/5703)) ## 1.7.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Adhere to logging style. See [#5106](https://github.com/DataDog/integrations-core/pull/5106). -* Add count type to go_expvar. See [#5097](https://github.com/DataDog/integrations-core/pull/5097). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Adhere to logging style ([#5106](https://github.com/DataDog/integrations-core/pull/5106)) +* Add count type to go_expvar ([#5097](https://github.com/DataDog/integrations-core/pull/5097)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.1 / 2019-09-04 / Agent 6.14.0 ***Fixed***: -* Fix error handling. See [#4505](https://github.com/DataDog/integrations-core/pull/4505). +* Fix error handling ([#4505](https://github.com/DataDog/integrations-core/pull/4505)) ## 1.5.0 / 2019-08-24 ***Added***: -* Add proxy settings support. See [#3743](https://github.com/DataDog/integrations-core/pull/3743). +* Add proxy settings support ([#3743](https://github.com/DataDog/integrations-core/pull/3743)) ***Fixed***: -* Update __init__ method params. See [#4243](https://github.com/DataDog/integrations-core/pull/4243). +* Update __init__ method params ([#4243](https://github.com/DataDog/integrations-core/pull/4243)) ## 1.4.0 / 2019-06-27 / Agent 6.13.0 ***Added***: -* Add monotonic_counter support to go_expvar. See [#3992](https://github.com/DataDog/integrations-core/pull/3992). +* Add monotonic_counter support to go_expvar ([#3992](https://github.com/DataDog/integrations-core/pull/3992)) ## 1.3.0 / 2019-06-20 / Agent 6.12.0 ***Added***: -* Do not compile regexes on each run. See [#3949](https://github.com/DataDog/integrations-core/pull/3949). +* Do not compile regexes on each run ([#3949](https://github.com/DataDog/integrations-core/pull/3949)) ## 1.2.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3511](https://github.com/DataDog/integrations-core/pull/3511). +* Adhere to code style ([#3511](https://github.com/DataDog/integrations-core/pull/3511)) ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2833](https://github.com/DataDog/integrations-core/pull/2833). +* Support Python 3 ([#2833](https://github.com/DataDog/integrations-core/pull/2833)) ## 1.0.5 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.0.4 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Move Goexpvar to pytest. See [#2089](https://github.com/DataDog/integrations-core/pull/2089). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Move Goexpvar to pytest ([#2089](https://github.com/DataDog/integrations-core/pull/2089)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.0.3 / 2017-06-15 ***Fixed***: -* Fix path tag appended to all metrics matching path regex. See [#472](https://github.com/DataDog/integrations-core/issues/472) +* Fix path tag appended to all metrics matching path regex ([#472](https://github)com/DataDog/integrations-core/issues/472) ## 1.0.2 / 2017-06-05 diff --git a/gunicorn/CHANGELOG.md b/gunicorn/CHANGELOG.md index 01790000bdfb9..4f4ea79b4cc62 100644 --- a/gunicorn/CHANGELOG.md +++ b/gunicorn/CHANGELOG.md @@ -6,190 +6,190 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11357](https://github.com/DataDog/integrations-core/pull/11357). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11357](https://github.com/DataDog/integrations-core/pull/11357)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.15.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8923](https://github.com/DataDog/integrations-core/pull/8923). +* Add runtime configuration validation ([#8923](https://github.com/DataDog/integrations-core/pull/8923)) ## 1.14.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). -* Improve readability a bit. See [#8454](https://github.com/DataDog/integrations-core/pull/8454). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) +* Improve readability a bit ([#8454](https://github.com/DataDog/integrations-core/pull/8454)) ## 1.14.1 / 2021-01-15 / Agent 7.26.0 ***Fixed***: -* Prevent raising an error if the master process no longer exists. See [#8314](https://github.com/DataDog/integrations-core/pull/8314). +* Prevent raising an error if the master process no longer exists ([#8314](https://github.com/DataDog/integrations-core/pull/8314)) ## 1.14.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.13.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ## 1.12.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7258](https://github.com/DataDog/integrations-core/pull/7258). +* Add config specs ([#7258](https://github.com/DataDog/integrations-core/pull/7258)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Debug logs for failing to retrieve metadata, also add ability to disa…. See [#7255](https://github.com/DataDog/integrations-core/pull/7255). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Debug logs for failing to retrieve metadata, also add ability to disa… ([#7255](https://github.com/DataDog/integrations-core/pull/7255)) ## 1.11.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.10.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.9.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.8.1 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.8.0 / 2019-12-02 ***Added***: -* Add version metadata. See [#4968](https://github.com/DataDog/integrations-core/pull/4968). +* Add version metadata ([#4968](https://github.com/DataDog/integrations-core/pull/4968)) ***Fixed***: -* Remove shlex. See [#5064](https://github.com/DataDog/integrations-core/pull/5064). -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Remove shlex ([#5064](https://github.com/DataDog/integrations-core/pull/5064)) +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.7.2 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.7.1 / 2019-06-06 / Agent 6.12.0 ***Fixed***: -* Fix mac compatibility. See [#3853](https://github.com/DataDog/integrations-core/pull/3853). +* Fix mac compatibility ([#3853](https://github.com/DataDog/integrations-core/pull/3853)) ## 1.7.0 / 2019-05-14 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Adhere to code style. See [#3512](https://github.com/DataDog/integrations-core/pull/3512). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Adhere to code style ([#3512](https://github.com/DataDog/integrations-core/pull/3512)) ## 1.6.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) ## 1.5.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2752](https://github.com/DataDog/integrations-core/pull/2752). +* Support Python 3 ([#2752](https://github.com/DataDog/integrations-core/pull/2752)) ## 1.4.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Update psutil. See [#2576](https://github.com/DataDog/integrations-core/pull/2576). +* Update psutil ([#2576](https://github.com/DataDog/integrations-core/pull/2576)) ## 1.3.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190](https://github.com/DataDog/integrations-core/pull/2190). +* Upgrade psutil ([#2190](https://github.com/DataDog/integrations-core/pull/2190)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Gunicorn intergration - fix problem with multiple master processes. See [#1839](https://github.com/DataDog/integrations-core/pull/1839). Thanks [mrmm](https://github.com/mrmm). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Gunicorn intergration - fix problem with multiple master processes ([#1839](https://github.com/DataDog/integrations-core/pull/1839)) Thanks [mrmm](https://github.com/mrmm). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-03-23 diff --git a/haproxy/CHANGELOG.md b/haproxy/CHANGELOG.md index e0c59f986bf85..9774b59cbe00b 100644 --- a/haproxy/CHANGELOG.md +++ b/haproxy/CHANGELOG.md @@ -6,387 +6,387 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.6.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.6.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 4.5.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Bump versions and update metrics. See [#13925](https://github.com/DataDog/integrations-core/pull/13925). Thanks [wdauchy](https://github.com/wdauchy). +* Bump versions and update metrics ([#13925](https://github.com/DataDog/integrations-core/pull/13925)) Thanks [wdauchy](https://github.com/wdauchy). ## 4.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.3.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 4.3.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 4.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11358](https://github.com/DataDog/integrations-core/pull/11358). +* Add `pyproject.toml` file ([#11358](https://github.com/DataDog/integrations-core/pull/11358)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.0 / 2022-02-16 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Support the new OpenMetrics V2 implementation. See [#11485](https://github.com/DataDog/integrations-core/pull/11485). +* Support the new OpenMetrics V2 implementation ([#11485](https://github.com/DataDog/integrations-core/pull/11485)) ## 3.3.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 3.3.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 3.3.0 / 2022-01-08 ***Added***: -* Add support for Haproxy v2.5. See [#10651](https://github.com/DataDog/integrations-core/pull/10651). Thanks [wdauchy](https://github.com/wdauchy). +* Add support for Haproxy v2.5 ([#10651](https://github.com/DataDog/integrations-core/pull/10651)) Thanks [wdauchy](https://github.com/wdauchy). ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Fix server agg check status in 2.4. See [#10796](https://github.com/DataDog/integrations-core/pull/10796). Thanks [wdauchy](https://github.com/wdauchy). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Fix server agg check status in 2.4 ([#10796](https://github.com/DataDog/integrations-core/pull/10796)) Thanks [wdauchy](https://github.com/wdauchy). ## 3.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 3.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 3.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 2.18.1 / 2021-06-07 / Agent 7.29.0 ***Fixed***: -* Fix `collect_aggregates_only` option type in example config. See [#9473](https://github.com/DataDog/integrations-core/pull/9473). +* Fix `collect_aggregates_only` option type in example config ([#9473](https://github.com/DataDog/integrations-core/pull/9473)) ## 2.18.0 / 2021-05-28 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). -* Add runtime configuration validation. See [#8924](https://github.com/DataDog/integrations-core/pull/8924). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) +* Add runtime configuration validation ([#8924](https://github.com/DataDog/integrations-core/pull/8924)) ## 2.17.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add listener stats. See [#8723](https://github.com/DataDog/integrations-core/pull/8723). Thanks [wdauchy](https://github.com/wdauchy). -* Add metrics for sticktable. See [#8642](https://github.com/DataDog/integrations-core/pull/8642). Thanks [wdauchy](https://github.com/wdauchy). -* haproxy: prepare v2.4 release. See [#8623](https://github.com/DataDog/integrations-core/pull/8623). Thanks [wdauchy](https://github.com/wdauchy). -* Add build_info metric. See [#8554](https://github.com/DataDog/integrations-core/pull/8554). Thanks [wdauchy](https://github.com/wdauchy). +* Add listener stats ([#8723](https://github.com/DataDog/integrations-core/pull/8723)) Thanks [wdauchy](https://github.com/wdauchy). +* Add metrics for sticktable ([#8642](https://github.com/DataDog/integrations-core/pull/8642)) Thanks [wdauchy](https://github.com/wdauchy). +* haproxy: prepare v2.4 release ([#8623](https://github.com/DataDog/integrations-core/pull/8623)) Thanks [wdauchy](https://github.com/wdauchy). +* Add build_info metric ([#8554](https://github.com/DataDog/integrations-core/pull/8554)) Thanks [wdauchy](https://github.com/wdauchy). ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.16.0 / 2021-01-24 / Agent 7.26.0 ***Added***: -* Revert "Update base package pin (#8426)". See [#8436](https://github.com/DataDog/integrations-core/pull/8436). +* Revert "Update base package pin (#8426)" ([#8436](https://github.com/DataDog/integrations-core/pull/8436)) ***Fixed***: -* Remove class substitution logic for new OpenMetrics base class. See [#8435](https://github.com/DataDog/integrations-core/pull/8435). +* Remove class substitution logic for new OpenMetrics base class ([#8435](https://github.com/DataDog/integrations-core/pull/8435)) ## 2.15.0 / 2021-01-22 ***Added***: -* Update base package pin. See [#8426](https://github.com/DataDog/integrations-core/pull/8426). +* Update base package pin ([#8426](https://github.com/DataDog/integrations-core/pull/8426)) ***Fixed***: -* Adding support for v2.3. See [#8325](https://github.com/DataDog/integrations-core/pull/8325). Thanks [wdauchy](https://github.com/wdauchy). +* Adding support for v2.3 ([#8325](https://github.com/DataDog/integrations-core/pull/8325)) Thanks [wdauchy](https://github.com/wdauchy). ## 2.14.2 / 2021-01-11 ***Fixed***: -* Fix typo for ssl reuse metric. See [#8203](https://github.com/DataDog/integrations-core/pull/8203). Thanks [wdauchy](https://github.com/wdauchy). -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Fix typo for ssl reuse metric ([#8203](https://github.com/DataDog/integrations-core/pull/8203)) Thanks [wdauchy](https://github.com/wdauchy). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 2.14.1 / 2020-11-24 / Agent 7.25.0 ***Fixed***: -* Increase robustness of parsing of Unix socket responses in legacy implementation. See [#8080](https://github.com/DataDog/integrations-core/pull/8080). +* Increase robustness of parsing of Unix socket responses in legacy implementation ([#8080](https://github.com/DataDog/integrations-core/pull/8080)) ## 2.14.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 2.13.0 / 2020-10-06 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). -* Send bytes.in/out.total metrics to legacy implementation. See [#7722](https://github.com/DataDog/integrations-core/pull/7722). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) +* Send bytes.in/out.total metrics to legacy implementation ([#7722](https://github.com/DataDog/integrations-core/pull/7722)) ## 2.12.0 / 2020-09-30 ***Added***: -* Add new implementation to support Prometheus endpoint. See [#7620](https://github.com/DataDog/integrations-core/pull/7620). +* Add new implementation to support Prometheus endpoint ([#7620](https://github.com/DataDog/integrations-core/pull/7620)) ## 2.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7625](https://github.com/DataDog/integrations-core/pull/7625). -* Refactor check to support new implementation. See [#7587](https://github.com/DataDog/integrations-core/pull/7587). -* Do not use instance in check method. See [#7534](https://github.com/DataDog/integrations-core/pull/7534). +* Add config spec ([#7625](https://github.com/DataDog/integrations-core/pull/7625)) +* Refactor check to support new implementation ([#7587](https://github.com/DataDog/integrations-core/pull/7587)) +* Do not use instance in check method ([#7534](https://github.com/DataDog/integrations-core/pull/7534)) ***Fixed***: -* Extract version utils. See [#7533](https://github.com/DataDog/integrations-core/pull/7533). +* Extract version utils ([#7533](https://github.com/DataDog/integrations-core/pull/7533)) ## 2.10.2 / 2020-09-09 ***Fixed***: -* Add regex tags in status metrics. See [#7524](https://github.com/DataDog/integrations-core/pull/7524). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Add regex tags in status metrics ([#7524](https://github.com/DataDog/integrations-core/pull/7524)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 2.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix version parsing with haproxy enterprise version. See [#6774](https://github.com/DataDog/integrations-core/pull/6774). +* Fix version parsing with haproxy enterprise version ([#6774](https://github.com/DataDog/integrations-core/pull/6774)) ## 2.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.8.1 / 2020-05-05 / Agent 7.19.2 ***Fixed***: -* Handle empty response from show table. See [#6579](https://github.com/DataDog/integrations-core/pull/6579). +* Handle empty response from show table ([#6579](https://github.com/DataDog/integrations-core/pull/6579)) ## 2.8.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Gather stick-table metrics. See [#6158](https://github.com/DataDog/integrations-core/pull/6158). +* Gather stick-table metrics ([#6158](https://github.com/DataDog/integrations-core/pull/6158)) ***Fixed***: -* Revert `to_native_string` to `to_string` for integrations. See [#6238](https://github.com/DataDog/integrations-core/pull/6238). +* Revert `to_native_string` to `to_string` for integrations ([#6238](https://github.com/DataDog/integrations-core/pull/6238)) ## 2.7.2 / 2020-03-24 ***Fixed***: -* Fix event submission on Python 3. See [#6138](https://github.com/DataDog/integrations-core/pull/6138). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Rename `to_string()` utility to `to_native_string()`. See [#5996](https://github.com/DataDog/integrations-core/pull/5996). +* Fix event submission on Python 3 ([#6138](https://github.com/DataDog/integrations-core/pull/6138)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Rename `to_string()` utility to `to_native_string()` ([#5996](https://github.com/DataDog/integrations-core/pull/5996)) ## 2.7.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Document disable_legacy_service_tag and bump checks_base requirement. See [#5835](https://github.com/DataDog/integrations-core/pull/5835). +* Document disable_legacy_service_tag and bump checks_base requirement ([#5835](https://github.com/DataDog/integrations-core/pull/5835)) ## 2.7.0 / 2020-02-22 ***Deprecated***: -* Deprecate `service` tag. See [#5550](https://github.com/DataDog/integrations-core/pull/5550). +* Deprecate `service` tag ([#5550](https://github.com/DataDog/integrations-core/pull/5550)) ***Added***: -* Add an option to skip reporting during restarts. See [#5571](https://github.com/DataDog/integrations-core/pull/5571). Thanks [dd-adn](https://github.com/dd-adn). +* Add an option to skip reporting during restarts ([#5571](https://github.com/DataDog/integrations-core/pull/5571)) Thanks [dd-adn](https://github.com/dd-adn). ## 2.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.5.1 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Handle failure on version endpoint. See [#5208](https://github.com/DataDog/integrations-core/pull/5208). +* Handle failure on version endpoint ([#5208](https://github.com/DataDog/integrations-core/pull/5208)) ## 2.5.0 / 2019-12-02 ***Added***: -* Submit version metadata. See [#4851](https://github.com/DataDog/integrations-core/pull/4851). -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Submit version metadata ([#4851](https://github.com/DataDog/integrations-core/pull/4851)) +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 2.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 2.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to haproxy. See [#4219](https://github.com/DataDog/integrations-core/pull/4219). +* Add requests wrapper to haproxy ([#4219](https://github.com/DataDog/integrations-core/pull/4219)) ## 2.2.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Add `requests.tot_rate`, `connections.rate`, `connections.tot_rate`, and `requests.intercepted`. See [#3797](https://github.com/DataDog/integrations-core/pull/3797). -* `collect_aggregates_only` now collects all values when set to `false`. See [#3797](https://github.com/DataDog/integrations-core/pull/3797). +* Add `requests.tot_rate`, `connections.rate`, `connections.tot_rate`, and `requests.intercepted` ([#3797](https://github.com/DataDog/integrations-core/pull/3797)) +* `collect_aggregates_only` now collects all values when set to `false` ([#3797](https://github.com/DataDog/integrations-core/pull/3797)) ## 2.1.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3513](https://github.com/DataDog/integrations-core/pull/3513). +* Adhere to code style ([#3513](https://github.com/DataDog/integrations-core/pull/3513)) ## 2.0.0 / 2019-02-18 / Agent 6.10.0 ***Changed***: -* Only send 'haproxy.backend_hosts' metrics for backend. See [#3073](https://github.com/DataDog/integrations-core/pull/3073). -* Put service check behind a flag, false by default. See [#3083](https://github.com/DataDog/integrations-core/pull/3083). +* Only send 'haproxy.backend_hosts' metrics for backend ([#3073](https://github.com/DataDog/integrations-core/pull/3073)) +* Put service check behind a flag, false by default ([#3083](https://github.com/DataDog/integrations-core/pull/3083)) ***Added***: -* Support unicode for Python 3 bindings. See [#2869](https://github.com/DataDog/integrations-core/pull/2869). +* Support unicode for Python 3 bindings ([#2869](https://github.com/DataDog/integrations-core/pull/2869)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2849](https://github.com/DataDog/integrations-core/pull/2849). -* tcp scheme support for stats socket. See [#2731](https://github.com/DataDog/integrations-core/pull/2731). -* Add server_address tag when available. See [#2727](https://github.com/DataDog/integrations-core/pull/2727). +* Support Python 3 ([#2849](https://github.com/DataDog/integrations-core/pull/2849)) +* tcp scheme support for stats socket ([#2731](https://github.com/DataDog/integrations-core/pull/2731)) +* Add server_address tag when available ([#2727](https://github.com/DataDog/integrations-core/pull/2727)) ## 1.3.2 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945](https://github.com/DataDog/integrations-core/pull/1945). -* Fix error in case of empty stat info. See [#1944](https://github.com/DataDog/integrations-core/pull/1944). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Make sure all checks' versions are exposed ([#1945](https://github.com/DataDog/integrations-core/pull/1945)) +* Fix error in case of empty stat info ([#1944](https://github.com/DataDog/integrations-core/pull/1944)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-04 ***Changed***: -* Upgrade requests dependency to 2.18.4. See [#1264](https://github.com/DataDog/integrations-core/pull/1264). +* Upgrade requests dependency to 2.18.4 ([#1264](https://github.com/DataDog/integrations-core/pull/1264)) ***Added***: -* Add optional 'active' tag to metrics. See [#1478](https://github.com/DataDog/integrations-core/pull/1478). +* Add optional 'active' tag to metrics ([#1478](https://github.com/DataDog/integrations-core/pull/1478)) ## 1.2.1 / 2018-02-13 @@ -398,25 +398,25 @@ ***Added***: -* allows the use of custom HTTP headers when requesting stats. See [#1019](https://github.com/DataDog/integrations-core/pull/1019) +* allows the use of custom HTTP headers when requesting stats ([#1019](https://github)com/DataDog/integrations-core/pull/1019) ## 1.1.0 / 2018-01-10 ***Added***: -* Enable tagging metrics based on a user-submitted named regex. See [#462](https://github.com/DataDog/integrations-core/issues/462) +* Enable tagging metrics based on a user-submitted named regex ([#462](https://github)com/DataDog/integrations-core/issues/462) ## 1.0.2 / 2017-05-11 ***Fixed***: -* Sanitize bogus evil CSV with with linebreak in field. See [#379](https://github.com/DataDog/integrations-core/issues/379) +* Sanitize bogus evil CSV with with linebreak in field ([#379](https://github)com/DataDog/integrations-core/issues/379) ## 1.0.1 / 2017-04-24 ***Fixed***: -* handle comma in fields. See [#281](https://github.com/DataDog/integrations-core/issues/281) +* handle comma in fields ([#281](https://github)com/DataDog/integrations-core/issues/281) ## 1.0.0 / 2017-03-22 diff --git a/harbor/CHANGELOG.md b/harbor/CHANGELOG.md index 58f043bf4a448..595896db43f70 100644 --- a/harbor/CHANGELOG.md +++ b/harbor/CHANGELOG.md @@ -6,150 +6,150 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11359](https://github.com/DataDog/integrations-core/pull/11359). +* Add `pyproject.toml` file ([#11359](https://github.com/DataDog/integrations-core/pull/11359)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.10.0 / 2021-09-17 ***Added***: -* Support v2 system volumes api . See [#10133](https://github.com/DataDog/integrations-core/pull/10133). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Support v2 system volumes api ([#10133](https://github.com/DataDog/integrations-core/pull/10133)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.9.1 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) ## 1.9.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8925](https://github.com/DataDog/integrations-core/pull/8925). +* Add runtime configuration validation ([#8925](https://github.com/DataDog/integrations-core/pull/8925)) ## 1.8.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.0 / 2021-01-04 / Agent 7.26.0 ***Added***: -* Support v2. See [#8269](https://github.com/DataDog/integrations-core/pull/8269). +* Support v2 ([#8269](https://github.com/DataDog/integrations-core/pull/8269)) ## 1.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7845](https://github.com/DataDog/integrations-core/pull/7845). +* Add config spec ([#7845](https://github.com/DataDog/integrations-core/pull/7845)) ## 1.6.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.5.0 / 2020-06-23 ***Added***: -* Add status check for Harbor's read-only status. See [#6917](https://github.com/DataDog/integrations-core/pull/6917). Thanks [bksteiny](https://github.com/bksteiny). +* Add status check for Harbor's read-only status ([#6917](https://github.com/DataDog/integrations-core/pull/6917)) Thanks [bksteiny](https://github.com/bksteiny). ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.3.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Update base dependency for harbor. See [#5841](https://github.com/DataDog/integrations-core/pull/5841). +* Update base dependency for harbor ([#5841](https://github.com/DataDog/integrations-core/pull/5841)) ## 1.3.0 / 2020-01-15 / Agent 7.17.0 ***Added***: -* Refactor authentication to add support for Harbor 1.9 and 1.10. See [#5468](https://github.com/DataDog/integrations-core/pull/5468). +* Refactor authentication to add support for Harbor 1.9 and 1.10 ([#5468](https://github.com/DataDog/integrations-core/pull/5468)) ## 1.2.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.1.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Fix up doc and conf. See [#4358](https://github.com/DataDog/integrations-core/pull/4358). +* Fix up doc and conf ([#4358](https://github.com/DataDog/integrations-core/pull/4358)) ***Fixed***: -* Update __init__ method params. See [#4243](https://github.com/DataDog/integrations-core/pull/4243). +* Update __init__ method params ([#4243](https://github.com/DataDog/integrations-core/pull/4243)) ## 1.0.0 / 2019-07-11 ***Added***: -* Harbor - New integration. See [#3799](https://github.com/DataDog/integrations-core/pull/3799). +* Harbor - New integration ([#3799](https://github.com/DataDog/integrations-core/pull/3799)) diff --git a/hazelcast/CHANGELOG.md b/hazelcast/CHANGELOG.md index 22c18c449a395..687fdc5bd7c86 100644 --- a/hazelcast/CHANGELOG.md +++ b/hazelcast/CHANGELOG.md @@ -6,143 +6,143 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.0.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11360](https://github.com/DataDog/integrations-core/pull/11360). +* Add `pyproject.toml` file ([#11360](https://github.com/DataDog/integrations-core/pull/11360)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.6.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.6.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8926](https://github.com/DataDog/integrations-core/pull/8926). +* Add runtime configuration validation ([#8926](https://github.com/DataDog/integrations-core/pull/8926)) ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.4.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.3.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.1.4 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.1.3 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.1.2 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.1.1 / 2020-05-21 / Agent 7.20.0 ***Fixed***: -* Document `mc_cluster_states` configuration option. See [#6704](https://github.com/DataDog/integrations-core/pull/6704). +* Document `mc_cluster_states` configuration option ([#6704](https://github.com/DataDog/integrations-core/pull/6704)) ## 1.1.0 / 2020-05-17 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2020-04-23 ***Added***: -* Add Hazelcast integration. See [#6236](https://github.com/DataDog/integrations-core/pull/6236). +* Add Hazelcast integration ([#6236](https://github.com/DataDog/integrations-core/pull/6236)) diff --git a/hdfs_datanode/CHANGELOG.md b/hdfs_datanode/CHANGELOG.md index bcf067a13b1c9..4f432fc5fe366 100644 --- a/hdfs_datanode/CHANGELOG.md +++ b/hdfs_datanode/CHANGELOG.md @@ -6,202 +6,202 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11361](https://github.com/DataDog/integrations-core/pull/11361). +* Add `pyproject.toml` file ([#11361](https://github.com/DataDog/integrations-core/pull/11361)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Support newer versions of Hadoop. See [#10538](https://github.com/DataDog/integrations-core/pull/10538). +* Support newer versions of Hadoop ([#10538](https://github.com/DataDog/integrations-core/pull/10538)) ***Fixed***: -* Bump minimum base requirement to 15.7.0. See [#10604](https://github.com/DataDog/integrations-core/pull/10604). +* Bump minimum base requirement to 15.7.0 ([#10604](https://github.com/DataDog/integrations-core/pull/10604)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8927](https://github.com/DataDog/integrations-core/pull/8927). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8927](https://github.com/DataDog/integrations-core/pull/8927)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.16.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.16.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.15.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.14.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.14.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6900](https://github.com/DataDog/integrations-core/pull/6900). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6900](https://github.com/DataDog/integrations-core/pull/6900)) ## 1.13.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.12.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.12.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add log section to hdfs integrations. See [#4632](https://github.com/DataDog/integrations-core/pull/4632). +* Add log section to hdfs integrations ([#4632](https://github.com/DataDog/integrations-core/pull/4632)) ## 1.11.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Collect version metadata for hdfs_datanode. See [#5088](https://github.com/DataDog/integrations-core/pull/5088). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Collect version metadata for hdfs_datanode ([#5088](https://github.com/DataDog/integrations-core/pull/5088)) ## 1.10.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.9.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.8.0 / 2019-07-09 / Agent 6.13.0 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4056](https://github.com/DataDog/integrations-core/pull/4056). +* Use the new RequestsWrapper for connecting to services ([#4056](https://github.com/DataDog/integrations-core/pull/4056)) ## 1.7.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3514](https://github.com/DataDog/integrations-core/pull/3514). +* Adhere to code style ([#3514](https://github.com/DataDog/integrations-core/pull/3514)) ## 1.6.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2856][1]. +* Support Python 3 ([#2856][1]) ## 1.5.0 / 2018-11-14 / Agent 6.8.0 ***Added***: -* Support keytab files for kerberos. See [#2591][2]. +* Support keytab files for kerberos ([#2591][2]) ## 1.4.0 / 2018-11-07 ***Added***: -* Support Kerberos auth. See [#2516][3]. +* Support Kerberos auth ([#2516][3]) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.3.0 / 2018-06-07 ***Added***: -* Add support for HTTP authentication. See [#1674][5]. +* Add support for HTTP authentication ([#1674][5]) ## 1.2.0 / 2018-03-23 diff --git a/hdfs_namenode/CHANGELOG.md b/hdfs_namenode/CHANGELOG.md index d3ebaf1d3b6fa..4482b8f76a885 100644 --- a/hdfs_namenode/CHANGELOG.md +++ b/hdfs_namenode/CHANGELOG.md @@ -6,211 +6,211 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11362](https://github.com/DataDog/integrations-core/pull/11362). +* Add `pyproject.toml` file ([#11362](https://github.com/DataDog/integrations-core/pull/11362)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Support newer versions of Hadoop. See [#10538](https://github.com/DataDog/integrations-core/pull/10538). +* Support newer versions of Hadoop ([#10538](https://github.com/DataDog/integrations-core/pull/10538)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8928](https://github.com/DataDog/integrations-core/pull/8928). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8928](https://github.com/DataDog/integrations-core/pull/8928)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.15.1 / 2021-02-09 / Agent 7.27.0 ***Fixed***: -* Avoid ZeroDivisionError for hdfs.namenode.capacity_in_use . See [#8567](https://github.com/DataDog/integrations-core/pull/8567). -* Bump minimum package. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Avoid ZeroDivisionError for hdfs.namenode.capacity_in_use ([#8567](https://github.com/DataDog/integrations-core/pull/8567)) +* Bump minimum package ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.15.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.14.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.13.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.13.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6904](https://github.com/DataDog/integrations-core/pull/6904). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6904](https://github.com/DataDog/integrations-core/pull/6904)) ## 1.12.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.11.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.11.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add log section to hdfs integrations. See [#4632](https://github.com/DataDog/integrations-core/pull/4632). +* Add log section to hdfs integrations ([#4632](https://github.com/DataDog/integrations-core/pull/4632)) ## 1.10.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Collect version metadata for hdfs_namenode. See [#5103](https://github.com/DataDog/integrations-core/pull/5103). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Collect version metadata for hdfs_namenode ([#5103](https://github.com/DataDog/integrations-core/pull/5103)) ## 1.9.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.8.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.7.0 / 2019-07-09 / Agent 6.13.0 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4057](https://github.com/DataDog/integrations-core/pull/4057). +* Use the new RequestsWrapper for connecting to services ([#4057](https://github.com/DataDog/integrations-core/pull/4057)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3515](https://github.com/DataDog/integrations-core/pull/3515). +* Adhere to code style ([#3515](https://github.com/DataDog/integrations-core/pull/3515)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Kerberos auth. See [#2823](https://github.com/DataDog/integrations-core/pull/2823). +* Support Kerberos auth ([#2823](https://github.com/DataDog/integrations-core/pull/2823)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2857](https://github.com/DataDog/integrations-core/pull/2857). +* Support Python 3 ([#2857](https://github.com/DataDog/integrations-core/pull/2857)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-07 ***Added***: -* Add support for HTTP authentication. See [#1677](https://github.com/DataDog/integrations-core/pull/1677). +* Add support for HTTP authentication ([#1677](https://github.com/DataDog/integrations-core/pull/1677)) ## 1.2.1 / 2018-02-28 ***Fixed***: -* Fix regression where instance tags were required. See [#1132](https://github.com/DataDog/integrations-core/issues/1132) +* Fix regression where instance tags were required ([#1132](https://github)com/DataDog/integrations-core/issues/1132) ## 1.2.0 / 2018-02-13 ***Added***: -* add instance level tags to metrics and service check. See [#1047](https://github.com/DataDog/integrations-core/issues/1047) +* add instance level tags to metrics and service check ([#1047](https://github)com/DataDog/integrations-core/issues/1047) ## 1.1.0 / 2018-01-10 ***Added***: -* adds configuration option to ignore SSL validation. See [#714](https://github.com/DataDog/integrations-core/issues/714) +* adds configuration option to ignore SSL validation ([#714](https://github)com/DataDog/integrations-core/issues/714) ## 1.0.0 / 2017-03-22 diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 3857949582e9a..3fda5b2a14016 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -6,158 +6,158 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.8.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.8.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 1.8.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11363](https://github.com/DataDog/integrations-core/pull/11363). +* Add `pyproject.toml` file ([#11363](https://github.com/DataDog/integrations-core/pull/11363)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.7.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.7.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8930](https://github.com/DataDog/integrations-core/pull/8930). +* Add runtime configuration validation ([#8930](https://github.com/DataDog/integrations-core/pull/8930)) ## 1.6.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.5.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.5.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.5.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.4.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.3.3 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.3.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.3.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) ## 1.2.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add `service_check_prefix` config to jmx. See [#6163](https://github.com/DataDog/integrations-core/pull/6163). -* Use config spec. See [#5979](https://github.com/DataDog/integrations-core/pull/5979). +* Add `service_check_prefix` config to jmx ([#6163](https://github.com/DataDog/integrations-core/pull/6163)) +* Use config spec ([#5979](https://github.com/DataDog/integrations-core/pull/5979)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Fix JMX spec doc. See [#6074](https://github.com/DataDog/integrations-core/pull/6074). -* Remove examples from jmx template. See [#6006](https://github.com/DataDog/integrations-core/pull/6006). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Fix JMX spec doc ([#6074](https://github.com/DataDog/integrations-core/pull/6074)) +* Remove examples from jmx template ([#6006](https://github.com/DataDog/integrations-core/pull/6006)) ## 1.1.2 / 2019-12-04 / Agent 7.16.0 ***Fixed***: -* Fix bean name of directsql_errors metric. See [#5141](https://github.com/DataDog/integrations-core/pull/5141). +* Fix bean name of directsql_errors metric ([#5141](https://github.com/DataDog/integrations-core/pull/5141)) ## 1.1.1 / 2019-12-02 ***Fixed***: -* Fix directsql_error metric bean in config. See [#5074](https://github.com/DataDog/integrations-core/pull/5074). +* Fix directsql_error metric bean in config ([#5074](https://github.com/DataDog/integrations-core/pull/5074)) ## 1.1.0 / 2019-06-19 / Agent 6.13.0 ***Added***: -* Add log section. See [#3891](https://github.com/DataDog/integrations-core/pull/3891). +* Add log section ([#3891](https://github.com/DataDog/integrations-core/pull/3891)) ## 1.0.2 / 2019-06-18 ***Fixed***: -* Fix metric type. See [#3885](https://github.com/DataDog/integrations-core/pull/3885). -* Fix Hive metadatas. See [#3851](https://github.com/DataDog/integrations-core/pull/3851). +* Fix metric type ([#3885](https://github.com/DataDog/integrations-core/pull/3885)) +* Fix Hive metadatas ([#3851](https://github.com/DataDog/integrations-core/pull/3851)) ## 1.0.1 / 2019-06-05 / Agent 6.12.0 ***Fixed***: -* Fix init file. See [#3855](https://github.com/DataDog/integrations-core/pull/3855). +* Fix init file ([#3855](https://github.com/DataDog/integrations-core/pull/3855)) ## 1.0.0 / 2019-06-01 ***Added***: -* Hive integration. See [#3723](https://github.com/DataDog/integrations-core/pull/3723). +* Hive integration ([#3723](https://github.com/DataDog/integrations-core/pull/3723)) diff --git a/hivemq/CHANGELOG.md b/hivemq/CHANGELOG.md index 0e1d80ff1fd24..55c274a0251ef 100644 --- a/hivemq/CHANGELOG.md +++ b/hivemq/CHANGELOG.md @@ -6,117 +6,117 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.6.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.6.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 1.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11364](https://github.com/DataDog/integrations-core/pull/11364). +* Add `pyproject.toml` file ([#11364](https://github.com/DataDog/integrations-core/pull/11364)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.5.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.5.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8931](https://github.com/DataDog/integrations-core/pull/8931). +* Add runtime configuration validation ([#8931](https://github.com/DataDog/integrations-core/pull/8931)) ## 1.4.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.3.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.1.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.1.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.1.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add event log file to example config. See [#6843](https://github.com/DataDog/integrations-core/pull/6843). +* Add event log file to example config ([#6843](https://github.com/DataDog/integrations-core/pull/6843)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.0.1 / 2020-05-28 / Agent 7.20.0 ***Fixed***: -* Fix metric definitions to match the unnormalized bean names. See [#6768](https://github.com/DataDog/integrations-core/pull/6768). +* Fix metric definitions to match the unnormalized bean names ([#6768](https://github.com/DataDog/integrations-core/pull/6768)) ## 1.0.0 / 2020-05-14 ***Added***: -* Add HiveMQ integration. See [#6600](https://github.com/DataDog/integrations-core/pull/6600). +* Add HiveMQ integration ([#6600](https://github.com/DataDog/integrations-core/pull/6600)) diff --git a/http_check/CHANGELOG.md b/http_check/CHANGELOG.md index 7c82d184497f5..8fa19f75b969c 100644 --- a/http_check/CHANGELOG.md +++ b/http_check/CHANGELOG.md @@ -10,443 +10,443 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 8.3.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 8.2.1 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Support case-insensitive header fields. See [#13876](https://github.com/DataDog/integrations-core/pull/13876). +* Support case-insensitive header fields ([#13876](https://github.com/DataDog/integrations-core/pull/13876)) ## 8.2.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Allow certificate expiration checks no matter what ssl/tls verification settings are. See [#13527](https://github.com/DataDog/integrations-core/pull/13527). Thanks [scott-shields-github](https://github.com/scott-shields-github). +* Allow certificate expiration checks no matter what ssl/tls verification settings are ([#13527](https://github.com/DataDog/integrations-core/pull/13527)) Thanks [scott-shields-github](https://github.com/scott-shields-github). ## 8.1.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update cryptography dependency. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). +* Update cryptography dependency ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) ## 8.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 8.0.1 / 2022-05-23 / Agent 7.37.0 ***Fixed***: -* Clarify no cert service check message. See [#12064](https://github.com/DataDog/integrations-core/pull/12064). +* Clarify no cert service check message ([#12064](https://github.com/DataDog/integrations-core/pull/12064)) ## 8.0.0 / 2022-05-15 ***Removed***: -* Delete unused `weakciphers` option path. See [#11926](https://github.com/DataDog/integrations-core/pull/11926). +* Delete unused `weakciphers` option path ([#11926](https://github.com/DataDog/integrations-core/pull/11926)) ***Fixed***: -* Don't pin urllib3. See [#11944](https://github.com/DataDog/integrations-core/pull/11944). +* Don't pin urllib3 ([#11944](https://github.com/DataDog/integrations-core/pull/11944)) ## 7.1.1 / 2022-04-11 / Agent 7.36.0 ***Fixed***: -* Improve service check message when cert is not found. See [#11793](https://github.com/DataDog/integrations-core/pull/11793). +* Improve service check message when cert is not found ([#11793](https://github.com/DataDog/integrations-core/pull/11793)) ## 7.1.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Document TLS options. See [#11714](https://github.com/DataDog/integrations-core/pull/11714). -* Remap `check_hostname` to `tls_validate_hostname` . See [#11706](https://github.com/DataDog/integrations-core/pull/11706). -* Fail more gracefully. See [#11615](https://github.com/DataDog/integrations-core/pull/11615). +* Document TLS options ([#11714](https://github.com/DataDog/integrations-core/pull/11714)) +* Remap `check_hostname` to `tls_validate_hostname` ([#11706](https://github.com/DataDog/integrations-core/pull/11706)) +* Fail more gracefully ([#11615](https://github.com/DataDog/integrations-core/pull/11615)) ## 7.0.1 / 2022-03-02 ***Fixed***: -* Avoid reading response content unless necessary. See [#11590](https://github.com/DataDog/integrations-core/pull/11590). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Avoid reading response content unless necessary ([#11590](https://github.com/DataDog/integrations-core/pull/11590)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 7.0.0 / 2022-03-02 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11365](https://github.com/DataDog/integrations-core/pull/11365). +* Add `pyproject.toml` file ([#11365](https://github.com/DataDog/integrations-core/pull/11365)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 6.1.2 / 2022-01-08 / Agent 7.33.0 ***Fixed***: -* Add urllib3 as dependency. See [#11069](https://github.com/DataDog/integrations-core/pull/11069). -* Fix urllib3 import statement. See [#11065](https://github.com/DataDog/integrations-core/pull/11065). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add urllib3 as dependency ([#11069](https://github.com/DataDog/integrations-core/pull/11069)) +* Fix urllib3 import statement ([#11065](https://github.com/DataDog/integrations-core/pull/11065)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 6.1.1 / 2021-10-18 ***Fixed***: -* Avoid resetting auth token on headers. See [#10388](https://github.com/DataDog/integrations-core/pull/10388). +* Avoid resetting auth token on headers ([#10388](https://github.com/DataDog/integrations-core/pull/10388)) ## 6.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 6.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 5.3.2 / 2021-06-07 / Agent 7.29.0 ***Fixed***: -* Fix data configuration type. See [#9482](https://github.com/DataDog/integrations-core/pull/9482). +* Fix data configuration type ([#9482](https://github.com/DataDog/integrations-core/pull/9482)) ## 5.3.1 / 2021-04-20 / Agent 7.28.0 ***Fixed***: -* Restore correct default value of tls_verify. See [#9197](https://github.com/DataDog/integrations-core/pull/9197). +* Restore correct default value of tls_verify ([#9197](https://github.com/DataDog/integrations-core/pull/9197)) ## 5.3.0 / 2021-04-19 ***Added***: -* Upgrade cryptography to 3.4.6 on Python 3. See [#8764](https://github.com/DataDog/integrations-core/pull/8764). -* Add runtime configuration validation. See [#8932](https://github.com/DataDog/integrations-core/pull/8932). +* Upgrade cryptography to 3.4.6 on Python 3 ([#8764](https://github.com/DataDog/integrations-core/pull/8764)) +* Add runtime configuration validation ([#8932](https://github.com/DataDog/integrations-core/pull/8932)) ## 5.2.0 / 2021-03-07 / Agent 7.27.0 ***Security***: -* Upgrade cryptography python package. See [#8611](https://github.com/DataDog/integrations-core/pull/8611). +* Upgrade cryptography python package ([#8611](https://github.com/DataDog/integrations-core/pull/8611)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 5.1.0 / 2021-01-28 / Agent 7.26.0 ***Security***: -* Upgrade cryptography python package. See [#8476](https://github.com/DataDog/integrations-core/pull/8476). +* Upgrade cryptography python package ([#8476](https://github.com/DataDog/integrations-core/pull/8476)) ## 5.0.0 / 2021-01-21 ***Changed***: -* Update http_check to use TLS context wrapper. See [#8268](https://github.com/DataDog/integrations-core/pull/8268). -* Only send ssl metrics if a connection succeeded. See [#8102](https://github.com/DataDog/integrations-core/pull/8102). +* Update http_check to use TLS context wrapper ([#8268](https://github.com/DataDog/integrations-core/pull/8268)) +* Only send ssl metrics if a connection succeeded ([#8102](https://github.com/DataDog/integrations-core/pull/8102)) ***Added***: -* Support combined client cert files. See [#8298](https://github.com/DataDog/integrations-core/pull/8298). +* Support combined client cert files ([#8298](https://github.com/DataDog/integrations-core/pull/8298)) ***Fixed***: -* Fix misleading debug message. See [#8379](https://github.com/DataDog/integrations-core/pull/8379). +* Fix misleading debug message ([#8379](https://github.com/DataDog/integrations-core/pull/8379)) ## 4.12.0 / 2020-10-31 / Agent 7.24.0 ***Security***: -* Upgrade `cryptography` dependency. See [#7869](https://github.com/DataDog/integrations-core/pull/7869). +* Upgrade `cryptography` dependency ([#7869](https://github.com/DataDog/integrations-core/pull/7869)) ***Added***: -* Add support for OPTIONS method. See [#7894](https://github.com/DataDog/integrations-core/pull/7894). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add support for OPTIONS method ([#7894](https://github.com/DataDog/integrations-core/pull/7894)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 4.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 4.10.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs to http check. See [#7245](https://github.com/DataDog/integrations-core/pull/7245). +* Add config specs to http check ([#7245](https://github.com/DataDog/integrations-core/pull/7245)) ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 4.9.1 / 2020-07-09 ***Fixed***: -* Raise http service check message limit. See [#7008](https://github.com/DataDog/integrations-core/pull/7008). +* Raise http service check message limit ([#7008](https://github.com/DataDog/integrations-core/pull/7008)) ## 4.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 4.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 4.7.1 / 2020-04-09 / Agent 7.19.0 ***Fixed***: -* Fix new option name in config sample. See [#6296](https://github.com/DataDog/integrations-core/pull/6296). +* Fix new option name in config sample ([#6296](https://github.com/DataDog/integrations-core/pull/6296)) ## 4.7.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Update reference to `disable_ssl_validation`. See [#5945](https://github.com/DataDog/integrations-core/pull/5945). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Update reference to `disable_ssl_validation` ([#5945](https://github.com/DataDog/integrations-core/pull/5945)) ## 4.6.4 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Apply strptime thread-safety fix only on Python 2. See [#5618](https://github.com/DataDog/integrations-core/pull/5618). +* Apply strptime thread-safety fix only on Python 2 ([#5618](https://github.com/DataDog/integrations-core/pull/5618)) ## 4.6.3 / 2020-01-24 / Agent 7.17.0 ***Fixed***: -* Document that tls_verify is False by default. See [#5547](https://github.com/DataDog/integrations-core/pull/5547). +* Document that tls_verify is False by default ([#5547](https://github.com/DataDog/integrations-core/pull/5547)) ## 4.6.2 / 2020-01-21 ***Fixed***: -* Properly enable TLS/SSL verification when `tls_verify` is true. See [#5507](https://github.com/DataDog/integrations-core/pull/5507). +* Properly enable TLS/SSL verification when `tls_verify` is true ([#5507](https://github.com/DataDog/integrations-core/pull/5507)) ## 4.6.1 / 2020-01-17 ***Fixed***: -* Avoid cross instance data sharing. See [#5499](https://github.com/DataDog/integrations-core/pull/5499). +* Avoid cross instance data sharing ([#5499](https://github.com/DataDog/integrations-core/pull/5499)) ## 4.6.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 4.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade cryptography to 2.8. See [#5047](https://github.com/DataDog/integrations-core/pull/5047). +* Upgrade cryptography to 2.8 ([#5047](https://github.com/DataDog/integrations-core/pull/5047)) ## 4.4.0 / 2019-11-15 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ***Fixed***: -* Update response_time metric source. See [#5025](https://github.com/DataDog/integrations-core/pull/5025). -* Improve config constructor syntax. See [#4841](https://github.com/DataDog/integrations-core/pull/4841). +* Update response_time metric source ([#5025](https://github.com/DataDog/integrations-core/pull/5025)) +* Improve config constructor syntax ([#4841](https://github.com/DataDog/integrations-core/pull/4841)) ## 4.3.1 / 2019-10-18 / Agent 6.15.0 ***Fixed***: -* Ensure the correct tls_ca_cert value is used. See [#4819](https://github.com/DataDog/integrations-core/pull/4819). +* Ensure the correct tls_ca_cert value is used ([#4819](https://github.com/DataDog/integrations-core/pull/4819)) ## 4.3.0 / 2019-10-11 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 4.2.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add request wrapper to http_check. See [#4363](https://github.com/DataDog/integrations-core/pull/4363). +* Add request wrapper to http_check ([#4363](https://github.com/DataDog/integrations-core/pull/4363)) ## 4.1.1 / 2019-07-22 / Agent 6.13.0 ***Fixed***: -* Fix detection of the embedded Agent directory. See [#4158](https://github.com/DataDog/integrations-core/pull/4158). +* Fix detection of the embedded Agent directory ([#4158](https://github.com/DataDog/integrations-core/pull/4158)) ## 4.1.0 / 2019-07-04 ***Added***: -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) ## 4.0.0 / 2019-05-14 / Agent 6.12.0 ***Changed***: -* Remove every default header except `User-Agent`. See [#3644](https://github.com/DataDog/integrations-core/pull/3644). +* Remove every default header except `User-Agent` ([#3644](https://github.com/DataDog/integrations-core/pull/3644)) ***Added***: -* Adhere to code style. See [#3516](https://github.com/DataDog/integrations-core/pull/3516). +* Adhere to code style ([#3516](https://github.com/DataDog/integrations-core/pull/3516)) ## 3.2.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Fix Python 3.7 support. See [#3293](https://github.com/DataDog/integrations-core/pull/3293). -* ensure_unicode with normalize for py3 compatibility. See [#3218](https://github.com/DataDog/integrations-core/pull/3218). +* Fix Python 3.7 support ([#3293](https://github.com/DataDog/integrations-core/pull/3293)) +* ensure_unicode with normalize for py3 compatibility ([#3218](https://github.com/DataDog/integrations-core/pull/3218)) ## 3.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add url as tag. See [#3080](https://github.com/DataDog/integrations-core/pull/3080). -* [http_check] adds instance tag to metrics. See [#3065](https://github.com/DataDog/integrations-core/pull/3065). +* Add url as tag ([#3080](https://github.com/DataDog/integrations-core/pull/3080)) +* [http_check] adds instance tag to metrics ([#3065](https://github.com/DataDog/integrations-core/pull/3065)) ## 3.1.1 / 2018-12-07 / Agent 6.8.0 ***Fixed***: -* Fix unicode handling of log messages. See [#2700](https://github.com/DataDog/integrations-core/pull/2700). +* Fix unicode handling of log messages ([#2700](https://github.com/DataDog/integrations-core/pull/2700)) ## 3.1.0 / 2018-11-30 ***Added***: -* Add option to set `stream` parameter on requests. See [#2658](https://github.com/DataDog/integrations-core/pull/2658). Thanks [syskill](https://github.com/syskill). -* Upgrade cryptography. See [#2659](https://github.com/DataDog/integrations-core/pull/2659). -* Upgrade requests. See [#2481](https://github.com/DataDog/integrations-core/pull/2481). -* Fix unicode handling on A6. See [#2435](https://github.com/DataDog/integrations-core/pull/2435). -* Validate that the url starts with the scheme. See [#2393](https://github.com/DataDog/integrations-core/pull/2393). +* Add option to set `stream` parameter on requests ([#2658](https://github.com/DataDog/integrations-core/pull/2658)) Thanks [syskill](https://github.com/syskill). +* Upgrade cryptography ([#2659](https://github.com/DataDog/integrations-core/pull/2659)) +* Upgrade requests ([#2481](https://github.com/DataDog/integrations-core/pull/2481)) +* Fix unicode handling on A6 ([#2435](https://github.com/DataDog/integrations-core/pull/2435)) +* Validate that the url starts with the scheme ([#2393](https://github.com/DataDog/integrations-core/pull/2393)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 3.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Refactoring: isolate config parsing. See [#2321](https://github.com/DataDog/integrations-core/pull/2321). +* Refactoring: isolate config parsing ([#2321](https://github.com/DataDog/integrations-core/pull/2321)) ***Added***: -* Handle SSL exception and send a DOWN service check status. See [#2332](https://github.com/DataDog/integrations-core/pull/2332). +* Handle SSL exception and send a DOWN service check status ([#2332](https://github.com/DataDog/integrations-core/pull/2332)) ## 2.4.0 / 2018-10-01 ***Added***: -* Allow configuring cert expiration time in seconds. See [#2290](https://github.com/DataDog/integrations-core/pull/2290). +* Allow configuring cert expiration time in seconds ([#2290](https://github.com/DataDog/integrations-core/pull/2290)) ***Fixed***: -* Fix fetching ca_certs from init_config. See [#2318](https://github.com/DataDog/integrations-core/pull/2318). +* Fix fetching ca_certs from init_config ([#2318](https://github.com/DataDog/integrations-core/pull/2318)) ## 2.3.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* support NTLM auth. See [#1812](https://github.com/DataDog/integrations-core/pull/1812). +* support NTLM auth ([#1812](https://github.com/DataDog/integrations-core/pull/1812)) ***Fixed***: -* Update cryptography to 2.3. See [#1927](https://github.com/DataDog/integrations-core/pull/1927). -* fix link in config option description. See [#1865](https://github.com/DataDog/integrations-core/pull/1865). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Update cryptography to 2.3 ([#1927](https://github.com/DataDog/integrations-core/pull/1927)) +* fix link in config option description ([#1865](https://github.com/DataDog/integrations-core/pull/1865)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 2.2.0 / 2018-06-20 / Agent 6.3.1 ***Fixed***: -* Add support client auth for http check cert expiration.. See [#1754](https://github.com/DataDog/integrations-core/pull/1754). -* Check will now send data with PUT, DELETE, and PATCH methods--not just POST. See [#1718](https://github.com/DataDog/integrations-core/pull/1718). +* Add support client auth for http check cert expiration. ([#1754](https://github.com/DataDog/integrations-core/pull/1754)) +* Check will now send data with PUT, DELETE, and PATCH methods--not just POST ([#1718](https://github.com/DataDog/integrations-core/pull/1718)) ## 2.1.0 / 2018-06-06 ***Changed***: -* Emit a warning if disable_ssl_validation is unset. See [#1517](https://github.com/DataDog/integrations-core/pull/1517). +* Emit a warning if disable_ssl_validation is unset ([#1517](https://github.com/DataDog/integrations-core/pull/1517)) ***Added***: -* Allow users to disable matching hostnames verification in ssl cert verification. See [#1519](https://github.com/DataDog/integrations-core/pull/1519). +* Allow users to disable matching hostnames verification in ssl cert verification ([#1519](https://github.com/DataDog/integrations-core/pull/1519)) ***Fixed***: -* fixes AttributeError when running on 6.2.1. See [#1617](https://github.com/DataDog/integrations-core/pull/1617). -* Suppress InsecureRequestWarning for urllib3 for http_check. See [#1574](https://github.com/DataDog/integrations-core/pull/1574). +* fixes AttributeError when running on 6.2.1 ([#1617](https://github.com/DataDog/integrations-core/pull/1617)) +* Suppress InsecureRequestWarning for urllib3 for http_check ([#1574](https://github.com/DataDog/integrations-core/pull/1574)) ## 2.0.1 / 2018-05-11 ***Fixed***: -* Properly detect default certificate file for all supported Platforms. See [#1340](https://github.com/DataDog/integrations-core/pull/1340) +* Properly detect default certificate file for all supported Platforms ([#1340](https://github)com/DataDog/integrations-core/pull/1340) ## 2.0.0 / 2018-03-23 ***Deprecated***: -* Remove the `skip_event` option from the check. See [#1054](https://github.com/DataDog/integrations-core/pull/1054) +* Remove the `skip_event` option from the check ([#1054](https://github)com/DataDog/integrations-core/pull/1054) ***Fixed***: @@ -457,7 +457,7 @@ ***Added***: -* begin deprecation of `no_proxy` config flag in favor of `skip_proxy`. See [#1057](https://github.com/DataDog/integrations-core/pull/1057). +* begin deprecation of `no_proxy` config flag in favor of `skip_proxy` ([#1057](https://github.com/DataDog/integrations-core/pull/1057)) ## 1.3.1 / 2018-01-17 @@ -469,7 +469,7 @@ ***Added***: -* Report http connect status as metrics. See #659. +* Report http connect status as metrics (#659) * Add configurable ssl server name for cert expiration check. See[#905](https://github.com/DataDog/integrations-core/pull/905). ***Fixed***: @@ -481,13 +481,13 @@ ***Added***: * Add support for client side certificate. See[#688](https://github.com/DataDog/integrations-core/issues/688). (Thanks [@xkrt](https://github.com/xkrt)) -* Make tornado optional. See [#758](https://github.com/DataDog/integrations-core/issues/758). +* Make tornado optional ([#758](https://github.com/DataDog/integrations-core/issues/758)) ## 1.1.2 / 2017-08-28 ***Added***: -* Improved logging. See [#652](https://github.com/DataDog/integrations-core/issues/652). +* Improved logging ([#652](https://github.com/DataDog/integrations-core/issues/652)) ## 1.1.1 / 2017-07-18 @@ -499,8 +499,8 @@ ***Added***: -* Add support for SOAP requests. See [#328](https://github.com/DataDog/integrations-core/issues/328). -* Add gauge metric for ssl days left. See [#249](https://github.com/DataDog/integrations-core/issues/249). +* Add support for SOAP requests ([#328](https://github.com/DataDog/integrations-core/issues/328)) +* Add gauge metric for ssl days left ([#249](https://github.com/DataDog/integrations-core/issues/249)) ## 1.0.0 / 2017-03-22 diff --git a/hudi/CHANGELOG.md b/hudi/CHANGELOG.md index a3a10ff1e6197..59bc93467b3f9 100644 --- a/hudi/CHANGELOG.md +++ b/hudi/CHANGELOG.md @@ -6,59 +6,59 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.1.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.1.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11366](https://github.com/DataDog/integrations-core/pull/11366). +* Add `pyproject.toml` file ([#11366](https://github.com/DataDog/integrations-core/pull/11366)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.0.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.0.0 / 2021-11-13 / Agent 7.33.0 ***Changed***: -* Update tag name to be consistent with others. See [#10511](https://github.com/DataDog/integrations-core/pull/10511). +* Update tag name to be consistent with others ([#10511](https://github.com/DataDog/integrations-core/pull/10511)) ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.0.1 / 2021-10-07 / Agent 7.32.0 ***Fixed***: -* Properly escape periods in regular expressions for beans. See [#10363](https://github.com/DataDog/integrations-core/pull/10363). +* Properly escape periods in regular expressions for beans ([#10363](https://github.com/DataDog/integrations-core/pull/10363)) ## 1.0.0 / 2021-10-02 ***Added***: -* Add Hudi integration. See [#10155](https://github.com/DataDog/integrations-core/pull/10155). +* Add Hudi integration ([#10155](https://github.com/DataDog/integrations-core/pull/10155)) diff --git a/hyperv/CHANGELOG.md b/hyperv/CHANGELOG.md index 946b40cddfe47..60d155d62dff0 100644 --- a/hyperv/CHANGELOG.md +++ b/hyperv/CHANGELOG.md @@ -6,97 +6,97 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.9.0 / 2023-07-10 ***Added***: -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.8.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11367](https://github.com/DataDog/integrations-core/pull/11367). +* Add `pyproject.toml` file ([#11367](https://github.com/DataDog/integrations-core/pull/11367)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.5.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Support new implementation of Windows performance counters on Python 3. See [#10716](https://github.com/DataDog/integrations-core/pull/10716). +* Support new implementation of Windows performance counters on Python 3 ([#10716](https://github.com/DataDog/integrations-core/pull/10716)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Properly hide legacy PDH config. See [#10858](https://github.com/DataDog/integrations-core/pull/10858). -* Bump base package dependency. See [#10797](https://github.com/DataDog/integrations-core/pull/10797). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Properly hide legacy PDH config ([#10858](https://github.com/DataDog/integrations-core/pull/10858)) +* Bump base package dependency ([#10797](https://github.com/DataDog/integrations-core/pull/10797)) ## 1.4.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8933](https://github.com/DataDog/integrations-core/pull/8933). +* Add runtime configuration validation ([#8933](https://github.com/DataDog/integrations-core/pull/8933)) ## 1.3.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Remove active_directory references from config. See [#8111](https://github.com/DataDog/integrations-core/pull/8111). -* Fix pdh configuration spec. See [#8106](https://github.com/DataDog/integrations-core/pull/8106). +* Remove active_directory references from config ([#8111](https://github.com/DataDog/integrations-core/pull/8111)) +* Fix pdh configuration spec ([#8106](https://github.com/DataDog/integrations-core/pull/8106)) ## 1.3.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add config and use new agent signature. See [#6779](https://github.com/DataDog/integrations-core/pull/6779). +* Add config and use new agent signature ([#6779](https://github.com/DataDog/integrations-core/pull/6779)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3517](https://github.com/DataDog/integrations-core/pull/3517). +* Adhere to code style ([#3517](https://github.com/DataDog/integrations-core/pull/3517)) ## 1.0.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Add tags option to hyperv. See [#3337](https://github.com/DataDog/integrations-core/pull/3337). +* Add tags option to hyperv ([#3337](https://github.com/DataDog/integrations-core/pull/3337)) ## 1.0.0 / 2019-01-03 / Agent 6.9.0 ***Added***: -* Add Hyper-V integration. See [#2607][1]. +* Add Hyper-V integration ([#2607][1]) [1]: https://github.com/DataDog/integrations-core/pull/2607 diff --git a/ibm_ace/CHANGELOG.md b/ibm_ace/CHANGELOG.md index 30b9be2cf1f8d..c8682df4f0e6c 100644 --- a/ibm_ace/CHANGELOG.md +++ b/ibm_ace/CHANGELOG.md @@ -6,65 +6,65 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.2.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2023-06-05 ***Fixed***: -* Use `non_durable` queues when connecting to IBM Ace and also delete the subscription when disconnecting. See [#14568](https://github.com/DataDog/integrations-core/pull/14568). +* Use `non_durable` queues when connecting to IBM Ace and also delete the subscription when disconnecting ([#14568](https://github.com/DataDog/integrations-core/pull/14568)) ## 1.0.4 / 2023-02-15 / Agent 7.44.0 ***Fixed***: -* Use `count` instead of `monotonic_count` for counters. See [#13959](https://github.com/DataDog/integrations-core/pull/13959). +* Use `count` instead of `monotonic_count` for counters ([#13959](https://github.com/DataDog/integrations-core/pull/13959)) ## 1.0.3 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Submit error message with non-OK service check statuses. See [#12523](https://github.com/DataDog/integrations-core/pull/12523). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Submit error message with non-OK service check statuses ([#12523](https://github.com/DataDog/integrations-core/pull/12523)) ## 1.0.2 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Fix enumerated integer validation. See [#11964](https://github.com/DataDog/integrations-core/pull/11964). +* Fix enumerated integer validation ([#11964](https://github.com/DataDog/integrations-core/pull/11964)) ## 1.0.1 / 2022-04-14 / Agent 7.36.0 ***Fixed***: -* Enable py3 only. See [#11833](https://github.com/DataDog/integrations-core/pull/11833). +* Enable py3 only ([#11833](https://github.com/DataDog/integrations-core/pull/11833)) ## 1.0.0 / 2022-04-04 ***Added***: -* Add IBM ACE integration. See [#11654](https://github.com/DataDog/integrations-core/pull/11654). +* Add IBM ACE integration ([#11654](https://github.com/DataDog/integrations-core/pull/11654)) diff --git a/ibm_db2/CHANGELOG.md b/ibm_db2/CHANGELOG.md index 707dc56324198..1818d5b53c2d0 100644 --- a/ibm_db2/CHANGELOG.md +++ b/ibm_db2/CHANGELOG.md @@ -6,151 +6,151 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.2 / 2022-09-22 / Agent 7.40.0 ***Fixed***: -* Emit critical service check when connection is lost. See [#12995](https://github.com/DataDog/integrations-core/pull/12995). +* Emit critical service check when connection is lost ([#12995](https://github.com/DataDog/integrations-core/pull/12995)) ## 1.11.1 / 2022-08-26 ***Fixed***: -* Get a connection every check run. See [#12736](https://github.com/DataDog/integrations-core/pull/12736). +* Get a connection every check run ([#12736](https://github.com/DataDog/integrations-core/pull/12736)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.1 / 2022-03-01 / Agent 7.35.0 ***Fixed***: -* Set enum of security option. See [#11584](https://github.com/DataDog/integrations-core/pull/11584). +* Set enum of security option ([#11584](https://github.com/DataDog/integrations-core/pull/11584)) ## 1.10.0 / 2022-02-19 ***Added***: -* Add Security parameter. See [#11236](https://github.com/DataDog/integrations-core/pull/11236). Thanks [martintietz](https://github.com/martintietz). -* Add `pyproject.toml` file. See [#11368](https://github.com/DataDog/integrations-core/pull/11368). +* Add Security parameter ([#11236](https://github.com/DataDog/integrations-core/pull/11236)) Thanks [martintietz](https://github.com/martintietz). +* Add `pyproject.toml` file ([#11368](https://github.com/DataDog/integrations-core/pull/11368)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8934](https://github.com/DataDog/integrations-core/pull/8934). +* Add runtime configuration validation ([#8934](https://github.com/DataDog/integrations-core/pull/8934)) ## 1.8.1 / 2021-10-21 ***Fixed***: -* Modify can_connect to emit every run. See [#10455](https://github.com/DataDog/integrations-core/pull/10455). +* Modify can_connect to emit every run ([#10455](https://github.com/DataDog/integrations-core/pull/10455)) ## 1.8.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) ## 1.7.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Log message for invalid queries. See [#9797](https://github.com/DataDog/integrations-core/pull/9797). +* Log message for invalid queries ([#9797](https://github.com/DataDog/integrations-core/pull/9797)) ## 1.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#8007](https://github.com/DataDog/integrations-core/pull/8007). +* Add config specs ([#8007](https://github.com/DataDog/integrations-core/pull/8007)) ## 1.5.1 / 2020-10-31 / Agent 7.24.0 ***Fixed***: -* Fix default port value. See [#7658](https://github.com/DataDog/integrations-core/pull/7658). +* Fix default port value ([#7658](https://github.com/DataDog/integrations-core/pull/7658)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.4.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.4.0 / 2020-01-30 / Agent 7.18.0 ***Added***: -* Add parameters for SSL configuration. See [#5587](https://github.com/DataDog/integrations-core/pull/5587). +* Add parameters for SSL configuration ([#5587](https://github.com/DataDog/integrations-core/pull/5587)) ## 1.3.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add version metadata. See [#5262](https://github.com/DataDog/integrations-core/pull/5262). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add version metadata ([#5262](https://github.com/DataDog/integrations-core/pull/5262)) ## 1.2.0 / 2019-12-16 ***Added***: -* Retry connection after closed connection. See [#5194](https://github.com/DataDog/integrations-core/pull/5194). +* Retry connection after closed connection ([#5194](https://github.com/DataDog/integrations-core/pull/5194)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3518](https://github.com/DataDog/integrations-core/pull/3518). +* Adhere to code style ([#3518](https://github.com/DataDog/integrations-core/pull/3518)) ## 1.0.1 / 2019-04-10 / Agent 6.11.0 ***Fixed***: -* Change `ibm_db2.connection.max` to gauge. See [#3602](https://github.com/DataDog/integrations-core/pull/3602). +* Change `ibm_db2.connection.max` to gauge ([#3602](https://github.com/DataDog/integrations-core/pull/3602)) ## 1.0.0 / 2019-03-29 ***Added***: -* Add IBM Db2. See [#3095](https://github.com/DataDog/integrations-core/pull/3095). +* Add IBM Db2 ([#3095](https://github.com/DataDog/integrations-core/pull/3095)) diff --git a/ibm_i/CHANGELOG.md b/ibm_i/CHANGELOG.md index c372b0a467a4a..f7e63e3cbeef1 100644 --- a/ibm_i/CHANGELOG.md +++ b/ibm_i/CHANGELOG.md @@ -6,87 +6,87 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.5.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.5.0 / 2022-10-28 / Agent 7.41.0 ***Added***: -* Add `selected_message_queues` flag to filter message queues and improve performances. See [#12808](https://github.com/DataDog/integrations-core/pull/12808). +* Add `selected_message_queues` flag to filter message queues and improve performances ([#12808](https://github.com/DataDog/integrations-core/pull/12808)) ***Fixed***: -* Produce CRITICAL service check if it cannot connect. See [#13114](https://github.com/DataDog/integrations-core/pull/13114). +* Produce CRITICAL service check if it cannot connect ([#13114](https://github.com/DataDog/integrations-core/pull/13114)) ## 1.4.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.4.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Add option to select which queries to run. See [#11806](https://github.com/DataDog/integrations-core/pull/11806). +* Add option to select which queries to run ([#11806](https://github.com/DataDog/integrations-core/pull/11806)) ***Fixed***: -* Fix enumerated integer validation. See [#11964](https://github.com/DataDog/integrations-core/pull/11964). +* Fix enumerated integer validation ([#11964](https://github.com/DataDog/integrations-core/pull/11964)) ## 1.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11369](https://github.com/DataDog/integrations-core/pull/11369). -* Add detailed CPU usage and status metrics. See [#11081](https://github.com/DataDog/integrations-core/pull/11081). +* Add `pyproject.toml` file ([#11369](https://github.com/DataDog/integrations-core/pull/11369)) +* Add detailed CPU usage and status metrics ([#11081](https://github.com/DataDog/integrations-core/pull/11081)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.1.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Log exceptions for troubleshooting. See [#10368](https://github.com/DataDog/integrations-core/pull/10368). -* Add option to override default IBM i hostname. See [#10383](https://github.com/DataDog/integrations-core/pull/10383). +* Log exceptions for troubleshooting ([#10368](https://github.com/DataDog/integrations-core/pull/10368)) +* Add option to override default IBM i hostname ([#10383](https://github.com/DataDog/integrations-core/pull/10383)) ## 1.0.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* Bump minimum base package. See [#10325](https://github.com/DataDog/integrations-core/pull/10325). +* Bump minimum base package ([#10325](https://github.com/DataDog/integrations-core/pull/10325)) ## 1.0.0 / 2021-09-14 ***Added***: -* Add IBM i integration. See [#9992](https://github.com/DataDog/integrations-core/pull/9992). +* Add IBM i integration ([#9992](https://github.com/DataDog/integrations-core/pull/9992)) diff --git a/ibm_mq/CHANGELOG.md b/ibm_mq/CHANGELOG.md index ae72150608718..35c7a7c015019 100644 --- a/ibm_mq/CHANGELOG.md +++ b/ibm_mq/CHANGELOG.md @@ -6,411 +6,411 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.2.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Tag queue metrics by usage. See [#14606](https://github.com/DataDog/integrations-core/pull/14606). +* Tag queue metrics by usage ([#14606](https://github.com/DataDog/integrations-core/pull/14606)) ## 4.0.3 / 2023-01-25 / Agent 7.43.0 ***Fixed***: -* Allow setting the try basic auth value from config in all cases. See [#13781](https://github.com/DataDog/integrations-core/pull/13781). +* Allow setting the try basic auth value from config in all cases ([#13781](https://github.com/DataDog/integrations-core/pull/13781)) ## 4.0.2 / 2023-01-20 ***Fixed***: -* Prevent unnecessary non-SSL connection attempts. See [#13559](https://github.com/DataDog/integrations-core/pull/13559). +* Prevent unnecessary non-SSL connection attempts ([#13559](https://github.com/DataDog/integrations-core/pull/13559)) ## 4.0.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Add messaging to service checks. See [#13355](https://github.com/DataDog/integrations-core/pull/13355). +* Add messaging to service checks ([#13355](https://github.com/DataDog/integrations-core/pull/13355)) ## 4.0.0 / 2022-10-28 / Agent 7.41.0 ***Changed***: -* Don't set any default algorithm for `ssl_cipher_spec`. See [#13013](https://github.com/DataDog/integrations-core/pull/13013). +* Don't set any default algorithm for `ssl_cipher_spec` ([#13013](https://github.com/DataDog/integrations-core/pull/13013)) ***Added***: -* Add `queue_manager_process` option. See [#13107](https://github.com/DataDog/integrations-core/pull/13107). +* Add `queue_manager_process` option ([#13107](https://github.com/DataDog/integrations-core/pull/13107)) ***Fixed***: -* Add back channels_to_skip for channel status metrics. See [#13113](https://github.com/DataDog/integrations-core/pull/13113). -* Update SSL connection configs used for determining SSL auth. See [#12974](https://github.com/DataDog/integrations-core/pull/12974). +* Add back channels_to_skip for channel status metrics ([#13113](https://github.com/DataDog/integrations-core/pull/13113)) +* Update SSL connection configs used for determining SSL auth ([#12974](https://github.com/DataDog/integrations-core/pull/12974)) ## 3.22.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.22.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Add `collect_reset_queue_metrics` option. See [#11818](https://github.com/DataDog/integrations-core/pull/11818). +* Add `collect_reset_queue_metrics` option ([#11818](https://github.com/DataDog/integrations-core/pull/11818)) ## 3.21.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add option to not try normal connection. See [#11748](https://github.com/DataDog/integrations-core/pull/11748). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add option to not try normal connection ([#11748](https://github.com/DataDog/integrations-core/pull/11748)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Report critical queue manager service check when connection fails. See [#11737](https://github.com/DataDog/integrations-core/pull/11737). +* Report critical queue manager service check when connection fails ([#11737](https://github.com/DataDog/integrations-core/pull/11737)) ## 3.20.0 / 2022-03-16 ***Added***: -* Add `auto_discover_channels` option. See [#11678](https://github.com/DataDog/integrations-core/pull/11678). +* Add `auto_discover_channels` option ([#11678](https://github.com/DataDog/integrations-core/pull/11678)) ***Fixed***: -* Ensure PCFExecute disconnects. See [#11677](https://github.com/DataDog/integrations-core/pull/11677). -* Improve debug logs. See [#11637](https://github.com/DataDog/integrations-core/pull/11637). +* Ensure PCFExecute disconnects ([#11677](https://github.com/DataDog/integrations-core/pull/11677)) +* Improve debug logs ([#11637](https://github.com/DataDog/integrations-core/pull/11637)) ## 3.19.1 / 2022-03-01 / Agent 7.35.0 ***Fixed***: -* Fix unique list items and min mapping properties config validations . See [#11574](https://github.com/DataDog/integrations-core/pull/11574). +* Fix unique list items and min mapping properties config validations ([#11574](https://github.com/DataDog/integrations-core/pull/11574)) ## 3.19.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11370](https://github.com/DataDog/integrations-core/pull/11370). +* Add `pyproject.toml` file ([#11370](https://github.com/DataDog/integrations-core/pull/11370)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.18.0 / 2022-02-01 ***Added***: -* Support host override. See [#11223](https://github.com/DataDog/integrations-core/pull/11223). +* Support host override ([#11223](https://github.com/DataDog/integrations-core/pull/11223)) ***Fixed***: -* Do not allow for empty values in configuration. See [#11138](https://github.com/DataDog/integrations-core/pull/11138). -* Improve log message. See [#11125](https://github.com/DataDog/integrations-core/pull/11125). +* Do not allow for empty values in configuration ([#11138](https://github.com/DataDog/integrations-core/pull/11138)) +* Improve log message ([#11125](https://github.com/DataDog/integrations-core/pull/11125)) ## 3.17.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add Windows support to IBM MQ. See [#10737](https://github.com/DataDog/integrations-core/pull/10737). +* Add Windows support to IBM MQ ([#10737](https://github.com/DataDog/integrations-core/pull/10737)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.16.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* ibm mq queue pattern should have precedence over autodiscover. See [#10247](https://github.com/DataDog/integrations-core/pull/10247). +* ibm mq queue pattern should have precedence over autodiscover ([#10247](https://github.com/DataDog/integrations-core/pull/10247)) ## 3.16.0 / 2021-09-27 ***Added***: -* Add support for queue status and last put/get time metrics. See [#10129](https://github.com/DataDog/integrations-core/pull/10129). +* Add support for queue status and last put/get time metrics ([#10129](https://github.com/DataDog/integrations-core/pull/10129)) ## 3.15.0 / 2021-09-20 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix mypy tests. See [#10134](https://github.com/DataDog/integrations-core/pull/10134). -* Stop emitting incorrect queue warning. See [#10017](https://github.com/DataDog/integrations-core/pull/10017). -* Add debug lines about discovered queues. See [#9969](https://github.com/DataDog/integrations-core/pull/9969). -* Add try-catch on queue closure. See [#9955](https://github.com/DataDog/integrations-core/pull/9955). +* Fix mypy tests ([#10134](https://github.com/DataDog/integrations-core/pull/10134)) +* Stop emitting incorrect queue warning ([#10017](https://github.com/DataDog/integrations-core/pull/10017)) +* Add debug lines about discovered queues ([#9969](https://github.com/DataDog/integrations-core/pull/9969)) +* Add try-catch on queue closure ([#9955](https://github.com/DataDog/integrations-core/pull/9955)) ## 3.14.1 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Do not store previously discovered queues. See [#9821](https://github.com/DataDog/integrations-core/pull/9821). -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). +* Do not store previously discovered queues ([#9821](https://github.com/DataDog/integrations-core/pull/9821)) +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) ## 3.14.0 / 2021-08-13 ***Added***: -* Add `timeout` option. See [#9896](https://github.com/DataDog/integrations-core/pull/9896). +* Add `timeout` option ([#9896](https://github.com/DataDog/integrations-core/pull/9896)) ***Fixed***: -* Use dedicated instance logger for connection messages. See [#9887](https://github.com/DataDog/integrations-core/pull/9887). -* Do not submit critical service check when there are no messages. See [#9703](https://github.com/DataDog/integrations-core/pull/9703). +* Use dedicated instance logger for connection messages ([#9887](https://github.com/DataDog/integrations-core/pull/9887)) +* Do not submit critical service check when there are no messages ([#9703](https://github.com/DataDog/integrations-core/pull/9703)) ## 3.13.3 / 2021-07-15 / Agent 7.30.0 ***Fixed***: -* Add debug line when there are no messages available. See [#9702](https://github.com/DataDog/integrations-core/pull/9702). +* Add debug line when there are no messages available ([#9702](https://github.com/DataDog/integrations-core/pull/9702)) ## 3.13.2 / 2021-06-09 ***Fixed***: -* Properly close internal reply queues. See [#9488](https://github.com/DataDog/integrations-core/pull/9488). +* Properly close internal reply queues ([#9488](https://github.com/DataDog/integrations-core/pull/9488)) ## 3.13.1 / 2021-06-01 / Agent 7.29.0 ***Fixed***: -* Don't emit any warnings if NO_MSG_AVAILABLE is received. See [#9452](https://github.com/DataDog/integrations-core/pull/9452). +* Don't emit any warnings if NO_MSG_AVAILABLE is received ([#9452](https://github.com/DataDog/integrations-core/pull/9452)) ## 3.13.0 / 2021-05-25 ***Added***: -* Add runtime configuration validation. See [#8935](https://github.com/DataDog/integrations-core/pull/8935). +* Add runtime configuration validation ([#8935](https://github.com/DataDog/integrations-core/pull/8935)) ***Fixed***: -* Try SSL connection when host not found. See [#9404](https://github.com/DataDog/integrations-core/pull/9404). -* Don't emit warnings if there are no messages. See [#9400](https://github.com/DataDog/integrations-core/pull/9400). +* Try SSL connection when host not found ([#9404](https://github.com/DataDog/integrations-core/pull/9404)) +* Don't emit warnings if there are no messages ([#9400](https://github.com/DataDog/integrations-core/pull/9400)) ## 3.12.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add flag to convert endianness. See [#8601](https://github.com/DataDog/integrations-core/pull/8601). +* Add flag to convert endianness ([#8601](https://github.com/DataDog/integrations-core/pull/8601)) ***Fixed***: -* Use SSL authentication if SSL params are provided. See [#8531](https://github.com/DataDog/integrations-core/pull/8531). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Use SSL authentication if SSL params are provided ([#8531](https://github.com/DataDog/integrations-core/pull/8531)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.11.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Better explain ssl_key_repository_location. See [#8417](https://github.com/DataDog/integrations-core/pull/8417). +* Better explain ssl_key_repository_location ([#8417](https://github.com/DataDog/integrations-core/pull/8417)) ## 3.11.0 / 2020-11-19 / Agent 7.25.0 ***Added***: -* Add new queue stats metrics for IBM MQ. See [#8032](https://github.com/DataDog/integrations-core/pull/8032). +* Add new queue stats metrics for IBM MQ ([#8032](https://github.com/DataDog/integrations-core/pull/8032)) ## 3.10.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 3.9.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Support Certificate Label and login/password for SSL conf. See [#7202](https://github.com/DataDog/integrations-core/pull/7202). +* Support Certificate Label and login/password for SSL conf ([#7202](https://github.com/DataDog/integrations-core/pull/7202)) ***Fixed***: -* Raise exception on connection error. See [#7563](https://github.com/DataDog/integrations-core/pull/7563). +* Raise exception on connection error ([#7563](https://github.com/DataDog/integrations-core/pull/7563)) ## 3.8.2 / 2020-09-10 ***Fixed***: -* Try normal connection before SSL connection. See [#7554](https://github.com/DataDog/integrations-core/pull/7554). -* Improve error reporting when pymqi is not installed. See [#7048](https://github.com/DataDog/integrations-core/pull/7048). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Try normal connection before SSL connection ([#7554](https://github.com/DataDog/integrations-core/pull/7554)) +* Improve error reporting when pymqi is not installed ([#7048](https://github.com/DataDog/integrations-core/pull/7048)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 3.8.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 3.8.0 / 2020-07-23 ***Added***: -* IBM MQ metadata. See [#6979](https://github.com/DataDog/integrations-core/pull/6979). -* Collect metrics from Statistics Messages. See [#6945](https://github.com/DataDog/integrations-core/pull/6945). +* IBM MQ metadata ([#6979](https://github.com/DataDog/integrations-core/pull/6979)) +* Collect metrics from Statistics Messages ([#6945](https://github.com/DataDog/integrations-core/pull/6945)) ***Fixed***: -* Avoid shadowing depth_percent function. See [#7132](https://github.com/DataDog/integrations-core/pull/7132). +* Avoid shadowing depth_percent function ([#7132](https://github.com/DataDog/integrations-core/pull/7132)) ## 3.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add MacOS Support. See [#6927](https://github.com/DataDog/integrations-core/pull/6927). +* Add MacOS Support ([#6927](https://github.com/DataDog/integrations-core/pull/6927)) ***Fixed***: -* Refactor to make encoding more consistent. See [#6995](https://github.com/DataDog/integrations-core/pull/6995). -* Ensure bytes for ssl connection. See [#6913](https://github.com/DataDog/integrations-core/pull/6913). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Move metrics collection logic to separate files. See [#6752](https://github.com/DataDog/integrations-core/pull/6752). +* Refactor to make encoding more consistent ([#6995](https://github.com/DataDog/integrations-core/pull/6995)) +* Ensure bytes for ssl connection ([#6913](https://github.com/DataDog/integrations-core/pull/6913)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Move metrics collection logic to separate files ([#6752](https://github.com/DataDog/integrations-core/pull/6752)) ## 3.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 3.5.1 / 2020-04-08 / Agent 7.19.0 ***Fixed***: -* Don't import pymqi unconditionally. See [#6286](https://github.com/DataDog/integrations-core/pull/6286). +* Don't import pymqi unconditionally ([#6286](https://github.com/DataDog/integrations-core/pull/6286)) ## 3.5.0 / 2020-04-04 ***Added***: -* Apply config specs to IBM MQ. See [#5903](https://github.com/DataDog/integrations-core/pull/5903). +* Apply config specs to IBM MQ ([#5903](https://github.com/DataDog/integrations-core/pull/5903)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 3.4.0 / 2020-03-11 ***Added***: -* Add `connection_name` configuration. See [#6015](https://github.com/DataDog/integrations-core/pull/6015). -* Add configuration option for the Channel Definition API version. See [#5905](https://github.com/DataDog/integrations-core/pull/5905). -* Upgrade pymqi to 1.10.1. See [#5955](https://github.com/DataDog/integrations-core/pull/5955). +* Add `connection_name` configuration ([#6015](https://github.com/DataDog/integrations-core/pull/6015)) +* Add configuration option for the Channel Definition API version ([#5905](https://github.com/DataDog/integrations-core/pull/5905)) +* Upgrade pymqi to 1.10.1 ([#5955](https://github.com/DataDog/integrations-core/pull/5955)) ***Fixed***: -* IBM MQ refactor. See [#5902](https://github.com/DataDog/integrations-core/pull/5902). +* IBM MQ refactor ([#5902](https://github.com/DataDog/integrations-core/pull/5902)) ## 3.3.1 / 2020-01-17 / Agent 7.17.0 ***Fixed***: -* Fix metric type and missing metrics in metadata.csv. See [#5470](https://github.com/DataDog/integrations-core/pull/5470). +* Fix metric type and missing metrics in metadata.csv ([#5470](https://github.com/DataDog/integrations-core/pull/5470)) ## 3.3.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add channel metrics. See [#5116](https://github.com/DataDog/integrations-core/pull/5116). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add channel metrics ([#5116](https://github.com/DataDog/integrations-core/pull/5116)) ## 3.2.1 / 2019-09-18 / Agent 6.15.0 ***Fixed***: -* Improve IBM MQ docs and logging. See [#4540](https://github.com/DataDog/integrations-core/pull/4540). -* Fix duplicate service checks. See [#4525](https://github.com/DataDog/integrations-core/pull/4525). +* Improve IBM MQ docs and logging ([#4540](https://github.com/DataDog/integrations-core/pull/4540)) +* Fix duplicate service checks ([#4525](https://github.com/DataDog/integrations-core/pull/4525)) ## 3.2.0 / 2019-08-21 / Agent 6.14.0 ***Added***: -* Add channel_status_mapping config. See [#4395](https://github.com/DataDog/integrations-core/pull/4395). +* Add channel_status_mapping config ([#4395](https://github.com/DataDog/integrations-core/pull/4395)) ## 3.1.1 / 2019-07-29 ***Fixed***: -* Fix ibm_mq e2e import issue. See [#4140](https://github.com/DataDog/integrations-core/pull/4140). +* Fix ibm_mq e2e import issue ([#4140](https://github.com/DataDog/integrations-core/pull/4140)) ## 3.1.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Add ibm_mq.channel.count metric and ibm_mq.channel.status service check. See [#3958](https://github.com/DataDog/integrations-core/pull/3958). +* Add ibm_mq.channel.count metric and ibm_mq.channel.status service check ([#3958](https://github.com/DataDog/integrations-core/pull/3958)) ***Fixed***: -* Use MQCMD_INQUIRE_Q instead of queue.inquire. See [#3997](https://github.com/DataDog/integrations-core/pull/3997). +* Use MQCMD_INQUIRE_Q instead of queue.inquire ([#3997](https://github.com/DataDog/integrations-core/pull/3997)) ## 3.0.0 / 2019-06-20 ***Changed***: -* [ibm_mq] fix queue auto discovery to include any type in addition to qmodel and included regex matching on queue names. See [#3893](https://github.com/DataDog/integrations-core/pull/3893). +* [ibm_mq] fix queue auto discovery to include any type in addition to qmodel and included regex matching on queue names ([#3893](https://github.com/DataDog/integrations-core/pull/3893)) ## 2.0.0 / 2019-04-16 / Agent 6.12.0 ***Changed***: -* Breaking change: Change host tag for mq_host. Dashboards and monitors may be affected. See [#3608](https://github.com/DataDog/integrations-core/pull/3608). +* Breaking change: Change host tag for mq_host. Dashboards and monitors may be affected ([#3608](https://github.com/DataDog/integrations-core/pull/3608)) ***Added***: -* Adhere to code style. See [#3519](https://github.com/DataDog/integrations-core/pull/3519). +* Adhere to code style ([#3519](https://github.com/DataDog/integrations-core/pull/3519)) ***Fixed***: -* fix queue_manager variable naming of IBM MQ. See [#3592](https://github.com/DataDog/integrations-core/pull/3592). +* fix queue_manager variable naming of IBM MQ ([#3592](https://github.com/DataDog/integrations-core/pull/3592)) ## 1.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Add ability to add additional tags to queues matching a regex. See [#3399](https://github.com/DataDog/integrations-core/pull/3399). -* adds channel metrics. See [#3360](https://github.com/DataDog/integrations-core/pull/3360). +* Add ability to add additional tags to queues matching a regex ([#3399](https://github.com/DataDog/integrations-core/pull/3399)) +* adds channel metrics ([#3360](https://github.com/DataDog/integrations-core/pull/3360)) ***Fixed***: -* fix ssl variable naming for IBM MQ. See [#3312](https://github.com/DataDog/integrations-core/pull/3312). +* fix ssl variable naming for IBM MQ ([#3312](https://github.com/DataDog/integrations-core/pull/3312)) ## 1.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Autodiscover queues. See [#3061](https://github.com/DataDog/integrations-core/pull/3061). +* Autodiscover queues ([#3061](https://github.com/DataDog/integrations-core/pull/3061)) ## 1.0.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Fix Oldest Message Age. See [#2859][1]. +* Fix Oldest Message Age ([#2859][1]) ## 1.0.0 / 2018-12-09 / Agent 6.8.0 ***Added***: -* IBM MQ Integration. See [#2154][2]. +* IBM MQ Integration ([#2154][2]) [1]: https://github.com/DataDog/integrations-core/pull/2859 [2]: https://github.com/DataDog/integrations-core/pull/2154 diff --git a/ibm_was/CHANGELOG.md b/ibm_was/CHANGELOG.md index e06ee573be0a1..a94a337159328 100644 --- a/ibm_was/CHANGELOG.md +++ b/ibm_was/CHANGELOG.md @@ -6,221 +6,221 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.2 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 2.3.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Log that we collect stats only when we in fact do collect them. See [#13324](https://github.com/DataDog/integrations-core/pull/13324). +* Log that we collect stats only when we in fact do collect them ([#13324](https://github.com/DataDog/integrations-core/pull/13324)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-08-05 / Agent 7.39.0 ***Security***: -* Bump `lxml` package. See [#12663](https://github.com/DataDog/integrations-core/pull/12663). +* Bump `lxml` package ([#12663](https://github.com/DataDog/integrations-core/pull/12663)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11371](https://github.com/DataDog/integrations-core/pull/11371). +* Add `pyproject.toml` file ([#11371](https://github.com/DataDog/integrations-core/pull/11371)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-12-20 / Agent 7.33.0 ***Security***: -* Bump lxml package. See [#10904](https://github.com/DataDog/integrations-core/pull/10904). +* Bump lxml package ([#10904](https://github.com/DataDog/integrations-core/pull/10904)) ## 1.11.1 / 2021-11-16 ***Fixed***: -* Add dd_run_check and remove unused config options. See [#10623](https://github.com/DataDog/integrations-core/pull/10623). +* Add dd_run_check and remove unused config options ([#10623](https://github.com/DataDog/integrations-core/pull/10623)) ## 1.11.0 / 2021-11-13 ***Added***: -* Add runtime configuration validation. See [#8936](https://github.com/DataDog/integrations-core/pull/8936). -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). +* Add runtime configuration validation ([#8936](https://github.com/DataDog/integrations-core/pull/8936)) +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) ## 1.10.1 / 2021-10-12 / Agent 7.32.0 ***Fixed***: -* Bump base package requirements. See [#10390](https://github.com/DataDog/integrations-core/pull/10390). +* Bump base package requirements ([#10390](https://github.com/DataDog/integrations-core/pull/10390)) ## 1.10.0 / 2021-10-04 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Change status warning to debug log. See [#10278](https://github.com/DataDog/integrations-core/pull/10278). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Change status warning to debug log ([#10278](https://github.com/DataDog/integrations-core/pull/10278)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 1.9.0 / 2021-04-19 / Agent 7.28.0 ***Security***: -* Upgrade lxml python package. See [#9173](https://github.com/DataDog/integrations-core/pull/9173). +* Upgrade lxml python package ([#9173](https://github.com/DataDog/integrations-core/pull/9173)) ## 1.8.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.1 / 2020-12-23 / Agent 7.25.0 ***Fixed***: -* Bump lxml to 4.6.2. See [#8249](https://github.com/DataDog/integrations-core/pull/8249). +* Bump lxml to 4.6.2 ([#8249](https://github.com/DataDog/integrations-core/pull/8249)) ## 1.8.0 / 2020-12-11 ***Added***: -* Refactor to only parse configuration once. See [#8025](https://github.com/DataDog/integrations-core/pull/8025). -* Add config specs. See [#8024](https://github.com/DataDog/integrations-core/pull/8024). +* Refactor to only parse configuration once ([#8025](https://github.com/DataDog/integrations-core/pull/8025)) +* Add config specs ([#8024](https://github.com/DataDog/integrations-core/pull/8024)) ## 1.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Upgrade lxml to 4.5.0. See [#6661](https://github.com/DataDog/integrations-core/pull/6661). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Upgrade lxml to 4.5.0 ([#6661](https://github.com/DataDog/integrations-core/pull/6661)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.4.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.3.1 / 2019-10-17 / Agent 6.15.0 ***Fixed***: -* Fix character casing logic for custom_queries_units_gauge option. See [#4796](https://github.com/DataDog/integrations-core/pull/4796). +* Fix character casing logic for custom_queries_units_gauge option ([#4796](https://github.com/DataDog/integrations-core/pull/4796)) ## 1.3.0 / 2019-10-11 ***Added***: -* Add an option for custom count with units. See [#4628](https://github.com/DataDog/integrations-core/pull/4628). +* Add an option for custom count with units ([#4628](https://github.com/DataDog/integrations-core/pull/4628)) ## 1.2.3 / 2019-09-23 ***Fixed***: -* Don't assume nested tags exist. See [#4605](https://github.com/DataDog/integrations-core/pull/4605). +* Don't assume nested tags exist ([#4605](https://github.com/DataDog/integrations-core/pull/4605)) ## 1.2.2 / 2019-09-02 / Agent 6.14.0 ***Fixed***: -* Fix bug where multinode clusters would report wrong server/node tag combination and duplicate metric values. See [#4491](https://github.com/DataDog/integrations-core/pull/4491). +* Fix bug where multinode clusters would report wrong server/node tag combination and duplicate metric values ([#4491](https://github.com/DataDog/integrations-core/pull/4491)) ## 1.2.1 / 2019-08-30 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.2.0 / 2019-08-02 ***Added***: -* Update metric type for JVM Metrics. See [#4085](https://github.com/DataDog/integrations-core/pull/4085). +* Update metric type for JVM Metrics ([#4085](https://github.com/DataDog/integrations-core/pull/4085)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Use request wrapper. See [#3650](https://github.com/DataDog/integrations-core/pull/3650). -* Adhere to code style. See [#3520](https://github.com/DataDog/integrations-core/pull/3520). +* Use request wrapper ([#3650](https://github.com/DataDog/integrations-core/pull/3650)) +* Adhere to code style ([#3520](https://github.com/DataDog/integrations-core/pull/3520)) ## 1.0.0 / 2019-02-20 / Agent 6.10.0 ***Added***: -* Create IBM WAS Integration. See [#2846](https://github.com/DataDog/integrations-core/pull/2846). +* Create IBM WAS Integration ([#2846](https://github.com/DataDog/integrations-core/pull/2846)) diff --git a/ignite/CHANGELOG.md b/ignite/CHANGELOG.md index 93897bcd2c835..f5a57a6e183ba 100644 --- a/ignite/CHANGELOG.md +++ b/ignite/CHANGELOG.md @@ -6,117 +6,117 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11372](https://github.com/DataDog/integrations-core/pull/11372). +* Add `pyproject.toml` file ([#11372](https://github.com/DataDog/integrations-core/pull/11372)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8937](https://github.com/DataDog/integrations-core/pull/8937). +* Add runtime configuration validation ([#8937](https://github.com/DataDog/integrations-core/pull/8937)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Change `ignite.total_allocated_pages` and `ignite.total_allocated_size` from monotonic_count to gauge. See [#9939](https://github.com/DataDog/integrations-core/pull/9939). +* Change `ignite.total_allocated_pages` and `ignite.total_allocated_size` from monotonic_count to gauge ([#9939](https://github.com/DataDog/integrations-core/pull/9939)) ## 1.4.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.3.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.1.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Convert jmx to in-app types for replay_check_run. See [#7275](https://github.com/DataDog/integrations-core/pull/7275). +* Convert jmx to in-app types for replay_check_run ([#7275](https://github.com/DataDog/integrations-core/pull/7275)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.0.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.0.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Add new integration Apache Ignite. See [#5767](https://github.com/DataDog/integrations-core/pull/5767). +* Add new integration Apache Ignite ([#5767](https://github.com/DataDog/integrations-core/pull/5767)) diff --git a/iis/CHANGELOG.md b/iis/CHANGELOG.md index 256004f843757..c8138504145bc 100644 --- a/iis/CHANGELOG.md +++ b/iis/CHANGELOG.md @@ -6,253 +6,253 @@ ***Changed***: -* Bump the minimum base check version. See [#15448](https://github.com/DataDog/integrations-core/pull/15448). +* Bump the minimum base check version ([#15448](https://github.com/DataDog/integrations-core/pull/15448)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.19.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 2.19.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.18.3 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix `iis.*_up` service check when configured using a mapping. See [#13747](https://github.com/DataDog/integrations-core/pull/13747). +* Fix `iis.*_up` service check when configured using a mapping ([#13747](https://github.com/DataDog/integrations-core/pull/13747)) ## 2.18.2 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Fix leak due to a bug in `win32pdh.GetFormattedCouterArray()`. See [#13901](https://github.com/DataDog/integrations-core/pull/13901). -* Change the performance counter used by the `iis.app_pool_up` service check so it can tell when the app pool is down. See [#13734](https://github.com/DataDog/integrations-core/pull/13734). +* Fix leak due to a bug in `win32pdh.GetFormattedCouterArray()` ([#13901](https://github.com/DataDog/integrations-core/pull/13901)) +* Change the performance counter used by the `iis.app_pool_up` service check so it can tell when the app pool is down ([#13734](https://github.com/DataDog/integrations-core/pull/13734)) ## 2.18.1 / 2023-02-08 / Agent 7.42.2 ***Fixed***: -* Fix IIS Check memory leaked due to a bug in win32pdh.GetFormattedCounterArray(). See [#13897](https://github.com/DataDog/integrations-core/pull/13897). +* Fix IIS Check memory leaked due to a bug in win32pdh.GetFormattedCounterArray() ([#13897](https://github.com/DataDog/integrations-core/pull/13897)) ## 2.18.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Implement multi-instance counters without Windows PdhEnumObjects API. See [#13243](https://github.com/DataDog/integrations-core/pull/13243). +* Implement multi-instance counters without Windows PdhEnumObjects API ([#13243](https://github.com/DataDog/integrations-core/pull/13243)) ## 2.17.0 / 2022-07-18 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 2.16.2 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 2.16.1 / 2022-05-04 ***Fixed***: -* Remove http patch requests per second metric. See [#11823](https://github.com/DataDog/integrations-core/pull/11823). +* Remove http patch requests per second metric ([#11823](https://github.com/DataDog/integrations-core/pull/11823)) ## 2.16.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.15.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11373](https://github.com/DataDog/integrations-core/pull/11373). +* Add `pyproject.toml` file ([#11373](https://github.com/DataDog/integrations-core/pull/11373)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.14.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.14.0 / 2021-12-20 ***Added***: -* Add better filtering options. See [#10775](https://github.com/DataDog/integrations-core/pull/10775). -* Add missing metric for the number of PATCH requests per second. See [#10773](https://github.com/DataDog/integrations-core/pull/10773). -* Support new implementation of Windows performance counters on Python 3. See [#10546](https://github.com/DataDog/integrations-core/pull/10546). +* Add better filtering options ([#10775](https://github.com/DataDog/integrations-core/pull/10775)) +* Add missing metric for the number of PATCH requests per second ([#10773](https://github.com/DataDog/integrations-core/pull/10773)) +* Support new implementation of Windows performance counters on Python 3 ([#10546](https://github.com/DataDog/integrations-core/pull/10546)) ***Fixed***: -* Properly hide legacy PDH config. See [#10858](https://github.com/DataDog/integrations-core/pull/10858). -* Bump base package dependency. See [#10797](https://github.com/DataDog/integrations-core/pull/10797). +* Properly hide legacy PDH config ([#10858](https://github.com/DataDog/integrations-core/pull/10858)) +* Bump base package dependency ([#10797](https://github.com/DataDog/integrations-core/pull/10797)) ## 2.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8938](https://github.com/DataDog/integrations-core/pull/8938). +* Add runtime configuration validation ([#8938](https://github.com/DataDog/integrations-core/pull/8938)) ## 2.12.0 / 2021-08-02 / Agent 7.31.0 ***Added***: -* Submit unknown iis counters. See [#9807](https://github.com/DataDog/integrations-core/pull/9807). +* Submit unknown iis counters ([#9807](https://github.com/DataDog/integrations-core/pull/9807)) ## 2.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ***Fixed***: -* reuse base package refreshing. See [#8823](https://github.com/DataDog/integrations-core/pull/8823). +* reuse base package refreshing ([#8823](https://github.com/DataDog/integrations-core/pull/8823)) ## 2.10.5 / 2021-03-15 ***Fixed***: -* Better recreate base class refreshing strategy. See [#8821](https://github.com/DataDog/integrations-core/pull/8821). +* Better recreate base class refreshing strategy ([#8821](https://github.com/DataDog/integrations-core/pull/8821)) ## 2.10.4 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.10.3 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Add config specs. See [#8109](https://github.com/DataDog/integrations-core/pull/8109). +* Add config specs ([#8109](https://github.com/DataDog/integrations-core/pull/8109)) ## 2.10.2 / 2020-10-31 / Agent 7.24.0 ***Fixed***: -* Fix metrics collection on non-english systems. See [#7875](https://github.com/DataDog/integrations-core/pull/7875). +* Fix metrics collection on non-english systems ([#7875](https://github.com/DataDog/integrations-core/pull/7875)) ## 2.10.1 / 2020-08-19 / Agent 7.23.0 ***Fixed***: -* Add debug lines on skipped metrics. See [#7394](https://github.com/DataDog/integrations-core/pull/7394). +* Add debug lines on skipped metrics ([#7394](https://github.com/DataDog/integrations-core/pull/7394)) ## 2.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ## 2.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Monitor application pools. See [#6549](https://github.com/DataDog/integrations-core/pull/6549). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Monitor application pools ([#6549](https://github.com/DataDog/integrations-core/pull/6549)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.8.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.8.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 2.7.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 2.6.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 2.6.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Handle the refresh_counters flag. See [#3840](https://github.com/DataDog/integrations-core/pull/3840). +* Handle the refresh_counters flag ([#3840](https://github.com/DataDog/integrations-core/pull/3840)) ## 2.5.0 / 2019-05-14 ***Added***: -* Cosmetic cleanups. See [#3706](https://github.com/DataDog/integrations-core/pull/3706). -* Adhere to code style. See [#3521](https://github.com/DataDog/integrations-core/pull/3521). +* Cosmetic cleanups ([#3706](https://github.com/DataDog/integrations-core/pull/3706)) +* Adhere to code style ([#3521](https://github.com/DataDog/integrations-core/pull/3521)) ## 2.4.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* adds `iis_host` tag to metrics. See [#3294](https://github.com/DataDog/integrations-core/pull/3294). +* adds `iis_host` tag to metrics ([#3294](https://github.com/DataDog/integrations-core/pull/3294)) ***Fixed***: -* ensure_unicode with normalize for py3 compatibility. See [#3218](https://github.com/DataDog/integrations-core/pull/3218). +* ensure_unicode with normalize for py3 compatibility ([#3218](https://github.com/DataDog/integrations-core/pull/3218)) ## 2.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2999](https://github.com/DataDog/integrations-core/pull/2999). +* Support Python 3 ([#2999](https://github.com/DataDog/integrations-core/pull/2999)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 2.2.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Change example config from "localhost" to ".". See [#2779](https://github.com/DataDog/integrations-core/pull/2779). +* Change example config from "localhost" to "." ([#2779](https://github.com/DataDog/integrations-core/pull/2779)) ## 2.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 2.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Fix 'attempted connection' metrics. See [#1970](https://github.com/DataDog/integrations-core/pull/1970). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Fix 'attempted connection' metrics ([#1970](https://github.com/DataDog/integrations-core/pull/1970)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 2.1.0 / 2018-05-11 @@ -268,7 +268,7 @@ ***Fixed***: -* Fixeded tag initialization & reporting. See [#1185](https://github.com/DataDog/integrations-core/issues/1185). +* Fixeded tag initialization & reporting ([#1185](https://github.com/DataDog/integrations-core/issues/1185)) ## 2.0.1 / 2018-02-13 diff --git a/impala/CHANGELOG.md b/impala/CHANGELOG.md index 77064517a7e53..83976d3da2529 100644 --- a/impala/CHANGELOG.md +++ b/impala/CHANGELOG.md @@ -6,48 +6,48 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.2 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks. See [#14527](https://github.com/DataDog/integrations-core/pull/14527). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks ([#14527](https://github.com/DataDog/integrations-core/pull/14527)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.0.1 / 2022-09-22 / Agent 7.40.0 ***Fixed***: -* Change the path to the default log folder. See [#13001](https://github.com/DataDog/integrations-core/pull/13001). +* Change the path to the default log folder ([#13001](https://github.com/DataDog/integrations-core/pull/13001)) ## 1.0.0 / 2022-09-16 ***Added***: -* Add the Impala integration. See [#12548](https://github.com/DataDog/integrations-core/pull/12548). +* Add the Impala integration ([#12548](https://github.com/DataDog/integrations-core/pull/12548)) diff --git a/istio/CHANGELOG.md b/istio/CHANGELOG.md index ad48c891c425d..32dbb1eab0cbc 100644 --- a/istio/CHANGELOG.md +++ b/istio/CHANGELOG.md @@ -6,342 +6,342 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 4.3.1 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Add port for merged telemetry endpoint in Istio auto_conf. See [#13204](https://github.com/DataDog/integrations-core/pull/13204). +* Add port for merged telemetry endpoint in Istio auto_conf ([#13204](https://github.com/DataDog/integrations-core/pull/13204)) ## 4.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 4.2.0 / 2022-05-15 ***Added***: -* Add more tags to default exclude_labels and disable tag_by_endpoint in autoconf. See [#11953](https://github.com/DataDog/integrations-core/pull/11953). -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Add more tags to default exclude_labels and disable tag_by_endpoint in autoconf ([#11953](https://github.com/DataDog/integrations-core/pull/11953)) +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 4.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add image for OpenShift Service Mesh Proxy to ad_identifiers. See [#11662](https://github.com/DataDog/integrations-core/pull/11662). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add image for OpenShift Service Mesh Proxy to ad_identifiers ([#11662](https://github.com/DataDog/integrations-core/pull/11662)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11374](https://github.com/DataDog/integrations-core/pull/11374). +* Add `pyproject.toml` file ([#11374](https://github.com/DataDog/integrations-core/pull/11374)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.17.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 3.17.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 3.17.0 / 2022-01-08 ***Added***: -* Support istio_agent metrics in sidecars. See [#10702](https://github.com/DataDog/integrations-core/pull/10702). +* Support istio_agent metrics in sidecars ([#10702](https://github.com/DataDog/integrations-core/pull/10702)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.16.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Update Istio to use OpenMetrics v2 by default. See [#10304](https://github.com/DataDog/integrations-core/pull/10304). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Update Istio to use OpenMetrics v2 by default ([#10304](https://github.com/DataDog/integrations-core/pull/10304)) ## 3.15.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Allow Kubernetes port forwarding to support any resource. See [#10127](https://github.com/DataDog/integrations-core/pull/10127). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Enable exclude_labels and update documentation. See [#10020](https://github.com/DataDog/integrations-core/pull/10020). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Allow Kubernetes port forwarding to support any resource ([#10127](https://github.com/DataDog/integrations-core/pull/10127)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Enable exclude_labels and update documentation ([#10020](https://github.com/DataDog/integrations-core/pull/10020)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 3.14.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Allow the use of the new OpenMetrics implementation. See [#9588](https://github.com/DataDog/integrations-core/pull/9588). -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Allow the use of the new OpenMetrics implementation ([#9588](https://github.com/DataDog/integrations-core/pull/9588)) +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 3.13.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add more pilot metrics. See [#9337](https://github.com/DataDog/integrations-core/pull/9337). Thanks [hari2192](https://github.com/hari2192). +* Add more pilot metrics ([#9337](https://github.com/DataDog/integrations-core/pull/9337)) Thanks [hari2192](https://github.com/hari2192). ***Fixed***: -* Bump base package requirement. See [#9606](https://github.com/DataDog/integrations-core/pull/9606). +* Bump base package requirement ([#9606](https://github.com/DataDog/integrations-core/pull/9606)) ## 3.12.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ***Fixed***: -* Fix `metrics` option type for legacy OpenMetrics config spec. See [#9318](https://github.com/DataDog/integrations-core/pull/9318). Thanks [jejikenwogu](https://github.com/jejikenwogu). +* Fix `metrics` option type for legacy OpenMetrics config spec ([#9318](https://github.com/DataDog/integrations-core/pull/9318)) Thanks [jejikenwogu](https://github.com/jejikenwogu). ## 3.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Update defaults for legacy OpenMetrics config spec template. See [#9065](https://github.com/DataDog/integrations-core/pull/9065). -* Add runtime configuration validation. See [#8939](https://github.com/DataDog/integrations-core/pull/8939). +* Update defaults for legacy OpenMetrics config spec template ([#9065](https://github.com/DataDog/integrations-core/pull/9065)) +* Add runtime configuration validation ([#8939](https://github.com/DataDog/integrations-core/pull/8939)) ## 3.10.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add sidecar injection failed and skipped metrics. See [#8751](https://github.com/DataDog/integrations-core/pull/8751). +* Add sidecar injection failed and skipped metrics ([#8751](https://github.com/DataDog/integrations-core/pull/8751)) ## 3.9.1 / 2021-02-26 ***Fixed***: -* Allow custom metrics for legacy istio. See [#8700](https://github.com/DataDog/integrations-core/pull/8700). -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Allow custom metrics for legacy istio ([#8700](https://github.com/DataDog/integrations-core/pull/8700)) +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ## 3.9.0 / 2021-01-24 / Agent 7.26.0 ***Added***: -* Revert "Update base package pin (#8426)". See [#8436](https://github.com/DataDog/integrations-core/pull/8436). +* Revert "Update base package pin (#8426)" ([#8436](https://github.com/DataDog/integrations-core/pull/8436)) ***Fixed***: -* Remove class substitution logic for new OpenMetrics base class. See [#8435](https://github.com/DataDog/integrations-core/pull/8435). +* Remove class substitution logic for new OpenMetrics base class ([#8435](https://github.com/DataDog/integrations-core/pull/8435)) ## 3.8.0 / 2021-01-22 ***Added***: -* Update base package pin. See [#8426](https://github.com/DataDog/integrations-core/pull/8426). +* Update base package pin ([#8426](https://github.com/DataDog/integrations-core/pull/8426)) ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 3.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ***Fixed***: -* Update default port. See [#7796](https://github.com/DataDog/integrations-core/pull/7796). +* Update default port ([#7796](https://github.com/DataDog/integrations-core/pull/7796)) ## 3.6.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 3.5.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 3.4.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 3.3.0 / 2020-06-09 ***Added***: -* Enable `send_monotonic_with_gauge` to submit mesh metrics as monotonic counts. See [#5707](https://github.com/DataDog/integrations-core/pull/5707). +* Enable `send_monotonic_with_gauge` to submit mesh metrics as monotonic counts ([#5707](https://github.com/DataDog/integrations-core/pull/5707)) ## 3.2.1 / 2020-05-22 / Agent 7.20.0 ***Fixed***: -* Remove `destination_service` and `source_workload` from label blacklist. See [#6712](https://github.com/DataDog/integrations-core/pull/6712). +* Remove `destination_service` and `source_workload` from label blacklist ([#6712](https://github.com/DataDog/integrations-core/pull/6712)) ## 3.2.0 / 2020-05-17 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add TCP mesh metrics mapping. See [#6466](https://github.com/DataDog/integrations-core/pull/6466). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add TCP mesh metrics mapping ([#6466](https://github.com/DataDog/integrations-core/pull/6466)) ## 3.1.0 / 2020-04-23 ***Added***: -* Add autodiscovery config and default tag exclusion. See [#6375](https://github.com/DataDog/integrations-core/pull/6375). -* Support istiod metrics. See [#6426](https://github.com/DataDog/integrations-core/pull/6426). -* Refactor to support different versions of istio. See [#6360](https://github.com/DataDog/integrations-core/pull/6360). -* Add configuration template spec. See [#6320](https://github.com/DataDog/integrations-core/pull/6320). -* Refactor check and support new Agent signature. See [#6341](https://github.com/DataDog/integrations-core/pull/6341). +* Add autodiscovery config and default tag exclusion ([#6375](https://github.com/DataDog/integrations-core/pull/6375)) +* Support istiod metrics ([#6426](https://github.com/DataDog/integrations-core/pull/6426)) +* Refactor to support different versions of istio ([#6360](https://github.com/DataDog/integrations-core/pull/6360)) +* Add configuration template spec ([#6320](https://github.com/DataDog/integrations-core/pull/6320)) +* Refactor check and support new Agent signature ([#6341](https://github.com/DataDog/integrations-core/pull/6341)) ## 3.0.0 / 2020-04-04 / Agent 7.19.0 ***Changed***: -* Blacklist metric `mcp_source.request_acks_total` due to high cardinality. See [#6185](https://github.com/DataDog/integrations-core/pull/6185). +* Blacklist metric `mcp_source.request_acks_total` due to high cardinality ([#6185](https://github.com/DataDog/integrations-core/pull/6185)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Do not fail on octet stream content type for OpenMetrics. See [#5843](https://github.com/DataDog/integrations-core/pull/5843). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Do not fail on octet stream content type for OpenMetrics ([#5843](https://github.com/DataDog/integrations-core/pull/5843)) ## 2.4.2 / 2019-08-26 / Agent 6.14.0 ***Fixed***: -* Blacklist `galley_mcp_source_message_size_bytes` histogram. See [#4433](https://github.com/DataDog/integrations-core/pull/4433). +* Blacklist `galley_mcp_source_message_size_bytes` histogram ([#4433](https://github.com/DataDog/integrations-core/pull/4433)) ## 2.4.1 / 2019-07-16 / Agent 6.13.0 ***Fixed***: -* Comment out mixer and mesh by default from configuration. See [#4121](https://github.com/DataDog/integrations-core/pull/4121). +* Comment out mixer and mesh by default from configuration ([#4121](https://github.com/DataDog/integrations-core/pull/4121)) ## 2.4.0 / 2019-06-24 ***Added***: -* Support citadel endpoint. See [#3962](https://github.com/DataDog/integrations-core/pull/3962). +* Support citadel endpoint ([#3962](https://github.com/DataDog/integrations-core/pull/3962)) ## 2.3.1 / 2019-06-19 ***Fixed***: -* Istio Mixer and Mesh endpoints should be optional. See [#3875](https://github.com/DataDog/integrations-core/pull/3875). Thanks [mikekatica](https://github.com/mikekatica). +* Istio Mixer and Mesh endpoints should be optional ([#3875](https://github.com/DataDog/integrations-core/pull/3875)) Thanks [mikekatica](https://github.com/mikekatica). ## 2.3.0 / 2019-05-31 / Agent 6.12.0 ***Added***: -* Support pilot and galley metrics. See [#3734](https://github.com/DataDog/integrations-core/pull/3734). +* Support pilot and galley metrics ([#3734](https://github.com/DataDog/integrations-core/pull/3734)) ## 2.2.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3522](https://github.com/DataDog/integrations-core/pull/3522). +* Adhere to code style ([#3522](https://github.com/DataDog/integrations-core/pull/3522)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3014](https://github.com/DataDog/integrations-core/pull/3014). +* Support Python 3 ([#3014](https://github.com/DataDog/integrations-core/pull/3014)) ***Fixed***: -* Update example config to match docs. See [#3046](https://github.com/DataDog/integrations-core/pull/3046). +* Update example config to match docs ([#3046](https://github.com/DataDog/integrations-core/pull/3046)) ## 2.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Update istio to use the new OpenMetricsBaseCheck. See [#1979][1]. +* Update istio to use the new OpenMetricsBaseCheck ([#1979][1]) ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][2]. -* Update istio mapped metrics. See [#1993][3]. Thanks [bobbytables][4]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][2]) +* Update istio mapped metrics ([#1993][3]) Thanks [bobbytables][4]. ***Fixed***: -* Add data files to the wheel package. See [#1727][5]. +* Add data files to the wheel package ([#1727][5]) ## 1.1.0 / 2018-06-07 ***Added***: -* Support for gathering metrics from prometheus endpoint for the kubelet itself.. See [#1581][6]. +* Support for gathering metrics from prometheus endpoint for the kubelet itself. ([#1581][6]) ## 1.0.0 / 2018-03-23 diff --git a/jboss_wildfly/CHANGELOG.md b/jboss_wildfly/CHANGELOG.md index 7d720af99caf4..d8973f83a34f3 100644 --- a/jboss_wildfly/CHANGELOG.md +++ b/jboss_wildfly/CHANGELOG.md @@ -6,147 +6,147 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.0.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.0.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Correct metric_type for wildfly metrics. See [#8706](https://github.com/DataDog/integrations-core/pull/8706). Thanks [codylerum](https://github.com/codylerum). +* Correct metric_type for wildfly metrics ([#8706](https://github.com/DataDog/integrations-core/pull/8706)) Thanks [codylerum](https://github.com/codylerum). ***Added***: -* Add `pyproject.toml` file. See [#11375](https://github.com/DataDog/integrations-core/pull/11375). +* Add `pyproject.toml` file ([#11375](https://github.com/DataDog/integrations-core/pull/11375)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.7.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.7.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8940](https://github.com/DataDog/integrations-core/pull/8940). +* Add runtime configuration validation ([#8940](https://github.com/DataDog/integrations-core/pull/8940)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 1.6.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.5.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.5.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.5.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.4.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add missing custom_jar_paths option to config. See [#7809](https://github.com/DataDog/integrations-core/pull/7809). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add missing custom_jar_paths option to config ([#7809](https://github.com/DataDog/integrations-core/pull/7809)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.3.3 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.3.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.3.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) ## 1.2.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Fix service check name and add config spec. See [#6225](https://github.com/DataDog/integrations-core/pull/6225). +* Fix service check name and add config spec ([#6225](https://github.com/DataDog/integrations-core/pull/6225)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Various doc fixes. See [#5944](https://github.com/DataDog/integrations-core/pull/5944). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Various doc fixes ([#5944](https://github.com/DataDog/integrations-core/pull/5944)) ## 1.1.1 / 2019-12-02 / Agent 7.16.0 ***Fixed***: -* Update example config to require `username` and `password`. See [#4445](https://github.com/DataDog/integrations-core/pull/4445). +* Update example config to require `username` and `password` ([#4445](https://github.com/DataDog/integrations-core/pull/4445)) ## 1.1.0 / 2019-06-18 / Agent 6.13.0 ***Added***: -* Add log setup and configuration. See [#3672](https://github.com/DataDog/integrations-core/pull/3672). +* Add log setup and configuration ([#3672](https://github.com/DataDog/integrations-core/pull/3672)) ## 1.0.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* JBoss/WildFly JMX Integration. See [#3320](https://github.com/DataDog/integrations-core/pull/3320). +* JBoss/WildFly JMX Integration ([#3320](https://github.com/DataDog/integrations-core/pull/3320)) diff --git a/journald/CHANGELOG.md b/journald/CHANGELOG.md index bf1bcfc7d8f26..897c8dd66bd4b 100644 --- a/journald/CHANGELOG.md +++ b/journald/CHANGELOG.md @@ -6,20 +6,20 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11376](https://github.com/DataDog/integrations-core/pull/11376). +* Add `pyproject.toml` file ([#11376](https://github.com/DataDog/integrations-core/pull/11376)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.0.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Create journald tile. See [#9121](https://github.com/DataDog/integrations-core/pull/9121). +* Create journald tile ([#9121](https://github.com/DataDog/integrations-core/pull/9121)) diff --git a/kafka/CHANGELOG.md b/kafka/CHANGELOG.md index 1dad2f9049ee4..4970c3b9d95a3 100644 --- a/kafka/CHANGELOG.md +++ b/kafka/CHANGELOG.md @@ -6,223 +6,223 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.13.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.13.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Fix kafka request metrics due to KIP 272. See [#13232](https://github.com/DataDog/integrations-core/pull/13232). +* Fix kafka request metrics due to KIP 272 ([#13232](https://github.com/DataDog/integrations-core/pull/13232)) ## 2.13.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Add under min ISR partition count metric. See [#12108](https://github.com/DataDog/integrations-core/pull/12108). Thanks [OuesFa](https://github.com/OuesFa). +* Add under min ISR partition count metric ([#12108](https://github.com/DataDog/integrations-core/pull/12108)) Thanks [OuesFa](https://github.com/OuesFa). ## 2.12.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11377](https://github.com/DataDog/integrations-core/pull/11377). +* Add `pyproject.toml` file ([#11377](https://github.com/DataDog/integrations-core/pull/11377)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.11.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add listeners metric. See [#10120](https://github.com/DataDog/integrations-core/pull/10120). Thanks [OuesFa](https://github.com/OuesFa). +* Add listeners metric ([#10120](https://github.com/DataDog/integrations-core/pull/10120)) Thanks [OuesFa](https://github.com/OuesFa). ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.10.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 2.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.9.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 2.8.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 2.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Added session metrics. See [#9183](https://github.com/DataDog/integrations-core/pull/9183). Thanks [DingGGu](https://github.com/DingGGu). +* Added session metrics ([#9183](https://github.com/DataDog/integrations-core/pull/9183)) Thanks [DingGGu](https://github.com/DingGGu). ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 2.6.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8941](https://github.com/DataDog/integrations-core/pull/8941). +* Add runtime configuration validation ([#8941](https://github.com/DataDog/integrations-core/pull/8941)) ## 2.5.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.5.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 2.4.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 2.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.2.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 2.2.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7271](https://github.com/DataDog/integrations-core/pull/7271). +* Add config specs ([#7271](https://github.com/DataDog/integrations-core/pull/7271)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 2.1.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) ## 2.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.0.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Fix metric name for e2e test. See [#5985](https://github.com/DataDog/integrations-core/pull/5985). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Fix metric name for e2e test ([#5985](https://github.com/DataDog/integrations-core/pull/5985)) ## 2.0.2 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Fix the missing Kafka producer metrics. See [#4737](https://github.com/DataDog/integrations-core/pull/4737). Thanks [Epokhe](https://github.com/Epokhe). +* Fix the missing Kafka producer metrics ([#4737](https://github.com/DataDog/integrations-core/pull/4737)) Thanks [Epokhe](https://github.com/Epokhe). ## 2.0.1 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Treat `kafka.producer.compression_rate` as a ratio. See [#4293](https://github.com/DataDog/integrations-core/pull/4293). +* Treat `kafka.producer.compression_rate` as a ratio ([#4293](https://github.com/DataDog/integrations-core/pull/4293)) ## 2.0.0 / 2019-06-01 / Agent 6.12.0 ***Changed***: -* Fix unit type of `kafka.request.produce.time.avg` & `kafka.request.produce.time.99percentile`. See [#3834](https://github.com/DataDog/integrations-core/pull/3834). +* Fix unit type of `kafka.request.produce.time.avg` & `kafka.request.produce.time.99percentile` ([#3834](https://github.com/DataDog/integrations-core/pull/3834)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add extra Kafka broker metrics. See [#2484](https://github.com/DataDog/integrations-core/pull/2484). Thanks [jalaziz](https://github.com/jalaziz). +* Add extra Kafka broker metrics ([#2484](https://github.com/DataDog/integrations-core/pull/2484)) Thanks [jalaziz](https://github.com/jalaziz). ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Add Per Topic IncomingMessages metric for Kafka.. See [#2732](https://github.com/DataDog/integrations-core/pull/2732). +* Add Per Topic IncomingMessages metric for Kafka. ([#2732](https://github.com/DataDog/integrations-core/pull/2732)) ## 1.2.1 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Updated kafka.producer.record_error_rate to gauge. See [#2253](https://github.com/DataDog/integrations-core/pull/2253). +* Updated kafka.producer.record_error_rate to gauge ([#2253](https://github.com/DataDog/integrations-core/pull/2253)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* [jmx] add rmi registry ssl config option. See [#2371](https://github.com/DataDog/integrations-core/pull/2371). +* [jmx] add rmi registry ssl config option ([#2371](https://github.com/DataDog/integrations-core/pull/2371)) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.0 / 2018-05-11 ***Added***: -* Added new Kafka "per topic" metrics. See [#1208](https://github.com/DataDog/integrations-core/issues/1208) +* Added new Kafka "per topic" metrics ([#1208](https://github)com/DataDog/integrations-core/issues/1208) * Added metrics for Producers 0.11.x See [#1392](https://github.com/DataDog/integrations-core/issues/1392) ## 1.0.2 / 2017-11-21 ***Added***: -* Added `metrics.yaml` file. See [#863](https://github.com/DataDog/integrations-core/issues/863) +* Added `metrics.yaml` file ([#863](https://github)com/DataDog/integrations-core/issues/863) ## 1.0.1 / 2017-07-18 ***Added***: -* fixes example of Kafka RequestHandlerAvgIdlePercent MBean. See [#517](https://github.com/DataDog/integrations-core/issues/517), thanks [@svendx4f](https://github.com/svendx4f) +* fixes example of Kafka RequestHandlerAvgIdlePercent MBean ([#517](https://github.com/DataDog/integrations-core/issues/517), thanks [@svendx4f](https://github)com/svendx4f) ## 1.0.0 / 2017-03-22 diff --git a/kafka_consumer/CHANGELOG.md b/kafka_consumer/CHANGELOG.md index 7da07bcfd5684..4a9887ca899b0 100644 --- a/kafka_consumer/CHANGELOG.md +++ b/kafka_consumer/CHANGELOG.md @@ -6,426 +6,426 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* [AGENT-9940] Reduce number of consumer creations. See [#15476](https://github.com/DataDog/integrations-core/pull/15476). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). -* Simplify regex compilation. See [#15239](https://github.com/DataDog/integrations-core/pull/15239). +* [AGENT-9940] Reduce number of consumer creations ([#15476](https://github.com/DataDog/integrations-core/pull/15476)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) +* Simplify regex compilation ([#15239](https://github.com/DataDog/integrations-core/pull/15239)) ## 3.1.2 / 2023-07-13 ***Fixed***: -* Do not check consumer_groups if the offset is invalid. See [#15237](https://github.com/DataDog/integrations-core/pull/15237). +* Do not check consumer_groups if the offset is invalid ([#15237](https://github.com/DataDog/integrations-core/pull/15237)) ## 3.1.1 / 2023-07-10 ***Fixed***: -* Fix unnecessary metrics. See [#15098](https://github.com/DataDog/integrations-core/pull/15098). -* Bump the confluent-kafka version. See [#14665](https://github.com/DataDog/integrations-core/pull/14665). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Improve performance of check. See [#15106](https://github.com/DataDog/integrations-core/pull/15106). +* Fix unnecessary metrics ([#15098](https://github.com/DataDog/integrations-core/pull/15098)) +* Bump the confluent-kafka version ([#14665](https://github.com/DataDog/integrations-core/pull/14665)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Improve performance of check ([#15106](https://github.com/DataDog/integrations-core/pull/15106)) ## 3.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Update kafka consumer consumer_groups_regex example to be more inform…. See [#14533](https://github.com/DataDog/integrations-core/pull/14533). +* Update kafka consumer consumer_groups_regex example to be more inform… ([#14533](https://github.com/DataDog/integrations-core/pull/14533)) ## 3.0.1 / 2023-04-21 / Agent 7.45.0 ***Fixed***: -* Fix errors related to filtering based on user-specified consumer groups filters. See [#14406](https://github.com/DataDog/integrations-core/pull/14406). -* Move all configuration validation to config class. See [#14405](https://github.com/DataDog/integrations-core/pull/14405). +* Fix errors related to filtering based on user-specified consumer groups filters ([#14406](https://github.com/DataDog/integrations-core/pull/14406)) +* Move all configuration validation to config class ([#14405](https://github.com/DataDog/integrations-core/pull/14405)) ## 3.0.0 / 2023-04-14 ***Changed***: -* Revamp Kafka consumer check. See [#13918](https://github.com/DataDog/integrations-core/pull/13918). +* Revamp Kafka consumer check ([#13918](https://github.com/DataDog/integrations-core/pull/13918)) ***Added***: -* Implement regex for consumer_groups. See [#14382](https://github.com/DataDog/integrations-core/pull/14382). +* Implement regex for consumer_groups ([#14382](https://github.com/DataDog/integrations-core/pull/14382)) ## 2.16.4 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Do not install gssapi and dtrace on py2 on arm macs. See [#13749](https://github.com/DataDog/integrations-core/pull/13749). +* Do not install gssapi and dtrace on py2 on arm macs ([#13749](https://github.com/DataDog/integrations-core/pull/13749)) ## 2.16.3 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Add kafka consumer logs for more visibility. See [#13679](https://github.com/DataDog/integrations-core/pull/13679). -* Disable socket wakeups for coordinate ID and consumer group offsets. See [#13505](https://github.com/DataDog/integrations-core/pull/13505). +* Add kafka consumer logs for more visibility ([#13679](https://github.com/DataDog/integrations-core/pull/13679)) +* Disable socket wakeups for coordinate ID and consumer group offsets ([#13505](https://github.com/DataDog/integrations-core/pull/13505)) ## 2.16.2 / 2022-11-22 / Agent 7.42.0 ***Fixed***: -* Disable socket wakeup when sending requests. See [#13221](https://github.com/DataDog/integrations-core/pull/13221). +* Disable socket wakeup when sending requests ([#13221](https://github.com/DataDog/integrations-core/pull/13221)) ## 2.16.1 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Update dependencies. See [#13205](https://github.com/DataDog/integrations-core/pull/13205). -* Fix sensitive client_secret config specification. See [#12983](https://github.com/DataDog/integrations-core/pull/12983). +* Update dependencies ([#13205](https://github.com/DataDog/integrations-core/pull/13205)) +* Fix sensitive client_secret config specification ([#12983](https://github.com/DataDog/integrations-core/pull/12983)) ## 2.16.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Put lag in seconds behind a feature flag. See [#12942](https://github.com/DataDog/integrations-core/pull/12942). +* Put lag in seconds behind a feature flag ([#12942](https://github.com/DataDog/integrations-core/pull/12942)) ***Fixed***: -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 2.15.4 / 2022-09-09 ***Fixed***: -* Fix support for OAUTHBEARER SASL mechanism. See [#12891](https://github.com/DataDog/integrations-core/pull/12891). +* Fix support for OAUTHBEARER SASL mechanism ([#12891](https://github.com/DataDog/integrations-core/pull/12891)) ## 2.15.3 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Handle errors getting producer offset. See [#12648](https://github.com/DataDog/integrations-core/pull/12648). +* Handle errors getting producer offset ([#12648](https://github.com/DataDog/integrations-core/pull/12648)) ## 2.15.2 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Fix failed reading and writing to cache when file is too long. See [#12109](https://github.com/DataDog/integrations-core/pull/12109). -* Remove unnecessary agent cache implementation. See [#12083](https://github.com/DataDog/integrations-core/pull/12083). +* Fix failed reading and writing to cache when file is too long ([#12109](https://github.com/DataDog/integrations-core/pull/12109)) +* Remove unnecessary agent cache implementation ([#12083](https://github.com/DataDog/integrations-core/pull/12083)) ## 2.15.1 / 2022-05-31 / Agent 7.37.0 ***Fixed***: -* Does not fail reading and writing to cache when file is too long. See [#12109](https://github.com/DataDog/integrations-core/pull/12109). +* Does not fail reading and writing to cache when file is too long ([#12109](https://github.com/DataDog/integrations-core/pull/12109)) ## 2.15.0 / 2022-05-15 ***Added***: -* Add new lag in seconds metric. See [#11861](https://github.com/DataDog/integrations-core/pull/11861). +* Add new lag in seconds metric ([#11861](https://github.com/DataDog/integrations-core/pull/11861)) ## 2.14.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add gssapi as a dependency. See [#11725](https://github.com/DataDog/integrations-core/pull/11725). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add gssapi as a dependency ([#11725](https://github.com/DataDog/integrations-core/pull/11725)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.13.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11378](https://github.com/DataDog/integrations-core/pull/11378). +* Add `pyproject.toml` file ([#11378](https://github.com/DataDog/integrations-core/pull/11378)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.12.3 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.12.2 / 2021-12-29 ***Fixed***: -* Call correct method when sending events. See [#10960](https://github.com/DataDog/integrations-core/pull/10960). +* Call correct method when sending events ([#10960](https://github.com/DataDog/integrations-core/pull/10960)) ## 2.12.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* Bump minimum base package. See [#10325](https://github.com/DataDog/integrations-core/pull/10325). +* Bump minimum base package ([#10325](https://github.com/DataDog/integrations-core/pull/10325)) ## 2.12.0 / 2021-10-04 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) ## 2.11.0 / 2021-09-30 ***Added***: -* Manually create a `ssl.SSLContext` object for the Kafka client to use. See [#10284](https://github.com/DataDog/integrations-core/pull/10284). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Manually create a `ssl.SSLContext` object for the Kafka client to use ([#10284](https://github.com/DataDog/integrations-core/pull/10284)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Remove unused ssl_context documentation. See [#10152](https://github.com/DataDog/integrations-core/pull/10152). -* Lazily create client on legacy implementation. See [#9981](https://github.com/DataDog/integrations-core/pull/9981). +* Remove unused ssl_context documentation ([#10152](https://github.com/DataDog/integrations-core/pull/10152)) +* Lazily create client on legacy implementation ([#9981](https://github.com/DataDog/integrations-core/pull/9981)) ## 2.10.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ***Fixed***: -* Correctly handle errors during initialization + code refactor. See [#9626](https://github.com/DataDog/integrations-core/pull/9626). +* Correctly handle errors during initialization + code refactor ([#9626](https://github.com/DataDog/integrations-core/pull/9626)) ## 2.9.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8942](https://github.com/DataDog/integrations-core/pull/8942). +* Add runtime configuration validation ([#8942](https://github.com/DataDog/integrations-core/pull/8942)) ***Fixed***: -* Fix zk_connect_str type. See [#9368](https://github.com/DataDog/integrations-core/pull/9368). +* Fix zk_connect_str type ([#9368](https://github.com/DataDog/integrations-core/pull/9368)) ## 2.8.6 / 2021-04-20 / Agent 7.28.0 ***Fixed***: -* Fix warning log format. See [#9192](https://github.com/DataDog/integrations-core/pull/9192). -* Provide better error message when api version cannot be determined. See [#9186](https://github.com/DataDog/integrations-core/pull/9186). +* Fix warning log format ([#9192](https://github.com/DataDog/integrations-core/pull/9192)) +* Provide better error message when api version cannot be determined ([#9186](https://github.com/DataDog/integrations-core/pull/9186)) ## 2.8.5 / 2021-04-19 ***Fixed***: -* Fix partition check. See [#9117](https://github.com/DataDog/integrations-core/pull/9117). +* Fix partition check ([#9117](https://github.com/DataDog/integrations-core/pull/9117)) ## 2.8.4 / 2021-04-05 ***Fixed***: -* Handle missing partitions and better logging. See [#9089](https://github.com/DataDog/integrations-core/pull/9089). -* Add more logging. See [#8795](https://github.com/DataDog/integrations-core/pull/8795). +* Handle missing partitions and better logging ([#9089](https://github.com/DataDog/integrations-core/pull/9089)) +* Add more logging ([#8795](https://github.com/DataDog/integrations-core/pull/8795)) ## 2.8.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.8.2 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Make 'Context limit reached' message a warning. See [#8254](https://github.com/DataDog/integrations-core/pull/8254). -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Make 'Context limit reached' message a warning ([#8254](https://github.com/DataDog/integrations-core/pull/8254)) +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 2.8.1 / 2020-12-15 / Agent 7.25.0 ***Fixed***: -* Use spec template. See [#8192](https://github.com/DataDog/integrations-core/pull/8192). +* Use spec template ([#8192](https://github.com/DataDog/integrations-core/pull/8192)) ## 2.8.0 / 2020-12-11 ***Added***: -* Add Kafka Consumer spec. See [#8108](https://github.com/DataDog/integrations-core/pull/8108). +* Add Kafka Consumer spec ([#8108](https://github.com/DataDog/integrations-core/pull/8108)) ***Fixed***: -* Update deprecation notice. See [#8161](https://github.com/DataDog/integrations-core/pull/8161). +* Update deprecation notice ([#8161](https://github.com/DataDog/integrations-core/pull/8161)) ## 2.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Support Windows. See [#7781](https://github.com/DataDog/integrations-core/pull/7781). -* Collect version metadata. See [#6556](https://github.com/DataDog/integrations-core/pull/6556). +* Support Windows ([#7781](https://github.com/DataDog/integrations-core/pull/7781)) +* Collect version metadata ([#6556](https://github.com/DataDog/integrations-core/pull/6556)) ***Fixed***: -* Update kafka-python to 2.0.2. See [#7718](https://github.com/DataDog/integrations-core/pull/7718). +* Update kafka-python to 2.0.2 ([#7718](https://github.com/DataDog/integrations-core/pull/7718)) ## 2.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* lazy initialisation of kafka_consumer client. See [#7432](https://github.com/DataDog/integrations-core/pull/7432). +* lazy initialisation of kafka_consumer client ([#7432](https://github.com/DataDog/integrations-core/pull/7432)) ## 2.6.0 / 2020-07-27 / Agent 7.22.0 ***Added***: -* Smaller batches when fetching highwater offsets. See [#7093](https://github.com/DataDog/integrations-core/pull/7093). +* Smaller batches when fetching highwater offsets ([#7093](https://github.com/DataDog/integrations-core/pull/7093)) ***Fixed***: -* Limit the number of reported contexts. See [#7084](https://github.com/DataDog/integrations-core/pull/7084). +* Limit the number of reported contexts ([#7084](https://github.com/DataDog/integrations-core/pull/7084)) ## 2.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.4.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Re-enable `kafka_client_api_version` option. See [#5726](https://github.com/DataDog/integrations-core/pull/5726). -* Use top-level kafka imports to be more future-proof. See [#5702](https://github.com/DataDog/integrations-core/pull/5702). -* Upgrade kafka-python to 2.0.0. See [#5696](https://github.com/DataDog/integrations-core/pull/5696). +* Re-enable `kafka_client_api_version` option ([#5726](https://github.com/DataDog/integrations-core/pull/5726)) +* Use top-level kafka imports to be more future-proof ([#5702](https://github.com/DataDog/integrations-core/pull/5702)) +* Upgrade kafka-python to 2.0.0 ([#5696](https://github.com/DataDog/integrations-core/pull/5696)) ***Fixed***: -* Anticipate potential bug when instantiating the Kafka admin client. See [#5464](https://github.com/DataDog/integrations-core/pull/5464). +* Anticipate potential bug when instantiating the Kafka admin client ([#5464](https://github.com/DataDog/integrations-core/pull/5464)) ## 2.3.0 / 2020-01-28 / Agent 7.17.0 ***Added***: -* Update imports for newer versions of kafka-python. See [#5489](https://github.com/DataDog/integrations-core/pull/5489). +* Update imports for newer versions of kafka-python ([#5489](https://github.com/DataDog/integrations-core/pull/5489)) ## 2.2.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Fix `kafka_client_api_version`. See [#5007](https://github.com/DataDog/integrations-core/pull/5007). +* Fix `kafka_client_api_version` ([#5007](https://github.com/DataDog/integrations-core/pull/5007)) ## 2.1.1 / 2019-11-27 / Agent 7.16.0 ***Fixed***: -* Handle missing partitions. See [#5035](https://github.com/DataDog/integrations-core/pull/5035). -* Handle topics set to empty dict. See [#4974](https://github.com/DataDog/integrations-core/pull/4974). -* Fix error on missing config. See [#4959](https://github.com/DataDog/integrations-core/pull/4959). +* Handle missing partitions ([#5035](https://github.com/DataDog/integrations-core/pull/5035)) +* Handle topics set to empty dict ([#4974](https://github.com/DataDog/integrations-core/pull/4974)) +* Fix error on missing config ([#4959](https://github.com/DataDog/integrations-core/pull/4959)) ## 2.1.0 / 2019-10-09 / Agent 6.15.0 ***Added***: -* Add support for fetching consumer offsets stored in Kafka to `monitor_unlisted_consumer_groups`. See [#3957](https://github.com/DataDog/integrations-core/pull/3957). Thanks [jeffwidman](https://github.com/jeffwidman). +* Add support for fetching consumer offsets stored in Kafka to `monitor_unlisted_consumer_groups` ([#3957](https://github.com/DataDog/integrations-core/pull/3957)) Thanks [jeffwidman](https://github.com/jeffwidman). ## 2.0.1 / 2019-08-27 / Agent 6.14.0 ***Fixed***: -* Fix logger call during exceptions. See [#4440](https://github.com/DataDog/integrations-core/pull/4440). +* Fix logger call during exceptions ([#4440](https://github.com/DataDog/integrations-core/pull/4440)) ## 2.0.0 / 2019-08-24 ***Changed***: -* Drop `source:kafka` from tags.. See [#4400](https://github.com/DataDog/integrations-core/pull/4400). Thanks [jeffwidman](https://github.com/jeffwidman). -* Remove rarely used zookeeper-specific min collection interval. See [#4269](https://github.com/DataDog/integrations-core/pull/4269). Thanks [jeffwidman](https://github.com/jeffwidman). +* Drop `source:kafka` from tags. ([#4400](https://github.com/DataDog/integrations-core/pull/4400)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Remove rarely used zookeeper-specific min collection interval ([#4269](https://github.com/DataDog/integrations-core/pull/4269)) Thanks [jeffwidman](https://github.com/jeffwidman). ***Added***: -* Force initial population of the cluster cache. See [#4394](https://github.com/DataDog/integrations-core/pull/4394). Thanks [jeffwidman](https://github.com/jeffwidman). -* Add flag `monitor_all_broker_highwatermarks`, refactor. See [#4385](https://github.com/DataDog/integrations-core/pull/4385). Thanks [jeffwidman](https://github.com/jeffwidman). -* Better manage partitions that are in the middle of failover. See [#4382](https://github.com/DataDog/integrations-core/pull/4382). Thanks [jeffwidman](https://github.com/jeffwidman). -* Document kafka_client_api_version. See [#4381](https://github.com/DataDog/integrations-core/pull/4381). Thanks [jeffwidman](https://github.com/jeffwidman). -* Make the Zookeeper client instance long-lived. See [#4378](https://github.com/DataDog/integrations-core/pull/4378). Thanks [jeffwidman](https://github.com/jeffwidman). -* Document that fetching consumer offsets from Zookeeper is deprecated. See [#4272](https://github.com/DataDog/integrations-core/pull/4272). Thanks [jeffwidman](https://github.com/jeffwidman). -* Cleanup pointless retries that query the wrong brokers / duplicate kafka-python functionality. See [#4271](https://github.com/DataDog/integrations-core/pull/4271). Thanks [jeffwidman](https://github.com/jeffwidman). -* Bump Kazoo to 2.6.1 to pull in some minor bugfixes. See [#4260](https://github.com/DataDog/integrations-core/pull/4260). Thanks [jeffwidman](https://github.com/jeffwidman). -* Remove unnecessary constants and cleanup error handling. See [#4256](https://github.com/DataDog/integrations-core/pull/4256). Thanks [jeffwidman](https://github.com/jeffwidman). +* Force initial population of the cluster cache ([#4394](https://github.com/DataDog/integrations-core/pull/4394)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Add flag `monitor_all_broker_highwatermarks`, refactor ([#4385](https://github.com/DataDog/integrations-core/pull/4385)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Better manage partitions that are in the middle of failover ([#4382](https://github.com/DataDog/integrations-core/pull/4382)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Document kafka_client_api_version ([#4381](https://github.com/DataDog/integrations-core/pull/4381)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Make the Zookeeper client instance long-lived ([#4378](https://github.com/DataDog/integrations-core/pull/4378)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Document that fetching consumer offsets from Zookeeper is deprecated ([#4272](https://github.com/DataDog/integrations-core/pull/4272)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Cleanup pointless retries that query the wrong brokers / duplicate kafka-python functionality ([#4271](https://github.com/DataDog/integrations-core/pull/4271)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Bump Kazoo to 2.6.1 to pull in some minor bugfixes ([#4260](https://github.com/DataDog/integrations-core/pull/4260)) Thanks [jeffwidman](https://github.com/jeffwidman). +* Remove unnecessary constants and cleanup error handling ([#4256](https://github.com/DataDog/integrations-core/pull/4256)) Thanks [jeffwidman](https://github.com/jeffwidman). ***Fixed***: -* Fix kafka_consumer python3 compatibility check regression. See [#4387](https://github.com/DataDog/integrations-core/pull/4387). +* Fix kafka_consumer python3 compatibility check regression ([#4387](https://github.com/DataDog/integrations-core/pull/4387)) ## 1.10.0 / 2019-06-19 / Agent 6.13.0 ***Added***: -* Refactor check to support different versions easily. See [#3929](https://github.com/DataDog/integrations-core/pull/3929). +* Refactor check to support different versions easily ([#3929](https://github.com/DataDog/integrations-core/pull/3929)) ## 1.9.2 / 2019-06-04 / Agent 6.12.0 ***Fixed***: -* Fix example conf file. See [#3860](https://github.com/DataDog/integrations-core/pull/3860). +* Fix example conf file ([#3860](https://github.com/DataDog/integrations-core/pull/3860)) ## 1.9.1 / 2019-06-01 ***Fixed***: -* Fix code style. See [#3838](https://github.com/DataDog/integrations-core/pull/3838). -* Handle empty topics and partitions. See [#3807](https://github.com/DataDog/integrations-core/pull/3807). +* Fix code style ([#3838](https://github.com/DataDog/integrations-core/pull/3838)) +* Handle empty topics and partitions ([#3807](https://github.com/DataDog/integrations-core/pull/3807)) ## 1.9.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3523](https://github.com/DataDog/integrations-core/pull/3523). +* Adhere to code style ([#3523](https://github.com/DataDog/integrations-core/pull/3523)) ***Fixed***: -* Fix kafka_consumer conf file. See [#3757](https://github.com/DataDog/integrations-core/pull/3757). +* Fix kafka_consumer conf file ([#3757](https://github.com/DataDog/integrations-core/pull/3757)) ## 1.8.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Properly cache zookeeper connection strings. See [#3333](https://github.com/DataDog/integrations-core/pull/3333). +* Properly cache zookeeper connection strings ([#3333](https://github.com/DataDog/integrations-core/pull/3333)) ## 1.8.0 / 2019-03-08 ***Added***: -* Add support for SASL_PLAINTEXT authentication with Kafka broker. See [#3056](https://github.com/DataDog/integrations-core/pull/3056). +* Add support for SASL_PLAINTEXT authentication with Kafka broker ([#3056](https://github.com/DataDog/integrations-core/pull/3056)) ## 1.7.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python 3 Support. See [#2912](https://github.com/DataDog/integrations-core/pull/2912). +* Finish Python 3 Support ([#2912](https://github.com/DataDog/integrations-core/pull/2912)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 1.6.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* [kafka_consumer] Bump vendored kazoo to 2.6.0. See [#2729](https://github.com/DataDog/integrations-core/pull/2729). Thanks [jeffwidman](https://github.com/jeffwidman). -* [kafka_consumer] Bump kafka-python to 1.4.4. See [#2728](https://github.com/DataDog/integrations-core/pull/2728). Thanks [jeffwidman](https://github.com/jeffwidman). +* [kafka_consumer] Bump vendored kazoo to 2.6.0 ([#2729](https://github.com/DataDog/integrations-core/pull/2729)) Thanks [jeffwidman](https://github.com/jeffwidman). +* [kafka_consumer] Bump kafka-python to 1.4.4 ([#2728](https://github.com/DataDog/integrations-core/pull/2728)) Thanks [jeffwidman](https://github.com/jeffwidman). ## 1.5.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support Python 3. See [#2648](https://github.com/DataDog/integrations-core/pull/2648). +* Support Python 3 ([#2648](https://github.com/DataDog/integrations-core/pull/2648)) ## 1.4.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-06-04 ***Changed***: -* Bump to kafka-python 1.4.3. See [#1627](https://github.com/DataDog/integrations-core/pull/1627). Thanks [jeffwidman](https://github.com/jeffwidman). +* Bump to kafka-python 1.4.3 ([#1627](https://github.com/DataDog/integrations-core/pull/1627)) Thanks [jeffwidman](https://github.com/jeffwidman). ## 1.3.0 / 2018-03-23 @@ -438,7 +438,7 @@ ***Fixed***: -* Check explicitly that node_id is None instead of 0. See [#1022](https://github.com/DataDog/integrations-core/issues1022) +* Check explicitly that node_id is None instead of 0 ([#1022](https://github)com/DataDog/integrations-core/issues1022) ## 1.2.1 / 2017-11-29 @@ -450,32 +450,32 @@ ***Added***: -* Support collection of consumer offsets from Kafka, in addition to ZK. See [#654](https://github.com/DataDog/integrations-core/issues/654) +* Support collection of consumer offsets from Kafka, in addition to ZK ([#654](https://github)com/DataDog/integrations-core/issues/654) ## 1.1.0 / 2017-10-10 ***Added***: -* discovery of groups, topics and partitions. See [#633](https://github.com/DataDog/integrations-core/issues/633) (Thanks [@jeffwidman](https://github.com/jeffwidman)) +* discovery of groups, topics and partitions ([#633](https://github.com/DataDog/integrations-core/issues/633) (Thanks [@jeffwidman](https://github)com/jeffwidman)) ***Fixed***: -* set upper bound on number of contexts. Submit "broker available" metrics. See [#753](https://github.com/DataDog/integrations-core/issues/753) -* Remove usage of `AgentCheck.read_config` (deprecated method). See [#733](https://github.com/DataDog/integrations-core/issues/733) +* set upper bound on number of contexts. Submit "broker available" metrics ([#753](https://github)com/DataDog/integrations-core/issues/753) +* Remove usage of `AgentCheck.read_config` (deprecated method) ([#733](https://github)com/DataDog/integrations-core/issues/733) ## 1.0.2 / 2017-08-28 ***Added***: -* Bump Kazoo dependency to 2.4.0. See [#623](https://github.com/DataDog/integrations-core/issues/623), thanks [@jeffwidman](https://github.com/jeffwidman) -* Bump kafka-python to 1.3.4. See [#684](https://github.com/DataDog/integrations-core/issues/684), thanks [@jeffwidman](https://github.com/jeffwidman) -* Switch ZK example from string to list. See [#624](https://github.com/DataDog/integrations-core/issues/624), thanks [@jeffwidman](https://github.com/jeffwidman) +* Bump Kazoo dependency to 2.4.0 ([#623](https://github.com/DataDog/integrations-core/issues/623), thanks [@jeffwidman](https://github)com/jeffwidman) +* Bump kafka-python to 1.3.4 ([#684](https://github.com/DataDog/integrations-core/issues/684), thanks [@jeffwidman](https://github)com/jeffwidman) +* Switch ZK example from string to list ([#624](https://github.com/DataDog/integrations-core/issues/624), thanks [@jeffwidman](https://github)com/jeffwidman) ## 1.0.1 / 2017-04-24 ***Changed***: -* bumping kafka-python to 0.3.3. See [#272](https://github.com/DataDog/integrations-core/issues/272) (Thanks [@jeffwidman](https://github.com/jeffwidman)) +* bumping kafka-python to 0.3.3 ([#272](https://github.com/DataDog/integrations-core/issues/272) (Thanks [@jeffwidman](https://github)com/jeffwidman)) ## 1.0.0 / 2017-03-22 diff --git a/kong/CHANGELOG.md b/kong/CHANGELOG.md index 013339f4cb070..fa6a9a9d136c9 100644 --- a/kong/CHANGELOG.md +++ b/kong/CHANGELOG.md @@ -6,240 +6,240 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.3.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Add metrics to support v3.0 of Kong. See [#13059](https://github.com/DataDog/integrations-core/pull/13059). +* Add metrics to support v3.0 of Kong ([#13059](https://github.com/DataDog/integrations-core/pull/13059)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11379](https://github.com/DataDog/integrations-core/pull/11379). +* Add `pyproject.toml` file ([#11379](https://github.com/DataDog/integrations-core/pull/11379)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.18.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Update default Kong configurations to use Openmetrics V2. See [#10839](https://github.com/DataDog/integrations-core/pull/10839). +* Update default Kong configurations to use Openmetrics V2 ([#10839](https://github.com/DataDog/integrations-core/pull/10839)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.17.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8943](https://github.com/DataDog/integrations-core/pull/8943). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8943](https://github.com/DataDog/integrations-core/pull/8943)) ## 1.16.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.15.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* [OpenMetricsV2] Improve label sharing behavior. See [#9804](https://github.com/DataDog/integrations-core/pull/9804). +* [OpenMetricsV2] Improve label sharing behavior ([#9804](https://github.com/DataDog/integrations-core/pull/9804)) ## 1.14.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Raise exception if attempting to use new style openmetrics with py2. See [#9613](https://github.com/DataDog/integrations-core/pull/9613). +* Raise exception if attempting to use new style openmetrics with py2 ([#9613](https://github.com/DataDog/integrations-core/pull/9613)) ## 1.14.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). -* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics. See [#9301](https://github.com/DataDog/integrations-core/pull/9301). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) +* [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics ([#9301](https://github.com/DataDog/integrations-core/pull/9301)) ## 1.13.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add new implementation based on the official Prometheus plugin. See [#9031](https://github.com/DataDog/integrations-core/pull/9031). +* Add new implementation based on the official Prometheus plugin ([#9031](https://github.com/DataDog/integrations-core/pull/9031)) ***Fixed***: -* Bump minimum base package. See [#9107](https://github.com/DataDog/integrations-core/pull/9107). -* Bump minimum base package version. See [#9096](https://github.com/DataDog/integrations-core/pull/9096). +* Bump minimum base package ([#9107](https://github.com/DataDog/integrations-core/pull/9107)) +* Bump minimum base package version ([#9096](https://github.com/DataDog/integrations-core/pull/9096)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.8.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 1.8.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.7.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Update datadog_checks_base dependencies. See [#5846](https://github.com/DataDog/integrations-core/pull/5846). +* Update datadog_checks_base dependencies ([#5846](https://github.com/DataDog/integrations-core/pull/5846)) ## 1.7.0 / 2020-02-22 ***Added***: -* Add `service` option to default configuration. See [#5805](https://github.com/DataDog/integrations-core/pull/5805). -* Adds RequestsWrapper to Kong. See [#5807](https://github.com/DataDog/integrations-core/pull/5807). +* Add `service` option to default configuration ([#5805](https://github.com/DataDog/integrations-core/pull/5805)) +* Adds RequestsWrapper to Kong ([#5807](https://github.com/DataDog/integrations-core/pull/5807)) ## 1.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.5.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3524](https://github.com/DataDog/integrations-core/pull/3524). +* Adhere to code style ([#3524](https://github.com/DataDog/integrations-core/pull/3524)) ## 1.4.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Update the kong integration with log instruction. See [#2935](https://github.com/DataDog/integrations-core/pull/2935). +* Update the kong integration with log instruction ([#2935](https://github.com/DataDog/integrations-core/pull/2935)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2772][1]. +* Support Python 3 ([#2772][1]) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.2.0 / 2018-05-11 diff --git a/kube_apiserver_metrics/CHANGELOG.md b/kube_apiserver_metrics/CHANGELOG.md index 145e2c110bc85..b8c9903d4dd5d 100644 --- a/kube_apiserver_metrics/CHANGELOG.md +++ b/kube_apiserver_metrics/CHANGELOG.md @@ -6,255 +6,255 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.6.2 / 2023-07-10 ***Fixed***: -* Deprecate apiserver_longrunning_gauge metric in favor of apiserver_longrunning_requests. See [#14856](https://github.com/DataDog/integrations-core/pull/14856). -* [kube_apiserver_metrics] Rename aggregator_unavailable_apiservice `name` tag to `apiservice_name`. See [#14738](https://github.com/DataDog/integrations-core/pull/14738). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Deprecate apiserver_longrunning_gauge metric in favor of apiserver_longrunning_requests ([#14856](https://github.com/DataDog/integrations-core/pull/14856)) +* [kube_apiserver_metrics] Rename aggregator_unavailable_apiservice `name` tag to `apiservice_name` ([#14738](https://github.com/DataDog/integrations-core/pull/14738)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.6.1 / 2023-06-14 / Agent 7.46.0 ***Fixed***: -* [kube_apiserver_metrics] Rename aggregator_unavailable_apiservice `name` tag to `apiservice_name` (#14738). See [#14751](https://github.com/DataDog/integrations-core/pull/14751). +* [kube_apiserver_metrics] Rename aggregator_unavailable_apiservice `name` tag to `apiservice_name` (#14738) ([#14751](https://github.com/DataDog/integrations-core/pull/14751)) ## 3.6.0 / 2023-05-26 ***Added***: -* Add `flowcontrol` metrics. See [#14480](https://github.com/DataDog/integrations-core/pull/14480). -* [kube-apiserver] Add new `aggregator_unavailable_apiservice` metric. See [#14457](https://github.com/DataDog/integrations-core/pull/14457). +* Add `flowcontrol` metrics ([#14480](https://github.com/DataDog/integrations-core/pull/14480)) +* [kube-apiserver] Add new `aggregator_unavailable_apiservice` metric ([#14457](https://github.com/DataDog/integrations-core/pull/14457)) ## 3.5.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Adds new metric `kubernetes_feature_enabled`. See [#14147](https://github.com/DataDog/integrations-core/pull/14147). +* Adds new metric `kubernetes_feature_enabled` ([#14147](https://github.com/DataDog/integrations-core/pull/14147)) ## 3.4.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Add metric `apiserver_admission_webhook_fail_open_count`. See [#13750](https://github.com/DataDog/integrations-core/pull/13750). +* Add metric `apiserver_admission_webhook_fail_open_count` ([#13750](https://github.com/DataDog/integrations-core/pull/13750)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add new kube_apiserver_metric for deprecated API usage. See [#12887](https://github.com/DataDog/integrations-core/pull/12887). Thanks [alex-berger](https://github.com/alex-berger). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Add new kube_apiserver_metric for deprecated API usage ([#12887](https://github.com/DataDog/integrations-core/pull/12887)) Thanks [alex-berger](https://github.com/alex-berger). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11380](https://github.com/DataDog/integrations-core/pull/11380). +* Add `pyproject.toml` file ([#11380](https://github.com/DataDog/integrations-core/pull/11380)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.0.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 2.0.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.0.0 / 2022-01-08 ***Changed***: -* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default. See [#10772](https://github.com/DataDog/integrations-core/pull/10772). +* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default ([#10772](https://github.com/DataDog/integrations-core/pull/10772)) ***Added***: -* Add new storage metrics and test for Kubernetes 1.23. See [#10906](https://github.com/DataDog/integrations-core/pull/10906). +* Add new storage metrics and test for Kubernetes 1.23 ([#10906](https://github.com/DataDog/integrations-core/pull/10906)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add kube_apiserver.etcd.db.total_size metric. See [#10569](https://github.com/DataDog/integrations-core/pull/10569). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add kube_apiserver.etcd.db.total_size metric ([#10569](https://github.com/DataDog/integrations-core/pull/10569)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8944](https://github.com/DataDog/integrations-core/pull/8944). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8944](https://github.com/DataDog/integrations-core/pull/8944)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.10.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Fix auto-discovery for latest versions on Kubernetes. See [#9577](https://github.com/DataDog/integrations-core/pull/9577). +* Fix auto-discovery for latest versions on Kubernetes ([#9577](https://github.com/DataDog/integrations-core/pull/9577)) ## 1.9.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.8.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add new metrics. See [#8557](https://github.com/DataDog/integrations-core/pull/8557). +* Add new metrics ([#8557](https://github.com/DataDog/integrations-core/pull/8557)) ## 1.7.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update metrics whose name has changed in Kubernetes 1.14. See [#8337](https://github.com/DataDog/integrations-core/pull/8337). -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update metrics whose name has changed in Kubernetes 1.14 ([#8337](https://github.com/DataDog/integrations-core/pull/8337)) +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.6.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.5.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.4.1 / 2020-07-02 / Agent 7.21.0 ***Fixed***: -* Fix default value in example configuration file. See [#7034](https://github.com/DataDog/integrations-core/pull/7034). +* Fix default value in example configuration file ([#7034](https://github.com/DataDog/integrations-core/pull/7034)) ## 1.4.0 / 2020-06-29 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* kube apiserver signature and specs. See [#6831](https://github.com/DataDog/integrations-core/pull/6831). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* kube apiserver signature and specs ([#6831](https://github.com/DataDog/integrations-core/pull/6831)) ***Fixed***: -* Sync example configs. See [#6920](https://github.com/DataDog/integrations-core/pull/6920). +* Sync example configs ([#6920](https://github.com/DataDog/integrations-core/pull/6920)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add admission controller metrics. See [#6502](https://github.com/DataDog/integrations-core/pull/6502). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add admission controller metrics ([#6502](https://github.com/DataDog/integrations-core/pull/6502)) ## 1.2.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.2.2 / 2020-01-13 / Agent 7.17.0 ***Fixed***: -* Update Kube_apiserver_metrics annotations documentation. See [#5199](https://github.com/DataDog/integrations-core/pull/5199). +* Update Kube_apiserver_metrics annotations documentation ([#5199](https://github.com/DataDog/integrations-core/pull/5199)) ## 1.2.1 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Fix scrapper config cache issue. See [#5202](https://github.com/DataDog/integrations-core/pull/5202). +* Fix scrapper config cache issue ([#5202](https://github.com/DataDog/integrations-core/pull/5202)) ## 1.2.0 / 2019-12-02 ***Added***: -* Handle scheme in `prometheus_url` instead of the separate `scheme` option, which is now deprecated. See [#4913](https://github.com/DataDog/integrations-core/pull/4913). +* Handle scheme in `prometheus_url` instead of the separate `scheme` option, which is now deprecated ([#4913](https://github.com/DataDog/integrations-core/pull/4913)) ## 1.1.1 / 2019-10-16 / Agent 6.15.0 ***Fixed***: -* Use default port for kube apiserver metrics auto conf. See [#4785](https://github.com/DataDog/integrations-core/pull/4785). +* Use default port for kube apiserver metrics auto conf ([#4785](https://github.com/DataDog/integrations-core/pull/4785)) ## 1.1.0 / 2019-10-11 ***Added***: -* Scrape apiserver_request_total metric introduced in v1.15. See [#4546](https://github.com/DataDog/integrations-core/pull/4546). +* Scrape apiserver_request_total metric introduced in v1.15 ([#4546](https://github.com/DataDog/integrations-core/pull/4546)) ## 1.0.1 / 2019-06-06 / Agent 6.12.0 ***Fixed***: -* Fix default for bearer_token and ssl_verify. See [#3882](https://github.com/DataDog/integrations-core/pull/3882). +* Fix default for bearer_token and ssl_verify ([#3882](https://github.com/DataDog/integrations-core/pull/3882)) ## 1.0.0 / 2019-05-31 ***Added***: -* Introducing the Kubernetes APIServer metrics check. See [#3746](https://github.com/DataDog/integrations-core/pull/3746). +* Introducing the Kubernetes APIServer metrics check ([#3746](https://github.com/DataDog/integrations-core/pull/3746)) diff --git a/kube_controller_manager/CHANGELOG.md b/kube_controller_manager/CHANGELOG.md index 265f72fd3b088..b560e32cddab8 100644 --- a/kube_controller_manager/CHANGELOG.md +++ b/kube_controller_manager/CHANGELOG.md @@ -6,154 +6,154 @@ ***Added***: -* Add job_controller_terminated_pods_tracking_finalizer_total metric to kube controller manager check. See [#15425](https://github.com/DataDog/integrations-core/pull/15425). +* Add job_controller_terminated_pods_tracking_finalizer_total metric to kube controller manager check ([#15425](https://github.com/DataDog/integrations-core/pull/15425)) ## 4.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 4.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11381](https://github.com/DataDog/integrations-core/pull/11381). +* Add `pyproject.toml` file ([#11381](https://github.com/DataDog/integrations-core/pull/11381)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.1 / 2022-01-18 / Agent 7.34.0 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 3.0.0 / 2022-01-08 ***Changed***: -* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default. See [#10708](https://github.com/DataDog/integrations-core/pull/10708). +* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default ([#10708](https://github.com/DataDog/integrations-core/pull/10708)) ***Added***: -* Add kube_controller_manager config spec. See [#10505](https://github.com/DataDog/integrations-core/pull/10505). +* Add kube_controller_manager config spec ([#10505](https://github.com/DataDog/integrations-core/pull/10505)) ***Fixed***: -* Sync configuration spec. See [#10938](https://github.com/DataDog/integrations-core/pull/10938). +* Sync configuration spec ([#10938](https://github.com/DataDog/integrations-core/pull/10938)) ## 2.0.1 / 2021-08-25 / Agent 7.31.0 ***Fixed***: -* Correctly use SSL options for health checks. See [#9977](https://github.com/DataDog/integrations-core/pull/9977). +* Correctly use SSL options for health checks ([#9977](https://github.com/DataDog/integrations-core/pull/9977)) ## 2.0.0 / 2021-08-22 ***Changed***: -* Add service check for K8s API Server components. See [#9773](https://github.com/DataDog/integrations-core/pull/9773). +* Add service check for K8s API Server components ([#9773](https://github.com/DataDog/integrations-core/pull/9773)) ## 1.9.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Fix auto-discovery for latest versions on Kubernetes. See [#9575](https://github.com/DataDog/integrations-core/pull/9575). +* Fix auto-discovery for latest versions on Kubernetes ([#9575](https://github.com/DataDog/integrations-core/pull/9575)) ## 1.8.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add support for Kubernetes leader election based on Lease objects. See [#8535](https://github.com/DataDog/integrations-core/pull/8535). +* Add support for Kubernetes leader election based on Lease objects ([#8535](https://github.com/DataDog/integrations-core/pull/8535)) ***Fixed***: -* Bump minimum base package version. See [#8770](https://github.com/DataDog/integrations-core/pull/8770) and [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8770](https://github.com/DataDog/integrations-core/pull/8770) and [#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.6.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add auto_conf.yaml files. See [#5678](https://github.com/DataDog/integrations-core/pull/5678). +* Add auto_conf.yaml files ([#5678](https://github.com/DataDog/integrations-core/pull/5678)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ***Fixed***: -* Fix logger method bug. See [#5395](https://github.com/DataDog/integrations-core/pull/5395). +* Fix logger method bug ([#5395](https://github.com/DataDog/integrations-core/pull/5395)) ## 1.4.0 / 2019-07-19 / Agent 6.13.0 ***Added***: -* Add telemetry metrics counter by ksm collector. See [#4125](https://github.com/DataDog/integrations-core/pull/4125). +* Add telemetry metrics counter by ksm collector ([#4125](https://github.com/DataDog/integrations-core/pull/4125)) ## 1.3.0 / 2019-07-04 ***Added***: -* Add support for new metrics introduced in kubernetes v1.14. See [#3905](https://github.com/DataDog/integrations-core/pull/3905). +* Add support for new metrics introduced in kubernetes v1.14 ([#3905](https://github.com/DataDog/integrations-core/pull/3905)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3527](https://github.com/DataDog/integrations-core/pull/3527). +* Adhere to code style ([#3527](https://github.com/DataDog/integrations-core/pull/3527)) ***Fixed***: -* Fix the list of default rate limiters. See [#3724](https://github.com/DataDog/integrations-core/pull/3724). +* Fix the list of default rate limiters ([#3724](https://github.com/DataDog/integrations-core/pull/3724)) ## 1.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Track leader election status. See [#3101](https://github.com/DataDog/integrations-core/pull/3101). +* Track leader election status ([#3101](https://github.com/DataDog/integrations-core/pull/3101)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) diff --git a/kube_dns/CHANGELOG.md b/kube_dns/CHANGELOG.md index 1581e070e5c70..2790a1908b67f 100644 --- a/kube_dns/CHANGELOG.md +++ b/kube_dns/CHANGELOG.md @@ -6,206 +6,206 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.1.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.0.2 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Revert protobuf dependency update. See [#14618](https://github.com/DataDog/integrations-core/pull/14618). -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). +* Revert protobuf dependency update ([#14618](https://github.com/DataDog/integrations-core/pull/14618)) +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) ## 4.0.1 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks. See [#13571](https://github.com/DataDog/integrations-core/pull/13571). +* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks ([#13571](https://github.com/DataDog/integrations-core/pull/13571)) ## 4.0.0 / 2022-12-09 / Agent 7.42.0 ***Changed***: -* Add health check to kube_* integrations. See [#10668](https://github.com/DataDog/integrations-core/pull/10668). +* Add health check to kube_* integrations ([#10668](https://github.com/DataDog/integrations-core/pull/10668)) ***Fixed***: -* Update protobuf. See [#13262](https://github.com/DataDog/integrations-core/pull/13262). +* Update protobuf ([#13262](https://github.com/DataDog/integrations-core/pull/13262)) ## 3.3.1 / 2022-11-07 / Agent 7.40.1 ***Fixed***: -* Bump protobuf version to 3.20.2. See [#13269](https://github.com/DataDog/integrations-core/pull/13269). +* Bump protobuf version to 3.20.2 ([#13269](https://github.com/DataDog/integrations-core/pull/13269)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.2.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11382](https://github.com/DataDog/integrations-core/pull/11382). +* Add `pyproject.toml` file ([#11382](https://github.com/DataDog/integrations-core/pull/11382)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Add k8s-dns-kube-dns as default AD identifier. See [#11269](https://github.com/DataDog/integrations-core/pull/11269). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Add k8s-dns-kube-dns as default AD identifier ([#11269](https://github.com/DataDog/integrations-core/pull/11269)) ## 2.5.1 / 2022-01-18 / Agent 7.34.0 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.5.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add kube_dns config spec. See [#10508](https://github.com/DataDog/integrations-core/pull/10508). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add kube_dns config spec ([#10508](https://github.com/DataDog/integrations-core/pull/10508)) ## 2.4.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.4.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Use agent 6 signature. See [#6907](https://github.com/DataDog/integrations-core/pull/6907). +* Use agent 6 signature ([#6907](https://github.com/DataDog/integrations-core/pull/6907)) ## 2.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.3.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3528](https://github.com/DataDog/integrations-core/pull/3528). +* Adhere to code style ([#3528](https://github.com/DataDog/integrations-core/pull/3528)) ## 2.2.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Upgrade protobuf to 3.7.0. See [#3272](https://github.com/DataDog/integrations-core/pull/3272). +* Upgrade protobuf to 3.7.0 ([#3272](https://github.com/DataDog/integrations-core/pull/3272)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2896](https://github.com/DataDog/integrations-core/pull/2896). +* Support Python 3 ([#2896](https://github.com/DataDog/integrations-core/pull/2896)) ***Fixed***: -* Fix growing CPU and memory usage. See [#3066](https://github.com/DataDog/integrations-core/pull/3066). +* Fix growing CPU and memory usage ([#3066](https://github.com/DataDog/integrations-core/pull/3066)) ## 2.0.1 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Submit metrics with instance tags. See [#2299](https://github.com/DataDog/integrations-core/pull/2299). +* Submit metrics with instance tags ([#2299](https://github.com/DataDog/integrations-core/pull/2299)) ## 2.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Update kube_dns to use the new OpenMetricsBaseCheck. See [#1980](https://github.com/DataDog/integrations-core/pull/1980). +* Update kube_dns to use the new OpenMetricsBaseCheck ([#1980](https://github.com/DataDog/integrations-core/pull/1980)) ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093](https://github.com/DataDog/integrations-core/pull/2093). -* Make HTTP request timeout configurable in prometheus checks. See [#1790](https://github.com/DataDog/integrations-core/pull/1790). +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093](https://github.com/DataDog/integrations-core/pull/2093)) +* Make HTTP request timeout configurable in prometheus checks ([#1790](https://github.com/DataDog/integrations-core/pull/1790)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-06-13 / Agent 6.4.0 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 1.3.0 / 2018-05-11 ***Added***: -* Add metrics `kubedns.request_count.count`, `kubedns.error_count.count` and `cachemiss_count.count`, alternative metrics submitted as monotonic\_counts. See [#1341](https://github.com/DataDog/integrations-core/issues/1341) +* Add metrics `kubedns.request_count.count`, `kubedns.error_count.count` and `cachemiss_count.count`, alternative metrics submitted as monotonic\_counts ([#1341](https://github)com/DataDog/integrations-core/issues/1341) ## 1.2.0 / 2018-01-10 ***Added***: -* Bumping protobuf to version 3.5.1. See [#965](https://github.com/DataDog/integrations-core/issues/965) +* Bumping protobuf to version 3.5.1 ([#965](https://github)com/DataDog/integrations-core/issues/965) ## 1.1.0 / 2017-11-21 ***Added***: -* Update auto\_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto\_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.0.0 / 2017-07-18 ***Added***: -* Add kube-dns integration, based on new PrometheusCheck class. See [#410](https://github.com/DataDog/integrations-core/issues/410) and [#451](https://github.com/DataDog/integrations-core/issues/451), thanks [@aerostitch](https://github.com/aerostitch) +* Add kube-dns integration, based on new PrometheusCheck class ([#410](https://github.com/DataDog/integrations-core/issues/410) and [#451](https://github.com/DataDog/integrations-core/issues/451), thanks [@aerostitch](https://github)com/aerostitch) diff --git a/kube_metrics_server/CHANGELOG.md b/kube_metrics_server/CHANGELOG.md index b476a332136b2..25332dba5af55 100644 --- a/kube_metrics_server/CHANGELOG.md +++ b/kube_metrics_server/CHANGELOG.md @@ -6,119 +6,119 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.0.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.0.1 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks. See [#13571](https://github.com/DataDog/integrations-core/pull/13571). +* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks ([#13571](https://github.com/DataDog/integrations-core/pull/13571)) ## 3.0.0 / 2022-12-09 / Agent 7.42.0 ***Changed***: -* Add health check to kube_* integrations. See [#10668](https://github.com/DataDog/integrations-core/pull/10668). +* Add health check to kube_* integrations ([#10668](https://github.com/DataDog/integrations-core/pull/10668)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11383](https://github.com/DataDog/integrations-core/pull/11383). +* Add `pyproject.toml` file ([#11383](https://github.com/DataDog/integrations-core/pull/11383)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.4.1 / 2022-01-18 / Agent 7.34.0 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.4.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add kube_metrics_server config spec. See [#10509](https://github.com/DataDog/integrations-core/pull/10509). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add kube_metrics_server config spec ([#10509](https://github.com/DataDog/integrations-core/pull/10509)) ## 1.3.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support 0.4.0 metrics server renamed metric names. See [#9202](https://github.com/DataDog/integrations-core/pull/9202). Thanks [eatwithforks](https://github.com/eatwithforks). +* Support 0.4.0 metrics server renamed metric names ([#9202](https://github.com/DataDog/integrations-core/pull/9202)) Thanks [eatwithforks](https://github.com/eatwithforks). ## 1.2.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 1.1.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 1.0.1 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Fix prometheus_url conf. See [#4175](https://github.com/DataDog/integrations-core/pull/4175). +* Fix prometheus_url conf ([#4175](https://github.com/DataDog/integrations-core/pull/4175)) ## 1.0.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Add Kube metrics server integration. See [#3666](https://github.com/DataDog/integrations-core/pull/3666). +* Add Kube metrics server integration ([#3666](https://github.com/DataDog/integrations-core/pull/3666)) diff --git a/kube_proxy/CHANGELOG.md b/kube_proxy/CHANGELOG.md index 4ff5e2881d4d3..c80e556ec277b 100644 --- a/kube_proxy/CHANGELOG.md +++ b/kube_proxy/CHANGELOG.md @@ -6,155 +6,155 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 6.0.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 6.0.1 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks. See [#13571](https://github.com/DataDog/integrations-core/pull/13571). +* Fix setting of default health URL for kube_dns, kube_proxy, kube_metrics_server health checks ([#13571](https://github.com/DataDog/integrations-core/pull/13571)) ## 6.0.0 / 2022-12-09 / Agent 7.42.0 ***Changed***: -* Add health check to kube_* integrations. See [#10668](https://github.com/DataDog/integrations-core/pull/10668). +* Add health check to kube_* integrations ([#10668](https://github.com/DataDog/integrations-core/pull/10668)) ## 5.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 5.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 5.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 5.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11384](https://github.com/DataDog/integrations-core/pull/11384). +* Add `pyproject.toml` file ([#11384](https://github.com/DataDog/integrations-core/pull/11384)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Remove new kube proxy metric with high cardinality. See [#11182](https://github.com/DataDog/integrations-core/pull/11182). +* Remove new kube proxy metric with high cardinality ([#11182](https://github.com/DataDog/integrations-core/pull/11182)) ## 4.0.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 4.0.0 / 2022-01-08 ***Changed***: -* Improve kube_proxy metrics. See [#11052](https://github.com/DataDog/integrations-core/pull/11052). +* Improve kube_proxy metrics ([#11052](https://github.com/DataDog/integrations-core/pull/11052)) ## 3.5.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add kube_proxy config spec. See [#10510](https://github.com/DataDog/integrations-core/pull/10510). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add kube_proxy config spec ([#10510](https://github.com/DataDog/integrations-core/pull/10510)) ## 3.4.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 3.3.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 3.3.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 3.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3529](https://github.com/DataDog/integrations-core/pull/3529). +* Adhere to code style ([#3529](https://github.com/DataDog/integrations-core/pull/3529)) ## 3.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2919](https://github.com/DataDog/integrations-core/pull/2919). +* Support Python 3 ([#2919](https://github.com/DataDog/integrations-core/pull/2919)) ## 3.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Update kube_proxy to use the new OpenMetricsBaseCheck. See [#1981][1]. +* Update kube_proxy to use the new OpenMetricsBaseCheck ([#1981][1]) ## 2.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Removing unnecessary and misleading kube_proxy auto_conf.yaml. See [#1792][5]. +* Removing unnecessary and misleading kube_proxy auto_conf.yaml ([#1792][5]) ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][2]. -* Make HTTP request timeout configurable in prometheus checks. See [#1790][4]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][2]) +* Make HTTP request timeout configurable in prometheus checks ([#1790][4]) ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945][3]. -* Add data files to the wheel package. See [#1727][6]. +* Make sure all checks' versions are exposed ([#1945][3]) +* Add data files to the wheel package ([#1727][6]) ## 1.1.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664][7]. +* Package `auto_conf.yaml` for appropriate integrations ([#1664][7]) ## 1.0.0/ 2018-03-23 diff --git a/kube_scheduler/CHANGELOG.md b/kube_scheduler/CHANGELOG.md index d971a4efe81d9..c7ba2d89e9515 100644 --- a/kube_scheduler/CHANGELOG.md +++ b/kube_scheduler/CHANGELOG.md @@ -6,215 +6,215 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.5.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.5.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.4.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add pending pods metrics for kube_scheduler. See [#12673](https://github.com/DataDog/integrations-core/pull/12673). -* Add queue.incoming_pods metric. See [#12674](https://github.com/DataDog/integrations-core/pull/12674). +* Add pending pods metrics for kube_scheduler ([#12673](https://github.com/DataDog/integrations-core/pull/12673)) +* Add queue.incoming_pods metric ([#12674](https://github.com/DataDog/integrations-core/pull/12674)) ***Fixed***: -* Re-add preemption victims metric as histogram. See [#12659](https://github.com/DataDog/integrations-core/pull/12659). -* Re-add missing metric: pod_preemption.attempts. See [#12656](https://github.com/DataDog/integrations-core/pull/12656). -* Re-add missing metric: rest_client_request_duration_seconds. See [#12636](https://github.com/DataDog/integrations-core/pull/12636). +* Re-add preemption victims metric as histogram ([#12659](https://github.com/DataDog/integrations-core/pull/12659)) +* Re-add missing metric: pod_preemption.attempts ([#12656](https://github.com/DataDog/integrations-core/pull/12656)) +* Re-add missing metric: rest_client_request_duration_seconds ([#12636](https://github.com/DataDog/integrations-core/pull/12636)) ## 4.3.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Add new scheduling metrics available in k8s v1.23+. See [#12111](https://github.com/DataDog/integrations-core/pull/12111). +* Add new scheduling metrics available in k8s v1.23+ ([#12111](https://github.com/DataDog/integrations-core/pull/12111)) ## 4.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 4.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11385](https://github.com/DataDog/integrations-core/pull/11385). +* Add `pyproject.toml` file ([#11385](https://github.com/DataDog/integrations-core/pull/11385)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.2 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). -* Do not validate ssl certificate by default with auto_conf. See [#11179](https://github.com/DataDog/integrations-core/pull/11179). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) +* Do not validate ssl certificate by default with auto_conf ([#11179](https://github.com/DataDog/integrations-core/pull/11179)) ## 3.0.1 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 3.0.0 / 2022-01-08 ***Changed***: -* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default. See [#10709](https://github.com/DataDog/integrations-core/pull/10709). +* Update the default value of the `bearer_token` parameter to send the bearer token only to secure https endpoints by default ([#10709](https://github.com/DataDog/integrations-core/pull/10709)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 2.1.1 / 2021-10-08 / Agent 7.32.0 ***Fixed***: -* fix kube scheduler config. See [#10382](https://github.com/DataDog/integrations-core/pull/10382). +* fix kube scheduler config ([#10382](https://github.com/DataDog/integrations-core/pull/10382)) ## 2.1.0 / 2021-10-04 ***Added***: -* Add runtime configuration validation. See [#8945](https://github.com/DataDog/integrations-core/pull/8945). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8945](https://github.com/DataDog/integrations-core/pull/8945)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.1 / 2021-08-25 / Agent 7.31.0 ***Fixed***: -* Correctly use SSL options for health checks. See [#9977](https://github.com/DataDog/integrations-core/pull/9977). +* Correctly use SSL options for health checks ([#9977](https://github.com/DataDog/integrations-core/pull/9977)) ## 2.0.0 / 2021-08-22 ***Changed***: -* Add service check for K8s API Server components. See [#9773](https://github.com/DataDog/integrations-core/pull/9773). +* Add service check for K8s API Server components ([#9773](https://github.com/DataDog/integrations-core/pull/9773)) ## 1.9.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Fix auto-discovery for latest versions on Kubernetes. See [#9574](https://github.com/DataDog/integrations-core/pull/9574). +* Fix auto-discovery for latest versions on Kubernetes ([#9574](https://github.com/DataDog/integrations-core/pull/9574)) ## 1.8.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.7.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add support for Kubernetes leader election based on Lease objects. See [#8535](https://github.com/DataDog/integrations-core/pull/8535). +* Add support for Kubernetes leader election based on Lease objects ([#8535](https://github.com/DataDog/integrations-core/pull/8535)) ***Fixed***: -* Bump base package requirement. See [#8770](https://github.com/DataDog/integrations-core/pull/8770). +* Bump base package requirement ([#8770](https://github.com/DataDog/integrations-core/pull/8770)) ## 1.6.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add kube_scheduler config spec. See [#7614](https://github.com/DataDog/integrations-core/pull/7614). +* Add kube_scheduler config spec ([#7614](https://github.com/DataDog/integrations-core/pull/7614)) ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.3.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.3.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add auto_conf.yaml files. See [#5678](https://github.com/DataDog/integrations-core/pull/5678). +* Add auto_conf.yaml files ([#5678](https://github.com/DataDog/integrations-core/pull/5678)) ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 1.2.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ***Fixed***: -* Move unit conversion helpers to openmetrics mixin. See [#5364](https://github.com/DataDog/integrations-core/pull/5364). -* Correct conversions from microseconds to seconds. See [#5354](https://github.com/DataDog/integrations-core/pull/5354). +* Move unit conversion helpers to openmetrics mixin ([#5364](https://github.com/DataDog/integrations-core/pull/5364)) +* Correct conversions from microseconds to seconds ([#5354](https://github.com/DataDog/integrations-core/pull/5354)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3530](https://github.com/DataDog/integrations-core/pull/3530). +* Adhere to code style ([#3530](https://github.com/DataDog/integrations-core/pull/3530)) ## 1.0.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Added kube_scheduler check. See [#3371](https://github.com/DataDog/integrations-core/pull/3371). +* Added kube_scheduler check ([#3371](https://github.com/DataDog/integrations-core/pull/3371)) diff --git a/kubelet/CHANGELOG.md b/kubelet/CHANGELOG.md index 28e33c67a63a2..6c18fb65ad15f 100644 --- a/kubelet/CHANGELOG.md +++ b/kubelet/CHANGELOG.md @@ -6,407 +6,407 @@ ***Added***: -* add startup probe metrics. See [#14570](https://github.com/DataDog/integrations-core/pull/14570). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* add startup probe metrics ([#14570](https://github.com/DataDog/integrations-core/pull/14570)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 7.8.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15218](https://github.com/DataDog/integrations-core/pull/15218). +* Bump the minimum datadog-checks-base version ([#15218](https://github.com/DataDog/integrations-core/pull/15218)) ## 7.8.0 / 2023-07-10 ***Added***: -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Fix Kubernetes probe total metrics type to gauge instead of count. See [#15167](https://github.com/DataDog/integrations-core/pull/15167). -* kubelet: fallback from image to imageID to align with Go counterpart. See [#15131](https://github.com/DataDog/integrations-core/pull/15131). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Fix Kubernetes probe total metrics type to gauge instead of count ([#15167](https://github.com/DataDog/integrations-core/pull/15167)) +* kubelet: fallback from image to imageID to align with Go counterpart ([#15131](https://github.com/DataDog/integrations-core/pull/15131)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 7.7.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* [kubelet] Add node filesystem stat from stats/summary. See [#14426](https://github.com/DataDog/integrations-core/pull/14426). +* [kubelet] Add node filesystem stat from stats/summary ([#14426](https://github.com/DataDog/integrations-core/pull/14426)) ***Fixed***: -* Fix kubelet check failing to initialize when get_connection_info is empty. See [#14546](https://github.com/DataDog/integrations-core/pull/14546). +* Fix kubelet check failing to initialize when get_connection_info is empty ([#14546](https://github.com/DataDog/integrations-core/pull/14546)) ## 7.6.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Adds container memory usage metrics from /stats/summary and kubelet memory usage. See [#14150](https://github.com/DataDog/integrations-core/pull/14150). +* Adds container memory usage metrics from /stats/summary and kubelet memory usage ([#14150](https://github.com/DataDog/integrations-core/pull/14150)) ***Fixed***: -* Support Ephemeral Percistent volume claim. See [#14194](https://github.com/DataDog/integrations-core/pull/14194). +* Support Ephemeral Percistent volume claim ([#14194](https://github.com/DataDog/integrations-core/pull/14194)) ## 7.5.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Set the `prometheus_url` for the kubelet endpoints in the `__init__` function. See [#13360](https://github.com/DataDog/integrations-core/pull/13360). +* Set the `prometheus_url` for the kubelet endpoints in the `__init__` function ([#13360](https://github.com/DataDog/integrations-core/pull/13360)) ## 7.5.1 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Ignore aberrant values for `kubernetes.memory.rss`. See [#13076](https://github.com/DataDog/integrations-core/pull/13076). +* Ignore aberrant values for `kubernetes.memory.rss` ([#13076](https://github.com/DataDog/integrations-core/pull/13076)) ## 7.5.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Add `CreateContainerError` and `InvalidImageName` to waiting reasons. See [#12758](https://github.com/DataDog/integrations-core/pull/12758). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Add `CreateContainerError` and `InvalidImageName` to waiting reasons ([#12758](https://github.com/DataDog/integrations-core/pull/12758)) ## 7.4.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Fix probe metrics collection when credentials are required. See [#12642](https://github.com/DataDog/integrations-core/pull/12642). +* Fix probe metrics collection when credentials are required ([#12642](https://github.com/DataDog/integrations-core/pull/12642)) ## 7.4.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Fix kubernetes.memory.limits on kind clusters. See [#11914](https://github.com/DataDog/integrations-core/pull/11914). -* Sanitize the `url` tag. See [#11989](https://github.com/DataDog/integrations-core/pull/11989). -* Apply container filter to `kubernetes.kubelet.container.log_filesystem.used_bytes`. See [#11974](https://github.com/DataDog/integrations-core/pull/11974). +* Fix kubernetes.memory.limits on kind clusters ([#11914](https://github.com/DataDog/integrations-core/pull/11914)) +* Sanitize the `url` tag ([#11989](https://github.com/DataDog/integrations-core/pull/11989)) +* Apply container filter to `kubernetes.kubelet.container.log_filesystem.used_bytes` ([#11974](https://github.com/DataDog/integrations-core/pull/11974)) ## 7.3.1 / 2022-04-11 / Agent 7.36.0 ***Fixed***: -* Handle probe metrics when the endpoint is not available (Kubernetes < 1.15). See [#11807](https://github.com/DataDog/integrations-core/pull/11807). +* Handle probe metrics when the endpoint is not available (Kubernetes < 1.15) ([#11807](https://github.com/DataDog/integrations-core/pull/11807)) ## 7.3.0 / 2022-04-05 ***Added***: -* Collect liveness and readiness probe metrics. See [#11682](https://github.com/DataDog/integrations-core/pull/11682). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add pleg metrics. See [#11616](https://github.com/DataDog/integrations-core/pull/11616). +* Collect liveness and readiness probe metrics ([#11682](https://github.com/DataDog/integrations-core/pull/11682)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add pleg metrics ([#11616](https://github.com/DataDog/integrations-core/pull/11616)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 7.2.1 / 2022-02-24 / Agent 7.35.0 ***Fixed***: -* Apply namespace exclusion rules in cadvisor and summary metrics. See [#11559](https://github.com/DataDog/integrations-core/pull/11559). +* Apply namespace exclusion rules in cadvisor and summary metrics ([#11559](https://github.com/DataDog/integrations-core/pull/11559)) ## 7.2.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11386](https://github.com/DataDog/integrations-core/pull/11386). -* Update example config. See [#11515](https://github.com/DataDog/integrations-core/pull/11515). +* Add `pyproject.toml` file ([#11386](https://github.com/DataDog/integrations-core/pull/11386)) +* Update example config ([#11515](https://github.com/DataDog/integrations-core/pull/11515)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Apply namespace exclusion rules for volume metrics. See [#11512](https://github.com/DataDog/integrations-core/pull/11512). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Apply namespace exclusion rules for volume metrics ([#11512](https://github.com/DataDog/integrations-core/pull/11512)) ## 7.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Do not drop the first kubelet eviction event. See [#11032](https://github.com/DataDog/integrations-core/pull/11032). +* Do not drop the first kubelet eviction event ([#11032](https://github.com/DataDog/integrations-core/pull/11032)) ## 7.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Apply namespace exclusion rules before reporting network metrics. See [#10237](https://github.com/DataDog/integrations-core/pull/10237). -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Don't call the tagger for pods not running. See [#10030](https://github.com/DataDog/integrations-core/pull/10030). +* Apply namespace exclusion rules before reporting network metrics ([#10237](https://github.com/DataDog/integrations-core/pull/10237)) +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Don't call the tagger for pods not running ([#10030](https://github.com/DataDog/integrations-core/pull/10030)) ## 7.0.0 / 2021-05-28 / Agent 7.29.0 ***Changed***: -* Increase default scraping time from 15s to 20s. See [#9193](https://github.com/DataDog/integrations-core/pull/9193). +* Increase default scraping time from 15s to 20s ([#9193](https://github.com/DataDog/integrations-core/pull/9193)) ## 6.1.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Allow configurability of the ignore_metrics option. See [#9161](https://github.com/DataDog/integrations-core/pull/9161). +* Allow configurability of the ignore_metrics option ([#9161](https://github.com/DataDog/integrations-core/pull/9161)) ## 6.0.0 / 2021-04-14 ***Changed***: -* Refactor kubelet and eks_fargate checks to use `KubeletBase`. See [#8798](https://github.com/DataDog/integrations-core/pull/8798). +* Refactor kubelet and eks_fargate checks to use `KubeletBase` ([#8798](https://github.com/DataDog/integrations-core/pull/8798)) ***Added***: -* Add logic to enable/disable metrics collected from the summary endpoint. See [#9155](https://github.com/DataDog/integrations-core/pull/9155). +* Add logic to enable/disable metrics collected from the summary endpoint ([#9155](https://github.com/DataDog/integrations-core/pull/9155)) ## 5.2.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add new metrics. See [#8562](https://github.com/DataDog/integrations-core/pull/8562). +* Add new metrics ([#8562](https://github.com/DataDog/integrations-core/pull/8562)) ***Fixed***: -* Fix TypeError when retrieved pod_list is occasionally None. See [#8530](https://github.com/DataDog/integrations-core/pull/8530). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Fix TypeError when retrieved pod_list is occasionally None ([#8530](https://github.com/DataDog/integrations-core/pull/8530)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 5.1.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add new default for newly autodiscovered checks. See [#8177](https://github.com/DataDog/integrations-core/pull/8177). +* Add new default for newly autodiscovered checks ([#8177](https://github.com/DataDog/integrations-core/pull/8177)) ## 5.0.0 / 2020-09-21 / Agent 7.23.0 ***Changed***: -* Replace InsecureRequestWarning with standard logs. See [#7512](https://github.com/DataDog/integrations-core/pull/7512). -* Improve the kubelet check error reporting in the output of `agent status`. See [#7495](https://github.com/DataDog/integrations-core/pull/7495). +* Replace InsecureRequestWarning with standard logs ([#7512](https://github.com/DataDog/integrations-core/pull/7512)) +* Improve the kubelet check error reporting in the output of `agent status` ([#7495](https://github.com/DataDog/integrations-core/pull/7495)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 4.1.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix missing metrics for static pods. See [#6736](https://github.com/DataDog/integrations-core/pull/6736). +* Fix missing metrics for static pods ([#6736](https://github.com/DataDog/integrations-core/pull/6736)) ## 4.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add parsing from `/stats/summary` for Windows. See [#6497](https://github.com/DataDog/integrations-core/pull/6497). -* Expose number of cfs enforcement periods. See [#6093](https://github.com/DataDog/integrations-core/pull/6093). Thanks [adammw](https://github.com/adammw). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add parsing from `/stats/summary` for Windows ([#6497](https://github.com/DataDog/integrations-core/pull/6497)) +* Expose number of cfs enforcement periods ([#6093](https://github.com/DataDog/integrations-core/pull/6093)) Thanks [adammw](https://github.com/adammw). ## 4.0.0 / 2020-04-04 / Agent 7.19.0 ***Changed***: -* Pass namespace to `is_excluded`. See [#6217](https://github.com/DataDog/integrations-core/pull/6217). +* Pass namespace to `is_excluded` ([#6217](https://github.com/DataDog/integrations-core/pull/6217)) ***Fixed***: -* Update prometheus_client. See [#6200](https://github.com/DataDog/integrations-core/pull/6200). -* Fix support for kubernetes v1.18. See [#6203](https://github.com/DataDog/integrations-core/pull/6203). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update prometheus_client ([#6200](https://github.com/DataDog/integrations-core/pull/6200)) +* Fix support for kubernetes v1.18 ([#6203](https://github.com/DataDog/integrations-core/pull/6203)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 3.6.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add pod tags to volume metrics. See [#5453](https://github.com/DataDog/integrations-core/pull/5453). +* Add pod tags to volume metrics ([#5453](https://github.com/DataDog/integrations-core/pull/5453)) ## 3.5.2 / 2020-01-31 / Agent 7.17.1 ***Fixed***: -* Ignore insecure warnings for kubelet requests. See [#5607](https://github.com/DataDog/integrations-core/pull/5607). +* Ignore insecure warnings for kubelet requests ([#5607](https://github.com/DataDog/integrations-core/pull/5607)) ## 3.5.1 / 2020-01-15 / Agent 7.17.0 ***Fixed***: -* Fix Kubelet credentials handling. See [#5455](https://github.com/DataDog/integrations-core/pull/5455). +* Fix Kubelet credentials handling ([#5455](https://github.com/DataDog/integrations-core/pull/5455)) ## 3.5.0 / 2020-01-13 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Add log filesystem container metric. See [#5383](https://github.com/DataDog/integrations-core/pull/5383). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add kubelet and runtime cpu and mem metrics. See [#5370](https://github.com/DataDog/integrations-core/pull/5370). -* Update metrics for >= 1.14. See [#5336](https://github.com/DataDog/integrations-core/pull/5336). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Add log filesystem container metric ([#5383](https://github.com/DataDog/integrations-core/pull/5383)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add kubelet and runtime cpu and mem metrics ([#5370](https://github.com/DataDog/integrations-core/pull/5370)) +* Update metrics for >= 1.14 ([#5336](https://github.com/DataDog/integrations-core/pull/5336)) ***Fixed***: -* Improve url join to not mutate the base url when proxying a call. See [#5416](https://github.com/DataDog/integrations-core/pull/5416). +* Improve url join to not mutate the base url when proxying a call ([#5416](https://github.com/DataDog/integrations-core/pull/5416)) ## 3.4.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Collect a new metric: kubelet.evictions. See [#5076](https://github.com/DataDog/integrations-core/pull/5076). -* Add a gauge for effective usage of ephemeral storage per POD. See [#5052](https://github.com/DataDog/integrations-core/pull/5052). +* Collect a new metric: kubelet.evictions ([#5076](https://github.com/DataDog/integrations-core/pull/5076)) +* Add a gauge for effective usage of ephemeral storage per POD ([#5052](https://github.com/DataDog/integrations-core/pull/5052)) ## 3.3.4 / 2019-10-30 / Agent 6.15.0 ***Fixed***: -* Fix container collection for k8s 1.16. See [#4925](https://github.com/DataDog/integrations-core/pull/4925). +* Fix container collection for k8s 1.16 ([#4925](https://github.com/DataDog/integrations-core/pull/4925)) ## 3.3.3 / 2019-10-11 ***Fixed***: -* Send kubelet metrics with tags only. See [#4659](https://github.com/DataDog/integrations-core/pull/4659). +* Send kubelet metrics with tags only ([#4659](https://github.com/DataDog/integrations-core/pull/4659)) ## 3.3.2 / 2019-08-14 / Agent 6.14.0 ***Fixed***: -* Enforce unicode output in requests.iter_lines call. See [#4360](https://github.com/DataDog/integrations-core/pull/4360). +* Enforce unicode output in requests.iter_lines call ([#4360](https://github.com/DataDog/integrations-core/pull/4360)) ## 3.3.1 / 2019-07-16 / Agent 6.13.0 ***Fixed***: -* Update tagger usage to match prefix update. See [#4109](https://github.com/DataDog/integrations-core/pull/4109). +* Update tagger usage to match prefix update ([#4109](https://github.com/DataDog/integrations-core/pull/4109)) ## 3.3.0 / 2019-07-04 ***Added***: -* Add swap memory checks to cadvisor kubelet checks. See [#3808](https://github.com/DataDog/integrations-core/pull/3808). Thanks [adammw](https://github.com/adammw). +* Add swap memory checks to cadvisor kubelet checks ([#3808](https://github.com/DataDog/integrations-core/pull/3808)) Thanks [adammw](https://github.com/adammw). ## 3.2.1 / 2019-06-28 / Agent 6.12.1 ***Fixed***: -* Make the kubelet and ECS fargate checks resilient to the tagger returning None. See [#4004](https://github.com/DataDog/integrations-core/pull/4004). +* Make the kubelet and ECS fargate checks resilient to the tagger returning None ([#4004](https://github.com/DataDog/integrations-core/pull/4004)) ## 3.2.0 / 2019-06-13 / Agent 6.12.0 ***Fixed***: -* Revert "Collect network usage metrics (#3740)". See [#3914](https://github.com/DataDog/integrations-core/pull/3914). +* Revert "Collect network usage metrics (#3740)" ([#3914](https://github.com/DataDog/integrations-core/pull/3914)) ## 3.1.0 / 2019-05-14 ***Added***: -* Collect network usage metrics. See [#3740](https://github.com/DataDog/integrations-core/pull/3740). -* add useful prometheus labels to metric tags. See [#3735](https://github.com/DataDog/integrations-core/pull/3735). -* Adhere to code style. See [#3525](https://github.com/DataDog/integrations-core/pull/3525). +* Collect network usage metrics ([#3740](https://github.com/DataDog/integrations-core/pull/3740)) +* add useful prometheus labels to metric tags ([#3735](https://github.com/DataDog/integrations-core/pull/3735)) +* Adhere to code style ([#3525](https://github.com/DataDog/integrations-core/pull/3525)) ## 3.0.1 / 2019-04-04 / Agent 6.11.0 ***Fixed***: -* Fix podlist multiple iterations when using pod expiration. See [#3456](https://github.com/DataDog/integrations-core/pull/3456). -* Fix health check during first check run. See [#3457](https://github.com/DataDog/integrations-core/pull/3457). +* Fix podlist multiple iterations when using pod expiration ([#3456](https://github.com/DataDog/integrations-core/pull/3456)) +* Fix health check during first check run ([#3457](https://github.com/DataDog/integrations-core/pull/3457)) ## 3.0.0 / 2019-03-29 ***Changed***: -* Do not tag container restarts/state metrics by container_id anymore. See [#3424](https://github.com/DataDog/integrations-core/pull/3424). +* Do not tag container restarts/state metrics by container_id anymore ([#3424](https://github.com/DataDog/integrations-core/pull/3424)) ***Added***: -* Allow to filter out old pods when parsing the podlist to reduce memory usage. See [#3189](https://github.com/DataDog/integrations-core/pull/3189). +* Allow to filter out old pods when parsing the podlist to reduce memory usage ([#3189](https://github.com/DataDog/integrations-core/pull/3189)) ## 2.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3028](https://github.com/DataDog/integrations-core/pull/3028). +* Support Python 3 ([#3028](https://github.com/DataDog/integrations-core/pull/3028)) ***Fixed***: -* Fix usage metrics collection for static pods. See [#3079](https://github.com/DataDog/integrations-core/pull/3079). -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). -* Fix pods/container.running metrics to exclude non running ones. See [#3025](https://github.com/DataDog/integrations-core/pull/3025). +* Fix usage metrics collection for static pods ([#3079](https://github.com/DataDog/integrations-core/pull/3079)) +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) +* Fix pods/container.running metrics to exclude non running ones ([#3025](https://github.com/DataDog/integrations-core/pull/3025)) ## 2.3.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* document kubernetes.pods.running and kubernetes.containers.running. See [#2792][1]. -* Fix default yaml instance. See [#2756][2]. -* Make the check robust to an unresponsive kubelet. See [#2719][3]. +* document kubernetes.pods.running and kubernetes.containers.running ([#2792][1]) +* Fix default yaml instance ([#2756][2]) +* Make the check robust to an unresponsive kubelet ([#2719][3]) ## 2.3.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add restart and container state metrics to kubelet. See [#2605][4]. Thanks [schleyfox][5]. -* Add more cpu metrics. See [#2595][6]. -* Add kubelet volume metrics. See [#2256][7]. Thanks [derekchan][8]. +* Add restart and container state metrics to kubelet ([#2605][4]) Thanks [schleyfox][5]. +* Add more cpu metrics ([#2595][6]) +* Add kubelet volume metrics ([#2256][7]) Thanks [derekchan][8]. ***Fixed***: -* [kubelet] correctly ignore pods that are neither running or pending for resource limits&requests. See [#2597][9]. +* [kubelet] correctly ignore pods that are neither running or pending for resource limits&requests ([#2597][9]) ## 2.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Add kubelet rss and working set memory metrics. See [#2390][10]. +* Add kubelet rss and working set memory metrics ([#2390][10]) ## 2.1.0 / 2018-10-10 ***Added***: -* Add additional kubelet metrics. See [#2245][14]. -* Add the kubernetes.containers.running metric. See [#2191][15]. Thanks [Devatoria][16]. +* Add additional kubelet metrics ([#2245][14]) +* Add the kubernetes.containers.running metric ([#2191][15]) Thanks [Devatoria][16]. ***Fixed***: -* Fix parsing errors when the podlist is in an inconsistent state. See [#2338][11]. -* Fix kubelet input filtering. See [#2344][12]. -* Fix pod metric filtering for containerd. See [#2283][13]. +* Fix parsing errors when the podlist is in an inconsistent state ([#2338][11]) +* Fix kubelet input filtering ([#2344][12]) +* Fix pod metric filtering for containerd ([#2283][13]) ## 2.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Update kubelet to use the new OpenMetricsBaseCheck. See [#1982][17]. -* Get pod & container IDs from the pod list for reliability. See [#1996][19]. +* Update kubelet to use the new OpenMetricsBaseCheck ([#1982][17]) +* Get pod & container IDs from the pod list for reliability ([#1996][19]) ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][18]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][18]) ***Fixed***: -* Fixing typo in the pod list path used in the kubelet integration . See [#1847][20]. -* Fix network and disk metric collection when multiple devices are used by a container. See [#1894][21]. -* Improve check performance by filtering it's input before parsing. See [#1875][22]. -* Reduce log spam on kubernetes tagging. See [#1830][23]. -* Add data files to the wheel package. See [#1727][24]. +* Fixing typo in the pod list path used in the kubelet integration ([#1847][20]) +* Fix network and disk metric collection when multiple devices are used by a container ([#1894][21]) +* Improve check performance by filtering it's input before parsing ([#1875][22]) +* Reduce log spam on kubernetes tagging ([#1830][23]) +* Add data files to the wheel package ([#1727][24]) ## 1.4.0 / 2018-06-14 / Agent 6.3.1 ***Changed***: -* Kubelet check: better encapsulate the pod list retrieval. See [#1648][25]. +* Kubelet check: better encapsulate the pod list retrieval ([#1648][25]) ## 1.3.0 / 2018-06-07 ***Added***: -* Support for gathering metrics from prometheus endpoint for the kubelet itself.. See [#1581][26]. +* Support for gathering metrics from prometheus endpoint for the kubelet itself. ([#1581][26]) ## 1.2.0 / 2018-05-11 diff --git a/kubernetes/CHANGELOG.md b/kubernetes/CHANGELOG.md index a42e8aff461b5..b29191c1a9d9f 100644 --- a/kubernetes/CHANGELOG.md +++ b/kubernetes/CHANGELOG.md @@ -6,33 +6,33 @@ ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.5.1 / 2018-09-04 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). -* Only calculate filesystem usage when capacity is greater than 0. See [#1606](https://github.com/DataDog/integrations-core/pull/1606). Thanks [aaronbbrown](https://github.com/aaronbbrown). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) +* Only calculate filesystem usage when capacity is greater than 0 ([#1606](https://github.com/DataDog/integrations-core/pull/1606)) Thanks [aaronbbrown](https://github.com/aaronbbrown). ## 1.5.0 / 2017-10-10 ***Fixed***: -* remove namespace from pod_name tag. See [#770](https://github.com/DataDog/integrations-core/issues/770) -* stop reporting cAdvisor metrics about non-container objects. See [#770](https://github.com/DataDog/integrations-core/issues/770) +* remove namespace from pod_name tag ([#770](https://github)com/DataDog/integrations-core/issues/770) +* stop reporting cAdvisor metrics about non-container objects ([#770](https://github)com/DataDog/integrations-core/issues/770) ## 1.4.0 / 2017-09-12 ***Added***: -* Add an option to retry kubelet connection if it's not up at start time. See [#722](https://github.com/DataDog/integrations-core/issues/722) +* Add an option to retry kubelet connection if it's not up at start time ([#722](https://github)com/DataDog/integrations-core/issues/722) ***Fixed***: @@ -42,36 +42,36 @@ ***Added***: -* add an option to collect node labels as host tags. See [#614](https://github.com/DataDog/integrations-core/issues/614) +* add an option to collect node labels as host tags ([#614](https://github)com/DataDog/integrations-core/issues/614) * add custom tags to service checks [#642](https://github.com/DataDog/integrations-core/issues/642) -* skip cAdvisor metrics if port is set to 0. See [#655](https://github.com/DataDog/integrations-core/issues/655) -* enable event collection according to agent leader status. See [#687](https://github.com/DataDog/integrations-core/issues/687) +* skip cAdvisor metrics if port is set to 0 ([#655](https://github)com/DataDog/integrations-core/issues/655) +* enable event collection according to agent leader status ([#687](https://github)com/DataDog/integrations-core/issues/687) ## 1.2.0 / 2017-07-18 ***Added***: -* allow to configure kubelet and apiserver urls and credentials to run directly on the host. See [#508](https://github.com/DataDog/integrations-core/issues/508) -* query kubernetes service mapping every 5 minutes to reduce apiserver traffic (see service_tag_update_freq option) and add collect_service_tags option to disable it completely. See [#476](https://github.com/DataDog/integrations-core/issues/476) +* allow to configure kubelet and apiserver urls and credentials to run directly on the host ([#508](https://github)com/DataDog/integrations-core/issues/508) +* query kubernetes service mapping every 5 minutes to reduce apiserver traffic (see service_tag_update_freq option) and add collect_service_tags option to disable it completely ([#476](https://github)com/DataDog/integrations-core/issues/476) ***Fixed***: -* fix failures when the spec has "has_filesystem" entry but no stats entry for filesystem. See [#494](https://github.com/DataDog/integrations-core/issues/494) -* don't fail if cadvisor is unreachable, send integration warning and send other metrics. See [#538](https://github.com/DataDog/integrations-core/issues/538) -* Fix typo in exception reporting when unable to collect metrics for a container. See [#493](https://github.com/DataDog/integrations-core/issues/493) +* fix failures when the spec has "has_filesystem" entry but no stats entry for filesystem ([#494](https://github)com/DataDog/integrations-core/issues/494) +* don't fail if cadvisor is unreachable, send integration warning and send other metrics ([#538](https://github)com/DataDog/integrations-core/issues/538) +* Fix typo in exception reporting when unable to collect metrics for a container ([#493](https://github)com/DataDog/integrations-core/issues/493) ## 1.1.0 / 2017-06-05 ***Added***: -* Make the pod label to tag prefix configurable. See [dd-agent-3345](https://github.com/DataDog/dd-agent/pull/3345) -* Report a service check when the Kubelet daemon is unreachable. See [#350](https://github.com/DataDog/integrations-core/issues/350) -* Add service and creator (deployment/daemon_set/replica_set/job) tags to kube.* and docker.* metrics. See [#319](https://github.com/DataDog/integrations-core/issues/319) and [#434](https://github.com/DataDog/integrations-core/issues/434) -* Add custom tags to events. See [#449](https://github.com/DataDog/integrations-core/issues/449) +* Make the pod label to tag prefix configurable ([dd-agent-3345](https://github)com/DataDog/dd-agent/pull/3345) +* Report a service check when the Kubelet daemon is unreachable ([#350](https://github)com/DataDog/integrations-core/issues/350) +* Add service and creator (deployment/daemon_set/replica_set/job) tags to kube.* and docker.* metrics ([#319](https://github.com/DataDog/integrations-core/issues/319) and [#434](https://github)com/DataDog/integrations-core/issues/434) +* Add custom tags to events ([#449](https://github)com/DataDog/integrations-core/issues/449) ***Fixed***: -* Fix missing docker.net metrics in Kubernetes. See [#418](https://github.com/DataDog/integrations-core/issues/418) +* Fix missing docker.net metrics in Kubernetes ([#418](https://github)com/DataDog/integrations-core/issues/418) ## 1.0.0 / 2017-02-23 diff --git a/kubernetes_state/CHANGELOG.md b/kubernetes_state/CHANGELOG.md index ecce9ab207b54..271b75b17cd6e 100644 --- a/kubernetes_state/CHANGELOG.md +++ b/kubernetes_state/CHANGELOG.md @@ -6,384 +6,384 @@ ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 7.4.3 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Revert protobuf dependency update. See [#14618](https://github.com/DataDog/integrations-core/pull/14618). -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). +* Revert protobuf dependency update ([#14618](https://github.com/DataDog/integrations-core/pull/14618)) +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) ## 7.4.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update protobuf. See [#13262](https://github.com/DataDog/integrations-core/pull/13262). +* Update protobuf ([#13262](https://github.com/DataDog/integrations-core/pull/13262)) ## 7.4.1 / 2022-11-08 / Agent 7.41.0 ***Fixed***: -* Bump protobuf version to 3.20.2. See [#13271](https://github.com/DataDog/integrations-core/pull/13271). +* Bump protobuf version to 3.20.2 ([#13271](https://github.com/DataDog/integrations-core/pull/13271)) ## 7.4.0 / 2022-10-28 ***Added***: -* Add documentation for `kubernetes_state_core` core check. See [#12552](https://github.com/DataDog/integrations-core/pull/12552). +* Add documentation for `kubernetes_state_core` core check ([#12552](https://github.com/DataDog/integrations-core/pull/12552)) ## 7.3.1 / 2022-11-07 / Agent 7.40.1 ***Fixed***: -* Bump protobuf version to 3.20.2. See [#13269](https://github.com/DataDog/integrations-core/pull/13269). +* Bump protobuf version to 3.20.2 ([#13269](https://github.com/DataDog/integrations-core/pull/13269)) ## 7.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). -* Add `CreateContainerError` and `InvalidImageName` to waiting reasons. See [#12758](https://github.com/DataDog/integrations-core/pull/12758). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) +* Add `CreateContainerError` and `InvalidImageName` to waiting reasons ([#12758](https://github.com/DataDog/integrations-core/pull/12758)) ## 7.2.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 7.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 7.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add `kube_cronjob` tag to job metrics when applicable. See [#11692](https://github.com/DataDog/integrations-core/pull/11692). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add `kube_cronjob` tag to job metrics when applicable ([#11692](https://github.com/DataDog/integrations-core/pull/11692)) ***Fixed***: -* Add `kube_namespace` tag to object count metrics. See [#11734](https://github.com/DataDog/integrations-core/pull/11734). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Add `kube_namespace` tag to object count metrics ([#11734](https://github.com/DataDog/integrations-core/pull/11734)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 7.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Remap value 'unknown' to 'warning' for KSM 'node.ready' service check. See [#11132](https://github.com/DataDog/integrations-core/pull/11132). +* Remap value 'unknown' to 'warning' for KSM 'node.ready' service check ([#11132](https://github.com/DataDog/integrations-core/pull/11132)) ***Added***: -* Add `pyproject.toml` file. See [#11387](https://github.com/DataDog/integrations-core/pull/11387). -* Update example config. See [#11515](https://github.com/DataDog/integrations-core/pull/11515). +* Add `pyproject.toml` file ([#11387](https://github.com/DataDog/integrations-core/pull/11387)) +* Update example config ([#11515](https://github.com/DataDog/integrations-core/pull/11515)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 6.0.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix clustername for invalid RFC1123 cases. See [#10262](https://github.com/DataDog/integrations-core/pull/10262). +* Fix clustername for invalid RFC1123 cases ([#10262](https://github.com/DataDog/integrations-core/pull/10262)) ## 6.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Add `kubernetes_state.statefulset.count` metric. See [#9813](https://github.com/DataDog/integrations-core/pull/9813). +* Add `kubernetes_state.statefulset.count` metric ([#9813](https://github.com/DataDog/integrations-core/pull/9813)) ***Fixed***: -* [ksm] Fix statefulset tag. See [#9832](https://github.com/DataDog/integrations-core/pull/9832). -* Add kube_job tag to job metrics. See [#9775](https://github.com/DataDog/integrations-core/pull/9775). +* [ksm] Fix statefulset tag ([#9832](https://github.com/DataDog/integrations-core/pull/9832)) +* Add kube_job tag to job metrics ([#9775](https://github.com/DataDog/integrations-core/pull/9775)) ## 5.7.1 / 2021-06-03 / Agent 7.29.0 ***Fixed***: -* Fix `node.by_condition` metric. See [#9467](https://github.com/DataDog/integrations-core/pull/9467). +* Fix `node.by_condition` metric ([#9467](https://github.com/DataDog/integrations-core/pull/9467)) ## 5.7.0 / 2021-05-28 ***Added***: -* KSM: add `node.by_condition` to have the conditions of individual nodes. See [#9311](https://github.com/DataDog/integrations-core/pull/9311). -* Update `auto_conf.yaml` with valid example configuration. See [#7414](https://github.com/DataDog/integrations-core/pull/7414). Thanks [jfmyers9](https://github.com/jfmyers9). +* KSM: add `node.by_condition` to have the conditions of individual nodes ([#9311](https://github.com/DataDog/integrations-core/pull/9311)) +* Update `auto_conf.yaml` with valid example configuration ([#7414](https://github.com/DataDog/integrations-core/pull/7414)) Thanks [jfmyers9](https://github.com/jfmyers9). ## 5.6.4 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 5.6.3 / 2020-12-23 / Agent 7.25.0 ***Fixed***: -* Fix deployment count metric. See [#8247](https://github.com/DataDog/integrations-core/pull/8247). +* Fix deployment count metric ([#8247](https://github.com/DataDog/integrations-core/pull/8247)) ## 5.6.2 / 2020-12-21 ***Fixed***: -* Fix deployment count metric. See [#8229](https://github.com/DataDog/integrations-core/pull/8229). +* Fix deployment count metric ([#8229](https://github.com/DataDog/integrations-core/pull/8229)) ## 5.6.1 / 2020-12-18 ***Fixed***: -* [orchestrator] change cardinality of deployment count. See [#8222](https://github.com/DataDog/integrations-core/pull/8222). +* [orchestrator] change cardinality of deployment count ([#8222](https://github.com/DataDog/integrations-core/pull/8222)) ## 5.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* add labels from `self.SAMPLE_LABELS` to container status metrics. See [#7602](https://github.com/DataDog/integrations-core/pull/7602). Thanks [jfmyers9](https://github.com/jfmyers9). +* add labels from `self.SAMPLE_LABELS` to container status metrics ([#7602](https://github.com/DataDog/integrations-core/pull/7602)) Thanks [jfmyers9](https://github.com/jfmyers9). ## 5.5.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 5.5.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Refactor to use Agent 6+ signature. See [#6906](https://github.com/DataDog/integrations-core/pull/6906). +* Refactor to use Agent 6+ signature ([#6906](https://github.com/DataDog/integrations-core/pull/6906)) ***Fixed***: -* Fix debug log line for job metrics. See [#6700](https://github.com/DataDog/integrations-core/pull/6700). -* Fix issue when the storage class of a persistent volume is empty and add test. See [#6615](https://github.com/DataDog/integrations-core/pull/6615). +* Fix debug log line for job metrics ([#6700](https://github.com/DataDog/integrations-core/pull/6700)) +* Fix issue when the storage class of a persistent volume is empty and add test ([#6615](https://github.com/DataDog/integrations-core/pull/6615)) ## 5.4.1 / 2020-05-21 / Agent 7.20.0 ***Fixed***: -* Document join_standard_tags setting in conf.example.yaml. See [#6707](https://github.com/DataDog/integrations-core/pull/6707). +* Document join_standard_tags setting in conf.example.yaml ([#6707](https://github.com/DataDog/integrations-core/pull/6707)) ## 5.4.0 / 2020-05-17 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Introduce join_standard_tags setting. See [#6253](https://github.com/DataDog/integrations-core/pull/6253). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Introduce join_standard_tags setting ([#6253](https://github.com/DataDog/integrations-core/pull/6253)) ***Fixed***: -* Remove use of `label_to_match` to prevent deprecation warnings. See [#6503](https://github.com/DataDog/integrations-core/pull/6503). +* Remove use of `label_to_match` to prevent deprecation warnings ([#6503](https://github.com/DataDog/integrations-core/pull/6503)) ## 5.3.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Allow automatic joins to all kube_{object}_labels in KSM check. See [#5650](https://github.com/DataDog/integrations-core/pull/5650). +* Allow automatic joins to all kube_{object}_labels in KSM check ([#5650](https://github.com/DataDog/integrations-core/pull/5650)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Do not fail on octet stream content type for OpenMetrics. See [#5843](https://github.com/DataDog/integrations-core/pull/5843). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Do not fail on octet stream content type for OpenMetrics ([#5843](https://github.com/DataDog/integrations-core/pull/5843)) ## 5.2.1 / 2020-02-27 / Agent 7.18.0 ***Fixed***: -* Fix type error. See [#5904](https://github.com/DataDog/integrations-core/pull/5904). +* Fix type error ([#5904](https://github.com/DataDog/integrations-core/pull/5904)) ## 5.2.0 / 2020-02-22 ***Added***: -* Add an option to enable KSM experimental metrics and add some new metrics from KSM 1.9. See [#5447](https://github.com/DataDog/integrations-core/pull/5447). +* Add an option to enable KSM experimental metrics and add some new metrics from KSM 1.9 ([#5447](https://github.com/DataDog/integrations-core/pull/5447)) ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 5.1.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Fix logger method bug. See [#5395](https://github.com/DataDog/integrations-core/pull/5395). +* Fix logger method bug ([#5395](https://github.com/DataDog/integrations-core/pull/5395)) ## 5.0.0 / 2019-12-02 / Agent 7.16.0 ***Changed***: -* Improves tagging compliancy. See [#5105](https://github.com/DataDog/integrations-core/pull/5105). +* Improves tagging compliancy ([#5105](https://github.com/DataDog/integrations-core/pull/5105)) ***Fixed***: -* Fix job metrics. See [#4943](https://github.com/DataDog/integrations-core/pull/4943). +* Fix job metrics ([#4943](https://github.com/DataDog/integrations-core/pull/4943)) ## 4.7.1 / 2019-08-26 / Agent 6.14.0 ***Fixed***: -* Properly ignore `kube_pod_created` and `kube_pod_container_info`. See [#4435](https://github.com/DataDog/integrations-core/pull/4435). +* Properly ignore `kube_pod_created` and `kube_pod_container_info` ([#4435](https://github.com/DataDog/integrations-core/pull/4435)) ## 4.7.0 / 2019-08-24 ***Added***: -* Grab kube_node_info as kubernetes_state.node.count. See [#4383](https://github.com/DataDog/integrations-core/pull/4383). Thanks [therc](https://github.com/therc). -* Add VPA metrics to kubernetes_state integration. See [#4353](https://github.com/DataDog/integrations-core/pull/4353). Thanks [dturn](https://github.com/dturn). +* Grab kube_node_info as kubernetes_state.node.count ([#4383](https://github.com/DataDog/integrations-core/pull/4383)) Thanks [therc](https://github.com/therc). +* Add VPA metrics to kubernetes_state integration ([#4353](https://github.com/DataDog/integrations-core/pull/4353)) Thanks [dturn](https://github.com/dturn). ***Fixed***: -* Fix job metrics. See [#4224](https://github.com/DataDog/integrations-core/pull/4224). +* Fix job metrics ([#4224](https://github.com/DataDog/integrations-core/pull/4224)) ## 4.6.1 / 2019-07-19 / Agent 6.13.0 ***Fixed***: -* Fix openmetrics mixins telemetry metrics. See [#4155](https://github.com/DataDog/integrations-core/pull/4155). +* Fix openmetrics mixins telemetry metrics ([#4155](https://github.com/DataDog/integrations-core/pull/4155)) ## 4.6.0 / 2019-07-19 ***Added***: -* Add telemetry metrics counter by ksm collector. See [#4125](https://github.com/DataDog/integrations-core/pull/4125). +* Add telemetry metrics counter by ksm collector ([#4125](https://github.com/DataDog/integrations-core/pull/4125)) ***Fixed***: -* Fix kubernetes_state avoid tags collision. See [#4149](https://github.com/DataDog/integrations-core/pull/4149). +* Fix kubernetes_state avoid tags collision ([#4149](https://github.com/DataDog/integrations-core/pull/4149)) ## 4.5.0 / 2019-07-13 ***Added***: -* Telemetry check's metrics. See [#4025](https://github.com/DataDog/integrations-core/pull/4025). +* Telemetry check's metrics ([#4025](https://github.com/DataDog/integrations-core/pull/4025)) ## 4.4.1 / 2019-06-19 ***Fixed***: -* Correct service check for ksm - cronjob. See [#3937](https://github.com/DataDog/integrations-core/pull/3937). +* Correct service check for ksm - cronjob ([#3937](https://github.com/DataDog/integrations-core/pull/3937)) ## 4.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3526](https://github.com/DataDog/integrations-core/pull/3526). +* Adhere to code style ([#3526](https://github.com/DataDog/integrations-core/pull/3526)) ## 4.3.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Upgrade protobuf to 3.7.0. See [#3272](https://github.com/DataDog/integrations-core/pull/3272). +* Upgrade protobuf to 3.7.0 ([#3272](https://github.com/DataDog/integrations-core/pull/3272)) ## 4.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Collect .hpa.condition gauges. See [#3107](https://github.com/DataDog/integrations-core/pull/3107). -* Collect PodDisruptionBudget metrics. See [#3111](https://github.com/DataDog/integrations-core/pull/3111). -* Added .daemonset.updated gauge to track daemonset updates. See [#3102](https://github.com/DataDog/integrations-core/pull/3102). -* Support Python 3. See [#3030](https://github.com/DataDog/integrations-core/pull/3030). +* Collect .hpa.condition gauges ([#3107](https://github.com/DataDog/integrations-core/pull/3107)) +* Collect PodDisruptionBudget metrics ([#3111](https://github.com/DataDog/integrations-core/pull/3111)) +* Added .daemonset.updated gauge to track daemonset updates ([#3102](https://github.com/DataDog/integrations-core/pull/3102)) +* Support Python 3 ([#3030](https://github.com/DataDog/integrations-core/pull/3030)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 4.1.0 / 2018-12-02 / Agent 6.8.0 ***Added***: -* Add phase tag to pod metrics. See [#2624](https://github.com/DataDog/integrations-core/pull/2624). +* Add phase tag to pod metrics ([#2624](https://github.com/DataDog/integrations-core/pull/2624)) ## 4.0.0 / 2018-11-30 ***Removed***: -* Remove KSM deprecated pod phase service checks. See [#2631](https://github.com/DataDog/integrations-core/pull/2631). +* Remove KSM deprecated pod phase service checks ([#2631](https://github.com/DataDog/integrations-core/pull/2631)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 3.1.0 / 2018-10-12 / Agent 6.6.0 ***Deprecated***: -* [kubernetes_state] don't send pod phase service checks by default. See [#2354](https://github.com/DataDog/integrations-core/pull/2354). +* [kubernetes_state] don't send pod phase service checks by default ([#2354](https://github.com/DataDog/integrations-core/pull/2354)) ***Added***: -* Report number of services per namespace and type. See [#2247](https://github.com/DataDog/integrations-core/pull/2247). +* Report number of services per namespace and type ([#2247](https://github.com/DataDog/integrations-core/pull/2247)) ***Fixed***: -* Fix job metrics tagging on KSM 1.4+. See [#2384](https://github.com/DataDog/integrations-core/pull/2384). -* include node condition value in check message. See [#2362](https://github.com/DataDog/integrations-core/pull/2362). Thanks [dwradcliffe](https://github.com/dwradcliffe). -* Fix hostname override and type for status_report.count metrics. See [#2372](https://github.com/DataDog/integrations-core/pull/2372). -* Fix KSM deprecation warning on A5. See [#2317](https://github.com/DataDog/integrations-core/pull/2317). -* Include ContainerCreating in pod waiting status reasons. See [#2063](https://github.com/DataDog/integrations-core/pull/2063). Thanks [deiwin](https://github.com/deiwin). +* Fix job metrics tagging on KSM 1.4+ ([#2384](https://github.com/DataDog/integrations-core/pull/2384)) +* include node condition value in check message ([#2362](https://github.com/DataDog/integrations-core/pull/2362)) Thanks [dwradcliffe](https://github.com/dwradcliffe). +* Fix hostname override and type for status_report.count metrics ([#2372](https://github.com/DataDog/integrations-core/pull/2372)) +* Fix KSM deprecation warning on A5 ([#2317](https://github.com/DataDog/integrations-core/pull/2317)) +* Include ContainerCreating in pod waiting status reasons ([#2063](https://github.com/DataDog/integrations-core/pull/2063)) Thanks [deiwin](https://github.com/deiwin). ## 3.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Update kubernetes_state to use the new OpenMetricsBaseCheck. See [#1983](https://github.com/DataDog/integrations-core/pull/1983). -* Add sister gauge metrics to kubernetes_state pod service checks. See [#1578](https://github.com/DataDog/integrations-core/pull/1578). Thanks [mwhittington21](https://github.com/mwhittington21). -* kubernetes_state: plumb more container waiting reasons. See [#1763](https://github.com/DataDog/integrations-core/pull/1763). Thanks [stevvooe](https://github.com/stevvooe). +* Update kubernetes_state to use the new OpenMetricsBaseCheck ([#1983](https://github.com/DataDog/integrations-core/pull/1983)) +* Add sister gauge metrics to kubernetes_state pod service checks ([#1578](https://github.com/DataDog/integrations-core/pull/1578)) Thanks [mwhittington21](https://github.com/mwhittington21). +* kubernetes_state: plumb more container waiting reasons ([#1763](https://github.com/DataDog/integrations-core/pull/1763)) Thanks [stevvooe](https://github.com/stevvooe). ***Deprecated***: -* Deprecate sending pod phase service checks. See [#2029](https://github.com/DataDog/integrations-core/pull/2029). +* Deprecate sending pod phase service checks ([#2029](https://github.com/DataDog/integrations-core/pull/2029)) ***Added***: -* Add cluster-name suffix to node-names in kubernetes state. See [#2069](https://github.com/DataDog/integrations-core/pull/2069). -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093](https://github.com/DataDog/integrations-core/pull/2093). -* Add `pod:` tags to kubernetes_state status reason metrics. See [#1884](https://github.com/DataDog/integrations-core/pull/1884). -* Add kubernetes persistentvolume metrics. See [#1932](https://github.com/DataDog/integrations-core/pull/1932). Thanks [Devatoria](https://github.com/Devatoria). -* Map kube_endpoint metrics. See [#2001](https://github.com/DataDog/integrations-core/pull/2001). Thanks [mariuscoto](https://github.com/mariuscoto). -* Make HTTP request timeout configurable in prometheus checks. See [#1790](https://github.com/DataDog/integrations-core/pull/1790). +* Add cluster-name suffix to node-names in kubernetes state ([#2069](https://github.com/DataDog/integrations-core/pull/2069)) +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093](https://github.com/DataDog/integrations-core/pull/2093)) +* Add `pod:` tags to kubernetes_state status reason metrics ([#1884](https://github.com/DataDog/integrations-core/pull/1884)) +* Add kubernetes persistentvolume metrics ([#1932](https://github.com/DataDog/integrations-core/pull/1932)) Thanks [Devatoria](https://github.com/Devatoria). +* Map kube_endpoint metrics ([#2001](https://github.com/DataDog/integrations-core/pull/2001)) Thanks [mariuscoto](https://github.com/mariuscoto). +* Make HTTP request timeout configurable in prometheus checks ([#1790](https://github.com/DataDog/integrations-core/pull/1790)) ***Fixed***: -* Lower case reasons before matching container.status_report.count.* metrics. See [#1949](https://github.com/DataDog/integrations-core/pull/1949). -* Submit k_state.nodes.by_condition as gauge instead of counter. See [#1840](https://github.com/DataDog/integrations-core/pull/1840). +* Lower case reasons before matching container.status_report.count.* metrics ([#1949](https://github.com/DataDog/integrations-core/pull/1949)) +* Submit k_state.nodes.by_condition as gauge instead of counter ([#1840](https://github.com/DataDog/integrations-core/pull/1840)) ## 2.7.0 / 2018-06-26 / Agent 6.3.1 ***Changed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ***Added***: -* Add an option to disable hostname override. See [#1800](https://github.com/DataDog/integrations-core/pull/1800). +* Add an option to disable hostname override ([#1800](https://github.com/DataDog/integrations-core/pull/1800)) ## 2.6.0 / 2018-06-13 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 2.5.0 / 2018-05-11 @@ -422,23 +422,23 @@ * Merge kubernetes-state pod.phase.[running|succeeded|pending|failed|unknown] service checks into one actionnable service check. Will be introduced in 5.20 and will change the behavior of the service check. [#874](https://github.com/DataDog/integrations-core/issues/874) * Adding statefulset metrics. [#936](https://github.com/DataDog/integrations-core/issues/936) -* Bumping protobuf to version 3.5.1. See [#965](https://github.com/DataDog/integrations-core/issues/965) +* Bumping protobuf to version 3.5.1 ([#965](https://github)com/DataDog/integrations-core/issues/965) ## 1.4.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) -* Adding HPA metrics. See [#801](https://github.com/DataDog/integrations-core/issues/801) -* Add metrics for GPU, PVC, CronJobs and other added in kubernetes_state 1.1.0. See [#853](https://github.com/DataDog/integrations-core/issues/853) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) +* Adding HPA metrics ([#801](https://github)com/DataDog/integrations-core/issues/801) +* Add metrics for GPU, PVC, CronJobs and other added in kubernetes_state 1.1.0 ([#853](https://github)com/DataDog/integrations-core/issues/853) ## 1.3.0 / 2017-08-28 ***Added***: -* Support for StatefulSet metrics. See [#561](https://github.com/DataDog/integrations-core/issues/561) -* Support tag renaming via the labels_mapper option. See [#651](https://github.com/DataDog/integrations-core/issues/651) -* Add basic Job metrics. See [#686](https://github.com/DataDog/integrations-core/issues/686) and [#696](https://github.com/DataDog/integrations-core/issues/696) +* Support for StatefulSet metrics ([#561](https://github)com/DataDog/integrations-core/issues/561) +* Support tag renaming via the labels_mapper option ([#651](https://github)com/DataDog/integrations-core/issues/651) +* Add basic Job metrics ([#686](https://github.com/DataDog/integrations-core/issues/686) and [#696](https://github)com/DataDog/integrations-core/issues/696) ## 1.2.0 / 2017-07-18 @@ -450,7 +450,7 @@ ***Added***: -* Support more metrics from kube-state-metrics. See [dd-agent-3309](https://github.com/DataDog/dd-agent/pull/3309), [dd-agent-3352](https://github.com/DataDog/dd-agent/pull/3352) and [#343](https://github.com/DataDog/integrations-core/issues/343) +* Support more metrics from kube-state-metrics ([dd-agent-3309](https://github.com/DataDog/dd-agent/pull/3309), [dd-agent-3352](https://github.com/DataDog/dd-agent/pull/3352) and [#343](https://github)com/DataDog/integrations-core/issues/343) ## 1.0.0 / 2017-02-23 diff --git a/kyototycoon/CHANGELOG.md b/kyototycoon/CHANGELOG.md index c3d64b4cf2e02..4da8c66a7ec26 100644 --- a/kyototycoon/CHANGELOG.md +++ b/kyototycoon/CHANGELOG.md @@ -6,138 +6,138 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11388](https://github.com/DataDog/integrations-core/pull/11388). +* Add `pyproject.toml` file ([#11388](https://github.com/DataDog/integrations-core/pull/11388)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.13.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8946](https://github.com/DataDog/integrations-core/pull/8946). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8946](https://github.com/DataDog/integrations-core/pull/8946)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add logs support. See [#7791](https://github.com/DataDog/integrations-core/pull/7791). -* Add config spec. See [#7790](https://github.com/DataDog/integrations-core/pull/7790). +* Add logs support ([#7791](https://github.com/DataDog/integrations-core/pull/7791)) +* Add config spec ([#7790](https://github.com/DataDog/integrations-core/pull/7790)) ## 1.11.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.11.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.9.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.9.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.8.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.7.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add Requests Wrapper to Kyototycoon. See [#4199](https://github.com/DataDog/integrations-core/pull/4199). +* Add Requests Wrapper to Kyototycoon ([#4199](https://github.com/DataDog/integrations-core/pull/4199)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3531](https://github.com/DataDog/integrations-core/pull/3531). +* Adhere to code style ([#3531](https://github.com/DataDog/integrations-core/pull/3531)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3013](https://github.com/DataDog/integrations-core/pull/3013). +* Support Python 3 ([#3013](https://github.com/DataDog/integrations-core/pull/3013)) ## 1.4.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-06-07 @@ -149,7 +149,7 @@ ***Added***: -* Hardcode the 1978 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 1978 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 1.2.0 / 2018-03-23 @@ -161,7 +161,7 @@ ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.0.0 / 2017-03-22 diff --git a/lighttpd/CHANGELOG.md b/lighttpd/CHANGELOG.md index 001ccb5f4a179..044b0879dcd04 100644 --- a/lighttpd/CHANGELOG.md +++ b/lighttpd/CHANGELOG.md @@ -6,179 +6,179 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11389](https://github.com/DataDog/integrations-core/pull/11389). +* Add `pyproject.toml` file ([#11389](https://github.com/DataDog/integrations-core/pull/11389)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Fix lighttpd service check name for monitors. See [#10977](https://github.com/DataDog/integrations-core/pull/10977). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Fix lighttpd service check name for monitors ([#10977](https://github.com/DataDog/integrations-core/pull/10977)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8947](https://github.com/DataDog/integrations-core/pull/8947). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8947](https://github.com/DataDog/integrations-core/pull/8947)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.13.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.13.1 / 2020-11-03 / Agent 7.24.0 ***Fixed***: -* Remove default `encoding` example in logs config. See [#7916](https://github.com/DataDog/integrations-core/pull/7916). +* Remove default `encoding` example in logs config ([#7916](https://github.com/DataDog/integrations-core/pull/7916)) ## 1.13.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* Add lighttpd logs. See [#7719](https://github.com/DataDog/integrations-core/pull/7719). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* Add lighttpd logs ([#7719](https://github.com/DataDog/integrations-core/pull/7719)) ## 1.12.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.11.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7057](https://github.com/DataDog/integrations-core/pull/7057). +* Add config specs ([#7057](https://github.com/DataDog/integrations-core/pull/7057)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.8.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.8.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add version metadata. See [#5600](https://github.com/DataDog/integrations-core/pull/5600). +* Add version metadata ([#5600](https://github.com/DataDog/integrations-core/pull/5600)) ## 1.7.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ***Fixed***: -* Fix lighttpd logging format. See [#4716](https://github.com/DataDog/integrations-core/pull/4716). -* Fix support for no authentication. See [#4689](https://github.com/DataDog/integrations-core/pull/4689). +* Fix lighttpd logging format ([#4716](https://github.com/DataDog/integrations-core/pull/4716)) +* Fix support for no authentication ([#4689](https://github.com/DataDog/integrations-core/pull/4689)) ## 1.5.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to lighttpd. See [#4220](https://github.com/DataDog/integrations-core/pull/4220). +* Add requests wrapper to lighttpd ([#4220](https://github.com/DataDog/integrations-core/pull/4220)) ***Fixed***: -* Update __init__ method params. See [#4243](https://github.com/DataDog/integrations-core/pull/4243). +* Update __init__ method params ([#4243](https://github.com/DataDog/integrations-core/pull/4243)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3532](https://github.com/DataDog/integrations-core/pull/3532). +* Adhere to code style ([#3532](https://github.com/DataDog/integrations-core/pull/3532)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2834][1]. +* Support Python 3 ([#2834][1]) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.2.0 / 2018-05-11 diff --git a/linkerd/CHANGELOG.md b/linkerd/CHANGELOG.md index 8e0ec25ed30e8..d9ca008408e7b 100644 --- a/linkerd/CHANGELOG.md +++ b/linkerd/CHANGELOG.md @@ -6,219 +6,219 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 3.2.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11390](https://github.com/DataDog/integrations-core/pull/11390). +* Add `pyproject.toml` file ([#11390](https://github.com/DataDog/integrations-core/pull/11390)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.11.4 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 2.11.3 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 2.11.2 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.11.1 / 2021-11-16 / Agent 7.33.0 ***Fixed***: -* Validate use of legacy openmetrics config. See [#10636](https://github.com/DataDog/integrations-core/pull/10636). +* Validate use of legacy openmetrics config ([#10636](https://github.com/DataDog/integrations-core/pull/10636)) ## 2.11.0 / 2021-11-13 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). -* Add runtime configuration validation. See [#8948](https://github.com/DataDog/integrations-core/pull/8948). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) +* Add runtime configuration validation ([#8948](https://github.com/DataDog/integrations-core/pull/8948)) ## 2.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Allow Kubernetes port forwarding to support any resource. See [#10127](https://github.com/DataDog/integrations-core/pull/10127). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Allow Kubernetes port forwarding to support any resource ([#10127](https://github.com/DataDog/integrations-core/pull/10127)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.9.1 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Raise exception if attempting to use new style openmetrics with py2. See [#9613](https://github.com/DataDog/integrations-core/pull/9613). +* Raise exception if attempting to use new style openmetrics with py2 ([#9613](https://github.com/DataDog/integrations-core/pull/9613)) ## 2.9.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 2.8.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Add support for legacy config to OpenMetricsCompatibilityScraper. See [#8507](https://github.com/DataDog/integrations-core/pull/8507). +* Add support for legacy config to OpenMetricsCompatibilityScraper ([#8507](https://github.com/DataDog/integrations-core/pull/8507)) ***Fixed***: -* Bump base package requirement. See [#8572](https://github.com/DataDog/integrations-core/pull/8572). +* Bump base package requirement ([#8572](https://github.com/DataDog/integrations-core/pull/8572)) ## 2.7.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Allow the use of the new OpenMetrics implementation. See [#8438](https://github.com/DataDog/integrations-core/pull/8438). +* Allow the use of the new OpenMetrics implementation ([#8438](https://github.com/DataDog/integrations-core/pull/8438)) ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 2.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add configuration spec. See [#7872](https://github.com/DataDog/integrations-core/pull/7872). +* Add configuration spec ([#7872](https://github.com/DataDog/integrations-core/pull/7872)) ## 2.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.4.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ***Fixed***: -* Raise exception to report when openmetrics process fails. See [#5392](https://github.com/DataDog/integrations-core/pull/5392). +* Raise exception to report when openmetrics process fails ([#5392](https://github.com/DataDog/integrations-core/pull/5392)) ## 2.3.0 / 2019-06-24 / Agent 6.13.0 ***Added***: -* Support v2. See [#3911](https://github.com/DataDog/integrations-core/pull/3911). +* Support v2 ([#3911](https://github.com/DataDog/integrations-core/pull/3911)) ## 2.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3533](https://github.com/DataDog/integrations-core/pull/3533). +* Adhere to code style ([#3533](https://github.com/DataDog/integrations-core/pull/3533)) ## 2.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3032](https://github.com/DataDog/integrations-core/pull/3032). +* Support Python 3 ([#3032](https://github.com/DataDog/integrations-core/pull/3032)) ## 2.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Update linkerd to use the new OpenMetricsBaseCheck. See [#1984][1]. +* Update linkerd to use the new OpenMetricsBaseCheck ([#1984][1]) ## 1.2.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][2]. -* Make HTTP request timeout configurable in prometheus checks. See [#1790][3]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][2]) +* Make HTTP request timeout configurable in prometheus checks ([#1790][3]) ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.1.0 / 2018-06-07 ***Added***: -* Support for gathering metrics from prometheus endpoint for the kubelet itself.. See [#1581][5]. +* Support for gathering metrics from prometheus endpoint for the kubelet itself. ([#1581][5]) ## 1.0.0/ 2018-03-23 diff --git a/linux_proc_extras/CHANGELOG.md b/linux_proc_extras/CHANGELOG.md index 6cf8e249790db..20c34fa2e8143 100644 --- a/linux_proc_extras/CHANGELOG.md +++ b/linux_proc_extras/CHANGELOG.md @@ -6,93 +6,93 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11391](https://github.com/DataDog/integrations-core/pull/11391). +* Add `pyproject.toml` file ([#11391](https://github.com/DataDog/integrations-core/pull/11391)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8949](https://github.com/DataDog/integrations-core/pull/8949). +* Add runtime configuration validation ([#8949](https://github.com/DataDog/integrations-core/pull/8949)) ## 2.0.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.0.0 / 2020-09-09 / Agent 7.22.1 ***Changed***: -* Put interrupt metrics behind a config option. See [#7553](https://github.com/DataDog/integrations-core/pull/7553). +* Put interrupt metrics behind a config option ([#7553](https://github.com/DataDog/integrations-core/pull/7553)) ## 1.4.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Adding interrupts stats. See [#7166](https://github.com/DataDog/integrations-core/pull/7166). +* Adding interrupts stats ([#7166](https://github.com/DataDog/integrations-core/pull/7166)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3534](https://github.com/DataDog/integrations-core/pull/3534). +* Adhere to code style ([#3534](https://github.com/DataDog/integrations-core/pull/3534)) ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2852][1]. +* Support Python 3 ([#2852][1]) ## 1.0.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.0.0 / 2017-03-22 diff --git a/mapr/CHANGELOG.md b/mapr/CHANGELOG.md index 1358bb9bdf6bc..5c9c1b1b126c4 100644 --- a/mapr/CHANGELOG.md +++ b/mapr/CHANGELOG.md @@ -6,118 +6,118 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.9.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.9.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.9.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.8.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11392](https://github.com/DataDog/integrations-core/pull/11392). +* Add `pyproject.toml` file ([#11392](https://github.com/DataDog/integrations-core/pull/11392)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.7.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.6.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Disable generic tags. See [#9791](https://github.com/DataDog/integrations-core/pull/9791). +* Disable generic tags ([#9791](https://github.com/DataDog/integrations-core/pull/9791)) ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). -* Bump base package requirement. See [#9838](https://github.com/DataDog/integrations-core/pull/9838). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) +* Bump base package requirement ([#9838](https://github.com/DataDog/integrations-core/pull/9838)) ## 1.5.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* More precise errors. See [#9453](https://github.com/DataDog/integrations-core/pull/9453). +* More precise errors ([#9453](https://github.com/DataDog/integrations-core/pull/9453)) ## 1.4.1 / 2021-05-20 / Agent 7.29.0 ***Fixed***: -* Fix init failure when auth_ticket is not provided. See [#9390](https://github.com/DataDog/integrations-core/pull/9390). -* Fixup for an AttributeError. See [#9343](https://github.com/DataDog/integrations-core/pull/9343). +* Fix init failure when auth_ticket is not provided ([#9390](https://github.com/DataDog/integrations-core/pull/9390)) +* Fixup for an AttributeError ([#9343](https://github.com/DataDog/integrations-core/pull/9343)) ## 1.4.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8950](https://github.com/DataDog/integrations-core/pull/8950). +* Add runtime configuration validation ([#8950](https://github.com/DataDog/integrations-core/pull/8950)) ## 1.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.0 / 2020-02-10 / Agent 7.18.0 ***Added***: -* Improve logging and documentation. See [#5644](https://github.com/DataDog/integrations-core/pull/5644). +* Improve logging and documentation ([#5644](https://github.com/DataDog/integrations-core/pull/5644)) ***Fixed***: -* Fix service check "topic" tag. See [#5679](https://github.com/DataDog/integrations-core/pull/5679). +* Fix service check "topic" tag ([#5679](https://github.com/DataDog/integrations-core/pull/5679)) ## 1.1.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.0.1 / 2019-12-02 / Agent 7.16.0 ***Fixed***: -* Fix use of format in logging. See [#4973](https://github.com/DataDog/integrations-core/pull/4973). +* Fix use of format in logging ([#4973](https://github.com/DataDog/integrations-core/pull/4973)) ## 1.0.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* New MapR integration. See [#4380](https://github.com/DataDog/integrations-core/pull/4380). +* New MapR integration ([#4380](https://github.com/DataDog/integrations-core/pull/4380)) diff --git a/mapreduce/CHANGELOG.md b/mapreduce/CHANGELOG.md index 3e0e6f0fe8a0d..4fcb9b742005a 100644 --- a/mapreduce/CHANGELOG.md +++ b/mapreduce/CHANGELOG.md @@ -6,178 +6,178 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11393](https://github.com/DataDog/integrations-core/pull/11393). +* Add `pyproject.toml` file ([#11393](https://github.com/DataDog/integrations-core/pull/11393)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8951](https://github.com/DataDog/integrations-core/pull/8951). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add runtime configuration validation ([#8951](https://github.com/DataDog/integrations-core/pull/8951)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.14.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Rename cluster_name tag to mapreduce_cluster. See [#8588](https://github.com/DataDog/integrations-core/pull/8588). +* Rename cluster_name tag to mapreduce_cluster ([#8588](https://github.com/DataDog/integrations-core/pull/8588)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.13.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.12.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add mapreduce config specs. See [#7178](https://github.com/DataDog/integrations-core/pull/7178). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add mapreduce config specs ([#7178](https://github.com/DataDog/integrations-core/pull/7178)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.11.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.11.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.9.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Version metadata. See [#5448](https://github.com/DataDog/integrations-core/pull/5448). +* Version metadata ([#5448](https://github.com/DataDog/integrations-core/pull/5448)) ## 1.8.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.7.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.0 / 2019-07-12 / Agent 6.13.0 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4094](https://github.com/DataDog/integrations-core/pull/4094). +* Use the new RequestsWrapper for connecting to services ([#4094](https://github.com/DataDog/integrations-core/pull/4094)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3535](https://github.com/DataDog/integrations-core/pull/3535). +* Adhere to code style ([#3535](https://github.com/DataDog/integrations-core/pull/3535)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2870](https://github.com/DataDog/integrations-core/pull/2870). +* Support Python 3 ([#2870](https://github.com/DataDog/integrations-core/pull/2870)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Fix bug and typo in DEFAULT_CLUSTER_NAME for YARN check. See [#1814][1]. Thanks [eplanet][2]. -* Add data files to the wheel package. See [#1727][3]. +* Fix bug and typo in DEFAULT_CLUSTER_NAME for YARN check ([#1814][1]) Thanks [eplanet][2]. +* Add data files to the wheel package ([#1727][3]) ## 1.2.0 / 2018-06-06 ***Added***: -* Add support for HTTP authentication. See [#1678][4]. -* Adds skip ssl validation. See [#1470][5]. +* Add support for HTTP authentication ([#1678][4]) +* Adds skip ssl validation ([#1470][5]) ## 1.1.0 / 2018-03-23 diff --git a/marathon/CHANGELOG.md b/marathon/CHANGELOG.md index af96eb6cc85f3..dab64e421573f 100644 --- a/marathon/CHANGELOG.md +++ b/marathon/CHANGELOG.md @@ -6,188 +6,188 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11394](https://github.com/DataDog/integrations-core/pull/11394). +* Add `pyproject.toml` file ([#11394](https://github.com/DataDog/integrations-core/pull/11394)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.19.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.19.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add runtime configuration validation. See [#8952](https://github.com/DataDog/integrations-core/pull/8952). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add runtime configuration validation ([#8952](https://github.com/DataDog/integrations-core/pull/8952)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.18.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.18.0 / 2020-11-06 / Agent 7.24.0 ***Added***: -* Update HTTP config docs to describe dcos_auth token reader. See [#7953](https://github.com/DataDog/integrations-core/pull/7953). +* Update HTTP config docs to describe dcos_auth token reader ([#7953](https://github.com/DataDog/integrations-core/pull/7953)) ## 1.17.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.16.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.15.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7254](https://github.com/DataDog/integrations-core/pull/7254). +* Add config specs ([#7254](https://github.com/DataDog/integrations-core/pull/7254)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.14.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.13.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.12.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.12.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.11.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add auth type to RequestsWrapper. See [#4708](https://github.com/DataDog/integrations-core/pull/4708). +* Add auth type to RequestsWrapper ([#4708](https://github.com/DataDog/integrations-core/pull/4708)) ## 1.10.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add request wrapper to marathon. See [#4324](https://github.com/DataDog/integrations-core/pull/4324). +* Add request wrapper to marathon ([#4324](https://github.com/DataDog/integrations-core/pull/4324)) ## 1.8.0 / 2019-07-13 / Agent 6.13.0 ***Added***: -* Add log section. See [#4014](https://github.com/DataDog/integrations-core/pull/4014). +* Add log section ([#4014](https://github.com/DataDog/integrations-core/pull/4014)) ## 1.7.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3536](https://github.com/DataDog/integrations-core/pull/3536). +* Adhere to code style ([#3536](https://github.com/DataDog/integrations-core/pull/3536)) ## 1.6.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2871](https://github.com/DataDog/integrations-core/pull/2871). +* Support Python 3 ([#2871](https://github.com/DataDog/integrations-core/pull/2871)) ## 1.5.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Add ability to tag metrics based on marathon labels. See [#2165](https://github.com/DataDog/integrations-core/pull/2165). Thanks [ashirley](https://github.com/ashirley). +* Add ability to tag metrics based on marathon labels ([#2165](https://github.com/DataDog/integrations-core/pull/2165)) Thanks [ashirley](https://github.com/ashirley). ***Fixed***: -* Removed default arguments from process_apps. See [#2337](https://github.com/DataDog/integrations-core/pull/2337). +* Removed default arguments from process_apps ([#2337](https://github.com/DataDog/integrations-core/pull/2337)) ## 1.4.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-06-07 ***Changed***: -* [marathon] add task counts metrics for groups. See [#1513](https://github.com/DataDog/integrations-core/pull/1513). +* [marathon] add task counts metrics for groups ([#1513](https://github.com/DataDog/integrations-core/pull/1513)) ***Fixed***: -* Ensure marathon queue count reports 0 for apps not in queue. See [#1548](https://github.com/DataDog/integrations-core/pull/1548). +* Ensure marathon queue count reports 0 for apps not in queue ([#1548](https://github.com/DataDog/integrations-core/pull/1548)) ## 1.3.0 / 2018-05-11 @@ -199,19 +199,19 @@ ***Fixed***: -* Fix duplicate `app:` tags on app-level metrics. See [#987](https://github.com/DataDog/integrations-core/issues/987), thanks [@emil-applause](https://github.com/emil-applause) +* Fix duplicate `app:` tags on app-level metrics ([#987](https://github.com/DataDog/integrations-core/issues/987), thanks [@emil-applause](https://github)com/emil-applause) ## 1.2.0 / 2017-08-28 ***Added***: -* Adds v2 queue metrics. See [#464](https://github.com/DataDog/integrations-core/issues/464) +* Adds v2 queue metrics ([#464](https://github)com/DataDog/integrations-core/issues/464) ## 1.1.0 / 2017-07-18 ***Added***: -* Add gauge for queue size. See [#321](https://github.com/DataDog/integrations-core/issues/321), thanks [@jangie](https://github.com/jangie) +* Add gauge for queue size ([#321](https://github.com/DataDog/integrations-core/issues/321), thanks [@jangie](https://github)com/jangie) ## 1.0.0 / 2017-03-22 diff --git a/marklogic/CHANGELOG.md b/marklogic/CHANGELOG.md index 6f92ee360922b..2e42929fd74b1 100644 --- a/marklogic/CHANGELOG.md +++ b/marklogic/CHANGELOG.md @@ -6,115 +6,115 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Add support for marklogic 11. See [#15428](https://github.com/DataDog/integrations-core/pull/15428). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add support for marklogic 11 ([#15428](https://github.com/DataDog/integrations-core/pull/15428)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11395](https://github.com/DataDog/integrations-core/pull/11395). +* Add `pyproject.toml` file ([#11395](https://github.com/DataDog/integrations-core/pull/11395)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8953](https://github.com/DataDog/integrations-core/pull/8953). +* Add runtime configuration validation ([#8953](https://github.com/DataDog/integrations-core/pull/8953)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Fixed***: -* Support clusters resource type. See [#9935](https://github.com/DataDog/integrations-core/pull/9935). +* Support clusters resource type ([#9935](https://github.com/DataDog/integrations-core/pull/9935)) ## 1.1.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.1.2 / 2020-11-10 / Agent 7.24.0 ***Fixed***: -* Handle unavailable specific resource information. See [#7944](https://github.com/DataDog/integrations-core/pull/7944). -* Rename marklogic host tags. See [#7960](https://github.com/DataDog/integrations-core/pull/7960). +* Handle unavailable specific resource information ([#7944](https://github.com/DataDog/integrations-core/pull/7944)) +* Rename marklogic host tags ([#7960](https://github.com/DataDog/integrations-core/pull/7960)) ## 1.1.1 / 2020-11-05 ***Fixed***: -* Remove possible extra '/' from base url configuration. See [#7941](https://github.com/DataDog/integrations-core/pull/7941). +* Remove possible extra '/' from base url configuration ([#7941](https://github.com/DataDog/integrations-core/pull/7941)) ## 1.1.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.0.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* MarkLogic New Integration. See [#6524](https://github.com/DataDog/integrations-core/pull/6524). +* MarkLogic New Integration ([#6524](https://github.com/DataDog/integrations-core/pull/6524)) diff --git a/mcache/CHANGELOG.md b/mcache/CHANGELOG.md index 4579f46a02a81..65cbc574580da 100644 --- a/mcache/CHANGELOG.md +++ b/mcache/CHANGELOG.md @@ -6,167 +6,167 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.3.1 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Remove the use of the deprecated `pkg_resources` package. See [#13842](https://github.com/DataDog/integrations-core/pull/13842). +* Remove the use of the deprecated `pkg_resources` package ([#13842](https://github.com/DataDog/integrations-core/pull/13842)) ## 3.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add the `max_connections` metric. See [#12689](https://github.com/DataDog/integrations-core/pull/12689). +* Add the `max_connections` metric ([#12689](https://github.com/DataDog/integrations-core/pull/12689)) ## 3.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 3.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11396](https://github.com/DataDog/integrations-core/pull/11396). +* Add `pyproject.toml` file ([#11396](https://github.com/DataDog/integrations-core/pull/11396)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.1 / 2021-10-25 / Agent 7.33.0 ***Fixed***: -* Fix possible KeyError when collecting metrics. See [#10471](https://github.com/DataDog/integrations-core/pull/10471). +* Fix possible KeyError when collecting metrics ([#10471](https://github.com/DataDog/integrations-core/pull/10471)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Add runtime configuration validation. See [#8954](https://github.com/DataDog/integrations-core/pull/8954). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Add runtime configuration validation ([#8954](https://github.com/DataDog/integrations-core/pull/8954)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.12.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Upgrade `python-binary-memcached` dependency. See [#9251](https://github.com/DataDog/integrations-core/pull/9251). +* Upgrade `python-binary-memcached` dependency ([#9251](https://github.com/DataDog/integrations-core/pull/9251)) ## 1.11.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.11.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#8140](https://github.com/DataDog/integrations-core/pull/8140). +* Add config specs ([#8140](https://github.com/DataDog/integrations-core/pull/8140)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.9.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.9.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.8.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4935](https://github.com/DataDog/integrations-core/pull/4935). +* Add version metadata ([#4935](https://github.com/DataDog/integrations-core/pull/4935)) ## 1.7.0 / 2019-10-29 ***Added***: -* Add log section in the example configuration file. See [#4885](https://github.com/DataDog/integrations-core/pull/4885). +* Add log section in the example configuration file ([#4885](https://github.com/DataDog/integrations-core/pull/4885)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3537](https://github.com/DataDog/integrations-core/pull/3537). +* Adhere to code style ([#3537](https://github.com/DataDog/integrations-core/pull/3537)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python 3 support. See [#2915](https://github.com/DataDog/integrations-core/pull/2915). +* Finish Python 3 support ([#2915](https://github.com/DataDog/integrations-core/pull/2915)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2783](https://github.com/DataDog/integrations-core/pull/2783). +* Support Python 3 ([#2783](https://github.com/DataDog/integrations-core/pull/2783)) ## 1.3.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.1 / 2018-06-20 / Agent 6.4.0 ***Fixed***: -* Fix connection to unix socket for new binary. See [#1755](https://github.com/DataDog/integrations-core/pull/1755). +* Fix connection to unix socket for new binary ([#1755](https://github.com/DataDog/integrations-core/pull/1755)) ## 1.3.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) * Add support for SASL authentication. ## 1.2.0 / 2018-05-11 @@ -174,13 +174,13 @@ ***Added***: * Add custom tag support for service check. -* Hardcode the 11211 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 11211 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 1.1.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.0.0 / 2017-03-22 diff --git a/mesos_master/CHANGELOG.md b/mesos_master/CHANGELOG.md index 5aa6f0252c2a4..43fc86bf9643a 100644 --- a/mesos_master/CHANGELOG.md +++ b/mesos_master/CHANGELOG.md @@ -6,181 +6,181 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11397](https://github.com/DataDog/integrations-core/pull/11397). +* Add `pyproject.toml` file ([#11397](https://github.com/DataDog/integrations-core/pull/11397)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.13.1 / 2021-06-11 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8955](https://github.com/DataDog/integrations-core/pull/8955). +* Add runtime configuration validation ([#8955](https://github.com/DataDog/integrations-core/pull/8955)) ***Fixed***: -* Fix master leader detection after 307. See [#9500](https://github.com/DataDog/integrations-core/pull/9500). +* Fix master leader detection after 307 ([#9500](https://github.com/DataDog/integrations-core/pull/9500)) ## 1.13.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add log support. See [#8717](https://github.com/DataDog/integrations-core/pull/8717). +* Add log support ([#8717](https://github.com/DataDog/integrations-core/pull/8717)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2020-11-06 / Agent 7.24.0 ***Added***: -* Update HTTP config docs to describe dcos_auth token reader. See [#7953](https://github.com/DataDog/integrations-core/pull/7953). +* Update HTTP config docs to describe dcos_auth token reader ([#7953](https://github.com/DataDog/integrations-core/pull/7953)) ## 1.11.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.10.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Add config specs. See [#7379](https://github.com/DataDog/integrations-core/pull/7379). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Add config specs ([#7379](https://github.com/DataDog/integrations-core/pull/7379)) ## 1.9.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.2 / 2020-04-24 ***Fixed***: -* Handle missing role metrics for mesos_master. See [#6422](https://github.com/DataDog/integrations-core/pull/6422). +* Handle missing role metrics for mesos_master ([#6422](https://github.com/DataDog/integrations-core/pull/6422)) ## 1.7.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Submit version metadata. See [#5216](https://github.com/DataDog/integrations-core/pull/5216). -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Submit version metadata ([#5216](https://github.com/DataDog/integrations-core/pull/5216)) +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.1 / 2019-08-28 / Agent 6.14.0 ***Fixed***: -* Fix mesos_master service check. See [#4452](https://github.com/DataDog/integrations-core/pull/4452). +* Fix mesos_master service check ([#4452](https://github.com/DataDog/integrations-core/pull/4452)) ## 1.5.0 / 2019-08-24 ***Added***: -* Add requests wrapper to mesos_master. See [#4221](https://github.com/DataDog/integrations-core/pull/4221). -* Add support for /state and /roles endpoints. See [#4053](https://github.com/DataDog/integrations-core/pull/4053). +* Add requests wrapper to mesos_master ([#4221](https://github.com/DataDog/integrations-core/pull/4221)) +* Add support for /state and /roles endpoints ([#4053](https://github.com/DataDog/integrations-core/pull/4053)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3538](https://github.com/DataDog/integrations-core/pull/3538). +* Adhere to code style ([#3538](https://github.com/DataDog/integrations-core/pull/3538)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2873](https://github.com/DataDog/integrations-core/pull/2873). +* Support Python 3 ([#2873](https://github.com/DataDog/integrations-core/pull/2873)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 @@ -196,7 +196,7 @@ ***Added***: -* adds gpu metrics. See [#694](https://github.com/DataDog/integrations-core/issues/694). (Thanks [@ksauzz](https://github.com/ksauzz)) +* adds gpu metrics ([#694](https://github.com/DataDog/integrations-core/issues/694)) (Thanks [@ksauzz](https://github.com/ksauzz)) ## 1.0.0 / 2017-03-22 diff --git a/mesos_slave/CHANGELOG.md b/mesos_slave/CHANGELOG.md index 3f1e1407c1659..f1a341632572a 100644 --- a/mesos_slave/CHANGELOG.md +++ b/mesos_slave/CHANGELOG.md @@ -6,204 +6,204 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11398](https://github.com/DataDog/integrations-core/pull/11398). +* Add `pyproject.toml` file ([#11398](https://github.com/DataDog/integrations-core/pull/11398)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.10.1 / 2021-07-15 / Agent 7.30.0 ***Fixed***: -* Improve cluster_name config option description. See [#9704](https://github.com/DataDog/integrations-core/pull/9704). +* Improve cluster_name config option description ([#9704](https://github.com/DataDog/integrations-core/pull/9704)) ## 2.10.0 / 2021-07-12 ***Added***: -* Add runtime configuration validation. See [#8956](https://github.com/DataDog/integrations-core/pull/8956). +* Add runtime configuration validation ([#8956](https://github.com/DataDog/integrations-core/pull/8956)) ## 2.9.0 / 2021-06-09 ***Added***: -* Add `cluster_name` config option. See [#9477](https://github.com/DataDog/integrations-core/pull/9477). Thanks [dfreilich](https://github.com/dfreilich). +* Add `cluster_name` config option ([#9477](https://github.com/DataDog/integrations-core/pull/9477)) Thanks [dfreilich](https://github.com/dfreilich). ## 2.8.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add log support. See [#8717](https://github.com/DataDog/integrations-core/pull/8717). +* Add log support ([#8717](https://github.com/DataDog/integrations-core/pull/8717)) ## 2.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.7.0 / 2020-11-06 / Agent 7.24.0 ***Added***: -* Update HTTP config docs to describe dcos_auth token reader. See [#7953](https://github.com/DataDog/integrations-core/pull/7953). +* Update HTTP config docs to describe dcos_auth token reader ([#7953](https://github.com/DataDog/integrations-core/pull/7953)) ## 2.6.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 2.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 2.4.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs. See [#7292](https://github.com/DataDog/integrations-core/pull/7292). +* Add config specs ([#7292](https://github.com/DataDog/integrations-core/pull/7292)) ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.3.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 2.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.1.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.1.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.0.1 / 2019-12-04 / Agent 7.16.0 ***Fixed***: -* Propagate tags properly to stats metrics. See [#5140](https://github.com/DataDog/integrations-core/pull/5140). +* Propagate tags properly to stats metrics ([#5140](https://github.com/DataDog/integrations-core/pull/5140)) ## 2.0.0 / 2019-12-02 ***Changed***: -* Refactor code and properly send a service check for each endpoint. See [#4891](https://github.com/DataDog/integrations-core/pull/4891). +* Refactor code and properly send a service check for each endpoint ([#4891](https://github.com/DataDog/integrations-core/pull/4891)) ***Fixed***: -* Fix service check message. See [#4771](https://github.com/DataDog/integrations-core/pull/4771). +* Fix service check message ([#4771](https://github.com/DataDog/integrations-core/pull/4771)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.1 / 2019-08-28 / Agent 6.14.0 ***Fixed***: -* Fix mesos_slave service check. See [#4448](https://github.com/DataDog/integrations-core/pull/4448). +* Fix mesos_slave service check ([#4448](https://github.com/DataDog/integrations-core/pull/4448)) ## 1.5.0 / 2019-08-24 ***Added***: -* Add requests wrapper to mesos_slave. See [#4222](https://github.com/DataDog/integrations-core/pull/4222). -* Add support for /state endpoint. See [#4054](https://github.com/DataDog/integrations-core/pull/4054). +* Add requests wrapper to mesos_slave ([#4222](https://github.com/DataDog/integrations-core/pull/4222)) +* Add support for /state endpoint ([#4054](https://github.com/DataDog/integrations-core/pull/4054)) ## 1.4.1 / 2019-06-01 / Agent 6.12.0 ***Fixed***: -* Fix code style. See [#3838](https://github.com/DataDog/integrations-core/pull/3838). +* Fix code style ([#3838](https://github.com/DataDog/integrations-core/pull/3838)) ## 1.4.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3539](https://github.com/DataDog/integrations-core/pull/3539). +* Adhere to code style ([#3539](https://github.com/DataDog/integrations-core/pull/3539)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2874](https://github.com/DataDog/integrations-core/pull/2874). +* Support Python 3 ([#2874](https://github.com/DataDog/integrations-core/pull/2874)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 @@ -219,7 +219,7 @@ ***Fixed***: -* Checks available metrics for backwards compatibility. See [#1066](https://github.com/DataDog/integrations-core/issues/1066). +* Checks available metrics for backwards compatibility ([#1066](https://github.com/DataDog/integrations-core/issues/1066)) ## 1.1.0 / 2017-08-21 diff --git a/mongo/CHANGELOG.md b/mongo/CHANGELOG.md index 0c0640a61629a..f9cc0bf678dd6 100644 --- a/mongo/CHANGELOG.md +++ b/mongo/CHANGELOG.md @@ -6,443 +6,443 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Add a diagnostic for TLS certificate files. See [#15470](https://github.com/DataDog/integrations-core/pull/15470). -* Submit critical service check whenever connection fails. See [#15208](https://github.com/DataDog/integrations-core/pull/15208). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Add a diagnostic for TLS certificate files ([#15470](https://github.com/DataDog/integrations-core/pull/15470)) +* Submit critical service check whenever connection fails ([#15208](https://github.com/DataDog/integrations-core/pull/15208)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 5.1.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Update mongo default config for multihost. See [#13454](https://github.com/DataDog/integrations-core/pull/13454). -* Downgrade requirements to 3.8. See [#14711](https://github.com/DataDog/integrations-core/pull/14711). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Add debug logs. See [#14626](https://github.com/DataDog/integrations-core/pull/14626). +* Update mongo default config for multihost ([#13454](https://github.com/DataDog/integrations-core/pull/13454)) +* Downgrade requirements to 3.8 ([#14711](https://github.com/DataDog/integrations-core/pull/14711)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Add debug logs ([#14626](https://github.com/DataDog/integrations-core/pull/14626)) ## 5.0.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Explicitly disallow setting `replicaSet` in the options. See [#13887](https://github.com/DataDog/integrations-core/pull/13887). +* Explicitly disallow setting `replicaSet` in the options ([#13887](https://github.com/DataDog/integrations-core/pull/13887)) ## 5.0.0 / 2023-03-03 / Agent 7.44.0 ***Changed***: -* remove ssl params from mongo integration. See [#13881](https://github.com/DataDog/integrations-core/pull/13881). +* remove ssl params from mongo integration ([#13881](https://github.com/DataDog/integrations-core/pull/13881)) ***Added***: -* Mongo Date types support in custom queries. See [#13516](https://github.com/DataDog/integrations-core/pull/13516). +* Mongo Date types support in custom queries ([#13516](https://github.com/DataDog/integrations-core/pull/13516)) ***Fixed***: -* Exception is thrown when items of a list in a custom query are not iterable. See [#13895](https://github.com/DataDog/integrations-core/pull/13895). +* Exception is thrown when items of a list in a custom query are not iterable ([#13895](https://github.com/DataDog/integrations-core/pull/13895)) ## 4.3.0 / 2023-02-07 / Agent 7.43.0 ***Fixed***: -* Exception is thrown when items of a list in a custom query are not iterable. See [#13895](https://github.com/DataDog/integrations-core/pull/13895). +* Exception is thrown when items of a list in a custom query are not iterable ([#13895](https://github.com/DataDog/integrations-core/pull/13895)) ## 4.2.0 / 2023-02-01 ***Added***: -* Mongo Date types support in custom queries. See [#13516](https://github.com/DataDog/integrations-core/pull/13516). +* Mongo Date types support in custom queries ([#13516](https://github.com/DataDog/integrations-core/pull/13516)) ## 4.1.2 / 2023-01-20 ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). -* Skip checking database names when replica is recovering. See [#13535](https://github.com/DataDog/integrations-core/pull/13535). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) +* Skip checking database names when replica is recovering ([#13535](https://github.com/DataDog/integrations-core/pull/13535)) ## 4.1.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Stop using deprecated `distutils.version` classes. See [#13408](https://github.com/DataDog/integrations-core/pull/13408). +* Stop using deprecated `distutils.version` classes ([#13408](https://github.com/DataDog/integrations-core/pull/13408)) ## 4.1.0 / 2022-11-17 ***Added***: -* Added new opLatencies metrics with correct type. See [#13336](https://github.com/DataDog/integrations-core/pull/13336). +* Added new opLatencies metrics with correct type ([#13336](https://github.com/DataDog/integrations-core/pull/13336)) ## 4.0.4 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Update dependencies. See [#13207](https://github.com/DataDog/integrations-core/pull/13207). +* Update dependencies ([#13207](https://github.com/DataDog/integrations-core/pull/13207)) ## 4.0.3 / 2022-09-29 ***Fixed***: -* Fix collection of `fsyncLocked` metric when configured database is not `admin`. See [#13020](https://github.com/DataDog/integrations-core/pull/13020). +* Fix collection of `fsyncLocked` metric when configured database is not `admin` ([#13020](https://github.com/DataDog/integrations-core/pull/13020)) ## 4.0.2 / 2022-09-02 / Agent 7.39.0 ***Fixed***: -* Solve issue after migration to pymongo 4. See [#12860](https://github.com/DataDog/integrations-core/pull/12860). -* Refactor Mongo connection process. See [#12767](https://github.com/DataDog/integrations-core/pull/12767). +* Solve issue after migration to pymongo 4 ([#12860](https://github.com/DataDog/integrations-core/pull/12860)) +* Refactor Mongo connection process ([#12767](https://github.com/DataDog/integrations-core/pull/12767)) ## 4.0.1 / 2022-08-15 ***Fixed***: -* Rename SSL parameters. See [#12743](https://github.com/DataDog/integrations-core/pull/12743). +* Rename SSL parameters ([#12743](https://github.com/DataDog/integrations-core/pull/12743)) ## 4.0.0 / 2022-08-05 ***Changed***: -* Upgrade pymongo to 4.2. See [#12594](https://github.com/DataDog/integrations-core/pull/12594). +* Upgrade pymongo to 4.2 ([#12594](https://github.com/DataDog/integrations-core/pull/12594)) ***Added***: -* Support allow invalid hostnames in SSL connections. See [#12541](https://github.com/DataDog/integrations-core/pull/12541). -* Added new metrics for oplatencies. See [#12479](https://github.com/DataDog/integrations-core/pull/12479). -* Added new metric "mongodb.metrics.queryexecutor.scannedobjectsps". See [#12467](https://github.com/DataDog/integrations-core/pull/12467). -* Add dbnames allowlist config option. See [#12450](https://github.com/DataDog/integrations-core/pull/12450). -* Ship `pymongo-srv` to support DNS seed connection schemas. See [#12442](https://github.com/DataDog/integrations-core/pull/12442). +* Support allow invalid hostnames in SSL connections ([#12541](https://github.com/DataDog/integrations-core/pull/12541)) +* Added new metrics for oplatencies ([#12479](https://github.com/DataDog/integrations-core/pull/12479)) +* Added new metric "mongodb.metrics.queryexecutor.scannedobjectsps" ([#12467](https://github.com/DataDog/integrations-core/pull/12467)) +* Add dbnames allowlist config option ([#12450](https://github.com/DataDog/integrations-core/pull/12450)) +* Ship `pymongo-srv` to support DNS seed connection schemas ([#12442](https://github.com/DataDog/integrations-core/pull/12442)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.2.3 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Allow hosts to be a singular value. See [#12090](https://github.com/DataDog/integrations-core/pull/12090). +* Allow hosts to be a singular value ([#12090](https://github.com/DataDog/integrations-core/pull/12090)) ## 3.2.2 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Capture badly formatted hosts. See [#11933](https://github.com/DataDog/integrations-core/pull/11933). +* Capture badly formatted hosts ([#11933](https://github.com/DataDog/integrations-core/pull/11933)) ## 3.2.1 / 2022-04-26 ***Fixed***: -* Fix passing in username and password as options. See [#11525](https://github.com/DataDog/integrations-core/pull/11525). +* Fix passing in username and password as options ([#11525](https://github.com/DataDog/integrations-core/pull/11525)) ## 3.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 3.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11399](https://github.com/DataDog/integrations-core/pull/11399). +* Add `pyproject.toml` file ([#11399](https://github.com/DataDog/integrations-core/pull/11399)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Small code nits. See [#11127](https://github.com/DataDog/integrations-core/pull/11127). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Small code nits ([#11127](https://github.com/DataDog/integrations-core/pull/11127)) ## 3.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Don't add autogenerated comments to deprecation files. See [#11014](https://github.com/DataDog/integrations-core/pull/11014). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Refresh role on replica sets and add more debug logging. See [#10843](https://github.com/DataDog/integrations-core/pull/10843). +* Don't add autogenerated comments to deprecation files ([#11014](https://github.com/DataDog/integrations-core/pull/11014)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Refresh role on replica sets and add more debug logging ([#10843](https://github.com/DataDog/integrations-core/pull/10843)) ## 2.7.1 / 2021-10-25 / Agent 7.33.0 ***Fixed***: -* Load CA certs if SSL is enabled and CA certs are not passed in the configurations. See [#10377](https://github.com/DataDog/integrations-core/pull/10377). +* Load CA certs if SSL is enabled and CA certs are not passed in the configurations ([#10377](https://github.com/DataDog/integrations-core/pull/10377)) ## 2.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Add runtime configuration validation. See [#8957](https://github.com/DataDog/integrations-core/pull/8957). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Add runtime configuration validation ([#8957](https://github.com/DataDog/integrations-core/pull/8957)) ## 2.6.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Support collection-agnostic aggregations for custom queries. See [#9857](https://github.com/DataDog/integrations-core/pull/9857). +* Support collection-agnostic aggregations for custom queries ([#9857](https://github.com/DataDog/integrations-core/pull/9857)) ## 2.5.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Bump pymongo to 3.8. See [#9557](https://github.com/DataDog/integrations-core/pull/9557). +* Bump pymongo to 3.8 ([#9557](https://github.com/DataDog/integrations-core/pull/9557)) ***Fixed***: -* Update description of the `hosts` config parameter. See [#9542](https://github.com/DataDog/integrations-core/pull/9542). +* Update description of the `hosts` config parameter ([#9542](https://github.com/DataDog/integrations-core/pull/9542)) ## 2.4.0 / 2021-04-19 / Agent 7.28.0 ***Deprecated***: -* Deprecate connection_scheme. See [#9142](https://github.com/DataDog/integrations-core/pull/9142). +* Deprecate connection_scheme ([#9142](https://github.com/DataDog/integrations-core/pull/9142)) ***Fixed***: -* Fix authSource config option.. See [#9139](https://github.com/DataDog/integrations-core/pull/9139). +* Fix authSource config option. ([#9139](https://github.com/DataDog/integrations-core/pull/9139)) ## 2.3.1 / 2021-04-06 ***Fixed***: -* Fix no_auth support. See [#9094](https://github.com/DataDog/integrations-core/pull/9094). +* Fix no_auth support ([#9094](https://github.com/DataDog/integrations-core/pull/9094)) ## 2.3.0 / 2021-03-11 / Agent 7.27.0 ***Added***: -* Cache API client connection. See [#8808](https://github.com/DataDog/integrations-core/pull/8808). +* Cache API client connection ([#8808](https://github.com/DataDog/integrations-core/pull/8808)) ## 2.2.1 / 2021-03-07 ***Fixed***: -* Support Alibaba ApsaraDB. See [#8316](https://github.com/DataDog/integrations-core/pull/8316). -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Support Alibaba ApsaraDB ([#8316](https://github.com/DataDog/integrations-core/pull/8316)) +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.2.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Better arbiter support. See [#8294](https://github.com/DataDog/integrations-core/pull/8294). +* Better arbiter support ([#8294](https://github.com/DataDog/integrations-core/pull/8294)) ***Fixed***: -* Refactor connection and api. See [#8283](https://github.com/DataDog/integrations-core/pull/8283). +* Refactor connection and api ([#8283](https://github.com/DataDog/integrations-core/pull/8283)) ## 2.1.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Log custom queries which return an empty result set. See [#8105](https://github.com/DataDog/integrations-core/pull/8105). +* Log custom queries which return an empty result set ([#8105](https://github.com/DataDog/integrations-core/pull/8105)) ## 2.1.0 / 2020-11-10 / Agent 7.24.0 ***Added***: -* Add mongodb.connection_pool.totalinuse. See [#7986](https://github.com/DataDog/integrations-core/pull/7986). +* Add mongodb.connection_pool.totalinuse ([#7986](https://github.com/DataDog/integrations-core/pull/7986)) ***Fixed***: -* Ignore startup nodes for lagtime. See [#7990](https://github.com/DataDog/integrations-core/pull/7990). +* Ignore startup nodes for lagtime ([#7990](https://github.com/DataDog/integrations-core/pull/7990)) ## 2.0.3 / 2020-11-09 ***Fixed***: -* Fix debug typo for custom queries. See [#7969](https://github.com/DataDog/integrations-core/pull/7969). +* Fix debug typo for custom queries ([#7969](https://github.com/DataDog/integrations-core/pull/7969)) ## 2.0.2 / 2020-11-06 ***Fixed***: -* Fix replicaset identification with old configuration. See [#7964](https://github.com/DataDog/integrations-core/pull/7964). +* Fix replicaset identification with old configuration ([#7964](https://github.com/DataDog/integrations-core/pull/7964)) ## 2.0.1 / 2020-11-06 ***Fixed***: -* Add sharding_cluster_role tag to optime_lag metric. See [#7956](https://github.com/DataDog/integrations-core/pull/7956). +* Add sharding_cluster_role tag to optime_lag metric ([#7956](https://github.com/DataDog/integrations-core/pull/7956)) ## 2.0.0 / 2020-10-31 ***Changed***: -* Stop collecting custom queries from secondaries by default. See [#7794](https://github.com/DataDog/integrations-core/pull/7794). -* Collect only the metrics that make sense based on the type of mongo instance. See [#7713](https://github.com/DataDog/integrations-core/pull/7713). +* Stop collecting custom queries from secondaries by default ([#7794](https://github.com/DataDog/integrations-core/pull/7794)) +* Collect only the metrics that make sense based on the type of mongo instance ([#7713](https://github.com/DataDog/integrations-core/pull/7713)) ***Added***: -* New replication lag metric collected from the primary. See [#7828](https://github.com/DataDog/integrations-core/pull/7828). -* Add the shard cluster role as a tag. See [#7834](https://github.com/DataDog/integrations-core/pull/7834). -* Add new metrics for mongos. See [#7770](https://github.com/DataDog/integrations-core/pull/7770). -* Allow specifying a different database in custom queries. See [#7808](https://github.com/DataDog/integrations-core/pull/7808). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* New replication lag metric collected from the primary ([#7828](https://github.com/DataDog/integrations-core/pull/7828)) +* Add the shard cluster role as a tag ([#7834](https://github.com/DataDog/integrations-core/pull/7834)) +* Add new metrics for mongos ([#7770](https://github.com/DataDog/integrations-core/pull/7770)) +* Allow specifying a different database in custom queries ([#7808](https://github.com/DataDog/integrations-core/pull/7808)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix warning when adding 'jumbo_chunks' metrics. See [#7833](https://github.com/DataDog/integrations-core/pull/7833). -* Fix building of the connection string. See [#7744](https://github.com/DataDog/integrations-core/pull/7744). -* Refactor collection logic. See [#7615](https://github.com/DataDog/integrations-core/pull/7615). +* Fix warning when adding 'jumbo_chunks' metrics ([#7833](https://github.com/DataDog/integrations-core/pull/7833)) +* Fix building of the connection string ([#7744](https://github.com/DataDog/integrations-core/pull/7744)) +* Refactor collection logic ([#7615](https://github.com/DataDog/integrations-core/pull/7615)) ## 1.16.5 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Submit collection metrics even if value is zero. See [#7606](https://github.com/DataDog/integrations-core/pull/7606). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Submit collection metrics even if value is zero ([#7606](https://github.com/DataDog/integrations-core/pull/7606)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.16.4 / 2020-08-19 ***Fixed***: -* Avoid depleting collection_metric_names. See [#7393](https://github.com/DataDog/integrations-core/pull/7393). +* Avoid depleting collection_metric_names ([#7393](https://github.com/DataDog/integrations-core/pull/7393)) ## 1.16.3 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.16.2 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Raise an error if only one of `username` or `password` is set. See [#6688](https://github.com/DataDog/integrations-core/pull/6688). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Raise an error if only one of `username` or `password` is set ([#6688](https://github.com/DataDog/integrations-core/pull/6688)) ## 1.16.1 / 2020-05-19 / Agent 7.20.0 ***Fixed***: -* Fix encoding and parsing issues when processing connection configuration. See [#6686](https://github.com/DataDog/integrations-core/pull/6686). +* Fix encoding and parsing issues when processing connection configuration ([#6686](https://github.com/DataDog/integrations-core/pull/6686)) ## 1.16.0 / 2020-05-17 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.15.0 / 2020-05-05 ***Deprecated***: -* Refactor connection configuration. See [#6574](https://github.com/DataDog/integrations-core/pull/6574). +* Refactor connection configuration ([#6574](https://github.com/DataDog/integrations-core/pull/6574)) ## 1.14.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add config specs. See [#6145](https://github.com/DataDog/integrations-core/pull/6145). +* Add config specs ([#6145](https://github.com/DataDog/integrations-core/pull/6145)) ***Fixed***: -* Use new agent signature. See [#6085](https://github.com/DataDog/integrations-core/pull/6085). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Replace deprecated method `database_names` by `list_database_names`. See [#5864](https://github.com/DataDog/integrations-core/pull/5864). +* Use new agent signature ([#6085](https://github.com/DataDog/integrations-core/pull/6085)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Replace deprecated method `database_names` by `list_database_names` ([#5864](https://github.com/DataDog/integrations-core/pull/5864)) ## 1.13.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.12.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Submit version metadata. See [#4722](https://github.com/DataDog/integrations-core/pull/4722). +* Submit version metadata ([#4722](https://github.com/DataDog/integrations-core/pull/4722)) ## 1.11.0 / 2019-07-13 / Agent 6.13.0 ***Added***: -* Upgrade pymongo to 3.8. See [#4095](https://github.com/DataDog/integrations-core/pull/4095). +* Upgrade pymongo to 3.8 ([#4095](https://github.com/DataDog/integrations-core/pull/4095)) ## 1.10.3 / 2019-06-18 ***Fixed***: -* Reduce doc in configuration file in favor of official documentation. See [#3892](https://github.com/DataDog/integrations-core/pull/3892). +* Reduce doc in configuration file in favor of official documentation ([#3892](https://github.com/DataDog/integrations-core/pull/3892)) ## 1.10.2 / 2019-06-06 / Agent 6.12.0 ***Fixed***: -* Custom queries: add examples and fix logging. See [#3871](https://github.com/DataDog/integrations-core/pull/3871). +* Custom queries: add examples and fix logging ([#3871](https://github.com/DataDog/integrations-core/pull/3871)) ## 1.10.1 / 2019-06-05 ***Fixed***: -* Add missing metrics. See [#3856](https://github.com/DataDog/integrations-core/pull/3856). -* Fix 'custom_queries' field name. See [#3868](https://github.com/DataDog/integrations-core/pull/3868). +* Add missing metrics ([#3856](https://github.com/DataDog/integrations-core/pull/3856)) +* Fix 'custom_queries' field name ([#3868](https://github.com/DataDog/integrations-core/pull/3868)) ## 1.10.0 / 2019-06-01 ***Added***: -* Add custom query capabilities. See [#3796](https://github.com/DataDog/integrations-core/pull/3796). +* Add custom query capabilities ([#3796](https://github.com/DataDog/integrations-core/pull/3796)) ## 1.9.0 / 2019-05-14 ***Added***: -* Add tcmalloc.spinlock_total_delay_ns to mongodb stats. See [#3643](https://github.com/DataDog/integrations-core/pull/3643). Thanks [glenjamin](https://github.com/glenjamin). -* Adhere to code style. See [#3540](https://github.com/DataDog/integrations-core/pull/3540). +* Add tcmalloc.spinlock_total_delay_ns to mongodb stats ([#3643](https://github.com/DataDog/integrations-core/pull/3643)) Thanks [glenjamin](https://github.com/glenjamin). +* Adhere to code style ([#3540](https://github.com/DataDog/integrations-core/pull/3540)) ## 1.8.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Support Python 3. See [#2916](https://github.com/DataDog/integrations-core/pull/2916). -* Support unicode for Python 3 bindings. See [#2869](https://github.com/DataDog/integrations-core/pull/2869). +* Finish Support Python 3 ([#2916](https://github.com/DataDog/integrations-core/pull/2916)) +* Support unicode for Python 3 bindings ([#2869](https://github.com/DataDog/integrations-core/pull/2869)) ***Fixed***: -* Only run `top` against the admin database. See [#2937](https://github.com/DataDog/integrations-core/pull/2937). +* Only run `top` against the admin database ([#2937](https://github.com/DataDog/integrations-core/pull/2937)) ## 1.7.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support Python 3. See [#2623](https://github.com/DataDog/integrations-core/pull/2623). +* Support Python 3 ([#2623](https://github.com/DataDog/integrations-core/pull/2623)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.6.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.6.0 / 2018-06-13 / Agent 6.4.0 ***Changed***: -* [mongo] properly parse metric. See [#1498](https://github.com/DataDog/integrations-core/pull/1498). +* [mongo] properly parse metric ([#1498](https://github.com/DataDog/integrations-core/pull/1498)) ***Added***: -* [mongo] allow disabling of replica access. See [#1516](https://github.com/DataDog/integrations-core/pull/1516). +* [mongo] allow disabling of replica access ([#1516](https://github.com/DataDog/integrations-core/pull/1516)) ## 1.5.4 @@ -464,62 +464,62 @@ ***Fixed***: -* Pass replica set metric collection if `replSetGetStatus` command not available. See [#1092](https://github.com/DataDog/integrations-core/issues/1092) +* Pass replica set metric collection if `replSetGetStatus` command not available ([#1092](https://github)com/DataDog/integrations-core/issues/1092) ## 1.5.1 / 2018-01-10 ***Fixed***: -* Pass replica set metric collection if not running standalone instance instead of raising exception. See [#915](https://github.com/DataDog/integrations-core/issues/915) +* Pass replica set metric collection if not running standalone instance instead of raising exception ([#915](https://github)com/DataDog/integrations-core/issues/915) ## 1.5.0 / 2017-11-21 ***Changed***: -* Filter out oplog entries without a timestamp. See [#406](https://github.com/DataDog/integrations-core/issues/406), thanks [@hindmanj](https://github.com/hindmanj) +* Filter out oplog entries without a timestamp ([#406](https://github.com/DataDog/integrations-core/issues/406), thanks [@hindmanj](https://github)com/hindmanj) ***Added***: -* Collect metrics about indexes usage. See [#823](https://github.com/DataDog/integrations-core/issues/823) -* Upgrading pymongo to version 3.5. See [#747](https://github.com/DataDog/integrations-core/issues/747) +* Collect metrics about indexes usage ([#823](https://github)com/DataDog/integrations-core/issues/823) +* Upgrading pymongo to version 3.5 ([#747](https://github)com/DataDog/integrations-core/issues/747) ## 1.4.0 / 2017-10-10 ***Added***: -* Started monitoring the wiredTiger cache page read/write statistics. See [#769](https://github.com/DataDog/integrations-core/issues/769) (Thanks [@dnavre](https://github.com/dnavre)) +* Started monitoring the wiredTiger cache page read/write statistics ([#769](https://github.com/DataDog/integrations-core/issues/769) (Thanks [@dnavre](https://github)com/dnavre)) ## 1.3.0 / 2017-08-28 ***Changed***: -* Simplify "system.namespaces" usage. See [#625](https://github.com/DataDog/integrations-core/issues/625), thanks [@dtbartle](https://github.com/dtbartle) +* Simplify "system.namespaces" usage ([#625](https://github.com/DataDog/integrations-core/issues/625), thanks [@dtbartle](https://github)com/dtbartle) ***Added***: -* Add support for `authSource` parameter in mongo URL. See [#691](https://github.com/DataDog/integrations-core/issues/691) +* Add support for `authSource` parameter in mongo URL ([#691](https://github)com/DataDog/integrations-core/issues/691) ***Fixed***: -* Don't overwrite the higher-level `cli`/`db` for replset stats. See [#627](https://github.com/DataDog/integrations-core/issues/627), thanks [@dtbartle](https://github.com/dtbartle) +* Don't overwrite the higher-level `cli`/`db` for replset stats ([#627](https://github.com/DataDog/integrations-core/issues/627), thanks [@dtbartle](https://github)com/dtbartle) ## 1.2.0 / 2017-07-18 ***Added***: -* Add support for `mongo.oplog.*` metrics for Mongo versions 3.x. See [#491](https://github.com/DataDog/integrations-core/issues/491) +* Add support for `mongo.oplog.*` metrics for Mongo versions 3.x ([#491](https://github)com/DataDog/integrations-core/issues/491) ## 1.1.0 / 2017-06-05 ***Changed***: -* Set connectTimeout & serverSelectionTimeout to timeout in config. See [#352](https://github.com/DataDog/integrations-core/issues/352) +* Set connectTimeout & serverSelectionTimeout to timeout in config ([#352](https://github)com/DataDog/integrations-core/issues/352) ## 1.0.1 / 2017-04-24 ***Fixed***: -* Redact username/password in logs, etc. See [#326](https://github.com/DataDog/integrations-core/issues/326) and [#347](https://github.com/DataDog/integrations-core/issues/347) +* Redact username/password in logs, etc ([#326](https://github.com/DataDog/integrations-core/issues/326) and [#347](https://github)com/DataDog/integrations-core/issues/347) ## 1.0.0 / 2017-03-22 diff --git a/mysql/CHANGELOG.md b/mysql/CHANGELOG.md index 0076468299763..6b6c77407ae3b 100644 --- a/mysql/CHANGELOG.md +++ b/mysql/CHANGELOG.md @@ -10,625 +10,625 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Add support for ingesting mysql config settings. See [#15498](https://github.com/DataDog/integrations-core/pull/15498). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add support for ingesting mysql config settings ([#15498](https://github.com/DataDog/integrations-core/pull/15498)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 10.3.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Make cancel() synchronous in DBMAsyncJob. See [#14717](https://github.com/DataDog/integrations-core/pull/14717). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Make cancel() synchronous in DBMAsyncJob ([#14717](https://github.com/DataDog/integrations-core/pull/14717)) ***Fixed***: -* Move cancel waiting logic to test functions for DBMAsyncJob . See [#14773](https://github.com/DataDog/integrations-core/pull/14773). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Move cancel waiting logic to test functions for DBMAsyncJob ([#14773](https://github.com/DataDog/integrations-core/pull/14773)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 10.2.2 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* mysql: don't overwrite table size metrics with sys table size metrics. See [#14612](https://github.com/DataDog/integrations-core/pull/14612). -* Rename azure.name configuration key to azure.fully_qualified_domain_name. See [#14534](https://github.com/DataDog/integrations-core/pull/14534). -* mysql: fix tracking references to self.check. See [#14419](https://github.com/DataDog/integrations-core/pull/14419). Thanks [asenci](https://github.com/asenci). +* mysql: don't overwrite table size metrics with sys table size metrics ([#14612](https://github.com/DataDog/integrations-core/pull/14612)) +* Rename azure.name configuration key to azure.fully_qualified_domain_name ([#14534](https://github.com/DataDog/integrations-core/pull/14534)) +* mysql: fix tracking references to self.check ([#14419](https://github.com/DataDog/integrations-core/pull/14419)) Thanks [asenci](https://github.com/asenci). ## 10.2.1 / 2023-04-21 / Agent 7.45.0 ***Fixed***: -* Fix resources not sent on service check metrics. See [#14422](https://github.com/DataDog/integrations-core/pull/14422). +* Fix resources not sent on service check metrics ([#14422](https://github.com/DataDog/integrations-core/pull/14422)) ## 10.2.0 / 2023-04-14 ***Added***: -* Send resource_type/name for mysql integration metrics. See [#14333](https://github.com/DataDog/integrations-core/pull/14333). -* Add cloud_metadata to DBM event payloads. See [#14312](https://github.com/DataDog/integrations-core/pull/14312). -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). +* Send resource_type/name for mysql integration metrics ([#14333](https://github.com/DataDog/integrations-core/pull/14333)) +* Add cloud_metadata to DBM event payloads ([#14312](https://github.com/DataDog/integrations-core/pull/14312)) +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) ***Fixed***: -* Fix MariaDB InnoDB pending flush metric parsing. See [#13658](https://github.com/DataDog/integrations-core/pull/13658). Thanks [Jack97](https://github.com/Jack97). -* Set self._check instance variables to make tracking work. See [#14146](https://github.com/DataDog/integrations-core/pull/14146). +* Fix MariaDB InnoDB pending flush metric parsing ([#13658](https://github.com/DataDog/integrations-core/pull/13658)) Thanks [Jack97](https://github.com/Jack97). +* Set self._check instance variables to make tracking work ([#14146](https://github.com/DataDog/integrations-core/pull/14146)) ## 10.1.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Add resolved_hostname to metadata. See [#14092](https://github.com/DataDog/integrations-core/pull/14092). +* Add resolved_hostname to metadata ([#14092](https://github.com/DataDog/integrations-core/pull/14092)) ## 10.0.0 / 2023-01-20 / Agent 7.43.0 ***Changed***: -* Do not create a temporary table for MySQL sampling. See [#13561](https://github.com/DataDog/integrations-core/pull/13561). +* Do not create a temporary table for MySQL sampling ([#13561](https://github.com/DataDog/integrations-core/pull/13561)) ***Added***: -* Add deprecation notice for `extra_performance_metrics` option. See [#13273](https://github.com/DataDog/integrations-core/pull/13273). +* Add deprecation notice for `extra_performance_metrics` option ([#13273](https://github.com/DataDog/integrations-core/pull/13273)) ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 9.0.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). -* Update cryptography dependency. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) +* Update cryptography dependency ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) ## 9.0.0 / 2022-10-28 / Agent 7.41.0 ***Removed***: -* Remove mysql tag truncation for metrics. See [#13212](https://github.com/DataDog/integrations-core/pull/13212). -* Remove socket information from the activity query. See [#13196](https://github.com/DataDog/integrations-core/pull/13196). +* Remove mysql tag truncation for metrics ([#13212](https://github.com/DataDog/integrations-core/pull/13212)) +* Remove socket information from the activity query ([#13196](https://github.com/DataDog/integrations-core/pull/13196)) ***Added***: -* Add Agent settings to log original unobfuscated strings. See [#12941](https://github.com/DataDog/integrations-core/pull/12941). +* Add Agent settings to log original unobfuscated strings ([#12941](https://github.com/DataDog/integrations-core/pull/12941)) ***Fixed***: -* Fix non-specific troubleshooting link on explain_plan_procedure_missing configuration error. See [#13215](https://github.com/DataDog/integrations-core/pull/13215). -* Fix check failing when missing unnecessary SELECT grant on perf schema. See [#13008](https://github.com/DataDog/integrations-core/pull/13008). +* Fix non-specific troubleshooting link on explain_plan_procedure_missing configuration error ([#13215](https://github.com/DataDog/integrations-core/pull/13215)) +* Fix check failing when missing unnecessary SELECT grant on perf schema ([#13008](https://github.com/DataDog/integrations-core/pull/13008)) ## 8.5.1 / 2022-09-16 / Agent 7.40.0 ***Fixed***: -* Bumps base check requirement to v25.4.0. See [#12733](https://github.com/DataDog/integrations-core/pull/12733). +* Bumps base check requirement to v25.4.0 ([#12733](https://github.com/DataDog/integrations-core/pull/12733)) ## 8.5.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add MySQL user connections metric. See [#12657](https://github.com/DataDog/integrations-core/pull/12657). +* Add MySQL user connections metric ([#12657](https://github.com/DataDog/integrations-core/pull/12657)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Pin `pymysql` to `0.10.1`. See [#12612](https://github.com/DataDog/integrations-core/pull/12612). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Pin `pymysql` to `0.10.1` ([#12612](https://github.com/DataDog/integrations-core/pull/12612)) ## 8.4.1 / 2022-07-08 / Agent 7.38.0 ***Fixed***: -* Fix bug where mysql table row stats were not being collected. See [#12472](https://github.com/DataDog/integrations-core/pull/12472). +* Fix bug where mysql table row stats were not being collected ([#12472](https://github.com/DataDog/integrations-core/pull/12472)) ## 8.4.0 / 2022-06-27 ***Added***: -* Add new metric for tables rows stats. See [#11043](https://github.com/DataDog/integrations-core/pull/11043). Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). +* Add new metric for tables rows stats ([#11043](https://github.com/DataDog/integrations-core/pull/11043)) Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). ***Fixed***: -* Fix rows with empty SQL text in DBM Activity Query. See [#12393](https://github.com/DataDog/integrations-core/pull/12393). -* Stop query activity collection due to misconfiguration. See [#12343](https://github.com/DataDog/integrations-core/pull/12343). -* Fix race conditions when running many instances of the Agent. See [#12342](https://github.com/DataDog/integrations-core/pull/12342). -* Revert mysql.net.connections metric type. See [#12088](https://github.com/DataDog/integrations-core/pull/12088). +* Fix rows with empty SQL text in DBM Activity Query ([#12393](https://github.com/DataDog/integrations-core/pull/12393)) +* Stop query activity collection due to misconfiguration ([#12343](https://github.com/DataDog/integrations-core/pull/12343)) +* Fix race conditions when running many instances of the Agent ([#12342](https://github.com/DataDog/integrations-core/pull/12342)) +* Revert mysql.net.connections metric type ([#12088](https://github.com/DataDog/integrations-core/pull/12088)) ## 8.3.2 / 2022-06-08 ***Fixed***: -* Fix race conditions when running many instances of the Agent. See [#12342](https://github.com/DataDog/integrations-core/pull/12342). +* Fix race conditions when running many instances of the Agent ([#12342](https://github.com/DataDog/integrations-core/pull/12342)) ## 8.3.1 / 2022-05-27 ***Fixed***: -* Revert mysql.net.connections metric type. See [#12088](https://github.com/DataDog/integrations-core/pull/12088). +* Revert mysql.net.connections metric type ([#12088](https://github.com/DataDog/integrations-core/pull/12088)) ## 8.3.0 / 2022-05-15 ***Added***: -* Add option to keep aliases in mysql (`keep_sql_alias`). See [#12018](https://github.com/DataDog/integrations-core/pull/12018). -* Add support to ingest cloud_metadata for DBM host linking. See [#11988](https://github.com/DataDog/integrations-core/pull/11988). -* Add query_truncated field on activity rows. See [#11886](https://github.com/DataDog/integrations-core/pull/11886). +* Add option to keep aliases in mysql (`keep_sql_alias`) ([#12018](https://github.com/DataDog/integrations-core/pull/12018)) +* Add support to ingest cloud_metadata for DBM host linking ([#11988](https://github.com/DataDog/integrations-core/pull/11988)) +* Add query_truncated field on activity rows ([#11886](https://github.com/DataDog/integrations-core/pull/11886)) ***Fixed***: -* Fix uncommented parent options. See [#12013](https://github.com/DataDog/integrations-core/pull/12013). +* Fix uncommented parent options ([#12013](https://github.com/DataDog/integrations-core/pull/12013)) ## 8.2.3 / 2022-05-26 / Agent 7.36.1 ***Fixed***: -* Revert mysql.net.connections metric type. See [#12088](https://github.com/DataDog/integrations-core/pull/12088). +* Revert mysql.net.connections metric type ([#12088](https://github.com/DataDog/integrations-core/pull/12088)) ## 8.2.2 / 2022-04-20 / Agent 7.36.0 ***Fixed***: -* Fix activity host reporting. See [#11854](https://github.com/DataDog/integrations-core/pull/11854). +* Fix activity host reporting ([#11854](https://github.com/DataDog/integrations-core/pull/11854)) ## 8.2.1 / 2022-04-14 ***Fixed***: -* Update base version. See [#11825](https://github.com/DataDog/integrations-core/pull/11825). +* Update base version ([#11825](https://github.com/DataDog/integrations-core/pull/11825)) ## 8.2.0 / 2022-04-05 ***Added***: -* Add MySQL Active Sessions. See [#11709](https://github.com/DataDog/integrations-core/pull/11709). -* Adds check_hostname parameter To MySQL. See [#11713](https://github.com/DataDog/integrations-core/pull/11713). -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Include SQL metadata in FQT. See [#11644](https://github.com/DataDog/integrations-core/pull/11644). -* Enable SQL metadata collection by default. See [#11604](https://github.com/DataDog/integrations-core/pull/11604). +* Add MySQL Active Sessions ([#11709](https://github.com/DataDog/integrations-core/pull/11709)) +* Adds check_hostname parameter To MySQL ([#11713](https://github.com/DataDog/integrations-core/pull/11713)) +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Include SQL metadata in FQT ([#11644](https://github.com/DataDog/integrations-core/pull/11644)) +* Enable SQL metadata collection by default ([#11604](https://github.com/DataDog/integrations-core/pull/11604)) ## 8.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11400](https://github.com/DataDog/integrations-core/pull/11400). -* Add new metric for tables size. See [#10674](https://github.com/DataDog/integrations-core/pull/10674). Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). -* Report known mysql database configuration errors as warnings. See [#11221](https://github.com/DataDog/integrations-core/pull/11221). -* Add prepared_stmt_count metrics to mysql integration. See [#11155](https://github.com/DataDog/integrations-core/pull/11155). +* Add `pyproject.toml` file ([#11400](https://github.com/DataDog/integrations-core/pull/11400)) +* Add new metric for tables size ([#10674](https://github.com/DataDog/integrations-core/pull/10674)) Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). +* Report known mysql database configuration errors as warnings ([#11221](https://github.com/DataDog/integrations-core/pull/11221)) +* Add prepared_stmt_count metrics to mysql integration ([#11155](https://github.com/DataDog/integrations-core/pull/11155)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Fix only_custom_queries configuration not honored. See [#11506](https://github.com/DataDog/integrations-core/pull/11506). -* Remove unused `metric_prefix` in init_config. See [#11464](https://github.com/DataDog/integrations-core/pull/11464). -* Update base version. See [#11288](https://github.com/DataDog/integrations-core/pull/11288). -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Fix only_custom_queries configuration not honored ([#11506](https://github.com/DataDog/integrations-core/pull/11506)) +* Remove unused `metric_prefix` in init_config ([#11464](https://github.com/DataDog/integrations-core/pull/11464)) +* Update base version ([#11288](https://github.com/DataDog/integrations-core/pull/11288)) +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 8.0.3 / 2022-02-03 / Agent 7.34.0 ***Fixed***: -* Update base version. See [#11288](https://github.com/DataDog/integrations-core/pull/11288). +* Update base version ([#11288](https://github.com/DataDog/integrations-core/pull/11288)) ## 8.0.2 / 2022-01-21 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 8.0.1 / 2022-01-13 ***Fixed***: -* Update base version. See [#11117](https://github.com/DataDog/integrations-core/pull/11117). +* Update base version ([#11117](https://github.com/DataDog/integrations-core/pull/11117)) ## 8.0.0 / 2022-01-08 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Added***: -* Add statement metadata to events and metrics payload. See [#10880](https://github.com/DataDog/integrations-core/pull/10880). -* Add the option to set a reported hostname (MySQL). See [#10687](https://github.com/DataDog/integrations-core/pull/10687). -* Add mysql_version and mysql_flavor to dbm query metrics payloads. See [#10915](https://github.com/DataDog/integrations-core/pull/10915). -* Add more galera metrics. See [#10675](https://github.com/DataDog/integrations-core/pull/10675). Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). -* Add support for group replication. See [#10649](https://github.com/DataDog/integrations-core/pull/10649). +* Add statement metadata to events and metrics payload ([#10880](https://github.com/DataDog/integrations-core/pull/10880)) +* Add the option to set a reported hostname (MySQL) ([#10687](https://github.com/DataDog/integrations-core/pull/10687)) +* Add mysql_version and mysql_flavor to dbm query metrics payloads ([#10915](https://github.com/DataDog/integrations-core/pull/10915)) +* Add more galera metrics ([#10675](https://github.com/DataDog/integrations-core/pull/10675)) Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). +* Add support for group replication ([#10649](https://github.com/DataDog/integrations-core/pull/10649)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Fix mysql query metric collection not recovering after database restarts. See [#10811](https://github.com/DataDog/integrations-core/pull/10811). -* Bump cachetools. See [#10742](https://github.com/DataDog/integrations-core/pull/10742). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Fix mysql query metric collection not recovering after database restarts ([#10811](https://github.com/DataDog/integrations-core/pull/10811)) +* Bump cachetools ([#10742](https://github.com/DataDog/integrations-core/pull/10742)) ## 7.0.1 / 2021-11-19 / Agent 7.33.0 ***Fixed***: -* Set correct default values and handle redundant values for additional_variable and additional_status. See [#10652](https://github.com/DataDog/integrations-core/pull/10652). +* Set correct default values and handle redundant values for additional_variable and additional_status ([#10652](https://github.com/DataDog/integrations-core/pull/10652)) ## 7.0.0 / 2021-11-13 ***Changed***: -* Enable `extra_status_metrics` and `replication` metrics by default when DBM is enabled. See [#10541](https://github.com/DataDog/integrations-core/pull/10541). +* Enable `extra_status_metrics` and `replication` metrics by default when DBM is enabled ([#10541](https://github.com/DataDog/integrations-core/pull/10541)) ***Added***: -* Collect additional statuses and variables. See [#10573](https://github.com/DataDog/integrations-core/pull/10573). Thanks [notemusic110](https://github.com/notemusic110). +* Collect additional statuses and variables ([#10573](https://github.com/DataDog/integrations-core/pull/10573)) Thanks [notemusic110](https://github.com/notemusic110). ## 6.1.1 / 2021-10-26 / Agent 7.32.0 ***Fixed***: -* Upgrade datadog checks base to 23.1.5. See [#10467](https://github.com/DataDog/integrations-core/pull/10467). +* Upgrade datadog checks base to 23.1.5 ([#10467](https://github.com/DataDog/integrations-core/pull/10467)) ## 6.1.0 / 2021-10-04 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* disable generic tags in mysql. See [#10167](https://github.com/DataDog/integrations-core/pull/10167). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* disable generic tags in mysql ([#10167](https://github.com/DataDog/integrations-core/pull/10167)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). -* Avoid re-explaining queries that cannot be explained. See [#9989](https://github.com/DataDog/integrations-core/pull/9989). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) +* Avoid re-explaining queries that cannot be explained ([#9989](https://github.com/DataDog/integrations-core/pull/9989)) ## 6.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Update mysql obfuscator options config. See [#9885](https://github.com/DataDog/integrations-core/pull/9885). -* Send the correct hostname with metrics when DBM is enabled. See [#9878](https://github.com/DataDog/integrations-core/pull/9878). +* Update mysql obfuscator options config ([#9885](https://github.com/DataDog/integrations-core/pull/9885)) +* Send the correct hostname with metrics when DBM is enabled ([#9878](https://github.com/DataDog/integrations-core/pull/9878)) ***Added***: -* Add agent version to mysql database monitoring payloads. See [#9916](https://github.com/DataDog/integrations-core/pull/9916). -* Add fetching of null row in events_statements_by_digest. See [#9892](https://github.com/DataDog/integrations-core/pull/9892). -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Add agent version to mysql database monitoring payloads ([#9916](https://github.com/DataDog/integrations-core/pull/9916)) +* Add fetching of null row in events_statements_by_digest ([#9892](https://github.com/DataDog/integrations-core/pull/9892)) +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 5.0.4 / 2021-07-22 / Agent 7.30.0 ***Fixed***: -* Properly allow deprecated required config. See [#9750](https://github.com/DataDog/integrations-core/pull/9750). -* Bump `datadog-checks-base` version requirement. See [#9718](https://github.com/DataDog/integrations-core/pull/9718). +* Properly allow deprecated required config ([#9750](https://github.com/DataDog/integrations-core/pull/9750)) +* Bump `datadog-checks-base` version requirement ([#9718](https://github.com/DataDog/integrations-core/pull/9718)) ## 5.0.3 / 2021-07-16 ***Fixed***: -* Support old executable names. See [#9716](https://github.com/DataDog/integrations-core/pull/9716). +* Support old executable names ([#9716](https://github.com/DataDog/integrations-core/pull/9716)) ## 5.0.2 / 2021-07-15 ***Fixed***: -* fix incorrect `min_collection_interval` on DBM metrics payload. See [#9695](https://github.com/DataDog/integrations-core/pull/9695). +* fix incorrect `min_collection_interval` on DBM metrics payload ([#9695](https://github.com/DataDog/integrations-core/pull/9695)) ## 5.0.1 / 2021-07-13 ***Fixed***: -* Fix obfuscator options being converted into bytes rather than string. See [#9676](https://github.com/DataDog/integrations-core/pull/9676). +* Fix obfuscator options being converted into bytes rather than string ([#9676](https://github.com/DataDog/integrations-core/pull/9676)) ## 5.0.0 / 2021-07-12 ***Changed***: -* Change DBM `statement` config keys and metric terminology to `query`. See [#9661](https://github.com/DataDog/integrations-core/pull/9661). -* remove execution plan cost extraction. See [#9631](https://github.com/DataDog/integrations-core/pull/9631). -* decouple DBM query metrics interval from check run interval. See [#9658](https://github.com/DataDog/integrations-core/pull/9658). -* DBM statement_samples enabled by default, rename DBM-enabled key. See [#9619](https://github.com/DataDog/integrations-core/pull/9619). +* Change DBM `statement` config keys and metric terminology to `query` ([#9661](https://github.com/DataDog/integrations-core/pull/9661)) +* remove execution plan cost extraction ([#9631](https://github.com/DataDog/integrations-core/pull/9631)) +* decouple DBM query metrics interval from check run interval ([#9658](https://github.com/DataDog/integrations-core/pull/9658)) +* DBM statement_samples enabled by default, rename DBM-enabled key ([#9619](https://github.com/DataDog/integrations-core/pull/9619)) ***Added***: -* Add DBM SQL obfuscator options. See [#9639](https://github.com/DataDog/integrations-core/pull/9639). -* Add truncated statement indicator to mysql query sample events. See [#9620](https://github.com/DataDog/integrations-core/pull/9620). +* Add DBM SQL obfuscator options ([#9639](https://github.com/DataDog/integrations-core/pull/9639)) +* Add truncated statement indicator to mysql query sample events ([#9620](https://github.com/DataDog/integrations-core/pull/9620)) ***Fixed***: -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) ## 4.1.0 / 2021-06-30 ***Added***: -* Provide a reason for not having an execution plan (MySQL). See [#9569](https://github.com/DataDog/integrations-core/pull/9569). +* Provide a reason for not having an execution plan (MySQL) ([#9569](https://github.com/DataDog/integrations-core/pull/9569)) ***Fixed***: -* Look for mariadbd process for MariaDB 10.5+. See [#9543](https://github.com/DataDog/integrations-core/pull/9543). -* Fix insufficient rate limiting of statement samples . See [#9585](https://github.com/DataDog/integrations-core/pull/9585). +* Look for mariadbd process for MariaDB 10.5+ ([#9543](https://github.com/DataDog/integrations-core/pull/9543)) +* Fix insufficient rate limiting of statement samples ([#9585](https://github.com/DataDog/integrations-core/pull/9585)) ## 4.0.3 / 2021-06-08 / Agent 7.29.0 ***Fixed***: -* Enable autocommit on all connections. See [#9476](https://github.com/DataDog/integrations-core/pull/9476). +* Enable autocommit on all connections ([#9476](https://github.com/DataDog/integrations-core/pull/9476)) ## 4.0.2 / 2021-06-07 ***Fixed***: -* Fix missing replication_role tag on DBM metrics & events. See [#9486](https://github.com/DataDog/integrations-core/pull/9486). +* Fix missing replication_role tag on DBM metrics & events ([#9486](https://github.com/DataDog/integrations-core/pull/9486)) ## 4.0.1 / 2021-06-01 ***Fixed***: -* Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449). +* Bump minimum base package requirement ([#9449](https://github.com/DataDog/integrations-core/pull/9449)) ## 4.0.0 / 2021-05-28 ***Removed***: -* Remove unused query metric limit configuration. See [#9376](https://github.com/DataDog/integrations-core/pull/9376). +* Remove unused query metric limit configuration ([#9376](https://github.com/DataDog/integrations-core/pull/9376)) ***Changed***: -* Send database monitoring "full query text" events. See [#9397](https://github.com/DataDog/integrations-core/pull/9397). -* Remove `service` event facet. See [#9275](https://github.com/DataDog/integrations-core/pull/9275). -* Send database monitoring query metrics to new intake. See [#9223](https://github.com/DataDog/integrations-core/pull/9223). +* Send database monitoring "full query text" events ([#9397](https://github.com/DataDog/integrations-core/pull/9397)) +* Remove `service` event facet ([#9275](https://github.com/DataDog/integrations-core/pull/9275)) +* Send database monitoring query metrics to new intake ([#9223](https://github.com/DataDog/integrations-core/pull/9223)) ***Added***: -* Adds a `replication_role` tag to metrics emitted from AWS Aurora instances. See [#8282](https://github.com/DataDog/integrations-core/pull/8282). +* Adds a `replication_role` tag to metrics emitted from AWS Aurora instances ([#8282](https://github.com/DataDog/integrations-core/pull/8282)) ***Fixed***: -* Fix potential erroneous mysql statement metrics on duplicate queries. See [#9253](https://github.com/DataDog/integrations-core/pull/9253). +* Fix potential erroneous mysql statement metrics on duplicate queries ([#9253](https://github.com/DataDog/integrations-core/pull/9253)) ## 3.0.1 / 2021-04-27 / Agent 7.28.0 ***Fixed***: -* Account for name change in replica metrics. See [#9230](https://github.com/DataDog/integrations-core/pull/9230). +* Account for name change in replica metrics ([#9230](https://github.com/DataDog/integrations-core/pull/9230)) ## 3.0.0 / 2021-04-19 ***Changed***: -* Submit DBM query samples via new aggregator API. See [#9045](https://github.com/DataDog/integrations-core/pull/9045). +* Submit DBM query samples via new aggregator API ([#9045](https://github.com/DataDog/integrations-core/pull/9045)) ***Added***: -* Add runtime configuration validation. See [#8958](https://github.com/DataDog/integrations-core/pull/8958). -* Upgrade cryptography to 3.4.6 on Python 3. See [#8764](https://github.com/DataDog/integrations-core/pull/8764). -* Add replication_mode tag to replication service check. See [#8753](https://github.com/DataDog/integrations-core/pull/8753). +* Add runtime configuration validation ([#8958](https://github.com/DataDog/integrations-core/pull/8958)) +* Upgrade cryptography to 3.4.6 on Python 3 ([#8764](https://github.com/DataDog/integrations-core/pull/8764)) +* Add replication_mode tag to replication service check ([#8753](https://github.com/DataDog/integrations-core/pull/8753)) ## 2.3.0 / 2021-03-07 / Agent 7.27.0 ***Security***: -* Upgrade cryptography python package. See [#8611](https://github.com/DataDog/integrations-core/pull/8611). +* Upgrade cryptography python package ([#8611](https://github.com/DataDog/integrations-core/pull/8611)) ***Added***: -* Collect mysql statement samples & execution plans . See [#8629](https://github.com/DataDog/integrations-core/pull/8629). -* Apply default limits to MySQL statement summaries. See [#8646](https://github.com/DataDog/integrations-core/pull/8646). +* Collect mysql statement samples & execution plans ([#8629](https://github.com/DataDog/integrations-core/pull/8629)) +* Apply default limits to MySQL statement summaries ([#8646](https://github.com/DataDog/integrations-core/pull/8646)) ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Support newer queries. See [#8402](https://github.com/DataDog/integrations-core/pull/8402). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Support newer queries ([#8402](https://github.com/DataDog/integrations-core/pull/8402)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.2.1 / 2021-01-29 / Agent 7.26.0 ***Fixed***: -* Fix condition for replication status. See [#8475](https://github.com/DataDog/integrations-core/pull/8475). +* Fix condition for replication status ([#8475](https://github.com/DataDog/integrations-core/pull/8475)) ## 2.2.0 / 2021-01-28 ***Security***: -* Upgrade cryptography python package. See [#8476](https://github.com/DataDog/integrations-core/pull/8476). +* Upgrade cryptography python package ([#8476](https://github.com/DataDog/integrations-core/pull/8476)) ## 2.1.3 / 2021-01-25 ***Fixed***: -* Simplify replication status check. See [#8401](https://github.com/DataDog/integrations-core/pull/8401). -* Refactor replica metrics and add some debug lines. See [#8380](https://github.com/DataDog/integrations-core/pull/8380). -* Tighten condition for mysql.replication.slave_running. See [#8381](https://github.com/DataDog/integrations-core/pull/8381). +* Simplify replication status check ([#8401](https://github.com/DataDog/integrations-core/pull/8401)) +* Refactor replica metrics and add some debug lines ([#8380](https://github.com/DataDog/integrations-core/pull/8380)) +* Tighten condition for mysql.replication.slave_running ([#8381](https://github.com/DataDog/integrations-core/pull/8381)) ## 2.1.2 / 2020-11-17 / Agent 7.25.0 ***Fixed***: -* Add debug log line for replication status. See [#8040](https://github.com/DataDog/integrations-core/pull/8040). +* Add debug log line for replication status ([#8040](https://github.com/DataDog/integrations-core/pull/8040)) ## 2.1.1 / 2020-11-10 / Agent 7.24.0 ***Fixed***: -* Change `deep_database_monitoring` language from BETA to ALPHA. See [#7948](https://github.com/DataDog/integrations-core/pull/7948). -* Fix configuration typo. See [#7911](https://github.com/DataDog/integrations-core/pull/7911). +* Change `deep_database_monitoring` language from BETA to ALPHA ([#7948](https://github.com/DataDog/integrations-core/pull/7948)) +* Fix configuration typo ([#7911](https://github.com/DataDog/integrations-core/pull/7911)) ## 2.1.0 / 2020-10-31 ***Security***: -* Upgrade `cryptography` dependency. See [#7869](https://github.com/DataDog/integrations-core/pull/7869). +* Upgrade `cryptography` dependency ([#7869](https://github.com/DataDog/integrations-core/pull/7869)) ***Added***: -* Support MySQL statement-level metrics for deep database monitoring. See [#7851](https://github.com/DataDog/integrations-core/pull/7851). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Support MySQL statement-level metrics for deep database monitoring ([#7851](https://github.com/DataDog/integrations-core/pull/7851)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix config spec default values. See [#7687](https://github.com/DataDog/integrations-core/pull/7687). +* Fix config spec default values ([#7687](https://github.com/DataDog/integrations-core/pull/7687)) ## 2.0.3 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use database config template in existing specs. See [#7548](https://github.com/DataDog/integrations-core/pull/7548). -* Do not render null defaults for config spec example consumer. See [#7503](https://github.com/DataDog/integrations-core/pull/7503). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Use database config template in existing specs ([#7548](https://github.com/DataDog/integrations-core/pull/7548)) +* Do not render null defaults for config spec example consumer ([#7503](https://github.com/DataDog/integrations-core/pull/7503)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 2.0.2 / 2020-08-25 ***Fixed***: -* Parse byte string versions. See [#7425](https://github.com/DataDog/integrations-core/pull/7425). +* Parse byte string versions ([#7425](https://github.com/DataDog/integrations-core/pull/7425)) ## 2.0.1 / 2020-08-14 / Agent 7.22.0 ***Fixed***: -* Update config spec default values. See [#7340](https://github.com/DataDog/integrations-core/pull/7340). +* Update config spec default values ([#7340](https://github.com/DataDog/integrations-core/pull/7340)) ## 2.0.0 / 2020-08-10 ***Changed***: -* Fix mysql metric for innodb row lock time. See [#7289](https://github.com/DataDog/integrations-core/pull/7289). Thanks [sayap](https://github.com/sayap). +* Fix mysql metric for innodb row lock time ([#7289](https://github.com/DataDog/integrations-core/pull/7289)) Thanks [sayap](https://github.com/sayap). ***Added***: -* Send more useful metrics for wsrep flow control. See [#7316](https://github.com/DataDog/integrations-core/pull/7316). Thanks [sayap](https://github.com/sayap). -* Add ability to specify which charset to use when connecting to mysql. See [#7216](https://github.com/DataDog/integrations-core/pull/7216). +* Send more useful metrics for wsrep flow control ([#7316](https://github.com/DataDog/integrations-core/pull/7316)) Thanks [sayap](https://github.com/sayap). +* Add ability to specify which charset to use when connecting to mysql ([#7216](https://github.com/DataDog/integrations-core/pull/7216)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Refactor connection, improve documentation. See [#7204](https://github.com/DataDog/integrations-core/pull/7204). -* Extract version utils. See [#7198](https://github.com/DataDog/integrations-core/pull/7198). -* Split config out. See [#7195](https://github.com/DataDog/integrations-core/pull/7195). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Refactor connection, improve documentation ([#7204](https://github.com/DataDog/integrations-core/pull/7204)) +* Extract version utils ([#7198](https://github.com/DataDog/integrations-core/pull/7198)) +* Split config out ([#7195](https://github.com/DataDog/integrations-core/pull/7195)) ## 1.15.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Catch unicode error. See [#6947](https://github.com/DataDog/integrations-core/pull/6947). +* Catch unicode error ([#6947](https://github.com/DataDog/integrations-core/pull/6947)) ***Fixed***: -* Add config spec. See [#6908](https://github.com/DataDog/integrations-core/pull/6908). +* Add config spec ([#6908](https://github.com/DataDog/integrations-core/pull/6908)) ## 1.14.0 / 2020-06-03 ***Added***: -* Add custom queries. See [#6776](https://github.com/DataDog/integrations-core/pull/6776). +* Add custom queries ([#6776](https://github.com/DataDog/integrations-core/pull/6776)) ## 1.13.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.12.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.12.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.11.0 / 2019-12-20 ***Added***: -* Document log_processing_rules for MySQL slow query logs. See [#5237](https://github.com/DataDog/integrations-core/pull/5237). +* Document log_processing_rules for MySQL slow query logs ([#5237](https://github.com/DataDog/integrations-core/pull/5237)) ***Fixed***: -* Fix formatting and typos in the MySQL documentation. See [#5238](https://github.com/DataDog/integrations-core/pull/5238). -* Improve perf (minor) by only defining metadata namedtuple once. See [#5138](https://github.com/DataDog/integrations-core/pull/5138). +* Fix formatting and typos in the MySQL documentation ([#5238](https://github.com/DataDog/integrations-core/pull/5238)) +* Improve perf (minor) by only defining metadata namedtuple once ([#5138](https://github.com/DataDog/integrations-core/pull/5138)) ## 1.10.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade cryptography to 2.8. See [#5047](https://github.com/DataDog/integrations-core/pull/5047). -* Submit version metadata. See [#4814](https://github.com/DataDog/integrations-core/pull/4814). +* Upgrade cryptography to 2.8 ([#5047](https://github.com/DataDog/integrations-core/pull/5047)) +* Submit version metadata ([#4814](https://github.com/DataDog/integrations-core/pull/4814)) ***Fixed***: -* Fix TypeError in schema size check. See [#5043](https://github.com/DataDog/integrations-core/pull/5043). Thanks [rayatbuzzfeed](https://github.com/rayatbuzzfeed). +* Fix TypeError in schema size check ([#5043](https://github.com/DataDog/integrations-core/pull/5043)) Thanks [rayatbuzzfeed](https://github.com/rayatbuzzfeed). ## 1.9.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Fix typo in logs (Instace -> Instance). See [#4715](https://github.com/DataDog/integrations-core/pull/4715). Thanks [ajacoutot](https://github.com/ajacoutot). +* Fix typo in logs (Instace -> Instance) ([#4715](https://github.com/DataDog/integrations-core/pull/4715)) Thanks [ajacoutot](https://github.com/ajacoutot). ## 1.9.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) ## 1.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3541](https://github.com/DataDog/integrations-core/pull/3541). +* Adhere to code style ([#3541](https://github.com/DataDog/integrations-core/pull/3541)) ## 1.7.0 / 2019-02-27 / Agent 6.10.0 ***Added***: -* Remove Encrypted column from results. See [#3174](https://github.com/DataDog/integrations-core/pull/3174). +* Remove Encrypted column from results ([#3174](https://github.com/DataDog/integrations-core/pull/3174)) ## 1.6.0 / 2019-02-18 ***Added***: -* Finish Python 3 Support. See [#2948](https://github.com/DataDog/integrations-core/pull/2948). +* Finish Python 3 Support ([#2948](https://github.com/DataDog/integrations-core/pull/2948)) ## 1.5.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support Python 3. See [#2630](https://github.com/DataDog/integrations-core/pull/2630). +* Support Python 3 ([#2630](https://github.com/DataDog/integrations-core/pull/2630)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.4.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Add channel tag to replica metrics. See [#1753](https://github.com/DataDog/integrations-core/pull/1753). +* Add channel tag to replica metrics ([#1753](https://github.com/DataDog/integrations-core/pull/1753)) ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945](https://github.com/DataDog/integrations-core/pull/1945). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Make sure all checks' versions are exposed ([#1945](https://github.com/DataDog/integrations-core/pull/1945)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-13 ***Added***: -* Make the max custom queries configurable in the yaml file. See [#1713](https://github.com/DataDog/integrations-core/pull/1713). +* Make the max custom queries configurable in the yaml file ([#1713](https://github.com/DataDog/integrations-core/pull/1713)) ### 1.2.1 / 2018-05-31 ***Fixed***: -* Fix replication data extraction when replication channel is set. See [#1639](https://github.com/DataDog/integrations-core/pull/1639). -* Fix error while fetching mysql pid from psutil . See [#1620](https://github.com/DataDog/integrations-core/pull/1620). +* Fix replication data extraction when replication channel is set ([#1639](https://github.com/DataDog/integrations-core/pull/1639)) +* Fix error while fetching mysql pid from psutil ([#1620](https://github.com/DataDog/integrations-core/pull/1620)) ## 1.2.0 / 2018-05-11 @@ -660,7 +660,7 @@ ***Fixed***: -* Changes default value of `connect_timeout` to 10. See [#1020](https://github.com/DataDog/integrations-core/issues/1020) +* Changes default value of `connect_timeout` to 10 ([#1020](https://github)com/DataDog/integrations-core/issues/1020) ## 1.1.0 / 2018-01-10 @@ -679,28 +679,28 @@ ***Fixed***: -* Add new innodb aio read/write format and prevent future crashes from new format. See [#660](https://github.com/DataDog/integrations-core/issues/660) -* Fix bug when options dict is empty. See [#637](https://github.com/DataDog/integrations-core/issues/637) -* Fix slow query check for 95th us percentile. See [#586](https://github.com/DataDog/integrations-core/issues/586), thanks [@EdwardMcConnell](https://github.com/EdwardMcConnell) +* Add new innodb aio read/write format and prevent future crashes from new format ([#660](https://github)com/DataDog/integrations-core/issues/660) +* Fix bug when options dict is empty ([#637](https://github)com/DataDog/integrations-core/issues/637) +* Fix slow query check for 95th us percentile ([#586](https://github.com/DataDog/integrations-core/issues/586), thanks [@EdwardMcConnell](https://github)com/EdwardMcConnell) ## 1.0.3 / 2017-05-11 ***Fixed***: -* MySQL: Fix replication service check for <5.6. See [#394](https://github.com/DataDog/integrations-core/issues/394) +* MySQL: Fix replication service check for <5.6 ([#394](https://github)com/DataDog/integrations-core/issues/394) ## 1.0.2 / 2017-04-24 ***Fixed***: -* MySQL: Fix for replication service check. See [#329](https://github.com/DataDog/integrations-core/issues/329) +* MySQL: Fix for replication service check ([#329](https://github)com/DataDog/integrations-core/issues/329) ## 1.0.1 / 2017-03-23 ***Fixed***: -* MySQL: Allow for configurable collection of replica statuses. See [#288](https://github.com/DataDog/integrations-core/issues/288) -* MySQL: Slaves_connected should be a gauge. See [#291](https://github.com/DataDog/integrations-core/issues/291) +* MySQL: Allow for configurable collection of replica statuses ([#288](https://github)com/DataDog/integrations-core/issues/288) +* MySQL: Slaves_connected should be a gauge ([#291](https://github)com/DataDog/integrations-core/issues/291) ## 1.0.0 / 2017-03-23 diff --git a/nagios/CHANGELOG.md b/nagios/CHANGELOG.md index 5147e8b01cc42..f77efa0c633f3 100644 --- a/nagios/CHANGELOG.md +++ b/nagios/CHANGELOG.md @@ -6,142 +6,142 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11401](https://github.com/DataDog/integrations-core/pull/11401). +* Add `pyproject.toml` file ([#11401](https://github.com/DataDog/integrations-core/pull/11401)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.8.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8959](https://github.com/DataDog/integrations-core/pull/8959). +* Add runtime configuration validation ([#8959](https://github.com/DataDog/integrations-core/pull/8959)) ## 1.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add log support. See [#8100](https://github.com/DataDog/integrations-core/pull/8100). -* Add config specs. See [#7978](https://github.com/DataDog/integrations-core/pull/7978). +* Add log support ([#8100](https://github.com/DataDog/integrations-core/pull/8100)) +* Add config specs ([#7978](https://github.com/DataDog/integrations-core/pull/7978)) ## 1.6.2 / 2020-09-04 / Agent 7.23.0 ***Fixed***: -* Fix tailer on missing file. See [#7447](https://github.com/DataDog/integrations-core/pull/7447). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix tailer on missing file ([#7447](https://github.com/DataDog/integrations-core/pull/7447)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.6.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Fix logging. See [#7239](https://github.com/DataDog/integrations-core/pull/7239). +* Fix logging ([#7239](https://github.com/DataDog/integrations-core/pull/7239)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.1 / 2019-11-07 / Agent 7.16.0 ***Fixed***: -* Fix use of format in logging. See [#4973](https://github.com/DataDog/integrations-core/pull/4973). +* Fix use of format in logging ([#4973](https://github.com/DataDog/integrations-core/pull/4973)) ## 1.5.0 / 2019-11-06 ***Added***: -* Support centreon additional field in event logs. See [#4941](https://github.com/DataDog/integrations-core/pull/4941). +* Support centreon additional field in event logs ([#4941](https://github.com/DataDog/integrations-core/pull/4941)) ***Fixed***: -* Refactor tailers logic. See [#4942](https://github.com/DataDog/integrations-core/pull/4942). +* Refactor tailers logic ([#4942](https://github.com/DataDog/integrations-core/pull/4942)) ## 1.4.1 / 2019-07-04 / Agent 6.13.0 ***Fixed***: -* Fix event payload so the check name is parsed correctly. See [#3979](https://github.com/DataDog/integrations-core/pull/3979). +* Fix event payload so the check name is parsed correctly ([#3979](https://github.com/DataDog/integrations-core/pull/3979)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3542](https://github.com/DataDog/integrations-core/pull/3542). +* Adhere to code style ([#3542](https://github.com/DataDog/integrations-core/pull/3542)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2835](https://github.com/DataDog/integrations-core/pull/2835). +* Support Python 3 ([#2835](https://github.com/DataDog/integrations-core/pull/2835)) ## 1.2.0 / 2018-12-19 / Agent 6.9.0 ***Added***: -* Add instance level tags to Nagios Events. See [#2778][1]. +* Add instance level tags to Nagios Events ([#2778][1]) ## 1.1.3 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Use raw string literals when \ is present. See [#2465][2]. +* Use raw string literals when \ is present ([#2465][2]) ## 1.1.2 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Fix empty event issue with Agent 6. See [#2348][3]. +* Fix empty event issue with Agent 6 ([#2348][3]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add Agent 6 compatibility by not sending timestamps for gauge metrics (Agent 6 only). See [#1822][4]. -* Add data files to the wheel package. See [#1727][5]. +* Add Agent 6 compatibility by not sending timestamps for gauge metrics (Agent 6 only) ([#1822][4]) +* Add data files to the wheel package ([#1727][5]) ## 1.1.0 / 2018-03-23 diff --git a/network/CHANGELOG.md b/network/CHANGELOG.md index b39cf9d699626..70e7a4b2148a9 100644 --- a/network/CHANGELOG.md +++ b/network/CHANGELOG.md @@ -6,315 +6,315 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Improve debug logs for ena and ethtool network metrics. See [#15447](https://github.com/DataDog/integrations-core/pull/15447). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Improve debug logs for ena and ethtool network metrics ([#15447](https://github.com/DataDog/integrations-core/pull/15447)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.10.0 / 2023-07-10 ***Added***: -* Add metric conntrack_allowance_available from Amazon ENA driver. See [#14634](https://github.com/DataDog/integrations-core/pull/14634). Thanks [radykal-com](https://github.com/radykal-com). +* Add metric conntrack_allowance_available from Amazon ENA driver ([#14634](https://github.com/DataDog/integrations-core/pull/14634)) Thanks [radykal-com](https://github.com/radykal-com). ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.9.4 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Remove `distutils` dependency from python 3 version of the check. See [#14245](https://github.com/DataDog/integrations-core/pull/14245). +* Remove `distutils` dependency from python 3 version of the check ([#14245](https://github.com/DataDog/integrations-core/pull/14245)) ## 2.9.3 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Fix network check for solaris. See [#13319](https://github.com/DataDog/integrations-core/pull/13319). +* Fix network check for solaris ([#13319](https://github.com/DataDog/integrations-core/pull/13319)) ## 2.9.2 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Extract windows check to separate class. See [#13143](https://github.com/DataDog/integrations-core/pull/13143). -* Test & better document collect_cx_queues. See [#13117](https://github.com/DataDog/integrations-core/pull/13117). -* Exclude loopback interface from ethtool. See [#13042](https://github.com/DataDog/integrations-core/pull/13042). +* Extract windows check to separate class ([#13143](https://github.com/DataDog/integrations-core/pull/13143)) +* Test & better document collect_cx_queues ([#13117](https://github.com/DataDog/integrations-core/pull/13117)) +* Exclude loopback interface from ethtool ([#13042](https://github.com/DataDog/integrations-core/pull/13042)) ## 2.9.1 / 2022-10-04 / Agent 7.40.0 ***Fixed***: -* Exclude loopback interface from ethtool. See [#13042](https://github.com/DataDog/integrations-core/pull/13042). +* Exclude loopback interface from ethtool ([#13042](https://github.com/DataDog/integrations-core/pull/13042)) ## 2.9.0 / 2022-09-16 ***Added***: -* Add collection of ethtool queue stats. See [#12023](https://github.com/DataDog/integrations-core/pull/12023). +* Add collection of ethtool queue stats ([#12023](https://github.com/DataDog/integrations-core/pull/12023)) ## 2.8.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add collection of ethtool queue stats. See [#11056](https://github.com/DataDog/integrations-core/pull/11056). +* Add collection of ethtool queue stats ([#11056](https://github.com/DataDog/integrations-core/pull/11056)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Revert "Add collection of ethtool queue stats (#11056)". See [#12017](https://github.com/DataDog/integrations-core/pull/12017). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Revert "Add collection of ethtool queue stats (#11056)" ([#12017](https://github.com/DataDog/integrations-core/pull/12017)) ## 2.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add IP and TCP metric collection. See [#11170](https://github.com/DataDog/integrations-core/pull/11170). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add IP and TCP metric collection ([#11170](https://github.com/DataDog/integrations-core/pull/11170)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 2.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Collect additional iface metrics: mtu, num tx/rx queue and tx queue length. See [#11156](https://github.com/DataDog/integrations-core/pull/11156). -* Add `pyproject.toml` file. See [#11402](https://github.com/DataDog/integrations-core/pull/11402). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Collect additional iface metrics: mtu, num tx/rx queue and tx queue length ([#11156](https://github.com/DataDog/integrations-core/pull/11156)) +* Add `pyproject.toml` file ([#11402](https://github.com/DataDog/integrations-core/pull/11402)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.5.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add saturation metrics for network. See [#10551](https://github.com/DataDog/integrations-core/pull/10551). Thanks [luhenry](https://github.com/luhenry). -* Collect additional TcpExt metrics. See [#10844](https://github.com/DataDog/integrations-core/pull/10844). +* Add saturation metrics for network ([#10551](https://github.com/DataDog/integrations-core/pull/10551)) Thanks [luhenry](https://github.com/luhenry). +* Collect additional TcpExt metrics ([#10844](https://github.com/DataDog/integrations-core/pull/10844)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.4.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.3.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 2.2.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8960](https://github.com/DataDog/integrations-core/pull/8960). +* Add runtime configuration validation ([#8960](https://github.com/DataDog/integrations-core/pull/8960)) ## 2.1.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ## 2.1.1 / 2021-01-26 / Agent 7.26.0 ***Fixed***: -* Ensure network check doesn't fail on importing fcntl on Windows. See [#8459](https://github.com/DataDog/integrations-core/pull/8459). +* Ensure network check doesn't fail on importing fcntl on Windows ([#8459](https://github.com/DataDog/integrations-core/pull/8459)) ## 2.1.0 / 2021-01-25 ***Added***: -* Collect AWS ENA metrics. See [#8331](https://github.com/DataDog/integrations-core/pull/8331). +* Collect AWS ENA metrics ([#8331](https://github.com/DataDog/integrations-core/pull/8331)) ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 2.0.0 / 2020-12-11 / Agent 7.25.0 ***Changed***: -* [network] Set the collect_connection_queues parameter default value to false. See [#8059](https://github.com/DataDog/integrations-core/pull/8059). +* [network] Set the collect_connection_queues parameter default value to false ([#8059](https://github.com/DataDog/integrations-core/pull/8059)) ## 1.19.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Collect receive and send queue metrics. See [#7861](https://github.com/DataDog/integrations-core/pull/7861). -* Collect connection state metrics on BSD/OSX. See [#7659](https://github.com/DataDog/integrations-core/pull/7659). +* Collect receive and send queue metrics ([#7861](https://github.com/DataDog/integrations-core/pull/7861)) +* Collect connection state metrics on BSD/OSX ([#7659](https://github.com/DataDog/integrations-core/pull/7659)) ***Fixed***: -* Fix network metric collection failure on CentOS. See [#7883](https://github.com/DataDog/integrations-core/pull/7883). +* Fix network metric collection failure on CentOS ([#7883](https://github.com/DataDog/integrations-core/pull/7883)) ## 1.18.1 / 2020-09-28 / Agent 7.23.0 ***Fixed***: -* Fix procfs_path retrieval in network check. See [#7652](https://github.com/DataDog/integrations-core/pull/7652). +* Fix procfs_path retrieval in network check ([#7652](https://github.com/DataDog/integrations-core/pull/7652)) ## 1.18.0 / 2020-09-21 ***Added***: -* Pass `PROC_ROOT` as environment variable to `ss`. See [#7095](https://github.com/DataDog/integrations-core/pull/7095). -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Pass `PROC_ROOT` as environment variable to `ss` ([#7095](https://github.com/DataDog/integrations-core/pull/7095)) +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ## 1.17.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add network spec. See [#6889](https://github.com/DataDog/integrations-core/pull/6889). +* Add network spec ([#6889](https://github.com/DataDog/integrations-core/pull/6889)) ## 1.16.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.15.1 / 2020-04-08 / Agent 7.19.0 ***Fixed***: -* Fix error message. See [#6285](https://github.com/DataDog/integrations-core/pull/6285). +* Fix error message ([#6285](https://github.com/DataDog/integrations-core/pull/6285)) ## 1.15.0 / 2020-04-04 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Handle invalid type for excluded_interfaces. See [#5986](https://github.com/DataDog/integrations-core/pull/5986). +* Handle invalid type for excluded_interfaces ([#5986](https://github.com/DataDog/integrations-core/pull/5986)) ## 1.14.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.13.0 / 2020-01-02 ***Added***: -* Gracefully handle /proc errors in network check. See [#5245](https://github.com/DataDog/integrations-core/pull/5245). +* Gracefully handle /proc errors in network check ([#5245](https://github.com/DataDog/integrations-core/pull/5245)) ## 1.12.2 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.12.1 / 2019-12-02 ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.12.0 / 2019-10-30 ***Added***: -* Add use_sudo option for collecting conntrack metrics with containers. See [#4920](https://github.com/DataDog/integrations-core/pull/4920). +* Add use_sudo option for collecting conntrack metrics with containers ([#4920](https://github.com/DataDog/integrations-core/pull/4920)) ***Fixed***: -* Fix examples in conf.yaml.default. See [#4887](https://github.com/DataDog/integrations-core/pull/4887). Thanks [q42jaap](https://github.com/q42jaap). +* Fix examples in conf.yaml.default ([#4887](https://github.com/DataDog/integrations-core/pull/4887)) Thanks [q42jaap](https://github.com/q42jaap). ## 1.11.5 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.11.4 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Fix metric submission for combined connection state. See [#4473](https://github.com/DataDog/integrations-core/pull/4473). +* Fix metric submission for combined connection state ([#4473](https://github.com/DataDog/integrations-core/pull/4473)) ## 1.11.3 / 2019-08-14 ***Fixed***: -* Drastically reduce `ss` output. See [#4346](https://github.com/DataDog/integrations-core/pull/4346). +* Drastically reduce `ss` output ([#4346](https://github.com/DataDog/integrations-core/pull/4346)) ## 1.11.1 / 2019-08-02 ***Fixed***: -* Fix proc location for conntrack files. See [#4150](https://github.com/DataDog/integrations-core/pull/4150). +* Fix proc location for conntrack files ([#4150](https://github.com/DataDog/integrations-core/pull/4150)) ## 1.11.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Add conntrack metrics. See [#3624](https://github.com/DataDog/integrations-core/pull/3624). -* Adhere to code style. See [#3543](https://github.com/DataDog/integrations-core/pull/3543). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Add conntrack metrics ([#3624](https://github.com/DataDog/integrations-core/pull/3624)) +* Adhere to code style ([#3543](https://github.com/DataDog/integrations-core/pull/3543)) ## 1.10.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Strip white space when reading from proc_conntrack_max_path. See [#3365](https://github.com/DataDog/integrations-core/pull/3365). +* Strip white space when reading from proc_conntrack_max_path ([#3365](https://github.com/DataDog/integrations-core/pull/3365)) ## 1.9.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add conntrack basic metrics to the network integration.. See [#2981](https://github.com/DataDog/integrations-core/pull/2981). Thanks [aerostitch](https://github.com/aerostitch). -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). -* Support Python 3. See [#3005](https://github.com/DataDog/integrations-core/pull/3005). +* Add conntrack basic metrics to the network integration. ([#2981](https://github.com/DataDog/integrations-core/pull/2981)) Thanks [aerostitch](https://github.com/aerostitch). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) +* Support Python 3 ([#3005](https://github.com/DataDog/integrations-core/pull/3005)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). -* Use `device` tag instead of the deprecated `device_name` parameter. See [#2945](https://github.com/DataDog/integrations-core/pull/2945). Thanks [aerostitch](https://github.com/aerostitch). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) +* Use `device` tag instead of the deprecated `device_name` parameter ([#2945](https://github.com/DataDog/integrations-core/pull/2945)) Thanks [aerostitch](https://github.com/aerostitch). ## 1.8.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Update psutil. See [#2576](https://github.com/DataDog/integrations-core/pull/2576). +* Update psutil ([#2576](https://github.com/DataDog/integrations-core/pull/2576)) ***Fixed***: -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.7.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190](https://github.com/DataDog/integrations-core/pull/2190). +* Upgrade psutil ([#2190](https://github.com/DataDog/integrations-core/pull/2190)) ## 1.6.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Retrieve no_proxy directly from the Datadog Agent's configuration. See [#2004](https://github.com/DataDog/integrations-core/pull/2004). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Retrieve no_proxy directly from the Datadog Agent's configuration ([#2004](https://github.com/DataDog/integrations-core/pull/2004)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.6.0 / 2018-06-07 ***Added***: -* Add monotonic counts for some metrics. See [#1551](https://github.com/DataDog/integrations-core/pull/1551). Thanks [jalaziz](https://github.com/jalaziz). +* Add monotonic counts for some metrics ([#1551](https://github.com/DataDog/integrations-core/pull/1551)) Thanks [jalaziz](https://github.com/jalaziz). ## 1.5.0 / 2018-03-23 @@ -326,7 +326,7 @@ ***Added***: -* Get some host network stats when the agent is running inside a container and not in the host network namespace. See [#994](https://github.com/DataDog/integrations-core/pull/994) +* Get some host network stats when the agent is running inside a container and not in the host network namespace ([#994](https://github)com/DataDog/integrations-core/pull/994) ## 1.3.0 / 2017-09-01 @@ -338,25 +338,25 @@ ***Fixed***: -* Fix incorrect `log.error` call in BSD check. See [#698](https://github.com/DataDog/integrations-core/issues/698) +* Fix incorrect `log.error` call in BSD check ([#698](https://github)com/DataDog/integrations-core/issues/698) ## 1.2.1 / 2017-07-18 ***Fixed***: -* Fix TCP6 metrics overriding TCP4 metrics when monitoring non combines socket states. See [#501](https://github.com/DataDog/integrations-core/issues/501) +* Fix TCP6 metrics overriding TCP4 metrics when monitoring non combines socket states ([#501](https://github)com/DataDog/integrations-core/issues/501) ## 1.2.0 / 2017-06-05 ***Added***: -* Adds metrics from `/proc/net/netstat` in addition to the existing ones from `/proc/net/snmp`. See [#299](https://github.com/DataDog/integrations-core/issues/299) and [#452](https://github.com/DataDog/integrations-core/issues/452), thanks [@cory-stripe](https://github.com/cory-stripe) +* Adds metrics from `/proc/net/netstat` in addition to the existing ones from `/proc/net/snmp` ([#299](https://github.com/DataDog/integrations-core/issues/299) and [#452](https://github.com/DataDog/integrations-core/issues/452), thanks [@cory-stripe](https://github)com/cory-stripe) ## 1.1.0 / 2017-05-03 ***Fixed***: -* Work around `ss -atun` bug not differentiating tcp and udp. See [#296](https://github.com/DataDog/integrations-core/issues/296) +* Work around `ss -atun` bug not differentiating tcp and udp ([#296](https://github)com/DataDog/integrations-core/issues/296) ## 1.0.0 / 2017-03-22 diff --git a/nfsstat/CHANGELOG.md b/nfsstat/CHANGELOG.md index f0fd4839cce5f..5d3f46b383b5d 100644 --- a/nfsstat/CHANGELOG.md +++ b/nfsstat/CHANGELOG.md @@ -6,135 +6,135 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.10.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11403](https://github.com/DataDog/integrations-core/pull/11403). +* Add `pyproject.toml` file ([#11403](https://github.com/DataDog/integrations-core/pull/11403)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.9.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.9.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.8.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8961](https://github.com/DataDog/integrations-core/pull/8961). +* Add runtime configuration validation ([#8961](https://github.com/DataDog/integrations-core/pull/8961)) ## 1.6.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.6.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Avoid logging warnings if AutoFS is enabled. See [#6903](https://github.com/DataDog/integrations-core/pull/6903). -* Add specs and use new signature. See [#6780](https://github.com/DataDog/integrations-core/pull/6780). +* Avoid logging warnings if AutoFS is enabled ([#6903](https://github.com/DataDog/integrations-core/pull/6903)) +* Add specs and use new signature ([#6780](https://github.com/DataDog/integrations-core/pull/6780)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Fix nfsiostat command. See [#6650](https://github.com/DataDog/integrations-core/pull/6650). +* Fix nfsiostat command ([#6650](https://github.com/DataDog/integrations-core/pull/6650)) ## 1.4.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.4.1 / 2019-05-30 / Agent 6.12.0 ***Fixed***: -* Fix non-ascii mounted folder name. See [#3805](https://github.com/DataDog/integrations-core/pull/3805). +* Fix non-ascii mounted folder name ([#3805](https://github.com/DataDog/integrations-core/pull/3805)) ## 1.4.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3544](https://github.com/DataDog/integrations-core/pull/3544). +* Adhere to code style ([#3544](https://github.com/DataDog/integrations-core/pull/3544)) ## 1.3.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Support Python 3. See [#3228](https://github.com/DataDog/integrations-core/pull/3228). +* Support Python 3 ([#3228](https://github.com/DataDog/integrations-core/pull/3228)) ## 1.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Don't raise Exception when No NFS mounts could be found. See [#3069](https://github.com/DataDog/integrations-core/pull/3069). +* Don't raise Exception when No NFS mounts could be found ([#3069](https://github.com/DataDog/integrations-core/pull/3069)) ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2775](https://github.com/DataDog/integrations-core/pull/2775). +* Support Python 3 ([#2775](https://github.com/DataDog/integrations-core/pull/2775)) ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* NFSIOStat Check. See [#720](https://github.com/DataDog/integrations-core/pull/720). +* NFSIOStat Check ([#720](https://github.com/DataDog/integrations-core/pull/720)) ## 0.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 0.2.0 / 2018-03-23 @@ -146,10 +146,10 @@ ***Fixed***: -* makes reports output stats in actual realtime. See [#974](https://github.com/DataDog/integrations-core/pull/974). +* makes reports output stats in actual realtime ([#974](https://github.com/DataDog/integrations-core/pull/974)) ## 0.1.0 / 2017-10-10 ***Added***: -* adds nfsstat integration. See [#720](https://github.com/DataDog/integrations-core/issues/720). +* adds nfsstat integration ([#720](https://github.com/DataDog/integrations-core/issues/720)) diff --git a/nginx/CHANGELOG.md b/nginx/CHANGELOG.md index d1e8e22580ecc..36ea4dc17852c 100644 --- a/nginx/CHANGELOG.md +++ b/nginx/CHANGELOG.md @@ -6,256 +6,256 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 5.4.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 5.4.1 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix a typo in the `disable_generic_tags` option description. See [#14246](https://github.com/DataDog/integrations-core/pull/14246). +* Fix a typo in the `disable_generic_tags` option description ([#14246](https://github.com/DataDog/integrations-core/pull/14246)) ## 5.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 5.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 5.2.1 / 2022-02-24 / Agent 7.35.0 ***Fixed***: -* Adjust endpoint detection logic for warn log. See [#11567](https://github.com/DataDog/integrations-core/pull/11567). +* Adjust endpoint detection logic for warn log ([#11567](https://github.com/DataDog/integrations-core/pull/11567)) ## 5.2.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11404](https://github.com/DataDog/integrations-core/pull/11404). +* Add `pyproject.toml` file ([#11404](https://github.com/DataDog/integrations-core/pull/11404)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 5.1.0 / 2022-02-03 ***Added***: -* Allow for percentile aggregations for NGINX integration response time metrics. See [#11252](https://github.com/DataDog/integrations-core/pull/11252). +* Allow for percentile aggregations for NGINX integration response time metrics ([#11252](https://github.com/DataDog/integrations-core/pull/11252)) ***Fixed***: -* Instruct the user to fix the error. See [#11107](https://github.com/DataDog/integrations-core/pull/11107). +* Instruct the user to fix the error ([#11107](https://github.com/DataDog/integrations-core/pull/11107)) ## 5.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Added***: -* Add option to dynamically determine what APIs to query for metrics. See [#10815](https://github.com/DataDog/integrations-core/pull/10815). +* Add option to dynamically determine what APIs to query for metrics ([#10815](https://github.com/DataDog/integrations-core/pull/10815)) ***Fixed***: -* Bump base package. See [#11061](https://github.com/DataDog/integrations-core/pull/11061). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump base package dependency. See [#10930](https://github.com/DataDog/integrations-core/pull/10930). +* Bump base package ([#11061](https://github.com/DataDog/integrations-core/pull/11061)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump base package dependency ([#10930](https://github.com/DataDog/integrations-core/pull/10930)) ## 4.1.0 / 2021-12-08 ***Added***: -* Add support for NGINX Plus versions 4-7. See [#10750](https://github.com/DataDog/integrations-core/pull/10750). +* Add support for NGINX Plus versions 4-7 ([#10750](https://github.com/DataDog/integrations-core/pull/10750)) ## 4.0.0 / 2021-10-04 / Agent 7.32.0 ***Changed***: -* Add disable generic tags option. See [#10249](https://github.com/DataDog/integrations-core/pull/10249). +* Add disable generic tags option ([#10249](https://github.com/DataDog/integrations-core/pull/10249)) ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 3.13.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 3.12.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8962](https://github.com/DataDog/integrations-core/pull/8962). +* Add runtime configuration validation ([#8962](https://github.com/DataDog/integrations-core/pull/8962)) ## 3.11.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.11.1 / 2021-01-26 / Agent 7.26.0 ***Fixed***: -* Lower log level for version metadata submission. See [#8448](https://github.com/DataDog/integrations-core/pull/8448). +* Lower log level for version metadata submission ([#8448](https://github.com/DataDog/integrations-core/pull/8448)) ## 3.11.0 / 2021-01-25 ***Added***: -* Add support for nginx API v3. See [#8392](https://github.com/DataDog/integrations-core/pull/8392). +* Add support for nginx API v3 ([#8392](https://github.com/DataDog/integrations-core/pull/8392)) ## 3.10.1 / 2020-11-16 / Agent 7.25.0 ***Fixed***: -* Fix version metadata collection. See [#7972](https://github.com/DataDog/integrations-core/pull/7972). +* Fix version metadata collection ([#7972](https://github.com/DataDog/integrations-core/pull/7972)) ## 3.10.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 3.9.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). -* Option to disable stream api checking in Nginx Plus. See [#7241](https://github.com/DataDog/integrations-core/pull/7241). Thanks [szibis](https://github.com/szibis). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) +* Option to disable stream api checking in Nginx Plus ([#7241](https://github.com/DataDog/integrations-core/pull/7241)) Thanks [szibis](https://github.com/szibis). ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 3.8.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 3.8.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6797](https://github.com/DataDog/integrations-core/pull/6797). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6797](https://github.com/DataDog/integrations-core/pull/6797)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 3.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 3.6.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 3.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Handle missing version. See [#5250](https://github.com/DataDog/integrations-core/pull/5250). +* Handle missing version ([#5250](https://github.com/DataDog/integrations-core/pull/5250)) ## 3.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Submit version metadata. See [#4736](https://github.com/DataDog/integrations-core/pull/4736). +* Submit version metadata ([#4736](https://github.com/DataDog/integrations-core/pull/4736)) ## 3.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 3.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to Nginx. See [#4268](https://github.com/DataDog/integrations-core/pull/4268). +* Add requests wrapper to Nginx ([#4268](https://github.com/DataDog/integrations-core/pull/4268)) ## 3.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Simplify JSON flattening for timestamps and bool. See [#3648](https://github.com/DataDog/integrations-core/pull/3648). Thanks [jd](https://github.com/jd). -* Adhere to code style. See [#3545](https://github.com/DataDog/integrations-core/pull/3545). +* Simplify JSON flattening for timestamps and bool ([#3648](https://github.com/DataDog/integrations-core/pull/3648)) Thanks [jd](https://github.com/jd). +* Adhere to code style ([#3545](https://github.com/DataDog/integrations-core/pull/3545)) ## 3.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2716](https://github.com/DataDog/integrations-core/pull/2716). +* Support Python 3 ([#2716](https://github.com/DataDog/integrations-core/pull/2716)) ## 3.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Send correct count values for NGINX ever increasing counters. See [#2041](https://github.com/DataDog/integrations-core/pull/2041). +* Send correct count values for NGINX ever increasing counters ([#2041](https://github.com/DataDog/integrations-core/pull/2041)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 2.2.0 / 2018-06-04 ***Changed***: -* Log warning, not exception, when trying to collect stream metrics. See [#1536](https://github.com/DataDog/integrations-core/pull/1536). +* Log warning, not exception, when trying to collect stream metrics ([#1536](https://github.com/DataDog/integrations-core/pull/1536)) ***Added***: -* Add support for VTS module. See [#1295](https://github.com/DataDog/integrations-core/pull/1295). Thanks [mattjbray](https://github.com/mattjbray) +* Add support for VTS module ([#1295](https://github.com/DataDog/integrations-core/pull/1295)) Thanks [mattjbray](https://github.com/mattjbray) ## 2.1.0 / 2018-05-11 @@ -267,7 +267,7 @@ ***Added***: -* Better process status output for good metric names. Breaking if using the badly named metrics in app. See [#1053](https://github.com/DataDog/integrations-core/issues/1053) +* Better process status output for good metric names. Breaking if using the badly named metrics in app ([#1053](https://github)com/DataDog/integrations-core/issues/1053) ## 1.2.0 / 2018-02-13 @@ -275,7 +275,7 @@ * Make the check compatible with the new Plus API. [#1013](https://github.com/DataDog/integrations-core/issues/1013) * Adding configuration for log collection in `conf.yaml` -* allows the bypassing of proxy settings. See [#1051](https://github.com/DataDog/integrations-core/pull/1051). +* allows the bypassing of proxy settings ([#1051](https://github.com/DataDog/integrations-core/pull/1051)) ## 1.1.0 / 2017-07-18 diff --git a/nginx_ingress_controller/CHANGELOG.md b/nginx_ingress_controller/CHANGELOG.md index c4f492ff181d6..cdfa5e6402d4c 100644 --- a/nginx_ingress_controller/CHANGELOG.md +++ b/nginx_ingress_controller/CHANGELOG.md @@ -6,183 +6,183 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11405](https://github.com/DataDog/integrations-core/pull/11405). +* Add `pyproject.toml` file ([#11405](https://github.com/DataDog/integrations-core/pull/11405)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.11.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.11.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 1.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.9.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8963](https://github.com/DataDog/integrations-core/pull/8963). -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Add runtime configuration validation ([#8963](https://github.com/DataDog/integrations-core/pull/8963)) +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.8.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* fix which prometheus metric is used for reload.success to properly monitor nginx config reload errors. See [#7595](https://github.com/DataDog/integrations-core/pull/7595). Thanks [rocktavious](https://github.com/rocktavious). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* fix which prometheus metric is used for reload.success to properly monitor nginx config reload errors ([#7595](https://github.com/DataDog/integrations-core/pull/7595)) Thanks [rocktavious](https://github.com/rocktavious). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.6.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.5.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.4.0 / 2020-06-12 ***Added***: -* Add flag to collect subset of histogram metrics. See [#6860](https://github.com/DataDog/integrations-core/pull/6860). -* Add configuration spec. See [#6857](https://github.com/DataDog/integrations-core/pull/6857). -* Add response duration metric to nginx ingress controller check. See [#6836](https://github.com/DataDog/integrations-core/pull/6836). +* Add flag to collect subset of histogram metrics ([#6860](https://github.com/DataDog/integrations-core/pull/6860)) +* Add configuration spec ([#6857](https://github.com/DataDog/integrations-core/pull/6857)) +* Add response duration metric to nginx ingress controller check ([#6836](https://github.com/DataDog/integrations-core/pull/6836)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.2.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.2.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix metric validation. See [#5581](https://github.com/DataDog/integrations-core/pull/5581). +* Fix metric validation ([#5581](https://github.com/DataDog/integrations-core/pull/5581)) ## 1.2.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3546](https://github.com/DataDog/integrations-core/pull/3546). +* Adhere to code style ([#3546](https://github.com/DataDog/integrations-core/pull/3546)) diff --git a/openldap/CHANGELOG.md b/openldap/CHANGELOG.md index 5add067e6e0f4..d926376d57033 100644 --- a/openldap/CHANGELOG.md +++ b/openldap/CHANGELOG.md @@ -6,121 +6,121 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.10.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.10.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.9.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11406](https://github.com/DataDog/integrations-core/pull/11406). +* Add `pyproject.toml` file ([#11406](https://github.com/DataDog/integrations-core/pull/11406)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.8.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.8.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8964](https://github.com/DataDog/integrations-core/pull/8964). +* Add runtime configuration validation ([#8964](https://github.com/DataDog/integrations-core/pull/8964)) ## 1.6.2 / 2021-04-19 / Agent 7.28.0 ***Fixed***: -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) ## 1.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#8096](https://github.com/DataDog/integrations-core/pull/8096). +* Add config specs ([#8096](https://github.com/DataDog/integrations-core/pull/8096)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.4.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.4.0 / 2019-07-08 / Agent 6.13.0 ***Added***: -* Add log section. See [#3974](https://github.com/DataDog/integrations-core/pull/3974). +* Add log section ([#3974](https://github.com/DataDog/integrations-core/pull/3974)) ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3548](https://github.com/DataDog/integrations-core/pull/3548). +* Adhere to code style ([#3548](https://github.com/DataDog/integrations-core/pull/3548)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2760][1]. +* Support Python 3 ([#2760][1]) ***Fixed***: -* Remove spurious tab from config file. See [#2758][2]. +* Remove spurious tab from config file ([#2758][2]) ## 1.1.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Fixed manifests and added validation in ddev. See [#2002][4]. +* Fixed manifests and added validation in ddev ([#2002][4]) ***Fixed***: -* Correctly catch LDAP exception when failing to connect to server. See [#2574][3]. +* Correctly catch LDAP exception when failing to connect to server ([#2574][3]) ## 1.0.0 / 2018-07-20 / Agent 6.5.0 ***Added***: -* Add OpenLDAP integration. See [#1870][5]. +* Add OpenLDAP integration ([#1870][5]) [1]: https://github.com/DataDog/integrations-core/pull/2760 [2]: https://github.com/DataDog/integrations-core/pull/2758 diff --git a/openmetrics/CHANGELOG.md b/openmetrics/CHANGELOG.md index c85974cda19c7..29b967c2eb936 100644 --- a/openmetrics/CHANGELOG.md +++ b/openmetrics/CHANGELOG.md @@ -6,296 +6,296 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). -* Bump minimum base package version. See [#15303](https://github.com/DataDog/integrations-core/pull/15303). -* Revert to requesting Prometheus format by default. See [#15292](https://github.com/DataDog/integrations-core/pull/15292). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) +* Bump minimum base package version ([#15303](https://github.com/DataDog/integrations-core/pull/15303)) +* Revert to requesting Prometheus format by default ([#15292](https://github.com/DataDog/integrations-core/pull/15292)) ## 3.0.2 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15219](https://github.com/DataDog/integrations-core/pull/15219). +* Bump the minimum datadog-checks-base version ([#15219](https://github.com/DataDog/integrations-core/pull/15219)) ## 3.0.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.0.0 / 2023-05-26 / Agent 7.46.0 ***Changed***: -* Implement automatic exposition format detection. See [#14445](https://github.com/DataDog/integrations-core/pull/14445). +* Implement automatic exposition format detection ([#14445](https://github.com/DataDog/integrations-core/pull/14445)) ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Fix bug on empty openmetrics scrape response. See [#14508](https://github.com/DataDog/integrations-core/pull/14508). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Fix bug on empty openmetrics scrape response ([#14508](https://github.com/DataDog/integrations-core/pull/14508)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ***Fixed***: -* Bumps base check requirement to v25.4.0. See [#12734](https://github.com/DataDog/integrations-core/pull/12734). +* Bumps base check requirement to v25.4.0 ([#12734](https://github.com/DataDog/integrations-core/pull/12734)) ## 2.2.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Hide `extra_metrics` in example config. See [#12470](https://github.com/DataDog/integrations-core/pull/12470). +* Hide `extra_metrics` in example config ([#12470](https://github.com/DataDog/integrations-core/pull/12470)) ## 2.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 2.2.0 / 2022-05-15 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ***Fixed***: -* Don't tag by endpoint on default config. See [#11966](https://github.com/DataDog/integrations-core/pull/11966). -* Fix incorrect OpenMetrics V2 check exposition format HTTP header. See [#11899](https://github.com/DataDog/integrations-core/pull/11899). Thanks [jalaziz](https://github.com/jalaziz). +* Don't tag by endpoint on default config ([#11966](https://github.com/DataDog/integrations-core/pull/11966)) +* Fix incorrect OpenMetrics V2 check exposition format HTTP header ([#11899](https://github.com/DataDog/integrations-core/pull/11899)) Thanks [jalaziz](https://github.com/jalaziz). ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11407](https://github.com/DataDog/integrations-core/pull/11407). +* Add `pyproject.toml` file ([#11407](https://github.com/DataDog/integrations-core/pull/11407)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.16.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.16.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.16.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.16.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 1.15.2 / 2021-10-15 / Agent 7.32.0 ***Fixed***: -* [OpenMetricsV2] Allow empty namespaces. See [#10420](https://github.com/DataDog/integrations-core/pull/10420). +* [OpenMetricsV2] Allow empty namespaces ([#10420](https://github.com/DataDog/integrations-core/pull/10420)) ## 1.15.1 / 2021-10-08 ***Fixed***: -* Allow entire config templates to be hidden and include Openmetrics legacy config option in models. See [#10348](https://github.com/DataDog/integrations-core/pull/10348). +* Allow entire config templates to be hidden and include Openmetrics legacy config option in models ([#10348](https://github.com/DataDog/integrations-core/pull/10348)) ## 1.15.0 / 2021-10-04 ***Added***: -* Add runtime configuration validation. See [#8965](https://github.com/DataDog/integrations-core/pull/8965). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Update documentation for v2. See [#10068](https://github.com/DataDog/integrations-core/pull/10068). +* Add runtime configuration validation ([#8965](https://github.com/DataDog/integrations-core/pull/8965)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Update documentation for v2 ([#10068](https://github.com/DataDog/integrations-core/pull/10068)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.14.1 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Update `metrics` option in legacy OpenMetrics example config. See [#9891](https://github.com/DataDog/integrations-core/pull/9891). +* Update `metrics` option in legacy OpenMetrics example config ([#9891](https://github.com/DataDog/integrations-core/pull/9891)) ## 1.14.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ***Fixed***: -* Fix `metrics` option type for legacy OpenMetrics config spec. See [#9318](https://github.com/DataDog/integrations-core/pull/9318). Thanks [jejikenwogu](https://github.com/jejikenwogu). +* Fix `metrics` option type for legacy OpenMetrics config spec ([#9318](https://github.com/DataDog/integrations-core/pull/9318)) Thanks [jejikenwogu](https://github.com/jejikenwogu). ## 1.13.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Update defaults for legacy OpenMetrics config spec template. See [#9065](https://github.com/DataDog/integrations-core/pull/9065). +* Update defaults for legacy OpenMetrics config spec template ([#9065](https://github.com/DataDog/integrations-core/pull/9065)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Allow the use of the new OpenMetrics implementation. See [#8440](https://github.com/DataDog/integrations-core/pull/8440). +* Allow the use of the new OpenMetrics implementation ([#8440](https://github.com/DataDog/integrations-core/pull/8440)) ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.11.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.10.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.9.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Support "*" wildcard in type_overrides configuration. See [#7071](https://github.com/DataDog/integrations-core/pull/7071). +* Support "*" wildcard in type_overrides configuration ([#7071](https://github.com/DataDog/integrations-core/pull/7071)) ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.8.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add default template to openmetrics & jmx config. See [#6328](https://github.com/DataDog/integrations-core/pull/6328). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add default template to openmetrics & jmx config ([#6328](https://github.com/DataDog/integrations-core/pull/6328)) ***Fixed***: -* Hide openmetrics template options that are typically overridden. See [#6338](https://github.com/DataDog/integrations-core/pull/6338). +* Hide openmetrics template options that are typically overridden ([#6338](https://github.com/DataDog/integrations-core/pull/6338)) ## 1.6.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 1.6.0 / 2020-04-04 ***Added***: -* Add OpenMetrics config spec template. See [#6142](https://github.com/DataDog/integrations-core/pull/6142). -* Allow option to submit histogram/summary sum metric as monotonic count. See [#6127](https://github.com/DataDog/integrations-core/pull/6127). +* Add OpenMetrics config spec template ([#6142](https://github.com/DataDog/integrations-core/pull/6142)) +* Allow option to submit histogram/summary sum metric as monotonic count ([#6127](https://github.com/DataDog/integrations-core/pull/6127)) ***Fixed***: -* Sync OpenMetrics config. See [#6250](https://github.com/DataDog/integrations-core/pull/6250). -* Add `send_distribution_sums_as_monotonic` to openmetrics config spec. See [#6247](https://github.com/DataDog/integrations-core/pull/6247). -* Update prometheus_client. See [#6200](https://github.com/DataDog/integrations-core/pull/6200). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Sync OpenMetrics config ([#6250](https://github.com/DataDog/integrations-core/pull/6250)) +* Add `send_distribution_sums_as_monotonic` to openmetrics config spec ([#6247](https://github.com/DataDog/integrations-core/pull/6247)) +* Update prometheus_client ([#6200](https://github.com/DataDog/integrations-core/pull/6200)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Make `ignore_metrics` support `*` wildcard for OpenMetrics. See [#5759](https://github.com/DataDog/integrations-core/pull/5759). +* Make `ignore_metrics` support `*` wildcard for OpenMetrics ([#5759](https://github.com/DataDog/integrations-core/pull/5759)) ## 1.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 1.3.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add an option to send histograms/summary counts as monotonic counters. See [#4629](https://github.com/DataDog/integrations-core/pull/4629). +* Add an option to send histograms/summary counts as monotonic counters ([#4629](https://github.com/DataDog/integrations-core/pull/4629)) ## 1.2.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Use Kube service account bearer token for authentication. See [#3829](https://github.com/DataDog/integrations-core/pull/3829). +* Use Kube service account bearer token for authentication ([#3829](https://github.com/DataDog/integrations-core/pull/3829)) ## 1.1.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3549](https://github.com/DataDog/integrations-core/pull/3549). +* Adhere to code style ([#3549](https://github.com/DataDog/integrations-core/pull/3549)) ***Fixed***: -* Fix type override values in example config. See [#3717](https://github.com/DataDog/integrations-core/pull/3717). +* Fix type override values in example config ([#3717](https://github.com/DataDog/integrations-core/pull/3717)) ## 1.0.0 / 2018-10-13 / Agent 6.6.0 ***Added***: -* Add OpenMetrics integration. See [#2148](https://github.com/DataDog/integrations-core/pull/2148). +* Add OpenMetrics integration ([#2148](https://github.com/DataDog/integrations-core/pull/2148)) diff --git a/openstack/CHANGELOG.md b/openstack/CHANGELOG.md index 0230301d7cbf1..8d9ee360c06a8 100644 --- a/openstack/CHANGELOG.md +++ b/openstack/CHANGELOG.md @@ -6,142 +6,142 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.13.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11408](https://github.com/DataDog/integrations-core/pull/11408). +* Add `pyproject.toml` file ([#11408](https://github.com/DataDog/integrations-core/pull/11408)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Openstack log support. See [#9116](https://github.com/DataDog/integrations-core/pull/9116). +* Openstack log support ([#9116](https://github.com/DataDog/integrations-core/pull/9116)) ***Fixed***: -* Include missing default config templates. See [#9150](https://github.com/DataDog/integrations-core/pull/9150). +* Include missing default config templates ([#9150](https://github.com/DataDog/integrations-core/pull/9150)) ## 1.10.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.10.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Use agent v6 init signature. See [#6830](https://github.com/DataDog/integrations-core/pull/6830). +* Use agent v6 init signature ([#6830](https://github.com/DataDog/integrations-core/pull/6830)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.9.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.9.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.8.3 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Fix documented default for `use_agent_proxy`. See [#4517](https://github.com/DataDog/integrations-core/pull/4517). +* Fix documented default for `use_agent_proxy` ([#4517](https://github.com/DataDog/integrations-core/pull/4517)) ## 1.8.2 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Use utcnow instead of now. See [#4192](https://github.com/DataDog/integrations-core/pull/4192). +* Use utcnow instead of now ([#4192](https://github.com/DataDog/integrations-core/pull/4192)) ## 1.8.1 / 2019-06-01 / Agent 6.12.0 ***Fixed***: -* Fix code style. See [#3838](https://github.com/DataDog/integrations-core/pull/3838). -* Sanitize external host tags. See [#3792](https://github.com/DataDog/integrations-core/pull/3792). +* Fix code style ([#3838](https://github.com/DataDog/integrations-core/pull/3838)) +* Sanitize external host tags ([#3792](https://github.com/DataDog/integrations-core/pull/3792)) ## 1.8.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3550](https://github.com/DataDog/integrations-core/pull/3550). +* Adhere to code style ([#3550](https://github.com/DataDog/integrations-core/pull/3550)) ## 1.7.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3035](https://github.com/DataDog/integrations-core/pull/3035). +* Support Python 3 ([#3035](https://github.com/DataDog/integrations-core/pull/3035)) ## 1.6.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Adds ability to Trace "check" function with DD APM. See [#2079](https://github.com/DataDog/integrations-core/pull/2079). +* Adds ability to Trace "check" function with DD APM ([#2079](https://github.com/DataDog/integrations-core/pull/2079)) ## 1.5.0 / 2018-08-29 / Agent 6.5.0 ***Fixed***: -* Remove duplicate project call and reword os_host config option. See [#2066](https://github.com/DataDog/integrations-core/pull/2066). -* Use is_affirmative on boolean options. See [#2071](https://github.com/DataDog/integrations-core/pull/2071). +* Remove duplicate project call and reword os_host config option ([#2066](https://github.com/DataDog/integrations-core/pull/2066)) +* Use is_affirmative on boolean options ([#2071](https://github.com/DataDog/integrations-core/pull/2071)) ## 1.4.0 / 2018-08-17 ***Changed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ***Fixed***: -* Only use the short hostname when making "host" queries to Nova. See [#2070](https://github.com/DataDog/integrations-core/pull/2070). +* Only use the short hostname when making "host" queries to Nova ([#2070](https://github.com/DataDog/integrations-core/pull/2070)) ## 1.3.0 / 2018-06-06 ***Added***: -* Added support for unscoped access, implemented caching mechanism to reduce API calls to Nova. See [#1276](https://github.com/DataDog/integrations-core/pull/1276). +* Added support for unscoped access, implemented caching mechanism to reduce API calls to Nova ([#1276](https://github.com/DataDog/integrations-core/pull/1276)) ## 1.2.0 / 2018-05-11 @@ -153,24 +153,24 @@ ***Added***: -* Adds parameter to collect metrics on all projects in a domain. See [#1119](https://github.com/DataDog/integrations-core/issues/1119) -* Added support for Agent >= 6.0. See [#1126](https://github.com/DataDog/integrations-core/issues/1126) +* Adds parameter to collect metrics on all projects in a domain ([#1119](https://github)com/DataDog/integrations-core/issues/1119) +* Added support for Agent >= 6.0 ([#1126](https://github)com/DataDog/integrations-core/issues/1126) ***Fixed***: -* Properly disable the Agent's proxy settings when desired. See [#1123](https://github.com/DataDog/integrations-core/issues/1123) +* Properly disable the Agent's proxy settings when desired ([#1123](https://github)com/DataDog/integrations-core/issues/1123) ## 1.0.2 / 2017-11-21 ***Changed***: -* Don't check on powered off VMs. See [#878](https://github.com/DataDog/integrations-core/issues/878) +* Don't check on powered off VMs ([#878](https://github)com/DataDog/integrations-core/issues/878) ## 1.0.1 / 2017-08-28 ***Added***: -* Adds human friendly "project_name" tag in all cases. See [#515](https://github.com/DataDog/integrations-core/issues/515) +* Adds human friendly "project_name" tag in all cases ([#515](https://github)com/DataDog/integrations-core/issues/515) ## 1.0.0 / 2017-03-22 diff --git a/openstack_controller/CHANGELOG.md b/openstack_controller/CHANGELOG.md index 24cc0ad3211af..9030ae2b11d06 100644 --- a/openstack_controller/CHANGELOG.md +++ b/openstack_controller/CHANGELOG.md @@ -6,242 +6,242 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.1.0 / 2023-07-10 ***Added***: -* Add runtime configuration validation. See [#14362](https://github.com/DataDog/integrations-core/pull/14362). +* Add runtime configuration validation ([#14362](https://github.com/DataDog/integrations-core/pull/14362)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.0.0 / 2023-03-07 / Agent 7.44.0 ***Changed***: -* Upgrade openstacksdk dependency and drop py2. See [#14109](https://github.com/DataDog/integrations-core/pull/14109). +* Upgrade openstacksdk dependency and drop py2 ([#14109](https://github.com/DataDog/integrations-core/pull/14109)) ## 2.1.4 / 2023-03-03 ***Fixed***: -* Standardize log messages. See [#14072](https://github.com/DataDog/integrations-core/pull/14072). +* Standardize log messages ([#14072](https://github.com/DataDog/integrations-core/pull/14072)) ## 2.1.3 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). -* Pin the keystoneauth1 version for py2. See [#13445](https://github.com/DataDog/integrations-core/pull/13445). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) +* Pin the keystoneauth1 version for py2 ([#13445](https://github.com/DataDog/integrations-core/pull/13445)) ## 2.1.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.1.1 / 2022-06-17 / Agent 7.38.0 ***Fixed***: -* Attempt to use token from project scope with an admin role. See [#12135](https://github.com/DataDog/integrations-core/pull/12135). +* Attempt to use token from project scope with an admin role ([#12135](https://github.com/DataDog/integrations-core/pull/12135)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11409](https://github.com/DataDog/integrations-core/pull/11409). +* Add `pyproject.toml` file ([#11409](https://github.com/DataDog/integrations-core/pull/11409)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.13.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.12.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Bump openstacksdk and add missing metrics. See [#9861](https://github.com/DataDog/integrations-core/pull/9861). +* Bump openstacksdk and add missing metrics ([#9861](https://github.com/DataDog/integrations-core/pull/9861)) ***Fixed***: -* Do not leak password on logs. See [#9637](https://github.com/DataDog/integrations-core/pull/9637). +* Do not leak password on logs ([#9637](https://github.com/DataDog/integrations-core/pull/9637)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Openstack controller log support. See [#9115](https://github.com/DataDog/integrations-core/pull/9115). +* Openstack controller log support ([#9115](https://github.com/DataDog/integrations-core/pull/9115)) ***Fixed***: -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). -* Add config spec for Openstack Controller. See [#9092](https://github.com/DataDog/integrations-core/pull/9092). +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) +* Add config spec for Openstack Controller ([#9092](https://github.com/DataDog/integrations-core/pull/9092)) ## 1.10.3 / 2021-02-11 / Agent 7.27.0 ***Fixed***: -* Remove SimpleApi cache. See [#8583](https://github.com/DataDog/integrations-core/pull/8583). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Remove SimpleApi cache ([#8583](https://github.com/DataDog/integrations-core/pull/8583)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.8.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Bump datadog_checks_base dependency to 11.0.0. See [#5838](https://github.com/DataDog/integrations-core/pull/5838). +* Bump datadog_checks_base dependency to 11.0.0 ([#5838](https://github.com/DataDog/integrations-core/pull/5838)) ## 1.8.0 / 2020-02-22 ***Added***: -* Refactor traced decorator and remove wrapt import. See [#5586](https://github.com/DataDog/integrations-core/pull/5586). +* Refactor traced decorator and remove wrapt import ([#5586](https://github.com/DataDog/integrations-core/pull/5586)) ## 1.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.1 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.5.0 / 2019-08-24 ***Added***: -* Add requests wrapper to openstack_controller. See [#4365](https://github.com/DataDog/integrations-core/pull/4365). -* Deployment environment with Terraform. See [#4039](https://github.com/DataDog/integrations-core/pull/4039). +* Add requests wrapper to openstack_controller ([#4365](https://github.com/DataDog/integrations-core/pull/4365)) +* Deployment environment with Terraform ([#4039](https://github.com/DataDog/integrations-core/pull/4039)) ## 1.4.0 / 2019-07-12 / Agent 6.13.0 ***Added***: -* Retrieve floating IPs from network quotas. See [#4079](https://github.com/DataDog/integrations-core/pull/4079). +* Retrieve floating IPs from network quotas ([#4079](https://github.com/DataDog/integrations-core/pull/4079)) ## 1.3.0 / 2019-07-09 ***Added***: -* Make keystone_server_url config optional in openstack_controller config. See [#3920](https://github.com/DataDog/integrations-core/pull/3920). -* Openstack: introduce artificial metric in controller to distinguish from legacy integration. See [#4036](https://github.com/DataDog/integrations-core/pull/4036). +* Make keystone_server_url config optional in openstack_controller config ([#3920](https://github.com/DataDog/integrations-core/pull/3920)) +* Openstack: introduce artificial metric in controller to distinguish from legacy integration ([#4036](https://github.com/DataDog/integrations-core/pull/4036)) ## 1.2.1 / 2019-06-01 / Agent 6.12.0 ***Fixed***: -* Fix code style. See [#3838](https://github.com/DataDog/integrations-core/pull/3838). -* Sanitize external host tags. See [#3792](https://github.com/DataDog/integrations-core/pull/3792). +* Fix code style ([#3838](https://github.com/DataDog/integrations-core/pull/3838)) +* Sanitize external host tags ([#3792](https://github.com/DataDog/integrations-core/pull/3792)) ## 1.2.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3551](https://github.com/DataDog/integrations-core/pull/3551). +* Adhere to code style ([#3551](https://github.com/DataDog/integrations-core/pull/3551)) ## 1.1.2 / 2019-04-15 ***Fixed***: -* Get details for both private and public flavors. See [#3621](https://github.com/DataDog/integrations-core/pull/3621). +* Get details for both private and public flavors ([#3621](https://github.com/DataDog/integrations-core/pull/3621)) ## 1.1.1 / 2019-03-21 / Agent 6.11.0 ***Fixed***: -* Fix issue with exception handling preventing re-authentication in case of token expiration. See [#3321](https://github.com/DataDog/integrations-core/pull/3321). +* Fix issue with exception handling preventing re-authentication in case of token expiration ([#3321](https://github.com/DataDog/integrations-core/pull/3321)) ## 1.1.0 / 2019-03-15 ***Added***: -* Add project tags to hypervisor metrics. See [#3277](https://github.com/DataDog/integrations-core/pull/3277). -* Add openstacksdk option to openstack_controller. See [#3109](https://github.com/DataDog/integrations-core/pull/3109). +* Add project tags to hypervisor metrics ([#3277](https://github.com/DataDog/integrations-core/pull/3277)) +* Add openstacksdk option to openstack_controller ([#3109](https://github.com/DataDog/integrations-core/pull/3109)) ***Fixed***: -* Fix pagination logic when making request to get servers/flavors details. See [#3301](https://github.com/DataDog/integrations-core/pull/3301). -* Refactor openstack_controller check api and back caches. See [#3142](https://github.com/DataDog/integrations-core/pull/3142). +* Fix pagination logic when making request to get servers/flavors details ([#3301](https://github.com/DataDog/integrations-core/pull/3301)) +* Refactor openstack_controller check api and back caches ([#3142](https://github.com/DataDog/integrations-core/pull/3142)) ## 1.0.1 / 2019-02-18 / Agent 6.10.0 ***Fixed***: -* Refactor openstack_controller check cache. See [#3120](https://github.com/DataDog/integrations-core/pull/3120). +* Refactor openstack_controller check cache ([#3120](https://github.com/DataDog/integrations-core/pull/3120)) ## 1.0.0 / 2019-02-04 ***Added***: -* OpenStack Controller. See [#2496](https://github.com/DataDog/integrations-core/pull/2496). +* OpenStack Controller ([#2496](https://github.com/DataDog/integrations-core/pull/2496)) diff --git a/oracle/CHANGELOG.md b/oracle/CHANGELOG.md index 0a5fc2cf569d1..8753a8ed81245 100644 --- a/oracle/CHANGELOG.md +++ b/oracle/CHANGELOG.md @@ -6,324 +6,324 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.2.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Downgrade requirements to 3.8. See [#14711](https://github.com/DataDog/integrations-core/pull/14711). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Downgrade requirements to 3.8 ([#14711](https://github.com/DataDog/integrations-core/pull/14711)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.1.1 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Update dependencies. See [#14594](https://github.com/DataDog/integrations-core/pull/14594). +* Update dependencies ([#14594](https://github.com/DataDog/integrations-core/pull/14594)) ## 4.1.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). -* Add thick mode for oracledb. See [#14166](https://github.com/DataDog/integrations-core/pull/14166). +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) +* Add thick mode for oracledb ([#14166](https://github.com/DataDog/integrations-core/pull/14166)) ***Fixed***: -* Update GV$PROCESS query. See [#14143](https://github.com/DataDog/integrations-core/pull/14143). Thanks [jake-condello](https://github.com/jake-condello). +* Update GV$PROCESS query ([#14143](https://github.com/DataDog/integrations-core/pull/14143)) Thanks [jake-condello](https://github.com/jake-condello). ## 4.0.1 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Do not add `can_use_jdbc` to `check_initializations`. See [#13521](https://github.com/DataDog/integrations-core/pull/13521). +* Do not add `can_use_jdbc` to `check_initializations` ([#13521](https://github.com/DataDog/integrations-core/pull/13521)) ## 4.0.0 / 2022-12-09 / Agent 7.42.0 ***Changed***: -* Update Oracle check to use python-oracledb library. See [#13298](https://github.com/DataDog/integrations-core/pull/13298). +* Update Oracle check to use python-oracledb library ([#13298](https://github.com/DataDog/integrations-core/pull/13298)) ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). -* Skip empty columns when metric_prefix is used for custom queries. See [#13234](https://github.com/DataDog/integrations-core/pull/13234). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) +* Skip empty columns when metric_prefix is used for custom queries ([#13234](https://github.com/DataDog/integrations-core/pull/13234)) ## 3.9.5 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.9.4 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Add a lock around jdbc connection. See [#11877](https://github.com/DataDog/integrations-core/pull/11877). -* Do not close closed connection. See [#11874](https://github.com/DataDog/integrations-core/pull/11874). +* Add a lock around jdbc connection ([#11877](https://github.com/DataDog/integrations-core/pull/11877)) +* Do not close closed connection ([#11874](https://github.com/DataDog/integrations-core/pull/11874)) ## 3.9.3 / 2022-04-14 / Agent 7.36.0 ***Fixed***: -* Handle NoneType protocol validation. See [#11837](https://github.com/DataDog/integrations-core/pull/11837). +* Handle NoneType protocol validation ([#11837](https://github.com/DataDog/integrations-core/pull/11837)) ## 3.9.2 / 2022-04-11 ***Fixed***: -* Ensure connect raises exception on failure. See [#11787](https://github.com/DataDog/integrations-core/pull/11787). +* Ensure connect raises exception on failure ([#11787](https://github.com/DataDog/integrations-core/pull/11787)) ## 3.9.1 / 2022-04-07 ***Fixed***: -* Fix protocol validation. See [#11791](https://github.com/DataDog/integrations-core/pull/11791). +* Fix protocol validation ([#11791](https://github.com/DataDog/integrations-core/pull/11791)) ## 3.9.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) ## 3.8.0 / 2022-03-25 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Properly report a critical service check status if connection to database fails using the Oracle client. See [#11691](https://github.com/DataDog/integrations-core/pull/11691). -* Fix validation for the `protocol` param. See [#11675](https://github.com/DataDog/integrations-core/pull/11675). +* Properly report a critical service check status if connection to database fails using the Oracle client ([#11691](https://github.com/DataDog/integrations-core/pull/11691)) +* Fix validation for the `protocol` param ([#11675](https://github.com/DataDog/integrations-core/pull/11675)) ## 3.7.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11410](https://github.com/DataDog/integrations-core/pull/11410). +* Add `pyproject.toml` file ([#11410](https://github.com/DataDog/integrations-core/pull/11410)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.6.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add TCPS support for Oracle DB. See [#10591](https://github.com/DataDog/integrations-core/pull/10591). +* Add TCPS support for Oracle DB ([#10591](https://github.com/DataDog/integrations-core/pull/10591)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 3.4.0 / 2021-09-02 ***Added***: -* Add new service check `oracle.can_query`. See [#10004](https://github.com/DataDog/integrations-core/pull/10004). +* Add new service check `oracle.can_query` ([#10004](https://github.com/DataDog/integrations-core/pull/10004)) ## 3.3.4 / 2021-08-04 / Agent 7.31.0 ***Fixed***: -* Create dns with instant client. See [#9712](https://github.com/DataDog/integrations-core/pull/9712). +* Create dns with instant client ([#9712](https://github.com/DataDog/integrations-core/pull/9712)) ## 3.3.3 / 2021-07-30 ***Fixed***: -* Explicitly close connection after query error. See [#9800](https://github.com/DataDog/integrations-core/pull/9800). +* Explicitly close connection after query error ([#9800](https://github.com/DataDog/integrations-core/pull/9800)) ## 3.3.2 / 2021-07-22 / Agent 7.30.0 ***Fixed***: -* Properly allow deprecated required config. See [#9750](https://github.com/DataDog/integrations-core/pull/9750). -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). +* Properly allow deprecated required config ([#9750](https://github.com/DataDog/integrations-core/pull/9750)) +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) ## 3.3.1 / 2021-07-12 ***Fixed***: -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). -* Dont use connection string for client. See [#9219](https://github.com/DataDog/integrations-core/pull/9219). +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) +* Dont use connection string for client ([#9219](https://github.com/DataDog/integrations-core/pull/9219)) ## 3.3.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8966](https://github.com/DataDog/integrations-core/pull/8966). +* Add runtime configuration validation ([#8966](https://github.com/DataDog/integrations-core/pull/8966)) ## 3.2.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Upgrade JPype1 to 1.2.1. See [#8479](https://github.com/DataDog/integrations-core/pull/8479). +* Upgrade JPype1 to 1.2.1 ([#8479](https://github.com/DataDog/integrations-core/pull/8479)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.1.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Make more explicit which connection was established. See [#8416](https://github.com/DataDog/integrations-core/pull/8416). -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Make more explicit which connection was established ([#8416](https://github.com/DataDog/integrations-core/pull/8416)) +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 3.1.0 / 2020-11-25 / Agent 7.25.0 ***Added***: -* Cache the client connection when there are no errors. See [#8083](https://github.com/DataDog/integrations-core/pull/8083). +* Cache the client connection when there are no errors ([#8083](https://github.com/DataDog/integrations-core/pull/8083)) ***Fixed***: -* Add config spec. See [#7988](https://github.com/DataDog/integrations-core/pull/7988). +* Add config spec ([#7988](https://github.com/DataDog/integrations-core/pull/7988)) ## 3.0.0 / 2020-10-31 / Agent 7.24.0 ***Changed***: -* QueryManager - Prevent queries leaking between check instances. See [#7750](https://github.com/DataDog/integrations-core/pull/7750). +* QueryManager - Prevent queries leaking between check instances ([#7750](https://github.com/DataDog/integrations-core/pull/7750)) ## 2.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Bump jaydebeapi and jpype1. See [#6963](https://github.com/DataDog/integrations-core/pull/6963). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Bump jaydebeapi and jpype1 ([#6963](https://github.com/DataDog/integrations-core/pull/6963)) ## 2.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.0.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Lazy import of JDBC libraries. See [#6118](https://github.com/DataDog/integrations-core/pull/6118). +* Lazy import of JDBC libraries ([#6118](https://github.com/DataDog/integrations-core/pull/6118)) ## 2.0.0 / 2020-02-22 / Agent 7.18.0 ***Changed***: -* Migrate to QueryManager. See [#5529](https://github.com/DataDog/integrations-core/pull/5529). +* Migrate to QueryManager ([#5529](https://github.com/DataDog/integrations-core/pull/5529)) ## 1.12.0 / 2020-02-04 ***Added***: -* Add ability to only collect data defined in `custom_queries`. See [#5217](https://github.com/DataDog/integrations-core/pull/5217). Thanks [nowhammies](https://github.com/nowhammies). +* Add ability to only collect data defined in `custom_queries` ([#5217](https://github.com/DataDog/integrations-core/pull/5217)) Thanks [nowhammies](https://github.com/nowhammies). ## 1.11.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Fix deprecated exception. See [#5182](https://github.com/DataDog/integrations-core/pull/5182). +* Fix deprecated exception ([#5182](https://github.com/DataDog/integrations-core/pull/5182)) ## 1.10.1 / 2019-10-07 / Agent 6.15.0 ***Fixed***: -* Use fetchall instead of iterating cursor for custom queries. This fixes an issue with the JDBC driver. See [#4664](https://github.com/DataDog/integrations-core/pull/4664). +* Use fetchall instead of iterating cursor for custom queries. This fixes an issue with the JDBC driver ([#4664](https://github.com/DataDog/integrations-core/pull/4664)) ## 1.10.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Upgrade JPype1 to 0.7.0. See [#4211](https://github.com/DataDog/integrations-core/pull/4211). +* Upgrade JPype1 to 0.7.0 ([#4211](https://github.com/DataDog/integrations-core/pull/4211)) ## 1.9.0 / 2019-07-08 / Agent 6.13.0 ***Added***: -* Upgrade dependencies for Python 3.7 binary wheels. See [#4030](https://github.com/DataDog/integrations-core/pull/4030). +* Upgrade dependencies for Python 3.7 binary wheels ([#4030](https://github.com/DataDog/integrations-core/pull/4030)) ## 1.8.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Support multiple results in custom queries. See [#3765](https://github.com/DataDog/integrations-core/pull/3765). +* Support multiple results in custom queries ([#3765](https://github.com/DataDog/integrations-core/pull/3765)) ## 1.7.0 / 2019-05-14 ***Added***: -* Turn an info log into debug. See [#3661](https://github.com/DataDog/integrations-core/pull/3661). -* Adhere to code style. See [#3552](https://github.com/DataDog/integrations-core/pull/3552). +* Turn an info log into debug ([#3661](https://github.com/DataDog/integrations-core/pull/3661)) +* Adhere to code style ([#3552](https://github.com/DataDog/integrations-core/pull/3552)) ## 1.6.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Add custom_queries config globally. See [#3231](https://github.com/DataDog/integrations-core/pull/3231). +* Add custom_queries config globally ([#3231](https://github.com/DataDog/integrations-core/pull/3231)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3037](https://github.com/DataDog/integrations-core/pull/3037). +* Support Python 3 ([#3037](https://github.com/DataDog/integrations-core/pull/3037)) ***Fixed***: -* Fix tablespace metrics. See [#2841](https://github.com/DataDog/integrations-core/pull/2841). +* Fix tablespace metrics ([#2841](https://github.com/DataDog/integrations-core/pull/2841)) ## 1.4.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Add process metrics. See [#1856](https://github.com/DataDog/integrations-core/pull/1856). +* Add process metrics ([#1856](https://github.com/DataDog/integrations-core/pull/1856)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-07 ***Added***: -* Support custom queries. See [#1528](https://github.com/DataDog/integrations-core/pull/1528). -* Add ability to use the JDBC Driver instead of cx_Oracle. See [#1459](https://github.com/DataDog/integrations-core/pull/1459). -* ability to use the JDBC Driver instead of `cx_Oracle` to connect to the database. See [#1459](https://github.com/DataDog/integrations-core/issues/1459) +* Support custom queries ([#1528](https://github.com/DataDog/integrations-core/pull/1528)) +* Add ability to use the JDBC Driver instead of cx_Oracle ([#1459](https://github.com/DataDog/integrations-core/pull/1459)) +* ability to use the JDBC Driver instead of `cx_Oracle` to connect to the database ([#1459](https://github)com/DataDog/integrations-core/issues/1459) ## 1.2.0 / 2018-05-11 ***Added***: -* adds metric `oracle.tablespace.offline`. See [#1402](https://github.com/DataDog/integrations-core/issues/1402) +* adds metric `oracle.tablespace.offline` ([#1402](https://github)com/DataDog/integrations-core/issues/1402) ***Fixed***: @@ -350,8 +350,8 @@ to address an erroneous metric name. Please update your dashboards and monitors. ***Added***: -* adds oracle integration. See [#680](https://github.com/DataDog/integrations-core/issues/680). +* adds oracle integration ([#680](https://github.com/DataDog/integrations-core/issues/680)) ***Fixed***: -* adds oracle integration. See [#690](https://github.com/DataDog/integrations-core/issues/690). (Thanks [@dwjvaughan](https://github.com/dwjvaughan)) +* adds oracle integration ([#690](https://github.com/DataDog/integrations-core/issues/690)) (Thanks [@dwjvaughan](https://github.com/dwjvaughan)) diff --git a/pan_firewall/CHANGELOG.md b/pan_firewall/CHANGELOG.md index f45384f8f2502..89c488e6f857d 100644 --- a/pan_firewall/CHANGELOG.md +++ b/pan_firewall/CHANGELOG.md @@ -6,26 +6,26 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11411](https://github.com/DataDog/integrations-core/pull/11411). +* Add `pyproject.toml` file ([#11411](https://github.com/DataDog/integrations-core/pull/11411)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.0.1 / 2021-10-04 / Agent 7.32.0 ***Fixed***: -* Fix packaging. See [#10146](https://github.com/DataDog/integrations-core/pull/10146). +* Fix packaging ([#10146](https://github.com/DataDog/integrations-core/pull/10146)) ## 1.0.0 / 2021-09-16 ***Added***: -* Added palo alto networks firewall integration. See [#8637](https://github.com/DataDog/integrations-core/pull/8637). +* Added palo alto networks firewall integration ([#8637](https://github.com/DataDog/integrations-core/pull/8637)) diff --git a/pdh_check/CHANGELOG.md b/pdh_check/CHANGELOG.md index b75e921d0b5bb..7d98c638d4810 100644 --- a/pdh_check/CHANGELOG.md +++ b/pdh_check/CHANGELOG.md @@ -6,169 +6,169 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.17.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.16.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.16.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.15.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11412](https://github.com/DataDog/integrations-core/pull/11412). +* Add `pyproject.toml` file ([#11412](https://github.com/DataDog/integrations-core/pull/11412)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.14.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8967](https://github.com/DataDog/integrations-core/pull/8967). +* Add runtime configuration validation ([#8967](https://github.com/DataDog/integrations-core/pull/8967)) ## 1.13.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.12.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.2 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Remove active_directory references from config. See [#8111](https://github.com/DataDog/integrations-core/pull/8111). -* Fix pdh configuration spec. See [#8106](https://github.com/DataDog/integrations-core/pull/8106). +* Remove active_directory references from config ([#8111](https://github.com/DataDog/integrations-core/pull/8111)) +* Fix pdh configuration spec ([#8106](https://github.com/DataDog/integrations-core/pull/8106)) ## 1.12.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). -* add counterset validation in pdh check. See [#7386](https://github.com/DataDog/integrations-core/pull/7386). +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) +* add counterset validation in pdh check ([#7386](https://github.com/DataDog/integrations-core/pull/7386)) ## 1.12.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config spec. See [#7153](https://github.com/DataDog/integrations-core/pull/7153). +* Add config spec ([#7153](https://github.com/DataDog/integrations-core/pull/7153)) ## 1.11.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.9.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* PDH check to use new agent signature. See [#6159](https://github.com/DataDog/integrations-core/pull/6159). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* PDH check to use new agent signature ([#6159](https://github.com/DataDog/integrations-core/pull/6159)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.9.0 / 2020-01-21 / Agent 7.17.0 ***Added***: -* Make the admin share configurable. See [#5485](https://github.com/DataDog/integrations-core/pull/5485). +* Make the admin share configurable ([#5485](https://github.com/DataDog/integrations-core/pull/5485)) ## 1.8.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.7.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.6.1 / 2019-06-18 / Agent 6.13.0 ***Fixed***: -* Rename lower case manifest.in. See [#3858](https://github.com/DataDog/integrations-core/pull/3858). +* Rename lower case manifest.in ([#3858](https://github.com/DataDog/integrations-core/pull/3858)) ## 1.6.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Make PDHCheck use PDHBaseCHeck. See [#3818](https://github.com/DataDog/integrations-core/pull/3818). +* Make PDHCheck use PDHBaseCHeck ([#3818](https://github.com/DataDog/integrations-core/pull/3818)) ## 1.5.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3553](https://github.com/DataDog/integrations-core/pull/3553). +* Adhere to code style ([#3553](https://github.com/DataDog/integrations-core/pull/3553)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3049](https://github.com/DataDog/integrations-core/pull/3049). +* Support Python 3 ([#3049](https://github.com/DataDog/integrations-core/pull/3049)) ***Fixed***: -* Fix flake8. See [#3077](https://github.com/DataDog/integrations-core/pull/3077). +* Fix flake8 ([#3077](https://github.com/DataDog/integrations-core/pull/3077)) ## 1.3.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 diff --git a/pgbouncer/CHANGELOG.md b/pgbouncer/CHANGELOG.md index d88ed95f338ee..4a57e5c5a9e0f 100644 --- a/pgbouncer/CHANGELOG.md +++ b/pgbouncer/CHANGELOG.md @@ -6,212 +6,212 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.4.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.4.1 / 2023-02-16 / Agent 7.44.0 ***Changed***: -* Add `pgbouncer_db` tag into pgbouncer metrics and remove `name` tag from pool metrics. See [#13976](https://github.com/DataDog/integrations-core/pull/13976). +* Add `pgbouncer_db` tag into pgbouncer metrics and remove `name` tag from pool metrics ([#13976](https://github.com/DataDog/integrations-core/pull/13976)) ## 4.4.0 / 2023-02-15 ***Added***: -* Add `name` tag to pool metrics. See [#13952](https://github.com/DataDog/integrations-core/pull/13952). +* Add `name` tag to pool metrics ([#13952](https://github.com/DataDog/integrations-core/pull/13952)) ## 4.3.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Do not install psycopg2-binary on arm macs. See [#13343](https://github.com/DataDog/integrations-core/pull/13343). +* Do not install psycopg2-binary on arm macs ([#13343](https://github.com/DataDog/integrations-core/pull/13343)) ## 4.3.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add per-client/server metrics. See [#12350](https://github.com/DataDog/integrations-core/pull/12350). Thanks [jcoleman](https://github.com/jcoleman). +* Add per-client/server metrics ([#12350](https://github.com/DataDog/integrations-core/pull/12350)) Thanks [jcoleman](https://github.com/jcoleman). ## 4.2.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Handle errors for individual rows. See [#11993](https://github.com/DataDog/integrations-core/pull/11993). +* Handle errors for individual rows ([#11993](https://github.com/DataDog/integrations-core/pull/11993)) ## 4.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11414](https://github.com/DataDog/integrations-core/pull/11414). +* Add `pyproject.toml` file ([#11414](https://github.com/DataDog/integrations-core/pull/11414)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.2.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8968](https://github.com/DataDog/integrations-core/pull/8968). +* Add runtime configuration validation ([#8968](https://github.com/DataDog/integrations-core/pull/8968)) ## 3.1.0 / 2021-09-06 / Agent 7.32.0 ***Added***: -* Add max_client_conn metric. See [#10033](https://github.com/DataDog/integrations-core/pull/10033). Thanks [JordanP](https://github.com/JordanP). +* Add max_client_conn metric ([#10033](https://github.com/DataDog/integrations-core/pull/10033)) Thanks [JordanP](https://github.com/JordanP). ## 3.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 2.0.0 / 2021-07-12 / Agent 7.30.0 ***Changed***: -* Upgrade psycopg2-binary to 2.8.6. See [#9535](https://github.com/DataDog/integrations-core/pull/9535). +* Upgrade psycopg2-binary to 2.8.6 ([#9535](https://github.com/DataDog/integrations-core/pull/9535)) ## 1.12.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Make pgbouncer more reslient. See [#8124](https://github.com/DataDog/integrations-core/pull/8124). +* Make pgbouncer more reslient ([#8124](https://github.com/DataDog/integrations-core/pull/8124)) ## 1.12.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.11.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7589](https://github.com/DataDog/integrations-core/pull/7589). +* Add config spec ([#7589](https://github.com/DataDog/integrations-core/pull/7589)) ***Fixed***: -* Upgrade isort. See [#7539](https://github.com/DataDog/integrations-core/pull/7539). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Upgrade isort ([#7539](https://github.com/DataDog/integrations-core/pull/7539)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.10.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Support more recent version in metadata. See [#6634](https://github.com/DataDog/integrations-core/pull/6634). +* Support more recent version in metadata ([#6634](https://github.com/DataDog/integrations-core/pull/6634)) ## 1.9.0 / 2020-04-01 / Agent 7.19.0 ***Added***: -* Adding maxwait_us, total_wait_time, and avg_wait_time metrics. See [#6180](https://github.com/DataDog/integrations-core/pull/6180). Thanks [blaines](https://github.com/blaines). -* Add pgbouncer version metadata. See [#5761](https://github.com/DataDog/integrations-core/pull/5761). -* Refactor check code. See [#5737](https://github.com/DataDog/integrations-core/pull/5737). +* Adding maxwait_us, total_wait_time, and avg_wait_time metrics ([#6180](https://github.com/DataDog/integrations-core/pull/6180)) Thanks [blaines](https://github.com/blaines). +* Add pgbouncer version metadata ([#5761](https://github.com/DataDog/integrations-core/pull/5761)) +* Refactor check code ([#5737](https://github.com/DataDog/integrations-core/pull/5737)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.8.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade psycopg2-binary to 2.8.4. See [#4840](https://github.com/DataDog/integrations-core/pull/4840). +* Upgrade psycopg2-binary to 2.8.4 ([#4840](https://github.com/DataDog/integrations-core/pull/4840)) ## 1.7.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Add logs section. See [#3961](https://github.com/DataDog/integrations-core/pull/3961). +* Add logs section ([#3961](https://github.com/DataDog/integrations-core/pull/3961)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psycopg2-binary to 2.8.2. See [#3649](https://github.com/DataDog/integrations-core/pull/3649). -* Adhere to code style. See [#3554](https://github.com/DataDog/integrations-core/pull/3554). +* Upgrade psycopg2-binary to 2.8.2 ([#3649](https://github.com/DataDog/integrations-core/pull/3649)) +* Adhere to code style ([#3554](https://github.com/DataDog/integrations-core/pull/3554)) ***Fixed***: -* Use name instead of db to identify databases from SHOW DATABASES. See [#3459](https://github.com/DataDog/integrations-core/pull/3459). Thanks [joekohlsdorf](https://github.com/joekohlsdorf). +* Use name instead of db to identify databases from SHOW DATABASES ([#3459](https://github.com/DataDog/integrations-core/pull/3459)) Thanks [joekohlsdorf](https://github.com/joekohlsdorf). ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add support for database metrics. See [#2777](https://github.com/DataDog/integrations-core/pull/2777). Thanks [joekohlsdorf](https://github.com/joekohlsdorf). -* Support Python 3. See [#3039](https://github.com/DataDog/integrations-core/pull/3039). +* Add support for database metrics ([#2777](https://github.com/DataDog/integrations-core/pull/2777)) Thanks [joekohlsdorf](https://github.com/joekohlsdorf). +* Support Python 3 ([#3039](https://github.com/DataDog/integrations-core/pull/3039)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Bump psycopg2-binary version to 2.7.5. See [#2799](https://github.com/DataDog/integrations-core/pull/2799). +* Bump psycopg2-binary version to 2.7.5 ([#2799](https://github.com/DataDog/integrations-core/pull/2799)) ## 1.3.1 / 2018-11-30 / Agent 6.8.0 ***Fixed***: -* Failure to reconnect to PGBouncer when using database URL. See [#2587](https://github.com/DataDog/integrations-core/pull/2587). Thanks [VSpike](https://github.com/VSpike). +* Failure to reconnect to PGBouncer when using database URL ([#2587](https://github.com/DataDog/integrations-core/pull/2587)) Thanks [VSpike](https://github.com/VSpike). ## 1.3.0 / 2018-08-07 / Agent 6.5.0 ***Changed***: -* Rename dependency psycopg2 to pyscopg2-binary. See [#1842](https://github.com/DataDog/integrations-core/pull/1842). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Rename dependency psycopg2 to pyscopg2-binary ([#1842](https://github.com/DataDog/integrations-core/pull/1842)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ***Added***: -* Add the ability to specify 'use_cached' connections in config. See [#2000](https://github.com/DataDog/integrations-core/pull/2000). Thanks [kellydunn](https://github.com/kellydunn). +* Add the ability to specify 'use_cached' connections in config ([#2000](https://github.com/DataDog/integrations-core/pull/2000)) Thanks [kellydunn](https://github.com/kellydunn). ## 1.2.1 / 2018-06-07 ***Security***: -* Update psycopg2 for security fixes. See [#1538](https://github.com/DataDog/integrations-core/pull/1538). +* Update psycopg2 for security fixes ([#1538](https://github.com/DataDog/integrations-core/pull/1538)) ## 1.2.0 / 2018-05-11 @@ -229,13 +229,13 @@ ***Fixed***: -* Fixed newest versions failing checks due to extra field. See [#735](https://github.com/DataDog/integrations-core/issues/735) +* Fixed newest versions failing checks due to extra field ([#735](https://github)com/DataDog/integrations-core/issues/735) ## 1.0.1 / 2017-04-24 ***Changed***: -* bump psycopg2 to 2.7.1. See [#295](https://github.com/DataDog/integrations-core/issues/295) +* bump psycopg2 to 2.7.1 ([#295](https://github)com/DataDog/integrations-core/issues/295) ## 1.0.0 / 2017-03-22 diff --git a/php_fpm/CHANGELOG.md b/php_fpm/CHANGELOG.md index dc96841e4f4b1..ac6c9059d744d 100644 --- a/php_fpm/CHANGELOG.md +++ b/php_fpm/CHANGELOG.md @@ -6,194 +6,194 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.1 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Fix missing import in PHP-FPM's check. See [#12365](https://github.com/DataDog/integrations-core/pull/12365). Thanks [DennisCGc](https://github.com/DennisCGc). +* Fix missing import in PHP-FPM's check ([#12365](https://github.com/DataDog/integrations-core/pull/12365)) Thanks [DennisCGc](https://github.com/DennisCGc). ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11415](https://github.com/DataDog/integrations-core/pull/11415). +* Add `pyproject.toml` file ([#11415](https://github.com/DataDog/integrations-core/pull/11415)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.13.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Vendor flup client FCGIApp. See [#10953](https://github.com/DataDog/integrations-core/pull/10953). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Vendor flup client FCGIApp ([#10953](https://github.com/DataDog/integrations-core/pull/10953)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.13.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8969](https://github.com/DataDog/integrations-core/pull/8969). +* Add runtime configuration validation ([#8969](https://github.com/DataDog/integrations-core/pull/8969)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.11.2 / 2021-08-22 / Agent 7.31.0 ***Fixed***: -* Set timeout for socket connection. See [#9722](https://github.com/DataDog/integrations-core/pull/9722). +* Set timeout for socket connection ([#9722](https://github.com/DataDog/integrations-core/pull/9722)) ## 1.11.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.11.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7879](https://github.com/DataDog/integrations-core/pull/7879). +* Add config spec ([#7879](https://github.com/DataDog/integrations-core/pull/7879)) ***Fixed***: -* Add missing default HTTP headers: Accept, Accept-Encoding. See [#7725](https://github.com/DataDog/integrations-core/pull/7725). +* Add missing default HTTP headers: Accept, Accept-Encoding ([#7725](https://github.com/DataDog/integrations-core/pull/7725)) ## 1.10.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.10.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.9.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.8.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.8.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.7.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.6.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add request wrappers to php_fpm. See [#4264](https://github.com/DataDog/integrations-core/pull/4264). +* Add request wrappers to php_fpm ([#4264](https://github.com/DataDog/integrations-core/pull/4264)) ## 1.5.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3555](https://github.com/DataDog/integrations-core/pull/3555). +* Adhere to code style ([#3555](https://github.com/DataDog/integrations-core/pull/3555)) ## 1.4.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* Properly ship flup on Python 3. See [#3304](https://github.com/DataDog/integrations-core/pull/3304). +* Properly ship flup on Python 3 ([#3304](https://github.com/DataDog/integrations-core/pull/3304)) ## 1.4.0 / 2018-11-27 / Agent 6.8.0 ***Added***: -* Added unix socket support. See [#2636][1]. Thanks [pperegrina][2]. +* Added unix socket support ([#2636][1]) Thanks [pperegrina][2]. ## 1.3.1 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Make the status route-agnostic when using fastcgi. See [#2282][3]. +* Make the status route-agnostic when using fastcgi ([#2282][3]) ## 1.3.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Support fastcgi requests. See [#1997][4]. +* Support fastcgi requests ([#1997][4]) ## 1.2.0 / 2018-07-06 / Agent 6.4.0 ***Changed***: -* Add data files to the wheel package. See [#1727][6]. +* Add data files to the wheel package ([#1727][6]) ***Added***: -* Add exponential backoff when status returns 503. See [#1851][5]. +* Add exponential backoff when status returns 503 ([#1851][5]) ## 1.1.0 / 2018-01-10 ***Added***: -* Adds a timeout parameter. See #206, thanks @toksvaeth. -* Adds the ability to skip SSL validation. See #941, thanks @dntbrme. +* Adds a timeout parameter (#206, thanks @toksvaeth) +* Adds the ability to skip SSL validation (#941, thanks @dntbrme) ## 1.0.0 / 2017-03-22 diff --git a/postfix/CHANGELOG.md b/postfix/CHANGELOG.md index ef301cf04e342..5976d96b67628 100644 --- a/postfix/CHANGELOG.md +++ b/postfix/CHANGELOG.md @@ -6,154 +6,154 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.12.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.12.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.11.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11416](https://github.com/DataDog/integrations-core/pull/11416). +* Add `pyproject.toml` file ([#11416](https://github.com/DataDog/integrations-core/pull/11416)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.1 / 2021-10-05 / Agent 7.32.0 ***Fixed***: -* Fix config example. See [#10337](https://github.com/DataDog/integrations-core/pull/10337). +* Fix config example ([#10337](https://github.com/DataDog/integrations-core/pull/10337)) ## 1.10.0 / 2021-10-04 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Change directory parameter to optional. See [#10051](https://github.com/DataDog/integrations-core/pull/10051). +* Change directory parameter to optional ([#10051](https://github.com/DataDog/integrations-core/pull/10051)) ## 1.9.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8970](https://github.com/DataDog/integrations-core/pull/8970). +* Add runtime configuration validation ([#8970](https://github.com/DataDog/integrations-core/pull/8970)) ## 1.8.4 / 2021-04-19 / Agent 7.28.0 ***Fixed***: -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) ## 1.8.3 / 2021-03-18 / Agent 7.27.0 ***Fixed***: -* Fix empty queue parsing. See [#8852](https://github.com/DataDog/integrations-core/pull/8852). +* Fix empty queue parsing ([#8852](https://github.com/DataDog/integrations-core/pull/8852)) ## 1.8.2 / 2021-03-07 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.1 / 2021-01-06 / Agent 7.26.0 ***Fixed***: -* Fix postqueue defer counting. See [#8296](https://github.com/DataDog/integrations-core/pull/8296). +* Fix postqueue defer counting ([#8296](https://github.com/DataDog/integrations-core/pull/8296)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config specs. See [#7760](https://github.com/DataDog/integrations-core/pull/7760). +* Add config specs ([#7760](https://github.com/DataDog/integrations-core/pull/7760)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.6.1 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Fix possible IndexError. See [#5494](https://github.com/DataDog/integrations-core/pull/5494). +* Fix possible IndexError ([#5494](https://github.com/DataDog/integrations-core/pull/5494)) ## 1.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.5.1 / 2019-12-04 / Agent 7.16.0 ***Fixed***: -* Properly collect metadata when `postqueue` is false. See [#5142](https://github.com/DataDog/integrations-core/pull/5142). +* Properly collect metadata when `postqueue` is false ([#5142](https://github.com/DataDog/integrations-core/pull/5142)) ## 1.5.0 / 2019-12-02 ***Added***: -* Add version metadata. See [#4949](https://github.com/DataDog/integrations-core/pull/4949). +* Add version metadata ([#4949](https://github.com/DataDog/integrations-core/pull/4949)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3556](https://github.com/DataDog/integrations-core/pull/3556). +* Adhere to code style ([#3556](https://github.com/DataDog/integrations-core/pull/3556)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add logs section. See [#3097](https://github.com/DataDog/integrations-core/pull/3097). -* Support Python 3. See [#3038](https://github.com/DataDog/integrations-core/pull/3038). +* Add logs section ([#3097](https://github.com/DataDog/integrations-core/pull/3097)) +* Support Python 3 ([#3038](https://github.com/DataDog/integrations-core/pull/3038)) ## 1.2.3 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Use subprocess to get sudo capabilities instead of system(). See [#2353](https://github.com/DataDog/integrations-core/pull/2353). +* Use subprocess to get sudo capabilities instead of system() ([#2353](https://github.com/DataDog/integrations-core/pull/2353)) ## 1.2.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.1 / 2018-06-20 / Agent 6.4.0 @@ -165,13 +165,13 @@ ***Added***: -* option to run the check using postqueue -p. See [#665](https://github.com/DataDog/integrations-core/issues/665). +* option to run the check using postqueue -p ([#665](https://github.com/DataDog/integrations-core/issues/665)) ## 1.1.0 / 2017-08-28 ***Added***: -* run the check as the postfix user, not root. See [#619](https://github.com/DataDog/integrations-core/issues/619) and [#702](https://github.com/DataDog/integrations-core/issues/702) +* run the check as the postfix user, not root ([#619](https://github.com/DataDog/integrations-core/issues/619) and [#702](https://github)com/DataDog/integrations-core/issues/702) ## 1.0.0 / 2017-03-22 diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 75d1507c631cb..3490dde7dd9cb 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -6,814 +6,814 @@ ***Added***: -* Add support to ingest sys.configurations for SQL Server instances. See [#15496](https://github.com/DataDog/integrations-core/pull/15496). -* Bump psycopg3 version && add timeouts on blocking functions. See [#15492](https://github.com/DataDog/integrations-core/pull/15492). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). -* Add `max_connections` config option and enforce it in Postgres integration. See [#15194](https://github.com/DataDog/integrations-core/pull/15194). -* Add database autodiscovery to Postgres integration. See [#14811](https://github.com/DataDog/integrations-core/pull/14811). +* Add support to ingest sys.configurations for SQL Server instances ([#15496](https://github.com/DataDog/integrations-core/pull/15496)) +* Bump psycopg3 version && add timeouts on blocking functions ([#15492](https://github.com/DataDog/integrations-core/pull/15492)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) +* Add `max_connections` config option and enforce it in Postgres integration ([#15194](https://github.com/DataDog/integrations-core/pull/15194)) +* Add database autodiscovery to Postgres integration ([#14811](https://github.com/DataDog/integrations-core/pull/14811)) ***Fixed***: -* Fix error handling for psycopg3 err messages. See [#15488](https://github.com/DataDog/integrations-core/pull/15488). -* Upgrade postgres check to psycopg3. See [#15411](https://github.com/DataDog/integrations-core/pull/15411). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix error handling for psycopg3 err messages ([#15488](https://github.com/DataDog/integrations-core/pull/15488)) +* Upgrade postgres check to psycopg3 ([#15411](https://github.com/DataDog/integrations-core/pull/15411)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 14.0.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15238](https://github.com/DataDog/integrations-core/pull/15238). +* Bump the minimum datadog-checks-base version ([#15238](https://github.com/DataDog/integrations-core/pull/15238)) ## 14.0.0 / 2023-07-10 ***Changed***: -* Require Python 3 for Postgres integration. See [#14813](https://github.com/DataDog/integrations-core/pull/14813). +* Require Python 3 for Postgres integration ([#14813](https://github.com/DataDog/integrations-core/pull/14813)) ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Add limited pool + LRU cache to MultiDatabaseConnectionPool. See [#14786](https://github.com/DataDog/integrations-core/pull/14786). -* Rewrite Postgres size query and add `postgresql.relation.{tuples,pages,all_visible}` + toast_size metrics. See [#14500](https://github.com/DataDog/integrations-core/pull/14500). -* Add metrics for timeline id and checkpoint delay. See [#14759](https://github.com/DataDog/integrations-core/pull/14759). -* Add `postgresql.wal.*` metrics from `pg_stat_wal` . See [#13768](https://github.com/DataDog/integrations-core/pull/13768). -* PG: Add metrics for wal files: count, size and age. See [#13725](https://github.com/DataDog/integrations-core/pull/13725). -* Allow explain plan collection to be configured separately from activity collection in pg agent. See [#14673](https://github.com/DataDog/integrations-core/pull/14673). -* Make cancel() synchronous in DBMAsyncJob. See [#14717](https://github.com/DataDog/integrations-core/pull/14717). -* Postgres: Add `postgres.snapshot.{xmin,xmax,xip_count}` metric. See [#13777](https://github.com/DataDog/integrations-core/pull/13777). -* Report per-index disk usage metrics for PostgreSQL. See [#13880](https://github.com/DataDog/integrations-core/pull/13880). Thanks [jcoleman](https://github.com/jcoleman). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Add limited pool + LRU cache to MultiDatabaseConnectionPool ([#14786](https://github.com/DataDog/integrations-core/pull/14786)) +* Rewrite Postgres size query and add `postgresql.relation.{tuples,pages,all_visible}` + toast_size metrics ([#14500](https://github.com/DataDog/integrations-core/pull/14500)) +* Add metrics for timeline id and checkpoint delay ([#14759](https://github.com/DataDog/integrations-core/pull/14759)) +* Add `postgresql.wal.*` metrics from `pg_stat_wal` ([#13768](https://github.com/DataDog/integrations-core/pull/13768)) +* PG: Add metrics for wal files: count, size and age ([#13725](https://github.com/DataDog/integrations-core/pull/13725)) +* Allow explain plan collection to be configured separately from activity collection in pg agent ([#14673](https://github.com/DataDog/integrations-core/pull/14673)) +* Make cancel() synchronous in DBMAsyncJob ([#14717](https://github.com/DataDog/integrations-core/pull/14717)) +* Postgres: Add `postgres.snapshot.{xmin,xmax,xip_count}` metric ([#13777](https://github.com/DataDog/integrations-core/pull/13777)) +* Report per-index disk usage metrics for PostgreSQL ([#13880](https://github.com/DataDog/integrations-core/pull/13880)) Thanks [jcoleman](https://github.com/jcoleman). ***Fixed***: -* Fix version parsing of version strings with an edition suffix. See [#14803](https://github.com/DataDog/integrations-core/pull/14803). -* Move cancel waiting logic to test functions for DBMAsyncJob . See [#14773](https://github.com/DataDog/integrations-core/pull/14773). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Properly close db connections for metadata check on cancel. See [#14709](https://github.com/DataDog/integrations-core/pull/14709). +* Fix version parsing of version strings with an edition suffix ([#14803](https://github.com/DataDog/integrations-core/pull/14803)) +* Move cancel waiting logic to test functions for DBMAsyncJob ([#14773](https://github.com/DataDog/integrations-core/pull/14773)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Properly close db connections for metadata check on cancel ([#14709](https://github.com/DataDog/integrations-core/pull/14709)) ## 13.7.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Support IAM-based RDS authentication. See [#14581](https://github.com/DataDog/integrations-core/pull/14581). +* Support IAM-based RDS authentication ([#14581](https://github.com/DataDog/integrations-core/pull/14581)) ## 13.6.0 / 2023-05-26 ***Deprecated***: -* No longer test postgres 9.5. See [#14582](https://github.com/DataDog/integrations-core/pull/14582). +* No longer test postgres 9.5 ([#14582](https://github.com/DataDog/integrations-core/pull/14582)) ***Added***: -* Support ingesting pg_settings for `dbm` users. See [#14577](https://github.com/DataDog/integrations-core/pull/14577). -* Enable explain parameterized query feature by default. See [#14543](https://github.com/DataDog/integrations-core/pull/14543). -* Create `postgresql.uptime` metric. See [#14470](https://github.com/DataDog/integrations-core/pull/14470). -* Add pgss dealloc metric. See [#14289](https://github.com/DataDog/integrations-core/pull/14289). +* Support ingesting pg_settings for `dbm` users ([#14577](https://github.com/DataDog/integrations-core/pull/14577)) +* Enable explain parameterized query feature by default ([#14543](https://github.com/DataDog/integrations-core/pull/14543)) +* Create `postgresql.uptime` metric ([#14470](https://github.com/DataDog/integrations-core/pull/14470)) +* Add pgss dealloc metric ([#14289](https://github.com/DataDog/integrations-core/pull/14289)) ***Fixed***: -* Fix pg_replication_slots query generating errors on posgres replica database with replication slot. See [#14531](https://github.com/DataDog/integrations-core/pull/14531). Thanks [boluwaji-deriv](https://github.com/boluwaji-deriv). -* Don't try to collect wal receiver if aurora is detected. See [#14537](https://github.com/DataDog/integrations-core/pull/14537). -* Rename azure.name configuration key to azure.fully_qualified_domain_name. See [#14532](https://github.com/DataDog/integrations-core/pull/14532). -* Fix query sampler producing constant errors about undefined parameters. See [#14440](https://github.com/DataDog/integrations-core/pull/14440). +* Fix pg_replication_slots query generating errors on posgres replica database with replication slot ([#14531](https://github.com/DataDog/integrations-core/pull/14531)) Thanks [boluwaji-deriv](https://github.com/boluwaji-deriv). +* Don't try to collect wal receiver if aurora is detected ([#14537](https://github.com/DataDog/integrations-core/pull/14537)) +* Rename azure.name configuration key to azure.fully_qualified_domain_name ([#14532](https://github.com/DataDog/integrations-core/pull/14532)) +* Fix query sampler producing constant errors about undefined parameters ([#14440](https://github.com/DataDog/integrations-core/pull/14440)) ## 13.5.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Send resource_type/name for postgres integration metrics. See [#14338](https://github.com/DataDog/integrations-core/pull/14338). -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). -* Add cloud_metadata to DBM event payloads. See [#14313](https://github.com/DataDog/integrations-core/pull/14313). -* Add PostgreSQL replication conflict metrics from `pg_stat_database_conflicts`. See [#13542](https://github.com/DataDog/integrations-core/pull/13542). -* Add new sessions metrics from PG14. See [#13723](https://github.com/DataDog/integrations-core/pull/13723). +* Send resource_type/name for postgres integration metrics ([#14338](https://github.com/DataDog/integrations-core/pull/14338)) +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) +* Add cloud_metadata to DBM event payloads ([#14313](https://github.com/DataDog/integrations-core/pull/14313)) +* Add PostgreSQL replication conflict metrics from `pg_stat_database_conflicts` ([#13542](https://github.com/DataDog/integrations-core/pull/13542)) +* Add new sessions metrics from PG14 ([#13723](https://github.com/DataDog/integrations-core/pull/13723)) ***Fixed***: -* Reduce the number of idle connections opened when running explain plans across databases. See [#14164](https://github.com/DataDog/integrations-core/pull/14164). +* Reduce the number of idle connections opened when running explain plans across databases ([#14164](https://github.com/DataDog/integrations-core/pull/14164)) ## 13.4.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Add resolved_hostname to metadata. See [#14092](https://github.com/DataDog/integrations-core/pull/14092). -* Add `postgresql.replication_slot.*` metrics. See [#14013](https://github.com/DataDog/integrations-core/pull/14013). -* Add `postgresql.wal_receiver.*` metrics. See [#13852](https://github.com/DataDog/integrations-core/pull/13852). +* Add resolved_hostname to metadata ([#14092](https://github.com/DataDog/integrations-core/pull/14092)) +* Add `postgresql.replication_slot.*` metrics ([#14013](https://github.com/DataDog/integrations-core/pull/14013)) +* Add `postgresql.wal_receiver.*` metrics ([#13852](https://github.com/DataDog/integrations-core/pull/13852)) ***Fixed***: -* Avoid brief `postgresql.replication_delay` spikes after Postgres restart/reload. See [#13796](https://github.com/DataDog/integrations-core/pull/13796). +* Avoid brief `postgresql.replication_delay` spikes after Postgres restart/reload ([#13796](https://github.com/DataDog/integrations-core/pull/13796)) ## 13.3.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Add `application_name` to activity metrics and report oldest `backend_xmin`, `backend_xid` and `xact_start`. See [#13523](https://github.com/DataDog/integrations-core/pull/13523). -* Add SLRU cache metrics for Postgres. See [#13476](https://github.com/DataDog/integrations-core/pull/13476). -* Add `postgresql.replication.backend_xmin_age` metric and use `client_addr` as additional label. See [#13413](https://github.com/DataDog/integrations-core/pull/13413). +* Add `application_name` to activity metrics and report oldest `backend_xmin`, `backend_xid` and `xact_start` ([#13523](https://github.com/DataDog/integrations-core/pull/13523)) +* Add SLRU cache metrics for Postgres ([#13476](https://github.com/DataDog/integrations-core/pull/13476)) +* Add `postgresql.replication.backend_xmin_age` metric and use `client_addr` as additional label ([#13413](https://github.com/DataDog/integrations-core/pull/13413)) ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). -* Fix bug in replication role tag. See [#13694](https://github.com/DataDog/integrations-core/pull/13694). -* Bump the base check dependency. See [#13643](https://github.com/DataDog/integrations-core/pull/13643). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) +* Fix bug in replication role tag ([#13694](https://github.com/DataDog/integrations-core/pull/13694)) +* Bump the base check dependency ([#13643](https://github.com/DataDog/integrations-core/pull/13643)) ## 13.2.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Explain parameterized queries. See [#13434](https://github.com/DataDog/integrations-core/pull/13434). -* Add deadlocks monotonic count metric. See [#13374](https://github.com/DataDog/integrations-core/pull/13374). +* Explain parameterized queries ([#13434](https://github.com/DataDog/integrations-core/pull/13434)) +* Add deadlocks monotonic count metric ([#13374](https://github.com/DataDog/integrations-core/pull/13374)) ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). -* Fix inflated query metrics when pg_stat_statements.max is set above 10k. See [#13426](https://github.com/DataDog/integrations-core/pull/13426). -* Do not install psycopg2-binary on arm macs. See [#13343](https://github.com/DataDog/integrations-core/pull/13343). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) +* Fix inflated query metrics when pg_stat_statements.max is set above 10k ([#13426](https://github.com/DataDog/integrations-core/pull/13426)) +* Do not install psycopg2-binary on arm macs ([#13343](https://github.com/DataDog/integrations-core/pull/13343)) ## 13.1.0 / 2022-10-31 / Agent 7.41.0 ***Added***: -* Improve DBM explain plan error collection errors. See [#13224](https://github.com/DataDog/integrations-core/pull/13224). +* Improve DBM explain plan error collection errors ([#13224](https://github.com/DataDog/integrations-core/pull/13224)) ## 13.0.0 / 2022-10-28 ***Removed***: -* Remove postgres tag truncation for metrics. See [#13210](https://github.com/DataDog/integrations-core/pull/13210). +* Remove postgres tag truncation for metrics ([#13210](https://github.com/DataDog/integrations-core/pull/13210)) ***Changed***: -* Update default configuration to collect postgres database by default. See [#12999](https://github.com/DataDog/integrations-core/pull/12999). +* Update default configuration to collect postgres database by default ([#12999](https://github.com/DataDog/integrations-core/pull/12999)) ***Added***: -* Add Agent settings to log original unobfuscated strings. See [#12926](https://github.com/DataDog/integrations-core/pull/12926). +* Add Agent settings to log original unobfuscated strings ([#12926](https://github.com/DataDog/integrations-core/pull/12926)) ***Fixed***: -* Fix deprecation warnings with `semver`. See [#12967](https://github.com/DataDog/integrations-core/pull/12967). -* Honor `ignore_databases` in query metrics collection. See [#12998](https://github.com/DataDog/integrations-core/pull/12998). +* Fix deprecation warnings with `semver` ([#12967](https://github.com/DataDog/integrations-core/pull/12967)) +* Honor `ignore_databases` in query metrics collection ([#12998](https://github.com/DataDog/integrations-core/pull/12998)) ## 12.5.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Escape underscore in LOCK_METRICS query. See [#12652](https://github.com/DataDog/integrations-core/pull/12652). -* Fix operator precedence in relation filter. See [#12645](https://github.com/DataDog/integrations-core/pull/12645). Thanks [jonremy](https://github.com/jonremy). -* Use readonly connections. See [#12608](https://github.com/DataDog/integrations-core/pull/12608). -* Add missing arguments to log statement. See [#12499](https://github.com/DataDog/integrations-core/pull/12499). Thanks [carobme](https://github.com/carobme). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Escape underscore in LOCK_METRICS query ([#12652](https://github.com/DataDog/integrations-core/pull/12652)) +* Fix operator precedence in relation filter ([#12645](https://github.com/DataDog/integrations-core/pull/12645)) Thanks [jonremy](https://github.com/jonremy). +* Use readonly connections ([#12608](https://github.com/DataDog/integrations-core/pull/12608)) +* Add missing arguments to log statement ([#12499](https://github.com/DataDog/integrations-core/pull/12499)) Thanks [carobme](https://github.com/carobme). ## 12.5.0 / 2022-06-27 / Agent 7.38.0 ***Added***: -* Track blk_read_time and blk_write_time for Postgres databases if track_io_timing is enabled. See [#12380](https://github.com/DataDog/integrations-core/pull/12380). +* Track blk_read_time and blk_write_time for Postgres databases if track_io_timing is enabled ([#12380](https://github.com/DataDog/integrations-core/pull/12380)) ***Fixed***: -* Fix Postgres calculation of blk_read_time and blk_write_time metrics. See [#12399](https://github.com/DataDog/integrations-core/pull/12399). +* Fix Postgres calculation of blk_read_time and blk_write_time metrics ([#12399](https://github.com/DataDog/integrations-core/pull/12399)) ## 12.4.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Add option to keep alias and dollar quote functions in postgres (`keep_sql_alias` and `keep_dollar_quoted_func`). See [#12019](https://github.com/DataDog/integrations-core/pull/12019). -* Add support to ingest cloud_metadata for DBM host linking. See [#11987](https://github.com/DataDog/integrations-core/pull/11987). -* Add query_truncated field on activity rows. See [#11885](https://github.com/DataDog/integrations-core/pull/11885). +* Add option to keep alias and dollar quote functions in postgres (`keep_sql_alias` and `keep_dollar_quoted_func`) ([#12019](https://github.com/DataDog/integrations-core/pull/12019)) +* Add support to ingest cloud_metadata for DBM host linking ([#11987](https://github.com/DataDog/integrations-core/pull/11987)) +* Add query_truncated field on activity rows ([#11885](https://github.com/DataDog/integrations-core/pull/11885)) ***Fixed***: -* Fix uncommented parent options. See [#12013](https://github.com/DataDog/integrations-core/pull/12013). +* Fix uncommented parent options ([#12013](https://github.com/DataDog/integrations-core/pull/12013)) ## 12.3.2 / 2022-04-20 / Agent 7.36.0 ***Fixed***: -* Fix activity and sample host reporting. See [#11855](https://github.com/DataDog/integrations-core/pull/11855). +* Fix activity and sample host reporting ([#11855](https://github.com/DataDog/integrations-core/pull/11855)) ## 12.3.1 / 2022-04-14 ***Fixed***: -* Update base version. See [#11824](https://github.com/DataDog/integrations-core/pull/11824). +* Update base version ([#11824](https://github.com/DataDog/integrations-core/pull/11824)) ## 12.3.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Fix postgres activity inflated query durations. See [#11765](https://github.com/DataDog/integrations-core/pull/11765). +* Fix postgres activity inflated query durations ([#11765](https://github.com/DataDog/integrations-core/pull/11765)) ## 12.2.0 / 2022-03-15 ***Added***: -* Enable SQL metadata collection by default. See [#11602](https://github.com/DataDog/integrations-core/pull/11602). +* Enable SQL metadata collection by default ([#11602](https://github.com/DataDog/integrations-core/pull/11602)) ***Fixed***: -* Include SQL metadata in FQT. See [#11640](https://github.com/DataDog/integrations-core/pull/11640). +* Include SQL metadata in FQT ([#11640](https://github.com/DataDog/integrations-core/pull/11640)) ## 12.1.1 / 2022-03-14 / Agent 7.35.0 ***Fixed***: -* Cache pg_stat_activity columns for sampling query. See [#11588](https://github.com/DataDog/integrations-core/pull/11588). +* Cache pg_stat_activity columns for sampling query ([#11588](https://github.com/DataDog/integrations-core/pull/11588)) ## 12.1.0 / 2022-02-19 ***Added***: -* Add ability to collect blocking pids for queries run on postgres dbs. See [#11497](https://github.com/DataDog/integrations-core/pull/11497). -* Add `pyproject.toml` file. See [#11417](https://github.com/DataDog/integrations-core/pull/11417). -* Report known postgres database configuration errors as warnings. See [#11209](https://github.com/DataDog/integrations-core/pull/11209). +* Add ability to collect blocking pids for queries run on postgres dbs ([#11497](https://github.com/DataDog/integrations-core/pull/11497)) +* Add `pyproject.toml` file ([#11417](https://github.com/DataDog/integrations-core/pull/11417)) +* Report known postgres database configuration errors as warnings ([#11209](https://github.com/DataDog/integrations-core/pull/11209)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Update base version. See [#11289](https://github.com/DataDog/integrations-core/pull/11289). -* Fix relations config parsing when multiple relations are specified. See [#11195](https://github.com/DataDog/integrations-core/pull/11195). -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Update base version ([#11289](https://github.com/DataDog/integrations-core/pull/11289)) +* Fix relations config parsing when multiple relations are specified ([#11195](https://github.com/DataDog/integrations-core/pull/11195)) +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 12.0.4 / 2022-02-03 / Agent 7.34.0 ***Fixed***: -* Update base version. See [#11289](https://github.com/DataDog/integrations-core/pull/11289). +* Update base version ([#11289](https://github.com/DataDog/integrations-core/pull/11289)) ## 12.0.3 / 2022-01-27 ***Fixed***: -* Fix relations config parsing when multiple relations are specified. See [#11195](https://github.com/DataDog/integrations-core/pull/11195). +* Fix relations config parsing when multiple relations are specified ([#11195](https://github.com/DataDog/integrations-core/pull/11195)) ## 12.0.2 / 2022-01-21 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 12.0.1 / 2022-01-13 ***Fixed***: -* Update base version. See [#11116](https://github.com/DataDog/integrations-core/pull/11116). +* Update base version ([#11116](https://github.com/DataDog/integrations-core/pull/11116)) ## 12.0.0 / 2022-01-08 ***Changed***: -* Improve internal explain error troubleshooting metrics. See [#10933](https://github.com/DataDog/integrations-core/pull/10933). +* Improve internal explain error troubleshooting metrics ([#10933](https://github.com/DataDog/integrations-core/pull/10933)) ***Added***: -* Add statement metadata to events and metrics payload. See [#10879](https://github.com/DataDog/integrations-core/pull/10879). -* Add the option to set a reported hostname (Postgres). See [#10682](https://github.com/DataDog/integrations-core/pull/10682). -* Add new metric for waiting queries where state is active. See [#10734](https://github.com/DataDog/integrations-core/pull/10734). Thanks [jfrost](https://github.com/jfrost). +* Add statement metadata to events and metrics payload ([#10879](https://github.com/DataDog/integrations-core/pull/10879)) +* Add the option to set a reported hostname (Postgres) ([#10682](https://github.com/DataDog/integrations-core/pull/10682)) +* Add new metric for waiting queries where state is active ([#10734](https://github.com/DataDog/integrations-core/pull/10734)) Thanks [jfrost](https://github.com/jfrost). ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump cachetools. See [#10742](https://github.com/DataDog/integrations-core/pull/10742). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump cachetools ([#10742](https://github.com/DataDog/integrations-core/pull/10742)) ## 11.1.1 / 2021-11-30 / Agent 7.33.0 ***Fixed***: -* Add datname to connections query for postgresql.connections. See [#10748](https://github.com/DataDog/integrations-core/pull/10748). +* Add datname to connections query for postgresql.connections ([#10748](https://github.com/DataDog/integrations-core/pull/10748)) ## 11.1.0 / 2021-11-13 ***Added***: -* Add internal debug metric for explain error cache length. See [#10616](https://github.com/DataDog/integrations-core/pull/10616). -* Add index bloat metric . See [#10431](https://github.com/DataDog/integrations-core/pull/10431). -* Add ssl configuration options to postgres integration. See [#10429](https://github.com/DataDog/integrations-core/pull/10429). -* Add postgres vacuumed and autoanalyzed metrics. See [#10350](https://github.com/DataDog/integrations-core/pull/10350). Thanks [jeroenj](https://github.com/jeroenj). -* Add option to disable bloat metrics. See [#10406](https://github.com/DataDog/integrations-core/pull/10406). +* Add internal debug metric for explain error cache length ([#10616](https://github.com/DataDog/integrations-core/pull/10616)) +* Add index bloat metric ([#10431](https://github.com/DataDog/integrations-core/pull/10431)) +* Add ssl configuration options to postgres integration ([#10429](https://github.com/DataDog/integrations-core/pull/10429)) +* Add postgres vacuumed and autoanalyzed metrics ([#10350](https://github.com/DataDog/integrations-core/pull/10350)) Thanks [jeroenj](https://github.com/jeroenj). +* Add option to disable bloat metrics ([#10406](https://github.com/DataDog/integrations-core/pull/10406)) ***Fixed***: -* Use optimized pg_stat_statements function to fetch the count of rows. See [#10507](https://github.com/DataDog/integrations-core/pull/10507). +* Use optimized pg_stat_statements function to fetch the count of rows ([#10507](https://github.com/DataDog/integrations-core/pull/10507)) ## 11.0.0 / 2021-10-26 / Agent 7.32.0 ***Changed***: -* Change `postgresql.connections` metric collection when DBM is enabled . See [#10482](https://github.com/DataDog/integrations-core/pull/10482). +* Change `postgresql.connections` metric collection when DBM is enabled ([#10482](https://github.com/DataDog/integrations-core/pull/10482)) ***Fixed***: -* Fix bug in PG activity collection interval logic. See [#10487](https://github.com/DataDog/integrations-core/pull/10487). -* Upgrade datadog checks base to 23.1.5. See [#10466](https://github.com/DataDog/integrations-core/pull/10466). +* Fix bug in PG activity collection interval logic ([#10487](https://github.com/DataDog/integrations-core/pull/10487)) +* Upgrade datadog checks base to 23.1.5 ([#10466](https://github.com/DataDog/integrations-core/pull/10466)) ## 10.0.0 / 2021-10-04 ***Changed***: -* Add option to disable generic tags. See [#10099](https://github.com/DataDog/integrations-core/pull/10099). +* Add option to disable generic tags ([#10099](https://github.com/DataDog/integrations-core/pull/10099)) ***Added***: -* Add support for live queries feature . See [#9866](https://github.com/DataDog/integrations-core/pull/9866). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add support for live queries feature ([#9866](https://github.com/DataDog/integrations-core/pull/9866)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump datadog checks base version. See [#10300](https://github.com/DataDog/integrations-core/pull/10300). -* Avoid re-explaining queries that cannot be explained. See [#9941](https://github.com/DataDog/integrations-core/pull/9941). +* Bump datadog checks base version ([#10300](https://github.com/DataDog/integrations-core/pull/10300)) +* Avoid re-explaining queries that cannot be explained ([#9941](https://github.com/DataDog/integrations-core/pull/9941)) ## 9.0.2 / 2021-08-27 / Agent 7.31.0 ***Fixed***: -* Fix missing caching of pg_settings. See [#10006](https://github.com/DataDog/integrations-core/pull/10006). +* Fix missing caching of pg_settings ([#10006](https://github.com/DataDog/integrations-core/pull/10006)) ## 9.0.1 / 2021-08-25 ***Fixed***: -* Fix postgres collection_errors error reference. See [#9982](https://github.com/DataDog/integrations-core/pull/9982). +* Fix postgres collection_errors error reference ([#9982](https://github.com/DataDog/integrations-core/pull/9982)) ## 9.0.0 / 2021-08-22 ***Changed***: -* Update postgres obfuscator options config. See [#9884](https://github.com/DataDog/integrations-core/pull/9884). -* Set a default statement timeout for postgres to 5s. See [#9847](https://github.com/DataDog/integrations-core/pull/9847). -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Update postgres obfuscator options config ([#9884](https://github.com/DataDog/integrations-core/pull/9884)) +* Set a default statement timeout for postgres to 5s ([#9847](https://github.com/DataDog/integrations-core/pull/9847)) +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Collect settings from pg_settings and submit pg_stat_statements metrics. See [#9928](https://github.com/DataDog/integrations-core/pull/9928). -* Add agent version to postgres database monitoring payloads. See [#9917](https://github.com/DataDog/integrations-core/pull/9917). +* Collect settings from pg_settings and submit pg_stat_statements metrics ([#9928](https://github.com/DataDog/integrations-core/pull/9928)) +* Add agent version to postgres database monitoring payloads ([#9917](https://github.com/DataDog/integrations-core/pull/9917)) ***Fixed***: -* Send the correct hostname with metrics when DBM is enabled. See [#9865](https://github.com/DataDog/integrations-core/pull/9865). -* Revert "Upgrade `psycopg2` on Python 3". See [#9835](https://github.com/DataDog/integrations-core/pull/9835). +* Send the correct hostname with metrics when DBM is enabled ([#9865](https://github.com/DataDog/integrations-core/pull/9865)) +* Revert "Upgrade `psycopg2` on Python 3" ([#9835](https://github.com/DataDog/integrations-core/pull/9835)) ## 8.2.0 / 2021-08-03 ***Added***: -* Add metric for estimated table bloat percentage. See [#9786](https://github.com/DataDog/integrations-core/pull/9786). -* Collect WAL file age metric. See [#9784](https://github.com/DataDog/integrations-core/pull/9784). +* Add metric for estimated table bloat percentage ([#9786](https://github.com/DataDog/integrations-core/pull/9786)) +* Collect WAL file age metric ([#9784](https://github.com/DataDog/integrations-core/pull/9784)) ## 8.1.0 / 2021-07-26 ***Added***: -* Add new relation metrics. See [#9758](https://github.com/DataDog/integrations-core/pull/9758). -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Add new relation metrics ([#9758](https://github.com/DataDog/integrations-core/pull/9758)) +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ***Fixed***: -* Fix debug log formatting. See [#9752](https://github.com/DataDog/integrations-core/pull/9752). +* Fix debug log formatting ([#9752](https://github.com/DataDog/integrations-core/pull/9752)) ## 8.0.5 / 2021-07-21 / Agent 7.30.0 ***Fixed***: -* Fix wrong errors related to pg_stat_statements setup. See [#9733](https://github.com/DataDog/integrations-core/pull/9733). -* Bump `datadog-checks-base` version requirement. See [#9719](https://github.com/DataDog/integrations-core/pull/9719). +* Fix wrong errors related to pg_stat_statements setup ([#9733](https://github.com/DataDog/integrations-core/pull/9733)) +* Bump `datadog-checks-base` version requirement ([#9719](https://github.com/DataDog/integrations-core/pull/9719)) ## 8.0.4 / 2021-07-15 ***Fixed***: -* fix incorrect `min_collection_interval` on DBM metrics payload. See [#9696](https://github.com/DataDog/integrations-core/pull/9696). +* fix incorrect `min_collection_interval` on DBM metrics payload ([#9696](https://github.com/DataDog/integrations-core/pull/9696)) ## 8.0.3 / 2021-07-13 ***Fixed***: -* fix None-version crash for DBM statement metrics. See [#9692](https://github.com/DataDog/integrations-core/pull/9692). +* fix None-version crash for DBM statement metrics ([#9692](https://github.com/DataDog/integrations-core/pull/9692)) ## 8.0.2 / 2021-07-13 ***Fixed***: -* Fix obfuscator options being converted into bytes rather than string. See [#9677](https://github.com/DataDog/integrations-core/pull/9677). +* Fix obfuscator options being converted into bytes rather than string ([#9677](https://github.com/DataDog/integrations-core/pull/9677)) ## 8.0.1 / 2021-07-12 ***Fixed***: -* fix broken error handling in reading of pg_settings. See [#9672](https://github.com/DataDog/integrations-core/pull/9672). +* fix broken error handling in reading of pg_settings ([#9672](https://github.com/DataDog/integrations-core/pull/9672)) ## 8.0.0 / 2021-07-12 ***Changed***: -* Change DBM `statement` config keys and metric terminology to `query`. See [#9664](https://github.com/DataDog/integrations-core/pull/9664). -* remove execution plan cost extraction. See [#9632](https://github.com/DataDog/integrations-core/pull/9632). -* decouple DBM query metrics interval from check run interval. See [#9657](https://github.com/DataDog/integrations-core/pull/9657). -* DBM statement_samples enabled by default, rename DBM-enabled key. See [#9618](https://github.com/DataDog/integrations-core/pull/9618). -* Upgrade psycopg2-binary to 2.8.6. See [#9535](https://github.com/DataDog/integrations-core/pull/9535). +* Change DBM `statement` config keys and metric terminology to `query` ([#9664](https://github.com/DataDog/integrations-core/pull/9664)) +* remove execution plan cost extraction ([#9632](https://github.com/DataDog/integrations-core/pull/9632)) +* decouple DBM query metrics interval from check run interval ([#9657](https://github.com/DataDog/integrations-core/pull/9657)) +* DBM statement_samples enabled by default, rename DBM-enabled key ([#9618](https://github.com/DataDog/integrations-core/pull/9618)) +* Upgrade psycopg2-binary to 2.8.6 ([#9535](https://github.com/DataDog/integrations-core/pull/9535)) ***Added***: -* Add DBM SQL obfuscator options. See [#9640](https://github.com/DataDog/integrations-core/pull/9640). -* Add truncated statement indicator to postgres query sample events. See [#9597](https://github.com/DataDog/integrations-core/pull/9597). -* Add better error handling/reporting for database errors when querying pg_stat_statements. See [#9628](https://github.com/DataDog/integrations-core/pull/9628). -* Provide a reason for not having an execution plan (Postgres). See [#9563](https://github.com/DataDog/integrations-core/pull/9563). +* Add DBM SQL obfuscator options ([#9640](https://github.com/DataDog/integrations-core/pull/9640)) +* Add truncated statement indicator to postgres query sample events ([#9597](https://github.com/DataDog/integrations-core/pull/9597)) +* Add better error handling/reporting for database errors when querying pg_stat_statements ([#9628](https://github.com/DataDog/integrations-core/pull/9628)) +* Provide a reason for not having an execution plan (Postgres) ([#9563](https://github.com/DataDog/integrations-core/pull/9563)) ***Fixed***: -* Fix insufficient rate limiting of statement samples . See [#9581](https://github.com/DataDog/integrations-core/pull/9581). -* log execution plan collection failure at debug level. See [#9562](https://github.com/DataDog/integrations-core/pull/9562). -* Enable autocommit on all connections. See [#9494](https://github.com/DataDog/integrations-core/pull/9494). +* Fix insufficient rate limiting of statement samples ([#9581](https://github.com/DataDog/integrations-core/pull/9581)) +* log execution plan collection failure at debug level ([#9562](https://github.com/DataDog/integrations-core/pull/9562)) +* Enable autocommit on all connections ([#9494](https://github.com/DataDog/integrations-core/pull/9494)) ## 7.0.2 / 2021-06-03 / Agent 7.29.0 ***Fixed***: -* Remove instance-level database tag from DBM metrics & events. See [#9469](https://github.com/DataDog/integrations-core/pull/9469). +* Remove instance-level database tag from DBM metrics & events ([#9469](https://github.com/DataDog/integrations-core/pull/9469)) ## 7.0.1 / 2021-06-01 ***Fixed***: -* Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449). +* Bump minimum base package requirement ([#9449](https://github.com/DataDog/integrations-core/pull/9449)) ## 7.0.0 / 2021-05-28 ***Removed***: -* Remove unused query metric limit configuration. See [#9377](https://github.com/DataDog/integrations-core/pull/9377). +* Remove unused query metric limit configuration ([#9377](https://github.com/DataDog/integrations-core/pull/9377)) ***Changed***: -* Send database monitoring "full query text" events. See [#9405](https://github.com/DataDog/integrations-core/pull/9405). -* Exclude `EXPLAIN` queries from `pg_stat_statements`. See [#9358](https://github.com/DataDog/integrations-core/pull/9358). -* Extract relations logic to RelationsManager. See [#9322](https://github.com/DataDog/integrations-core/pull/9322). -* Collect statement metrics & samples from all databases on host. See [#9252](https://github.com/DataDog/integrations-core/pull/9252). -* Remove `service` event facet. See [#9275](https://github.com/DataDog/integrations-core/pull/9275). -* Send database monitoring query metrics to new intake. See [#9222](https://github.com/DataDog/integrations-core/pull/9222). +* Send database monitoring "full query text" events ([#9405](https://github.com/DataDog/integrations-core/pull/9405)) +* Exclude `EXPLAIN` queries from `pg_stat_statements` ([#9358](https://github.com/DataDog/integrations-core/pull/9358)) +* Extract relations logic to RelationsManager ([#9322](https://github.com/DataDog/integrations-core/pull/9322)) +* Collect statement metrics & samples from all databases on host ([#9252](https://github.com/DataDog/integrations-core/pull/9252)) +* Remove `service` event facet ([#9275](https://github.com/DataDog/integrations-core/pull/9275)) +* Send database monitoring query metrics to new intake ([#9222](https://github.com/DataDog/integrations-core/pull/9222)) ***Added***: -* Filter lock relation metrics by relkind. See [#9323](https://github.com/DataDog/integrations-core/pull/9323). +* Filter lock relation metrics by relkind ([#9323](https://github.com/DataDog/integrations-core/pull/9323)) ***Fixed***: -* Allow strings in relations. See [#9432](https://github.com/DataDog/integrations-core/pull/9432). -* Postgres 13 support for statement metrics. See [#9365](https://github.com/DataDog/integrations-core/pull/9365). -* Fix erroneous postgres statement metrics on duplicate queries. See [#9231](https://github.com/DataDog/integrations-core/pull/9231). +* Allow strings in relations ([#9432](https://github.com/DataDog/integrations-core/pull/9432)) +* Postgres 13 support for statement metrics ([#9365](https://github.com/DataDog/integrations-core/pull/9365)) +* Fix erroneous postgres statement metrics on duplicate queries ([#9231](https://github.com/DataDog/integrations-core/pull/9231)) ## 6.0.2 / 2021-04-27 ***Fixed***: -* Revert way of checking if it's aurora. See [#9224](https://github.com/DataDog/integrations-core/pull/9224). +* Revert way of checking if it's aurora ([#9224](https://github.com/DataDog/integrations-core/pull/9224)) ## 6.0.1 / 2021-04-26 / Agent 7.28.0 ***Fixed***: -* Fix config validation for `relations`. See [#9242](https://github.com/DataDog/integrations-core/pull/9242). +* Fix config validation for `relations` ([#9242](https://github.com/DataDog/integrations-core/pull/9242)) ## 6.0.0 / 2021-04-19 ***Changed***: -* Submit DBM query samples via new aggregator API. See [#9045](https://github.com/DataDog/integrations-core/pull/9045). +* Submit DBM query samples via new aggregator API ([#9045](https://github.com/DataDog/integrations-core/pull/9045)) ***Added***: -* Add runtime configuration validation. See [#8971](https://github.com/DataDog/integrations-core/pull/8971). +* Add runtime configuration validation ([#8971](https://github.com/DataDog/integrations-core/pull/8971)) ***Fixed***: -* Fix wrong timestamp for DBM beta feature. See [#9024](https://github.com/DataDog/integrations-core/pull/9024). +* Fix wrong timestamp for DBM beta feature ([#9024](https://github.com/DataDog/integrations-core/pull/9024)) ## 5.4.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Collect postgres statement samples & execution plans for deep database monitoring. See [#8627](https://github.com/DataDog/integrations-core/pull/8627). -* Apply default limits to Postres statement metrics. See [#8647](https://github.com/DataDog/integrations-core/pull/8647). +* Collect postgres statement samples & execution plans for deep database monitoring ([#8627](https://github.com/DataDog/integrations-core/pull/8627)) +* Apply default limits to Postres statement metrics ([#8647](https://github.com/DataDog/integrations-core/pull/8647)) ***Fixed***: -* Shutdown statement sampler thread on cancel. See [#8766](https://github.com/DataDog/integrations-core/pull/8766). -* Improve orjson compatibility. See [#8767](https://github.com/DataDog/integrations-core/pull/8767). +* Shutdown statement sampler thread on cancel ([#8766](https://github.com/DataDog/integrations-core/pull/8766)) +* Improve orjson compatibility ([#8767](https://github.com/DataDog/integrations-core/pull/8767)) ## 5.3.4 / 2021-02-19 ***Fixed***: -* Fix query syntax. See [#8661](https://github.com/DataDog/integrations-core/pull/8661). +* Fix query syntax ([#8661](https://github.com/DataDog/integrations-core/pull/8661)) ## 5.3.3 / 2021-02-19 ***Fixed***: -* Add dbstrict option to limit queries to specified databases. See [#8643](https://github.com/DataDog/integrations-core/pull/8643). -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Add dbstrict option to limit queries to specified databases ([#8643](https://github.com/DataDog/integrations-core/pull/8643)) +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ## 5.3.2 / 2021-02-01 / Agent 7.26.0 ***Fixed***: -* Fix Postgres statements to remove information_schema query. See [#8498](https://github.com/DataDog/integrations-core/pull/8498). -* Bump minimum package. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). -* Do not run replication metrics on newer aurora versions. See [#8492](https://github.com/DataDog/integrations-core/pull/8492). +* Fix Postgres statements to remove information_schema query ([#8498](https://github.com/DataDog/integrations-core/pull/8498)) +* Bump minimum package ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) +* Do not run replication metrics on newer aurora versions ([#8492](https://github.com/DataDog/integrations-core/pull/8492)) ## 5.3.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Removed duplicated metrics. See [#8116](https://github.com/DataDog/integrations-core/pull/8116). +* Removed duplicated metrics ([#8116](https://github.com/DataDog/integrations-core/pull/8116)) ## 5.3.0 / 2020-11-26 ***Added***: -* Add new metrics for WAL based logical replication. See [#8026](https://github.com/DataDog/integrations-core/pull/8026). +* Add new metrics for WAL based logical replication ([#8026](https://github.com/DataDog/integrations-core/pull/8026)) ## 5.2.1 / 2020-11-10 / Agent 7.24.0 ***Fixed***: -* Fix query tag to use the normalized query. See [#7982](https://github.com/DataDog/integrations-core/pull/7982). -* Change `deep_database_monitoring` language from BETA to ALPHA. See [#7947](https://github.com/DataDog/integrations-core/pull/7947). +* Fix query tag to use the normalized query ([#7982](https://github.com/DataDog/integrations-core/pull/7982)) +* Change `deep_database_monitoring` language from BETA to ALPHA ([#7947](https://github.com/DataDog/integrations-core/pull/7947)) ## 5.2.0 / 2020-10-31 ***Added***: -* Support postgres statement-level metrics for deep database monitoring. See [#7852](https://github.com/DataDog/integrations-core/pull/7852). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Support postgres statement-level metrics for deep database monitoring ([#7852](https://github.com/DataDog/integrations-core/pull/7852)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix noisy log when not running on Aurora. See [#7542](https://github.com/DataDog/integrations-core/pull/7542). Thanks [lucasviecelli](https://github.com/lucasviecelli). +* Fix noisy log when not running on Aurora ([#7542](https://github.com/DataDog/integrations-core/pull/7542)) Thanks [lucasviecelli](https://github.com/lucasviecelli). ## 5.1.0 / 2020-09-09 / Agent 7.23.0 ***Added***: -* Allow customizing application name in Postgres database. See [#7528](https://github.com/DataDog/integrations-core/pull/7528). +* Allow customizing application name in Postgres database ([#7528](https://github.com/DataDog/integrations-core/pull/7528)) ***Fixed***: -* Fix PostgreSQL connection string when using ident authentication. See [#7219](https://github.com/DataDog/integrations-core/pull/7219). Thanks [verdie-g](https://github.com/verdie-g). +* Fix PostgreSQL connection string when using ident authentication ([#7219](https://github.com/DataDog/integrations-core/pull/7219)) Thanks [verdie-g](https://github.com/verdie-g). ## 5.0.3 / 2020-09-02 ***Fixed***: -* Cache version and is_aurora independently. See [#7480](https://github.com/DataDog/integrations-core/pull/7480). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* [datadog_checks_dev] Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Cache version and is_aurora independently ([#7480](https://github.com/DataDog/integrations-core/pull/7480)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* [datadog_checks_dev] Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 5.0.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 5.0.1 / 2020-07-16 ***Fixed***: -* Avoid aurora pg warnings. See [#7123](https://github.com/DataDog/integrations-core/pull/7123). +* Avoid aurora pg warnings ([#7123](https://github.com/DataDog/integrations-core/pull/7123)) ## 5.0.0 / 2020-06-29 / Agent 7.21.0 ***Changed***: -* Add `max_relations` config. See [#6725](https://github.com/DataDog/integrations-core/pull/6725). +* Add `max_relations` config ([#6725](https://github.com/DataDog/integrations-core/pull/6725)) ***Added***: -* Add config specs. See [#6547](https://github.com/DataDog/integrations-core/pull/6547). +* Add config specs ([#6547](https://github.com/DataDog/integrations-core/pull/6547)) ***Fixed***: -* Remove references to `use_psycopg2`. See [#6975](https://github.com/DataDog/integrations-core/pull/6975). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Extract config to new class. See [#6500](https://github.com/DataDog/integrations-core/pull/6500). +* Remove references to `use_psycopg2` ([#6975](https://github.com/DataDog/integrations-core/pull/6975)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Extract config to new class ([#6500](https://github.com/DataDog/integrations-core/pull/6500)) ## 4.0.0 / 2020-05-17 / Agent 7.20.0 ***Changed***: -* Postgres lock metrics are relation metrics. See [#6498](https://github.com/DataDog/integrations-core/pull/6498). +* Postgres lock metrics are relation metrics ([#6498](https://github.com/DataDog/integrations-core/pull/6498)) ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Refactor multiple instance to single instance. See [#6510](https://github.com/DataDog/integrations-core/pull/6510). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Refactor multiple instance to single instance ([#6510](https://github.com/DataDog/integrations-core/pull/6510)) ## 3.5.4 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Fix service check on unexpected exception. See [#6196](https://github.com/DataDog/integrations-core/pull/6196). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Fix service check on unexpected exception ([#6196](https://github.com/DataDog/integrations-core/pull/6196)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 3.5.3 / 2020-02-26 / Agent 7.18.0 ***Fixed***: -* Rollback db connection when we get a 'FeatureNotSupported' exception. See [#5882](https://github.com/DataDog/integrations-core/pull/5882). +* Rollback db connection when we get a 'FeatureNotSupported' exception ([#5882](https://github.com/DataDog/integrations-core/pull/5882)) ## 3.5.2 / 2020-02-22 ***Fixed***: -* Handle FeatureNotSupported errors in queries. See [#5749](https://github.com/DataDog/integrations-core/pull/5749). +* Handle FeatureNotSupported errors in queries ([#5749](https://github.com/DataDog/integrations-core/pull/5749)) ## 3.5.1 / 2020-02-13 ***Fixed***: -* Filter out schemas in the queries directly. See [#5710](https://github.com/DataDog/integrations-core/pull/5710). -* Refactor query_scope utility method. See [#5433](https://github.com/DataDog/integrations-core/pull/5433). +* Filter out schemas in the queries directly ([#5710](https://github.com/DataDog/integrations-core/pull/5710)) +* Refactor query_scope utility method ([#5433](https://github.com/DataDog/integrations-core/pull/5433)) ## 3.5.0 / 2019-12-30 / Agent 7.17.0 ***Added***: -* Add version metadata. See [#4874](https://github.com/DataDog/integrations-core/pull/4874). +* Add version metadata ([#4874](https://github.com/DataDog/integrations-core/pull/4874)) ***Fixed***: -* Handle connection closed. See [#5350](https://github.com/DataDog/integrations-core/pull/5350). +* Handle connection closed ([#5350](https://github.com/DataDog/integrations-core/pull/5350)) ## 3.4.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add lock_type tag to lock metric. See [#5006](https://github.com/DataDog/integrations-core/pull/5006). Thanks [tjwp](https://github.com/tjwp). -* Extract version utils and use semver for version comparison. See [#4844](https://github.com/DataDog/integrations-core/pull/4844). +* Add lock_type tag to lock metric ([#5006](https://github.com/DataDog/integrations-core/pull/5006)) Thanks [tjwp](https://github.com/tjwp). +* Extract version utils and use semver for version comparison ([#4844](https://github.com/DataDog/integrations-core/pull/4844)) ## 3.3.0 / 2019-10-30 ***Added***: -* Upgrade psycopg2-binary to 2.8.4. See [#4840](https://github.com/DataDog/integrations-core/pull/4840). +* Upgrade psycopg2-binary to 2.8.4 ([#4840](https://github.com/DataDog/integrations-core/pull/4840)) ***Fixed***: -* Remove multi instance from code. See [#4831](https://github.com/DataDog/integrations-core/pull/4831). +* Remove multi instance from code ([#4831](https://github.com/DataDog/integrations-core/pull/4831)) ## 3.2.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Add cache invalidation and better thread lock. See [#4723](https://github.com/DataDog/integrations-core/pull/4723). +* Add cache invalidation and better thread lock ([#4723](https://github.com/DataDog/integrations-core/pull/4723)) ## 3.2.0 / 2019-09-10 ***Added***: -* Add schema tag to Lock and Size metrics. See [#3721](https://github.com/DataDog/integrations-core/pull/3721). Thanks [fischaz](https://github.com/fischaz). +* Add schema tag to Lock and Size metrics ([#3721](https://github.com/DataDog/integrations-core/pull/3721)) Thanks [fischaz](https://github.com/fischaz). ## 3.1.3 / 2019-09-04 / Agent 6.14.0 ***Fixed***: -* Catch statement timeouts correctly. See [#4501](https://github.com/DataDog/integrations-core/pull/4501). +* Catch statement timeouts correctly ([#4501](https://github.com/DataDog/integrations-core/pull/4501)) ## 3.1.2 / 2019-08-31 ***Fixed***: -* Document new config option. See [#4480](https://github.com/DataDog/integrations-core/pull/4480). +* Document new config option ([#4480](https://github.com/DataDog/integrations-core/pull/4480)) ## 3.1.1 / 2019-08-30 ***Fixed***: -* Fix query condition. See [#4484](https://github.com/DataDog/integrations-core/pull/4484). Thanks [dpierce-aledade](https://github.com/dpierce-aledade). +* Fix query condition ([#4484](https://github.com/DataDog/integrations-core/pull/4484)) Thanks [dpierce-aledade](https://github.com/dpierce-aledade). ## 3.1.0 / 2019-08-24 ***Added***: -* Make table_count_limit a parameter. See [#3729](https://github.com/DataDog/integrations-core/pull/3729). Thanks [fischaz](https://github.com/fischaz). -* Add postgresql application name to connection. See [#4295](https://github.com/DataDog/integrations-core/pull/4295). +* Make table_count_limit a parameter ([#3729](https://github.com/DataDog/integrations-core/pull/3729)) Thanks [fischaz](https://github.com/fischaz). +* Add postgresql application name to connection ([#4295](https://github.com/DataDog/integrations-core/pull/4295)) ## 3.0.0 / 2019-07-12 / Agent 6.13.0 ***Changed***: -* Add SSL support for psycopg2, remove pg8000. See [#4096](https://github.com/DataDog/integrations-core/pull/4096). +* Add SSL support for psycopg2, remove pg8000 ([#4096](https://github.com/DataDog/integrations-core/pull/4096)) ## 2.9.1 / 2019-07-04 ***Fixed***: -* Fix tagging for custom queries using custom tags. See [#3930](https://github.com/DataDog/integrations-core/pull/3930). +* Fix tagging for custom queries using custom tags ([#3930](https://github.com/DataDog/integrations-core/pull/3930)) ## 2.9.0 / 2019-06-20 ***Added***: -* Add regex matching for per-relation metrics. See [#3916](https://github.com/DataDog/integrations-core/pull/3916). +* Add regex matching for per-relation metrics ([#3916](https://github.com/DataDog/integrations-core/pull/3916)) ## 2.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psycopg2-binary to 2.8.2. See [#3649](https://github.com/DataDog/integrations-core/pull/3649). -* Adhere to code style. See [#3557](https://github.com/DataDog/integrations-core/pull/3557). +* Upgrade psycopg2-binary to 2.8.2 ([#3649](https://github.com/DataDog/integrations-core/pull/3649)) +* Adhere to code style ([#3557](https://github.com/DataDog/integrations-core/pull/3557)) ***Fixed***: -* Use configuration user for pgsql activity metric. See [#3720](https://github.com/DataDog/integrations-core/pull/3720). Thanks [fischaz](https://github.com/fischaz). -* Fix schema filtering on query relations. See [#3449](https://github.com/DataDog/integrations-core/pull/3449). Thanks [fischaz](https://github.com/fischaz). +* Use configuration user for pgsql activity metric ([#3720](https://github.com/DataDog/integrations-core/pull/3720)) Thanks [fischaz](https://github.com/fischaz). +* Fix schema filtering on query relations ([#3449](https://github.com/DataDog/integrations-core/pull/3449)) Thanks [fischaz](https://github.com/fischaz). ## 2.7.0 / 2019-04-05 / Agent 6.11.0 ***Added***: -* Adds an option to tag metrics with `replication_role`. See [#2929](https://github.com/DataDog/integrations-core/pull/2929). -* Add `server` tag to metrics and service_check. See [#2928](https://github.com/DataDog/integrations-core/pull/2928). +* Adds an option to tag metrics with `replication_role` ([#2929](https://github.com/DataDog/integrations-core/pull/2929)) +* Add `server` tag to metrics and service_check ([#2928](https://github.com/DataDog/integrations-core/pull/2928)) ## 2.6.0 / 2019-03-11 ***Added***: -* Support multiple rows for custom queries. See [#3242](https://github.com/DataDog/integrations-core/pull/3242). +* Support multiple rows for custom queries ([#3242](https://github.com/DataDog/integrations-core/pull/3242)) ## 2.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Finish Python3 Support. See [#2949](https://github.com/DataDog/integrations-core/pull/2949). +* Finish Python3 Support ([#2949](https://github.com/DataDog/integrations-core/pull/2949)) ## 2.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Bump psycopg2-binary version to 2.7.5. See [#2799](https://github.com/DataDog/integrations-core/pull/2799). +* Bump psycopg2-binary version to 2.7.5 ([#2799](https://github.com/DataDog/integrations-core/pull/2799)) ## 2.3.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Include db tag with postgresql.locks metrics. See [#2567](https://github.com/DataDog/integrations-core/pull/2567). Thanks [sj26](https://github.com/sj26). -* Support Python 3. See [#2616](https://github.com/DataDog/integrations-core/pull/2616). +* Include db tag with postgresql.locks metrics ([#2567](https://github.com/DataDog/integrations-core/pull/2567)) Thanks [sj26](https://github.com/sj26). +* Support Python 3 ([#2616](https://github.com/DataDog/integrations-core/pull/2616)) ## 2.2.3 / 2018-10-14 / Agent 6.6.0 ***Fixed***: -* Fix version detection for new development releases. See [#2401](https://github.com/DataDog/integrations-core/pull/2401). +* Fix version detection for new development releases ([#2401](https://github.com/DataDog/integrations-core/pull/2401)) ## 2.2.2 / 2018-09-11 / Agent 6.5.0 ***Fixed***: -* Fix version detection for Postgres v10+. See [#2208](https://github.com/DataDog/integrations-core/pull/2208). +* Fix version detection for Postgres v10+ ([#2208](https://github.com/DataDog/integrations-core/pull/2208)) ## 2.2.1 / 2018-09-06 ***Fixed***: -* Gracefully handle errors when performing custom_queries. See [#2184](https://github.com/DataDog/integrations-core/pull/2184). -* Gracefully handle failed version regex match. See [#2178](https://github.com/DataDog/integrations-core/pull/2178). +* Gracefully handle errors when performing custom_queries ([#2184](https://github.com/DataDog/integrations-core/pull/2184)) +* Gracefully handle failed version regex match ([#2178](https://github.com/DataDog/integrations-core/pull/2178)) ## 2.2.0 / 2018-09-04 ***Added***: -* Add number of "idle in transaction" transactions and open transactions. See [#2118](https://github.com/DataDog/integrations-core/pull/2118). -* Implement custom_queries and start deprecating custom_metrics. See [#2043](https://github.com/DataDog/integrations-core/pull/2043). -* Re-enable instance tags for server metrics on Agent version 6. See [#2049](https://github.com/DataDog/integrations-core/pull/2049). -* Rename dependency psycopg2 to pyscopg2-binary. See [#1842](https://github.com/DataDog/integrations-core/pull/1842). -* Correcting duplicate metric name, add index_rows_fetched. See [#1762](https://github.com/DataDog/integrations-core/pull/1762). +* Add number of "idle in transaction" transactions and open transactions ([#2118](https://github.com/DataDog/integrations-core/pull/2118)) +* Implement custom_queries and start deprecating custom_metrics ([#2043](https://github.com/DataDog/integrations-core/pull/2043)) +* Re-enable instance tags for server metrics on Agent version 6 ([#2049](https://github.com/DataDog/integrations-core/pull/2049)) +* Rename dependency psycopg2 to pyscopg2-binary ([#1842](https://github.com/DataDog/integrations-core/pull/1842)) +* Correcting duplicate metric name, add index_rows_fetched ([#1762](https://github.com/DataDog/integrations-core/pull/1762)) ***Fixed***: -* Fix Postgres version parsing for beta versions. See [#2064](https://github.com/DataDog/integrations-core/pull/2064). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Fix Postgres version parsing for beta versions ([#2064](https://github.com/DataDog/integrations-core/pull/2064)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 2.1.3 / 2018-06-20 / Agent 6.4.0 ***Fixed***: -* Fixed postgres verification script. See [#1764](https://github.com/DataDog/integrations-core/pull/1764). +* Fixed postgres verification script ([#1764](https://github.com/DataDog/integrations-core/pull/1764)) ## 2.1.2 / 2018-06-07 ***Security***: -* Update psycopg2 for security fixes. See [#1538](https://github.com/DataDog/integrations-core/pull/1538). +* Update psycopg2 for security fixes ([#1538](https://github.com/DataDog/integrations-core/pull/1538)) ***Fixed***: -* Fix function metrics tagging issue for no-args functions. See [#1452](https://github.com/DataDog/integrations-core/pull/1452). Thanks [zorgz](https://github.com/zorgz). +* Fix function metrics tagging issue for no-args functions ([#1452](https://github.com/DataDog/integrations-core/pull/1452)) Thanks [zorgz](https://github.com/zorgz). ## 2.1.1 / 2018-05-11 @@ -825,13 +825,13 @@ ***Fixed***: -* Adding support for postgres 10. See [#1172](https://github.com/DataDog/integrations-core/issues/1172). +* Adding support for postgres 10 ([#1172](https://github.com/DataDog/integrations-core/issues/1172)) ## 2.0.0 / 2018-02-13 ***Deprecated***: -* Starting with agent6 the postgres check no longer tag server wide metrics with instance tags. See [#1073](https://github.com/DataDog/integrations-core/issues/1073) +* Starting with agent6 the postgres check no longer tag server wide metrics with instance tags ([#1073](https://github)com/DataDog/integrations-core/issues/1073) ***Added***: @@ -861,7 +861,7 @@ ***Fixed***: -* Allow specifying postgres port as string. See [#607](https://github.com/DataDog/integrations-core/issues/607), thanks [@infothrill](https://github.com/infothrill) +* Allow specifying postgres port as string ([#607](https://github.com/DataDog/integrations-core/issues/607), thanks [@infothrill](https://github)com/infothrill) ## 1.0.3 / 2017-07-18 @@ -873,13 +873,13 @@ ***Added***: -* Provide a meaningful error when custom metrics are misconfigured. See [#446](https://github.com/DataDog/integrations-core/issues/446) +* Provide a meaningful error when custom metrics are misconfigured ([#446](https://github)com/DataDog/integrations-core/issues/446) ## 1.0.1 / 2017-03-22 ***Changed***: -* bump psycopg2 to 2.7.1. See [#295](https://github.com/DataDog/integrations-core/issues/295). +* bump psycopg2 to 2.7.1 ([#295](https://github.com/DataDog/integrations-core/issues/295)) ## 1.0.0 / 2017-03-22 diff --git a/powerdns_recursor/CHANGELOG.md b/powerdns_recursor/CHANGELOG.md index 3f57978d7f4ae..2682ffb039254 100644 --- a/powerdns_recursor/CHANGELOG.md +++ b/powerdns_recursor/CHANGELOG.md @@ -6,140 +6,140 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11418](https://github.com/DataDog/integrations-core/pull/11418). +* Add `pyproject.toml` file ([#11418](https://github.com/DataDog/integrations-core/pull/11418)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.9.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8972](https://github.com/DataDog/integrations-core/pull/8972). +* Add runtime configuration validation ([#8972](https://github.com/DataDog/integrations-core/pull/8972)) ## 1.8.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* Add config spec. See [#7742](https://github.com/DataDog/integrations-core/pull/7742). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* Add config spec ([#7742](https://github.com/DataDog/integrations-core/pull/7742)) ## 1.7.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add version metadata. See [#6916](https://github.com/DataDog/integrations-core/pull/6916). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add version metadata ([#6916](https://github.com/DataDog/integrations-core/pull/6916)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.4.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to powerdns_recursor. See [#4261](https://github.com/DataDog/integrations-core/pull/4261). +* Add requests wrapper to powerdns_recursor ([#4261](https://github.com/DataDog/integrations-core/pull/4261)) ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3558](https://github.com/DataDog/integrations-core/pull/3558). +* Adhere to code style ([#3558](https://github.com/DataDog/integrations-core/pull/3558)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2789][1]. +* Support Python 3 ([#2789][1]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945][2]. -* Add data files to the wheel package. See [#1727][3]. +* Make sure all checks' versions are exposed ([#1945][2]) +* Add data files to the wheel package ([#1727][3]) ## 1.1.0 / 2018-05-11 diff --git a/presto/CHANGELOG.md b/presto/CHANGELOG.md index a976a722ff7c2..f4eca2fadc0a3 100644 --- a/presto/CHANGELOG.md +++ b/presto/CHANGELOG.md @@ -6,122 +6,122 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.6.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.6.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 2.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11419](https://github.com/DataDog/integrations-core/pull/11419). +* Add `pyproject.toml` file ([#11419](https://github.com/DataDog/integrations-core/pull/11419)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.5.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.5.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 2.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8973](https://github.com/DataDog/integrations-core/pull/8973). +* Add runtime configuration validation ([#8973](https://github.com/DataDog/integrations-core/pull/8973)) ## 2.4.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 2.3.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 2.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.3.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 2.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7745](https://github.com/DataDog/integrations-core/pull/7745). +* Add config spec ([#7745](https://github.com/DataDog/integrations-core/pull/7745)) ## 2.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 2.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.0.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.0.1 / 2019-06-05 / Agent 6.12.0 ***Fixed***: -* Fix version discovery. See [#3874](https://github.com/DataDog/integrations-core/pull/3874). +* Fix version discovery ([#3874](https://github.com/DataDog/integrations-core/pull/3874)) ## 2.0.0 / 2019-06-01 ***Changed***: -* Fix metric aliases. See [#3766](https://github.com/DataDog/integrations-core/pull/3766). +* Fix metric aliases ([#3766](https://github.com/DataDog/integrations-core/pull/3766)) ## 1.0.1 / 2019-05-14 ***Fixed***: -* Update the log path for the presto integration. See [#3416](https://github.com/DataDog/integrations-core/pull/3416). +* Update the log path for the presto integration ([#3416](https://github.com/DataDog/integrations-core/pull/3416)) ## 1.0.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adds Presto Integration. See [#3131](https://github.com/DataDog/integrations-core/pull/3131). +* Adds Presto Integration ([#3131](https://github.com/DataDog/integrations-core/pull/3131)) diff --git a/process/CHANGELOG.md b/process/CHANGELOG.md index da2f1a54dc4f2..d4393d86072fa 100644 --- a/process/CHANGELOG.md +++ b/process/CHANGELOG.md @@ -6,257 +6,257 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.2 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Change log level to debug. See [#13080](https://github.com/DataDog/integrations-core/pull/13080). Thanks [rsafonseca](https://github.com/rsafonseca). +* Change log level to debug ([#13080](https://github.com/DataDog/integrations-core/pull/13080)) Thanks [rsafonseca](https://github.com/rsafonseca). ## 2.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11420](https://github.com/DataDog/integrations-core/pull/11420). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11420](https://github.com/DataDog/integrations-core/pull/11420)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Lower warning to debug level. See [#10414](https://github.com/DataDog/integrations-core/pull/10414). +* Lower warning to debug level ([#10414](https://github.com/DataDog/integrations-core/pull/10414)) ## 2.1.0 / 2021-09-15 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Update logic to run sudo for `num_fds`. See [#10109](https://github.com/DataDog/integrations-core/pull/10109). +* Update logic to run sudo for `num_fds` ([#10109](https://github.com/DataDog/integrations-core/pull/10109)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Add runtime configuration validation. See [#8974](https://github.com/DataDog/integrations-core/pull/8974). +* Add runtime configuration validation ([#8974](https://github.com/DataDog/integrations-core/pull/8974)) ## 1.17.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.17.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Clear process cache if cached PIDs not found. See [#8414](https://github.com/DataDog/integrations-core/pull/8414). Thanks [gingerlime](https://github.com/gingerlime). +* Clear process cache if cached PIDs not found ([#8414](https://github.com/DataDog/integrations-core/pull/8414)) Thanks [gingerlime](https://github.com/gingerlime). ## 1.17.0 / 2020-12-28 ***Added***: -* Clear stale PIDs from cache. See [#8263](https://github.com/DataDog/integrations-core/pull/8263). Thanks [gingerlime](https://github.com/gingerlime). +* Clear stale PIDs from cache ([#8263](https://github.com/DataDog/integrations-core/pull/8263)) Thanks [gingerlime](https://github.com/gingerlime). ## 1.16.0 / 2020-09-09 / Agent 7.23.0 ***Added***: -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ***Fixed***: -* Handle unfound processes in no matching PIDs logs. See [#7474](https://github.com/DataDog/integrations-core/pull/7474). Thanks [TheBooper](https://github.com/TheBooper). +* Handle unfound processes in no matching PIDs logs ([#7474](https://github.com/DataDog/integrations-core/pull/7474)) Thanks [TheBooper](https://github.com/TheBooper). ## 1.15.1 / 2020-07-02 / Agent 7.21.0 ***Fixed***: -* Fix NoSuchProcess log message level. See [#7045](https://github.com/DataDog/integrations-core/pull/7045). +* Fix NoSuchProcess log message level ([#7045](https://github.com/DataDog/integrations-core/pull/7045)) ## 1.15.0 / 2020-06-29 ***Added***: -* Config specs and new agent signature. See [#6781](https://github.com/DataDog/integrations-core/pull/6781). +* Config specs and new agent signature ([#6781](https://github.com/DataDog/integrations-core/pull/6781)) ## 1.14.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.13.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.12.0 / 2020-03-13 ***Added***: -* Improve check performance. See [#5920](https://github.com/DataDog/integrations-core/pull/5920). +* Improve check performance ([#5920](https://github.com/DataDog/integrations-core/pull/5920)) ## 1.11.1 / 2020-01-15 / Agent 7.17.0 ***Fixed***: -* Fix debug logging. See [#5460](https://github.com/DataDog/integrations-core/pull/5460). +* Fix debug logging ([#5460](https://github.com/DataDog/integrations-core/pull/5460)) ## 1.11.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Uncomment required config: search_string. See [#5359](https://github.com/DataDog/integrations-core/pull/5359). +* Uncomment required config: search_string ([#5359](https://github.com/DataDog/integrations-core/pull/5359)) ## 1.10.4 / 2019-12-23 ***Fixed***: -* Add debug logging when processes are not found. See [#5313](https://github.com/DataDog/integrations-core/pull/5313). +* Add debug logging when processes are not found ([#5313](https://github.com/DataDog/integrations-core/pull/5313)) ## 1.10.3 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.10.2 / 2019-12-02 ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.10.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Make iowrite_bytes and ioread_bytes counts. See [#4655](https://github.com/DataDog/integrations-core/pull/4655). -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Make iowrite_bytes and ioread_bytes counts ([#4655](https://github.com/DataDog/integrations-core/pull/4655)) +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.10.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) ## 1.9.0 / 2019-04-15 ***Added***: -* Adhere to code style. See [#3559](https://github.com/DataDog/integrations-core/pull/3559). +* Adhere to code style ([#3559](https://github.com/DataDog/integrations-core/pull/3559)) ***Fixed***: -* Do not return prematurely when calling `memory_info` on windows and solaris. See [#3618](https://github.com/DataDog/integrations-core/pull/3618). +* Do not return prematurely when calling `memory_info` on windows and solaris ([#3618](https://github.com/DataDog/integrations-core/pull/3618)) ## 1.8.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). -* Finish Python 3 Support. See [#2950](https://github.com/DataDog/integrations-core/pull/2950). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) +* Finish Python 3 Support ([#2950](https://github.com/DataDog/integrations-core/pull/2950)) ## 1.7.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2812](https://github.com/DataDog/integrations-core/pull/2812). +* Support Python 3 ([#2812](https://github.com/DataDog/integrations-core/pull/2812)) ## 1.6.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Update psutil. See [#2576](https://github.com/DataDog/integrations-core/pull/2576). +* Update psutil ([#2576](https://github.com/DataDog/integrations-core/pull/2576)) ## 1.5.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190](https://github.com/DataDog/integrations-core/pull/2190). +* Upgrade psutil ([#2190](https://github.com/DataDog/integrations-core/pull/2190)) ## 1.4.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Added regex support to process check when exact_match is False.. See [#2055](https://github.com/DataDog/integrations-core/pull/2055). Thanks [asandeep](https://github.com/asandeep). -* [Add] Add cpu.normalized_pct metric. See [#1729](https://github.com/DataDog/integrations-core/pull/1729). +* Added regex support to process check when exact_match is False. ([#2055](https://github.com/DataDog/integrations-core/pull/2055)) Thanks [asandeep](https://github.com/asandeep). +* [Add] Add cpu.normalized_pct metric ([#1729](https://github.com/DataDog/integrations-core/pull/1729)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-02-13 ***Added***: -* Add option to use sudo for privileged process checks on file descriptors. See [#1530](https://github.com/DataDog/integrations-core/pull/1530), thanks [@pdecat](https://github.com/pdecat). +* Add option to use sudo for privileged process checks on file descriptors ([#1530](https://github.com/DataDog/integrations-core/pull/1530), thanks [@pdecat](https://github.com/pdecat)) ## 1.2.0 / 2018-01-10 ***Added***: -* Filter processes by user. See [#337](https://github.com/DataDog/integrations-core/pull/337) +* Filter processes by user ([#337](https://github)com/DataDog/integrations-core/pull/337) ## 1.1.2 / 2017-08-28 ***Added***: -* Better logging when a process was not found. See [#609](https://github.com/DataDog/integrations-core/pull/609) +* Better logging when a process was not found ([#609](https://github)com/DataDog/integrations-core/pull/609) ## 1.1.1 / 2017-07-18 @@ -268,13 +268,13 @@ ***Added***: -* Add option to collect metrics for children of matched processes. See [#425](https://github.com/DataDog/integrations-core/issues/425) +* Add option to collect metrics for children of matched processes ([#425](https://github)com/DataDog/integrations-core/issues/425) ## 1.0.1 / 2017-05-11 ***Fixed***: -* Handle the case where the pidfile doesn't exist. See [#349](https://github.com/DataDog/integrations-core/issues/349) +* Handle the case where the pidfile doesn't exist ([#349](https://github)com/DataDog/integrations-core/issues/349) ## 1.0.0 / 2017-05-08 diff --git a/prometheus/CHANGELOG.md b/prometheus/CHANGELOG.md index b11b1e721193c..0aadd053979a2 100644 --- a/prometheus/CHANGELOG.md +++ b/prometheus/CHANGELOG.md @@ -6,95 +6,95 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11421](https://github.com/DataDog/integrations-core/pull/11421). +* Add `pyproject.toml` file ([#11421](https://github.com/DataDog/integrations-core/pull/11421)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 3.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update prometheus_client. See [#6200](https://github.com/DataDog/integrations-core/pull/6200). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update prometheus_client ([#6200](https://github.com/DataDog/integrations-core/pull/6200)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 3.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3560](https://github.com/DataDog/integrations-core/pull/3560). +* Adhere to code style ([#3560](https://github.com/DataDog/integrations-core/pull/3560)) ***Fixed***: -* Fix type override values in example config. See [#3717](https://github.com/DataDog/integrations-core/pull/3717). +* Fix type override values in example config ([#3717](https://github.com/DataDog/integrations-core/pull/3717)) ## 3.1.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3048](https://github.com/DataDog/integrations-core/pull/3048). +* Support Python 3 ([#3048](https://github.com/DataDog/integrations-core/pull/3048)) ## 3.0.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Added crucial words to make sentence clearer. See [#2811][1]. Thanks [someword][2]. -* Change the prometheus example to use prometheus_url. See [#2790][3]. Thanks [someword][2]. +* Added crucial words to make sentence clearer ([#2811][1]) Thanks [someword][2]. +* Change the prometheus example to use prometheus_url ([#2790][3]) Thanks [someword][2]. ## 3.0.0 / 2018-10-12 / Agent 6.6.0 ***Changed***: -* Change default prometheus metric limit to 2000. See [#2248][4]. +* Change default prometheus metric limit to 2000 ([#2248][4]) ***Fixed***: -* Temporarily increase the limit of prometheus metrics sent for 6.5. See [#2214][5]. +* Temporarily increase the limit of prometheus metrics sent for 6.5 ([#2214][5]) ## 2.0.0 / 2018-09-04 / Agent 6.5.0 ***Changed***: -* Bump prometheus client library to 0.3.0. See [#1866][8]. +* Bump prometheus client library to 0.3.0 ([#1866][8]) ***Added***: -* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default. See [#2093][6]. -* Make HTTP request timeout configurable in prometheus checks. See [#1790][9]. +* Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default ([#2093][6]) +* Make HTTP request timeout configurable in prometheus checks ([#1790][9]) ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945][7]. -* Add data files to the wheel package. See [#1727][10]. +* Make sure all checks' versions are exposed ([#1945][7]) +* Add data files to the wheel package ([#1727][10]) ## 1.0.0/ 2018-03-23 diff --git a/proxysql/CHANGELOG.md b/proxysql/CHANGELOG.md index e92eddd645ed4..f1260913db6b5 100644 --- a/proxysql/CHANGELOG.md +++ b/proxysql/CHANGELOG.md @@ -6,132 +6,132 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.0.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.0.0 / 2022-08-05 / Agent 7.39.0 ***Changed***: -* Use stats database for proxysql backends count. See [#12555](https://github.com/DataDog/integrations-core/pull/12555). Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). +* Use stats database for proxysql backends count ([#12555](https://github.com/DataDog/integrations-core/pull/12555)) Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). ***Fixed***: -* Pin `pymysql` to `0.10.1`. See [#12612](https://github.com/DataDog/integrations-core/pull/12612). +* Pin `pymysql` to `0.10.1` ([#12612](https://github.com/DataDog/integrations-core/pull/12612)) ## 3.6.0 / 2022-04-27 / Agent 7.37.0 ***Added***: -* Add `backends.count` metric. See [#11812](https://github.com/DataDog/integrations-core/pull/11812). Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). +* Add `backends.count` metric ([#11812](https://github.com/DataDog/integrations-core/pull/11812)) Thanks [aymeric-ledizes](https://github.com/aymeric-ledizes). ## 3.5.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 3.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11422](https://github.com/DataDog/integrations-core/pull/11422). +* Add `pyproject.toml` file ([#11422](https://github.com/DataDog/integrations-core/pull/11422)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.3.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.3.0 / 2021-11-02 / Agent 7.33.0 ***Added***: -* Add pool.latency_us and correct unit for pool.latency_ms. See [#10335](https://github.com/DataDog/integrations-core/pull/10335). +* Add pool.latency_us and correct unit for pool.latency_ms ([#10335](https://github.com/DataDog/integrations-core/pull/10335)) ## 3.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 3.1.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Add runtime configuration validation. See [#8975](https://github.com/DataDog/integrations-core/pull/8975). -* Support `SHUNNED_REPLICATION_LAG` status for `proxysql.backend.status` service check. See [#9738](https://github.com/DataDog/integrations-core/pull/9738). +* Add runtime configuration validation ([#8975](https://github.com/DataDog/integrations-core/pull/8975)) +* Support `SHUNNED_REPLICATION_LAG` status for `proxysql.backend.status` service check ([#9738](https://github.com/DataDog/integrations-core/pull/9738)) ## 3.0.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.0.0 / 2021-01-25 / Agent 7.26.0 ***Changed***: -* Update ProxySQL check to use TLS context wrapper. See [#8243](https://github.com/DataDog/integrations-core/pull/8243). +* Update ProxySQL check to use TLS context wrapper ([#8243](https://github.com/DataDog/integrations-core/pull/8243)) ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 2.0.0 / 2020-10-31 / Agent 7.24.0 ***Changed***: -* QueryManager - Prevent queries leaking between check instances. See [#7750](https://github.com/DataDog/integrations-core/pull/7750). +* QueryManager - Prevent queries leaking between check instances ([#7750](https://github.com/DataDog/integrations-core/pull/7750)) ***Fixed***: -* Fix config typo. See [#7843](https://github.com/DataDog/integrations-core/pull/7843). +* Fix config typo ([#7843](https://github.com/DataDog/integrations-core/pull/7843)) ## 1.2.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.2.1 / 2020-07-03 / Agent 7.21.0 ***Fixed***: -* Revert/Remove unnecessary `database_name` config. See [#7049](https://github.com/DataDog/integrations-core/pull/7049). +* Revert/Remove unnecessary `database_name` config ([#7049](https://github.com/DataDog/integrations-core/pull/7049)) ## 1.2.0 / 2020-06-29 ***Added***: -* Allow proxysql checks to specify stats database name. See [#6835](https://github.com/DataDog/integrations-core/pull/6835). Thanks [tabacco](https://github.com/tabacco). +* Allow proxysql checks to specify stats database name ([#6835](https://github.com/DataDog/integrations-core/pull/6835)) Thanks [tabacco](https://github.com/tabacco). ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2020-04-03 / Agent 7.19.0 ***Added***: -* New Integration ProxySQL. See [#6144](https://github.com/DataDog/integrations-core/pull/6144). +* New Integration ProxySQL ([#6144](https://github.com/DataDog/integrations-core/pull/6144)) diff --git a/pulsar/CHANGELOG.md b/pulsar/CHANGELOG.md index 67f5ed6bd07ea..a6b8cfbf3e20f 100644 --- a/pulsar/CHANGELOG.md +++ b/pulsar/CHANGELOG.md @@ -6,63 +6,63 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.3.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.1.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 1.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 1.0.1 / 2022-02-23 / Agent 7.35.0 ***Fixed***: -* Properly indicate Python constraints. See [#11555](https://github.com/DataDog/integrations-core/pull/11555). +* Properly indicate Python constraints ([#11555](https://github.com/DataDog/integrations-core/pull/11555)) ## 1.0.0 / 2022-02-19 ***Added***: -* Add Pulsar integration. See [#11479](https://github.com/DataDog/integrations-core/pull/11479). +* Add Pulsar integration ([#11479](https://github.com/DataDog/integrations-core/pull/11479)) diff --git a/rabbitmq/CHANGELOG.md b/rabbitmq/CHANGELOG.md index 0df4c9008989e..d8188dbe47c71 100644 --- a/rabbitmq/CHANGELOG.md +++ b/rabbitmq/CHANGELOG.md @@ -6,318 +6,318 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add metric limit for rabbitmq. See [#14541](https://github.com/DataDog/integrations-core/pull/14541). -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add metric limit for rabbitmq ([#14541](https://github.com/DataDog/integrations-core/pull/14541)) +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Expand migration docs. See [#14549](https://github.com/DataDog/integrations-core/pull/14549). -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Adjust docs and tests based on customer feedback. See [#14444](https://github.com/DataDog/integrations-core/pull/14444). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Expand migration docs ([#14549](https://github.com/DataDog/integrations-core/pull/14549)) +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Adjust docs and tests based on customer feedback ([#14444](https://github.com/DataDog/integrations-core/pull/14444)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 4.0.1 / 2023-03-07 / Agent 7.44.0 ***Fixed***: -* Fix autodiscovery config instances. See [#14112](https://github.com/DataDog/integrations-core/pull/14112). +* Fix autodiscovery config instances ([#14112](https://github.com/DataDog/integrations-core/pull/14112)) ## 4.0.0 / 2023-03-03 ***Changed***: -* Remove support for /metrics/per-object endpoint. See [#13869](https://github.com/DataDog/integrations-core/pull/13869). +* Remove support for /metrics/per-object endpoint ([#13869](https://github.com/DataDog/integrations-core/pull/13869)) ***Added***: -* Add autodiscovery for docker containers. See [#13960](https://github.com/DataDog/integrations-core/pull/13960). +* Add autodiscovery for docker containers ([#13960](https://github.com/DataDog/integrations-core/pull/13960)) ***Fixed***: -* Improve descriptions of config fields to select objects. See [#14045](https://github.com/DataDog/integrations-core/pull/14045). +* Improve descriptions of config fields to select objects ([#14045](https://github.com/DataDog/integrations-core/pull/14045)) ## 3.3.1 / 2023-01-27 ***Fixed***: -* Add validation for `include_aggregated_endpoint`. See [#13793](https://github.com/DataDog/integrations-core/pull/13793). +* Add validation for `include_aggregated_endpoint` ([#13793](https://github.com/DataDog/integrations-core/pull/13793)) ## 3.3.0 / 2023-01-20 ***Added***: -* Support RabbitMQ Prometheus Metrics. See [#13662](https://github.com/DataDog/integrations-core/pull/13662). -* Add drop unroutable metric. See [#13553](https://github.com/DataDog/integrations-core/pull/13553). Thanks [laststem](https://github.com/laststem). +* Support RabbitMQ Prometheus Metrics ([#13662](https://github.com/DataDog/integrations-core/pull/13662)) +* Add drop unroutable metric ([#13553](https://github.com/DataDog/integrations-core/pull/13553)) Thanks [laststem](https://github.com/laststem). ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add new metric to track size of queues in bytes. See [#12869](https://github.com/DataDog/integrations-core/pull/12869). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Add new metric to track size of queues in bytes ([#12869](https://github.com/DataDog/integrations-core/pull/12869)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11423](https://github.com/DataDog/integrations-core/pull/11423). +* Add `pyproject.toml` file ([#11423](https://github.com/DataDog/integrations-core/pull/11423)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.2.0 / 2021-09-30 / Agent 7.32.0 ***Added***: -* Minor refactor. See [#10270](https://github.com/DataDog/integrations-core/pull/10270). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Minor refactor ([#10270](https://github.com/DataDog/integrations-core/pull/10270)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.1.0 / 2021-09-17 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Fixed***: -* Fix documented default value of `use_legacy_auth_encoding`. See [#9880](https://github.com/DataDog/integrations-core/pull/9880). +* Fix documented default value of `use_legacy_auth_encoding` ([#9880](https://github.com/DataDog/integrations-core/pull/9880)) ## 1.18.0 / 2021-06-23 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8976](https://github.com/DataDog/integrations-core/pull/8976). +* Add runtime configuration validation ([#8976](https://github.com/DataDog/integrations-core/pull/8976)) ## 1.17.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.17.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add support for named groups in regular expressions. See [#7814](https://github.com/DataDog/integrations-core/pull/7814). Thanks [lkobus](https://github.com/lkobus). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add support for named groups in regular expressions ([#7814](https://github.com/DataDog/integrations-core/pull/7814)) Thanks [lkobus](https://github.com/lkobus). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.16.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs. See [#7467](https://github.com/DataDog/integrations-core/pull/7467). +* Add config specs ([#7467](https://github.com/DataDog/integrations-core/pull/7467)) ***Fixed***: -* Ensure basic auth encoding defaults to UTF-8. See [#7451](https://github.com/DataDog/integrations-core/pull/7451). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Ensure basic auth encoding defaults to UTF-8 ([#7451](https://github.com/DataDog/integrations-core/pull/7451)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.15.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.15.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add head_message_timestamp metric. See [#6809](https://github.com/DataDog/integrations-core/pull/6809). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add head_message_timestamp metric ([#6809](https://github.com/DataDog/integrations-core/pull/6809)) ***Fixed***: -* Continue check execution when only a few vhosts are unhealthy. See [#6954](https://github.com/DataDog/integrations-core/pull/6954). +* Continue check execution when only a few vhosts are unhealthy ([#6954](https://github.com/DataDog/integrations-core/pull/6954)) ## 1.14.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.13.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.13.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add option to disable node metrics in rabbitmq. See [#5750](https://github.com/DataDog/integrations-core/pull/5750). +* Add option to disable node metrics in rabbitmq ([#5750](https://github.com/DataDog/integrations-core/pull/5750)) ## 1.12.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.11.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata to RabbitMQ check. See [#4918](https://github.com/DataDog/integrations-core/pull/4918). +* Add version metadata to RabbitMQ check ([#4918](https://github.com/DataDog/integrations-core/pull/4918)) ## 1.10.1 / 2019-10-18 / Agent 6.15.0 ***Fixed***: -* Fix for rabbit 3.1 queue_totals introduced in #4668. See [#4805](https://github.com/DataDog/integrations-core/pull/4805). +* Fix for rabbit 3.1 queue_totals introduced in #4668 ([#4805](https://github.com/DataDog/integrations-core/pull/4805)) ## 1.10.0 / 2019-10-11 ***Added***: -* verifies if `root` is dict before doing `.get`. See [#4668](https://github.com/DataDog/integrations-core/pull/4668). -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* verifies if `root` is dict before doing `.get` ([#4668](https://github.com/DataDog/integrations-core/pull/4668)) +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.2 / 2019-09-18 ***Fixed***: -* Ignore empty data for metrics limit. See [#4544](https://github.com/DataDog/integrations-core/pull/4544). +* Ignore empty data for metrics limit ([#4544](https://github.com/DataDog/integrations-core/pull/4544)) ## 1.9.1 / 2019-08-29 / Agent 6.14.0 ***Fixed***: -* Revert "Fix queue, node and echange limit". See [#4467](https://github.com/DataDog/integrations-core/pull/4467). +* Revert "Fix queue, node and echange limit" ([#4467](https://github.com/DataDog/integrations-core/pull/4467)) ## 1.9.0 / 2019-08-24 ***Added***: -* Add mem_limit to RabbitMQ Checks. See [#4250](https://github.com/DataDog/integrations-core/pull/4250). Thanks [ParthKolekar](https://github.com/ParthKolekar). -* Add requests wrapper to RabbitMQ. See [#4257](https://github.com/DataDog/integrations-core/pull/4257). +* Add mem_limit to RabbitMQ Checks ([#4250](https://github.com/DataDog/integrations-core/pull/4250)) Thanks [ParthKolekar](https://github.com/ParthKolekar). +* Add requests wrapper to RabbitMQ ([#4257](https://github.com/DataDog/integrations-core/pull/4257)) ***Fixed***: -* Fix queue, node and echange limit. See [#4108](https://github.com/DataDog/integrations-core/pull/4108). +* Fix queue, node and echange limit ([#4108](https://github.com/DataDog/integrations-core/pull/4108)) ## 1.8.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3561](https://github.com/DataDog/integrations-core/pull/3561). +* Adhere to code style ([#3561](https://github.com/DataDog/integrations-core/pull/3561)) ***Fixed***: -* Fix default log path. See [#3611](https://github.com/DataDog/integrations-core/pull/3611). +* Fix default log path ([#3611](https://github.com/DataDog/integrations-core/pull/3611)) ## 1.7.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2791][1]. +* Support Python 3 ([#2791][1]) ***Fixed***: -* adds ignore_ssl_warning to rabbit file. See [#2706][2]. +* adds ignore_ssl_warning to rabbit file ([#2706][2]) ## 1.6.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Option to ignore SSL warnings. See [#2472][3]. Thanks [tebriel][4]. -* Add cluster wide metrics. See [#2449][6]. +* Option to ignore SSL warnings ([#2472][3]) Thanks [tebriel][4]. +* Add cluster wide metrics ([#2449][6]) ***Fixed***: -* Use raw string literals when \ is present. See [#2465][5]. +* Use raw string literals when \ is present ([#2465][5]) ## 1.5.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][7]. +* Add data files to the wheel package ([#1727][7]) ## 1.5.1 / 2018-03-23 ***Fixed***: -* URL encode queue names that might have special characters like '#'. See [#1100][8], thanks [@sylr][9]. +* URL encode queue names that might have special characters like '#' ([#1100][8], thanks [@sylr][9]) ## 1.5.0 / 2018-02-13 ***Added***: -* begin deprecation of `no_proxy` config flag in favor of `skip_proxy`. See [#1057][10]. +* begin deprecation of `no_proxy` config flag in favor of `skip_proxy` ([#1057][10]) ## 1.4.0 / 2018-01-10 ***Added***: -* Add data collection for exchanges. See [#176][11]. (Thanks [@wholroyd][12]) -* Add a metric illustrating the available disk space. See [#902][13]. (Thanks [@dnavre][14]) -* If vhosts are listed in the config, the check will only query for those specific vhosts, rather than querying for all of them. See [#910][16]. +* Add data collection for exchanges ([#176][11]) (Thanks [@wholroyd][12]) +* Add a metric illustrating the available disk space ([#902][13]) (Thanks [@dnavre][14]) +* If vhosts are listed in the config, the check will only query for those specific vhosts, rather than querying for all of them ([#910][16]) * Add metrics to monitor a cluster. See [#924][17] ***Fixed***: -* Assume a protocol if there isn't one, fixing a bug if you don't use a protocol. See [#909][15]. +* Assume a protocol if there isn't one, fixing a bug if you don't use a protocol ([#909][15]) ## 1.3.1 / 2017-10-10 ***Fixed***: -* Add a key check before updating connection state metric. See [#729][18]. (Thanks [@ian28223][19]) +* Add a key check before updating connection state metric ([#729][18]) (Thanks [@ian28223][19]) ## 1.3.0 / 2017-08-28 diff --git a/redisdb/CHANGELOG.md b/redisdb/CHANGELOG.md index 7fb580e0f4a47..449ad5deb68e6 100644 --- a/redisdb/CHANGELOG.md +++ b/redisdb/CHANGELOG.md @@ -6,338 +6,338 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.8.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Added total connections received and instantaneous kbps metrics. See [#14467](https://github.com/DataDog/integrations-core/pull/14467). Thanks [bmalec](https://github.com/bmalec). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Added total connections received and instantaneous kbps metrics ([#14467](https://github.com/DataDog/integrations-core/pull/14467)) Thanks [bmalec](https://github.com/bmalec). ***Fixed***: -* fix the length of key of type stream. See [#14722](https://github.com/DataDog/integrations-core/pull/14722). Thanks [sileht](https://github.com/sileht). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* fix the length of key of type stream ([#14722](https://github.com/DataDog/integrations-core/pull/14722)) Thanks [sileht](https://github.com/sileht). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.7.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add ping latency metric. See [#14523](https://github.com/DataDog/integrations-core/pull/14523). +* Add ping latency metric ([#14523](https://github.com/DataDog/integrations-core/pull/14523)) ## 4.6.0 / 2023-03-31 / Agent 7.44.0 ***Added***: -* Update redis to 4.5.4. See [#14270](https://github.com/DataDog/integrations-core/pull/14270). +* Update redis to 4.5.4 ([#14270](https://github.com/DataDog/integrations-core/pull/14270)) ## 4.5.3 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Stop using deprecated `distutils.version` classes. See [#13408](https://github.com/DataDog/integrations-core/pull/13408). +* Stop using deprecated `distutils.version` classes ([#13408](https://github.com/DataDog/integrations-core/pull/13408)) ## 4.5.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Fix latency measurement to exclude agent load. See [#12505](https://github.com/DataDog/integrations-core/pull/12505). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Fix latency measurement to exclude agent load ([#12505](https://github.com/DataDog/integrations-core/pull/12505)) ## 4.5.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 4.5.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11424](https://github.com/DataDog/integrations-core/pull/11424). +* Add `pyproject.toml` file ([#11424](https://github.com/DataDog/integrations-core/pull/11424)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.3.2 / 2022-02-01 / Agent 7.34.0 ***Fixed***: -* Bump redis dependency to 4.0.2. See [#11247](https://github.com/DataDog/integrations-core/pull/11247). +* Bump redis dependency to 4.0.2 ([#11247](https://github.com/DataDog/integrations-core/pull/11247)) ## 4.3.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Bump redis dependency. See [#9383](https://github.com/DataDog/integrations-core/pull/9383). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Bump redis dependency ([#9383](https://github.com/DataDog/integrations-core/pull/9383)) ## 4.3.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add support for monitoring Redis stream keys. See [#10549](https://github.com/DataDog/integrations-core/pull/10549). Thanks [jd](https://github.com/jd). +* Add support for monitoring Redis stream keys ([#10549](https://github.com/DataDog/integrations-core/pull/10549)) Thanks [jd](https://github.com/jd). ## 4.2.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 4.1.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Add runtime configuration validation. See [#8977](https://github.com/DataDog/integrations-core/pull/8977). +* Add runtime configuration validation ([#8977](https://github.com/DataDog/integrations-core/pull/8977)) ## 4.0.0 / 2021-07-12 / Agent 7.30.0 ***Changed***: -* Remove redis_role tag from service check. See [#9540](https://github.com/DataDog/integrations-core/pull/9540). +* Remove redis_role tag from service check ([#9540](https://github.com/DataDog/integrations-core/pull/9540)) ***Added***: -* Make critical service checks more verbose. See [#9280](https://github.com/DataDog/integrations-core/pull/9280). +* Make critical service checks more verbose ([#9280](https://github.com/DataDog/integrations-core/pull/9280)) ***Fixed***: -* Expand E2E tests to account for restrictions in managed Redis environments. See [#9394](https://github.com/DataDog/integrations-core/pull/9394). -* Overrides 'SLOWLOG GET' response callback with fixed/upstream version of `parse_slowlog_get`. See [#9459](https://github.com/DataDog/integrations-core/pull/9459). -* Fix Redis slowlog parsing when no new slowlog entries. See [#9458](https://github.com/DataDog/integrations-core/pull/9458). Thanks [ypisetsky](https://github.com/ypisetsky). +* Expand E2E tests to account for restrictions in managed Redis environments ([#9394](https://github.com/DataDog/integrations-core/pull/9394)) +* Overrides 'SLOWLOG GET' response callback with fixed/upstream version of `parse_slowlog_get` ([#9459](https://github.com/DataDog/integrations-core/pull/9459)) +* Fix Redis slowlog parsing when no new slowlog entries ([#9458](https://github.com/DataDog/integrations-core/pull/9458)) Thanks [ypisetsky](https://github.com/ypisetsky). ## 3.5.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* added recent_max_input_buffer and recent_max_output_buffer. See [#9321](https://github.com/DataDog/integrations-core/pull/9321). Thanks [yonatan-ess](https://github.com/yonatan-ess). +* added recent_max_input_buffer and recent_max_output_buffer ([#9321](https://github.com/DataDog/integrations-core/pull/9321)) Thanks [yonatan-ess](https://github.com/yonatan-ess). ## 3.4.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Report io thread metrics. See [#9018](https://github.com/DataDog/integrations-core/pull/9018). Thanks [jlisam](https://github.com/jlisam). -* Support redis 6 cpu metrics. See [#9015](https://github.com/DataDog/integrations-core/pull/9015). Thanks [jlisam](https://github.com/jlisam). +* Report io thread metrics ([#9018](https://github.com/DataDog/integrations-core/pull/9018)) Thanks [jlisam](https://github.com/jlisam). +* Support redis 6 cpu metrics ([#9015](https://github.com/DataDog/integrations-core/pull/9015)) Thanks [jlisam](https://github.com/jlisam). ***Fixed***: -* Skip slowlogs if there is an error. See [#9147](https://github.com/DataDog/integrations-core/pull/9147). -* Correct default ssl_cert_reqs. See [#9048](https://github.com/DataDog/integrations-core/pull/9048). Thanks [wbobeirne](https://github.com/wbobeirne). +* Skip slowlogs if there is an error ([#9147](https://github.com/DataDog/integrations-core/pull/9147)) +* Correct default ssl_cert_reqs ([#9048](https://github.com/DataDog/integrations-core/pull/9048)) Thanks [wbobeirne](https://github.com/wbobeirne). ## 3.3.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.3.0 / 2021-01-06 / Agent 7.25.0 ***Added***: -* Update redis dependency. See [#8301](https://github.com/DataDog/integrations-core/pull/8301). +* Update redis dependency ([#8301](https://github.com/DataDog/integrations-core/pull/8301)) ## 3.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 3.1.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Handle redis role missing. See [#7413](https://github.com/DataDog/integrations-core/pull/7413). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Handle redis role missing ([#7413](https://github.com/DataDog/integrations-core/pull/7413)) ## 3.1.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add auto_conf.yaml spec for redisdb. See [#7161](https://github.com/DataDog/integrations-core/pull/7161). -* Add redis config spec. See [#7091](https://github.com/DataDog/integrations-core/pull/7091). +* Add auto_conf.yaml spec for redisdb ([#7161](https://github.com/DataDog/integrations-core/pull/7161)) +* Add redis config spec ([#7091](https://github.com/DataDog/integrations-core/pull/7091)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Refactor instance argument. See [#7018](https://github.com/DataDog/integrations-core/pull/7018). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Refactor instance argument ([#7018](https://github.com/DataDog/integrations-core/pull/7018)) ## 3.0.0 / 2020-06-29 / Agent 7.21.0 ***Changed***: -* Collect port and host from same source in _generate_instance_key. See [#6680](https://github.com/DataDog/integrations-core/pull/6680). +* Collect port and host from same source in _generate_instance_key ([#6680](https://github.com/DataDog/integrations-core/pull/6680)) ***Added***: -* Upgrade redis dependency to support `username` in connection strings. See [#6708](https://github.com/DataDog/integrations-core/pull/6708). +* Upgrade redis dependency to support `username` in connection strings ([#6708](https://github.com/DataDog/integrations-core/pull/6708)) ***Fixed***: -* Add flag to enable CLIENT command metrics. See [#6877](https://github.com/DataDog/integrations-core/pull/6877). +* Add flag to enable CLIENT command metrics ([#6877](https://github.com/DataDog/integrations-core/pull/6877)) ## 2.1.1 / 2020-06-11 / Agent 7.20.2 ***Fixed***: -* Add flag to enable CLIENT command metrics. See [#6877](https://github.com/DataDog/integrations-core/pull/6877). +* Add flag to enable CLIENT command metrics ([#6877](https://github.com/DataDog/integrations-core/pull/6877)) ## 2.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add 'redis.net.connections' metric to count connections by client. See [#6495](https://github.com/DataDog/integrations-core/pull/6495). Thanks [remicalixte](https://github.com/remicalixte). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add 'redis.net.connections' metric to count connections by client ([#6495](https://github.com/DataDog/integrations-core/pull/6495)) Thanks [remicalixte](https://github.com/remicalixte). ***Fixed***: -* Reduce slow-log log message. See [#6631](https://github.com/DataDog/integrations-core/pull/6631). -* Use agent 6 signature. See [#6424](https://github.com/DataDog/integrations-core/pull/6424). +* Reduce slow-log log message ([#6631](https://github.com/DataDog/integrations-core/pull/6631)) +* Use agent 6 signature ([#6424](https://github.com/DataDog/integrations-core/pull/6424)) ## 2.0.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.0.1 / 2020-02-10 / Agent 7.18.0 ***Fixed***: -* Handle error in config_get. See [#5676](https://github.com/DataDog/integrations-core/pull/5676). +* Handle error in config_get ([#5676](https://github.com/DataDog/integrations-core/pull/5676)) ## 2.0.0 / 2020-02-05 ***Changed***: -* Submit `redis.key.length` metric regardless of `warn_on_missing_keys`. See [#5591](https://github.com/DataDog/integrations-core/pull/5591). +* Submit `redis.key.length` metric regardless of `warn_on_missing_keys` ([#5591](https://github.com/DataDog/integrations-core/pull/5591)) ***Added***: -* Add aof loading metrics. See [#5431](https://github.com/DataDog/integrations-core/pull/5431). Thanks [tanner-bruce](https://github.com/tanner-bruce). +* Add aof loading metrics ([#5431](https://github.com/DataDog/integrations-core/pull/5431)) Thanks [tanner-bruce](https://github.com/tanner-bruce). ## 1.15.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Upgrade `redis` to 3.3.11. See [#5150](https://github.com/DataDog/integrations-core/pull/5150). -* Report maxclients. See [#5207](https://github.com/DataDog/integrations-core/pull/5207). Thanks [jd](https://github.com/jd). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Upgrade `redis` to 3.3.11 ([#5150](https://github.com/DataDog/integrations-core/pull/5150)) +* Report maxclients ([#5207](https://github.com/DataDog/integrations-core/pull/5207)) Thanks [jd](https://github.com/jd). ## 1.14.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add active defragmentation gauges. See [#5022](https://github.com/DataDog/integrations-core/pull/5022). -* Use a stub class for metadata testing. See [#4919](https://github.com/DataDog/integrations-core/pull/4919). +* Add active defragmentation gauges ([#5022](https://github.com/DataDog/integrations-core/pull/5022)) +* Use a stub class for metadata testing ([#4919](https://github.com/DataDog/integrations-core/pull/4919)) ***Fixed***: -* Fix example keys config. See [#4939](https://github.com/DataDog/integrations-core/pull/4939). Thanks [sileht](https://github.com/sileht). +* Fix example keys config ([#4939](https://github.com/DataDog/integrations-core/pull/4939)) Thanks [sileht](https://github.com/sileht). ## 1.13.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Submit version metadata. See [#4705](https://github.com/DataDog/integrations-core/pull/4705). +* Submit version metadata ([#4705](https://github.com/DataDog/integrations-core/pull/4705)) ## 1.12.2 / 2019-10-04 ***Fixed***: -* Don't display warning for default keys value. See [#4641](https://github.com/DataDog/integrations-core/pull/4641). +* Don't display warning for default keys value ([#4641](https://github.com/DataDog/integrations-core/pull/4641)) ## 1.12.1 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Always publish a value for missing keys. See [#4386](https://github.com/DataDog/integrations-core/pull/4386). +* Always publish a value for missing keys ([#4386](https://github.com/DataDog/integrations-core/pull/4386)) ## 1.12.0 / 2019-06-01 / Agent 6.12.0 ***Added***: -* Add redis.mem.overhead and redis.mem.startup. See [#3760](https://github.com/DataDog/integrations-core/pull/3760). Thanks [maximebedard](https://github.com/maximebedard). +* Add redis.mem.overhead and redis.mem.startup ([#3760](https://github.com/DataDog/integrations-core/pull/3760)) Thanks [maximebedard](https://github.com/maximebedard). ## 1.11.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3562](https://github.com/DataDog/integrations-core/pull/3562). +* Adhere to code style ([#3562](https://github.com/DataDog/integrations-core/pull/3562)) ***Fixed***: -* Adjust latency tracking in redisdb integration. See [#3689](https://github.com/DataDog/integrations-core/pull/3689). Thanks [Firehed](https://github.com/Firehed). +* Adjust latency tracking in redisdb integration ([#3689](https://github.com/DataDog/integrations-core/pull/3689)) Thanks [Firehed](https://github.com/Firehed). ## 1.10.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Add redis_db tag to redis.key.length. See [#3008](https://github.com/DataDog/integrations-core/pull/3008). +* Add redis_db tag to redis.key.length ([#3008](https://github.com/DataDog/integrations-core/pull/3008)) ## 1.9.0 / 2019-01-22 / Agent 6.9.0 ***Added***: -* Finish Python 3 Support. See [#2951](https://github.com/DataDog/integrations-core/pull/2951). +* Finish Python 3 Support ([#2951](https://github.com/DataDog/integrations-core/pull/2951)) ***Fixed***: -* Only try to decode slowlog command entrypoint. See [#2998](https://github.com/DataDog/integrations-core/pull/2998). +* Only try to decode slowlog command entrypoint ([#2998](https://github.com/DataDog/integrations-core/pull/2998)) ## 1.8.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support Python 3. See [#2422](https://github.com/DataDog/integrations-core/pull/2422). +* Support Python 3 ([#2422](https://github.com/DataDog/integrations-core/pull/2422)) ## 1.7.1 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Handle `host:` command when parsing commandstats output. See [#2356](https://github.com/DataDog/integrations-core/pull/2356). -* Fix multiple db key length. See [#2187](https://github.com/DataDog/integrations-core/pull/2187). +* Handle `host:` command when parsing commandstats output ([#2356](https://github.com/DataDog/integrations-core/pull/2356)) +* Fix multiple db key length ([#2187](https://github.com/DataDog/integrations-core/pull/2187)) ## 1.7.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Support finding key lengths on any db. See [#1948](https://github.com/DataDog/integrations-core/pull/1948). +* Support finding key lengths on any db ([#1948](https://github.com/DataDog/integrations-core/pull/1948)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.6.0 / 2018-06-06 ***Added***: -* Add a config option to disable connection cache. See [#1668](https://github.com/DataDog/integrations-core/pull/1668). -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Add a config option to disable connection cache ([#1668](https://github.com/DataDog/integrations-core/pull/1668)) +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 1.5.0 / 2018-05-11 ***Added***: -* Hardcode the 6379 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 6379 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 1.4.0 / 2018-01-10 @@ -347,20 +347,20 @@ ***Fixed***: -* Skip non-local keys. See [#798](https://github.com/DataDog/integrations-core/issues/798). Thanks [@chadharvey](https://github.com/chadharvey) +* Skip non-local keys ( [#798](https://github.com/DataDog/integrations-core/issues/798)) Thanks [@chadharvey](https://github.com/chadharvey) ## 1.3.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.2.0 / 2017-08-28 ***Added***: -* Add "redis.net.commands.instantaneous" metric. See [#672](https://github.com/DataDog/integrations-core/issues/672) -* Add "redis.mem.maxmemory" metric. See [#673](https://github.com/DataDog/integrations-core/issues/673), thanks [@endzyme](https://github.com/endzyme) +* Add "redis.net.commands.instantaneous" metric ([#672](https://github)com/DataDog/integrations-core/issues/672) +* Add "redis.mem.maxmemory" metric ([#673](https://github.com/DataDog/integrations-core/issues/673), thanks [@endzyme](https://github)com/endzyme) ## 1.1.0 / 2017-07-18 diff --git a/rethinkdb/CHANGELOG.md b/rethinkdb/CHANGELOG.md index dd30dc9eb3390..c40b8537a7593 100644 --- a/rethinkdb/CHANGELOG.md +++ b/rethinkdb/CHANGELOG.md @@ -6,125 +6,125 @@ ***Changed***: -* Bump the minimum base check version. See [#15448](https://github.com/DataDog/integrations-core/pull/15448). +* Bump the minimum base check version ([#15448](https://github.com/DataDog/integrations-core/pull/15448)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11425](https://github.com/DataDog/integrations-core/pull/11425). +* Add `pyproject.toml` file ([#11425](https://github.com/DataDog/integrations-core/pull/11425)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add runtime configuration validation. See [#8978](https://github.com/DataDog/integrations-core/pull/8978). +* Add runtime configuration validation ([#8978](https://github.com/DataDog/integrations-core/pull/8978)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Removed***: -* Remove documentation specifications. See [#9763](https://github.com/DataDog/integrations-core/pull/9763). +* Remove documentation specifications ([#9763](https://github.com/DataDog/integrations-core/pull/9763)) ## 1.3.3 / 2021-07-07 / Agent 7.30.0 ***Fixed***: -* Use agent 8 signature. See [#9649](https://github.com/DataDog/integrations-core/pull/9649). +* Use agent 8 signature ([#9649](https://github.com/DataDog/integrations-core/pull/9649)) ## 1.3.2 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update logs template with docs feedback. See [#8412](https://github.com/DataDog/integrations-core/pull/8412). -* Update logs readme template. See [#8399](https://github.com/DataDog/integrations-core/pull/8399). -* Increase indentation of log snippets. See [#8360](https://github.com/DataDog/integrations-core/pull/8360). +* Update logs template with docs feedback ([#8412](https://github.com/DataDog/integrations-core/pull/8412)) +* Update logs readme template ([#8399](https://github.com/DataDog/integrations-core/pull/8399)) +* Increase indentation of log snippets ([#8360](https://github.com/DataDog/integrations-core/pull/8360)) ## 1.3.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Refactor to use QueryManager. See [#8143](https://github.com/DataDog/integrations-core/pull/8143). +* Refactor to use QueryManager ([#8143](https://github.com/DataDog/integrations-core/pull/8143)) ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.2.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.2.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.2.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add an out-of-the-box dashboard for RethinkDB. See [#6837](https://github.com/DataDog/integrations-core/pull/6837). Thanks [ptgott](https://github.com/ptgott). +* Add an out-of-the-box dashboard for RethinkDB ([#6837](https://github.com/DataDog/integrations-core/pull/6837)) Thanks [ptgott](https://github.com/ptgott). ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.1 / 2020-04-09 / Agent 7.19.0 ***Fixed***: -* Submit server tags with a namespace. See [#6295](https://github.com/DataDog/integrations-core/pull/6295). +* Submit server tags with a namespace ([#6295](https://github.com/DataDog/integrations-core/pull/6295)) ## 1.0.0 / 2020-04-03 ***Added***: -* Add RethinkDB integration. See [#5715](https://github.com/DataDog/integrations-core/pull/5715). +* Add RethinkDB integration ([#5715](https://github.com/DataDog/integrations-core/pull/5715)) diff --git a/riak/CHANGELOG.md b/riak/CHANGELOG.md index 8436b57c4f007..0d1a2d5e5cc91 100644 --- a/riak/CHANGELOG.md +++ b/riak/CHANGELOG.md @@ -6,179 +6,179 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11426](https://github.com/DataDog/integrations-core/pull/11426). +* Add `pyproject.toml` file ([#11426](https://github.com/DataDog/integrations-core/pull/11426)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.4.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.4.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.3.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8979](https://github.com/DataDog/integrations-core/pull/8979). +* Add runtime configuration validation ([#8979](https://github.com/DataDog/integrations-core/pull/8979)) ## 2.2.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.1.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 2.0.0 / 2020-08-10 / Agent 7.22.0 ***Changed***: -* Use requests wrapper and remove httplib2 dependency. See [#7247](https://github.com/DataDog/integrations-core/pull/7247). +* Use requests wrapper and remove httplib2 dependency ([#7247](https://github.com/DataDog/integrations-core/pull/7247)) ***Added***: -* Add config specs. See [#7068](https://github.com/DataDog/integrations-core/pull/7068). +* Add config specs ([#7068](https://github.com/DataDog/integrations-core/pull/7068)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.9.0 / 2020-05-20 / Agent 7.20.0 ***Added***: -* Upgrade httplib2 to 0.18.1. See [#6702](https://github.com/DataDog/integrations-core/pull/6702). +* Upgrade httplib2 to 0.18.1 ([#6702](https://github.com/DataDog/integrations-core/pull/6702)) ## 1.8.0 / 2020-05-17 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Use Agent 6 signature. See [#6448](https://github.com/DataDog/integrations-core/pull/6448). +* Use Agent 6 signature ([#6448](https://github.com/DataDog/integrations-core/pull/6448)) ## 1.7.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.6.0 / 2019-07-12 / Agent 6.13.0 ***Added***: -* Add logs section. See [#3995](https://github.com/DataDog/integrations-core/pull/3995). +* Add logs section ([#3995](https://github.com/DataDog/integrations-core/pull/3995)) ## 1.5.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3563](https://github.com/DataDog/integrations-core/pull/3563). +* Adhere to code style ([#3563](https://github.com/DataDog/integrations-core/pull/3563)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2774](https://github.com/DataDog/integrations-core/pull/2774). +* Support Python 3 ([#2774](https://github.com/DataDog/integrations-core/pull/2774)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-07 ***Added***: -* Package `auto_conf.yaml` for appropriate integrations. See [#1664](https://github.com/DataDog/integrations-core/pull/1664). +* Package `auto_conf.yaml` for appropriate integrations ([#1664](https://github.com/DataDog/integrations-core/pull/1664)) ## 1.2.0 / 2018-05-11 ***Added***: -* Hardcode the 8098 port in the Autodiscovery template. See [#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information. +* Hardcode the 8098 port in the Autodiscovery template ([#1444](https://github.com/DataDog/integrations-core/pull/1444) for more information) ## 1.1.0 / 2017-11-21 ***Added***: -* Update auto_conf template to support agent 6 and 5.20+. See [#860](https://github.com/DataDog/integrations-core/issues/860) +* Update auto_conf template to support agent 6 and 5.20+ ([#860](https://github)com/DataDog/integrations-core/issues/860) ## 1.0.0 / 2017-03-22 diff --git a/riakcs/CHANGELOG.md b/riakcs/CHANGELOG.md index 0b54262cbc89e..fb62fec56374a 100644 --- a/riakcs/CHANGELOG.md +++ b/riakcs/CHANGELOG.md @@ -6,114 +6,114 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.9.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.9.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.8.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11427](https://github.com/DataDog/integrations-core/pull/11427). +* Add `pyproject.toml` file ([#11427](https://github.com/DataDog/integrations-core/pull/11427)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.7.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.7.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.6.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 2.5.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8980](https://github.com/DataDog/integrations-core/pull/8980). +* Add runtime configuration validation ([#8980](https://github.com/DataDog/integrations-core/pull/8980)) ## 2.4.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.4.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7753](https://github.com/DataDog/integrations-core/pull/7753). +* Add config spec ([#7753](https://github.com/DataDog/integrations-core/pull/7753)) ## 2.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.2.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 2.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3564](https://github.com/DataDog/integrations-core/pull/3564). +* Adhere to code style ([#3564](https://github.com/DataDog/integrations-core/pull/3564)) ## 2.0.0 / 2019-02-18 / Agent 6.10.0 ***Changed***: -* Fix riakcs dependencies. See [#3033](https://github.com/DataDog/integrations-core/pull/3033). +* Fix riakcs dependencies ([#3033](https://github.com/DataDog/integrations-core/pull/3033)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2780][1]. +* Support Python 3 ([#2780][1]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Move RiakCS to pytest, fixes duped tags in RiakCS, adds google_cloud_engine pip dep. See [#2081][2]. -* Add data files to the wheel package. See [#1727][3]. +* Move RiakCS to pytest, fixes duped tags in RiakCS, adds google_cloud_engine pip dep ([#2081][2]) +* Add data files to the wheel package ([#1727][3]) ## 1.1.0 / 2018-05-11 diff --git a/sap_hana/CHANGELOG.md b/sap_hana/CHANGELOG.md index e62b1ff9c40aa..f35728bc7380a 100644 --- a/sap_hana/CHANGELOG.md +++ b/sap_hana/CHANGELOG.md @@ -6,153 +6,153 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.1 / 2022-09-16 / Agent 7.40.0 ***Fixed***: -* Change docker image / Do not emit message on OK service check. See [#12826](https://github.com/DataDog/integrations-core/pull/12826). +* Change docker image / Do not emit message on OK service check ([#12826](https://github.com/DataDog/integrations-core/pull/12826)) ## 2.2.0 / 2022-08-01 / Agent 7.39.0 ***Added***: -* Add retries to test and emit warnings when connections fail. See [#12528](https://github.com/DataDog/integrations-core/pull/12528). -* Add an option to set the tenant databases schema. See [#12492](https://github.com/DataDog/integrations-core/pull/12492). +* Add retries to test and emit warnings when connections fail ([#12528](https://github.com/DataDog/integrations-core/pull/12528)) +* Add an option to set the tenant databases schema ([#12492](https://github.com/DataDog/integrations-core/pull/12492)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* *BREAKING CHANGE* Remove pyhdb. See [#11469](https://github.com/DataDog/integrations-core/pull/11469). +* *BREAKING CHANGE* Remove pyhdb ([#11469](https://github.com/DataDog/integrations-core/pull/11469)) ***Added***: -* Add `pyproject.toml` file. See [#11428](https://github.com/DataDog/integrations-core/pull/11428). +* Add `pyproject.toml` file ([#11428](https://github.com/DataDog/integrations-core/pull/11428)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.0 / 2021-11-24 ***Added***: -* Add support for only_custom_queries. See [#10695](https://github.com/DataDog/integrations-core/pull/10695). +* Add support for only_custom_queries ([#10695](https://github.com/DataDog/integrations-core/pull/10695)) ## 1.9.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Support the `hdbcli` client library. See [#10595](https://github.com/DataDog/integrations-core/pull/10595). +* Support the `hdbcli` client library ([#10595](https://github.com/DataDog/integrations-core/pull/10595)) ***Fixed***: -* Resolve unexpected errors when statuses other than 'running' or 'idle' are received. See [#10333](https://github.com/DataDog/integrations-core/pull/10333). +* Resolve unexpected errors when statuses other than 'running' or 'idle' are received ([#10333](https://github.com/DataDog/integrations-core/pull/10333)) ## 1.8.2 / 2021-10-15 / Agent 7.32.0 ***Fixed***: -* Ensure `persist_db_connections` is read from init_config. See [#10417](https://github.com/DataDog/integrations-core/pull/10417). -* Bump base package requirements. See [#10390](https://github.com/DataDog/integrations-core/pull/10390). +* Ensure `persist_db_connections` is read from init_config ([#10417](https://github.com/DataDog/integrations-core/pull/10417)) +* Bump base package requirements ([#10390](https://github.com/DataDog/integrations-core/pull/10390)) ## 1.8.1 / 2021-10-12 ***Fixed***: -* Bump base package requirements. See [#10390](https://github.com/DataDog/integrations-core/pull/10390). +* Bump base package requirements ([#10390](https://github.com/DataDog/integrations-core/pull/10390)) ## 1.8.0 / 2021-10-04 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) ## 1.7.0 / 2021-09-20 ***Added***: -* Add option to disable persistent database connections. See [#10023](https://github.com/DataDog/integrations-core/pull/10023). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add option to disable persistent database connections ([#10023](https://github.com/DataDog/integrations-core/pull/10023)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 1.6.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.5.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8981](https://github.com/DataDog/integrations-core/pull/8981). +* Add runtime configuration validation ([#8981](https://github.com/DataDog/integrations-core/pull/8981)) ## 1.4.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Catch exception when closing lost connection. See [#8630](https://github.com/DataDog/integrations-core/pull/8630). -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Catch exception when closing lost connection ([#8630](https://github.com/DataDog/integrations-core/pull/8630)) +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.4.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add SSL support for connection. See [#8098](https://github.com/DataDog/integrations-core/pull/8098). +* Add SSL support for connection ([#8098](https://github.com/DataDog/integrations-core/pull/8098)) ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7715](https://github.com/DataDog/integrations-core/pull/7715). +* Add config spec ([#7715](https://github.com/DataDog/integrations-core/pull/7715)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.0.0 / 2019-11-11 / Agent 7.16.1 ***Added***: -* Add SAP HANA integration. See [#4502](https://github.com/DataDog/integrations-core/pull/4502). +* Add SAP HANA integration ([#4502](https://github.com/DataDog/integrations-core/pull/4502)) diff --git a/scylla/CHANGELOG.md b/scylla/CHANGELOG.md index c1f0ff4b18bfc..a924ea93a2f74 100644 --- a/scylla/CHANGELOG.md +++ b/scylla/CHANGELOG.md @@ -6,155 +6,155 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.2.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Support dynamic bearer tokens (Bound Service Account Token Volume). See [#11915](https://github.com/DataDog/integrations-core/pull/11915). +* Support dynamic bearer tokens (Bound Service Account Token Volume) ([#11915](https://github.com/DataDog/integrations-core/pull/11915)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11429](https://github.com/DataDog/integrations-core/pull/11429). +* Add `pyproject.toml` file ([#11429](https://github.com/DataDog/integrations-core/pull/11429)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.6.3 / 2022-01-21 / Agent 7.34.0 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 1.6.2 / 2022-01-18 ***Fixed***: -* Fix the type of `bearer_token_auth`. See [#11144](https://github.com/DataDog/integrations-core/pull/11144). +* Fix the type of `bearer_token_auth` ([#11144](https://github.com/DataDog/integrations-core/pull/11144)) ## 1.6.1 / 2022-01-08 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.6.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Document new include_labels option. See [#10617](https://github.com/DataDog/integrations-core/pull/10617). -* Document new use_process_start_time option. See [#10601](https://github.com/DataDog/integrations-core/pull/10601). +* Document new include_labels option ([#10617](https://github.com/DataDog/integrations-core/pull/10617)) +* Document new use_process_start_time option ([#10601](https://github.com/DataDog/integrations-core/pull/10601)) ## 1.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add runtime configuration validation. See [#8982](https://github.com/DataDog/integrations-core/pull/8982). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add runtime configuration validation ([#8982](https://github.com/DataDog/integrations-core/pull/8982)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.4.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Support "ignore_tags" configuration. See [#9392](https://github.com/DataDog/integrations-core/pull/9392). +* Support "ignore_tags" configuration ([#9392](https://github.com/DataDog/integrations-core/pull/9392)) ## 1.3.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Fix logs section placement in example config. See [#8605](https://github.com/DataDog/integrations-core/pull/8605). +* Fix logs section placement in example config ([#8605](https://github.com/DataDog/integrations-core/pull/8605)) ## 1.3.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update prometheus_metrics_prefix documentation. See [#8236](https://github.com/DataDog/integrations-core/pull/8236). +* Update prometheus_metrics_prefix documentation ([#8236](https://github.com/DataDog/integrations-core/pull/8236)) ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Sync openmetrics config specs with new option ignore_metrics_by_labels. See [#7823](https://github.com/DataDog/integrations-core/pull/7823). -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* Add config spec. See [#7735](https://github.com/DataDog/integrations-core/pull/7735). +* Sync openmetrics config specs with new option ignore_metrics_by_labels ([#7823](https://github.com/DataDog/integrations-core/pull/7823)) +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* Add config spec ([#7735](https://github.com/DataDog/integrations-core/pull/7735)) ## 1.2.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.2.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.0.2 / 2020-02-26 / Agent 7.18.0 ***Fixed***: -* Fix discrepancies in `batchlog_manager`, `execution_stages`, `io_queue` and `query_processor` metric group names. See [#5885](https://github.com/DataDog/integrations-core/pull/5885). +* Fix discrepancies in `batchlog_manager`, `execution_stages`, `io_queue` and `query_processor` metric group names ([#5885](https://github.com/DataDog/integrations-core/pull/5885)) ## 1.0.1 / 2020-02-25 ***Fixed***: -* Fix typo in explicit send_histograms_buckets option. See [#5867](https://github.com/DataDog/integrations-core/pull/5867). +* Fix typo in explicit send_histograms_buckets option ([#5867](https://github.com/DataDog/integrations-core/pull/5867)) ## 1.0.0 / 2020-02-21 ***Added***: -* Scylla new integration. See [#5440](https://github.com/DataDog/integrations-core/pull/5440). +* Scylla new integration ([#5440](https://github.com/DataDog/integrations-core/pull/5440)) diff --git a/sidekiq/CHANGELOG.md b/sidekiq/CHANGELOG.md index d2c9243e7c2d0..4d6bd4ea1a691 100644 --- a/sidekiq/CHANGELOG.md +++ b/sidekiq/CHANGELOG.md @@ -6,50 +6,50 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.3.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11430](https://github.com/DataDog/integrations-core/pull/11430). +* Add `pyproject.toml` file ([#11430](https://github.com/DataDog/integrations-core/pull/11430)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.2.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.2.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.1.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.1.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.1.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.0.0 / 2020-04-03 / Agent 7.19.0 ***Added***: -* Add sidekiq tile. See [#6098](https://github.com/DataDog/integrations-core/pull/6098). +* Add sidekiq tile ([#6098](https://github.com/DataDog/integrations-core/pull/6098)) diff --git a/silk/CHANGELOG.md b/silk/CHANGELOG.md index 68c8bbf7318ee..4fa56de7fb0c2 100644 --- a/silk/CHANGELOG.md +++ b/silk/CHANGELOG.md @@ -6,66 +6,66 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.2.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.2.2 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix duplicate events bug. See [#14020](https://github.com/DataDog/integrations-core/pull/14020). +* Fix duplicate events bug ([#14020](https://github.com/DataDog/integrations-core/pull/14020)) ## 1.2.1 / 2023-03-03 / Agent 7.44.0 ***Fixed***: -* Improve Silk service check tagging. See [#13816](https://github.com/DataDog/integrations-core/pull/13816). +* Improve Silk service check tagging ([#13816](https://github.com/DataDog/integrations-core/pull/13816)) ## 1.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add debug logging for unknown server statuses. See [#11587](https://github.com/DataDog/integrations-core/pull/11587). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add debug logging for unknown server statuses ([#11587](https://github.com/DataDog/integrations-core/pull/11587)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 1.0.2 / 2022-03-01 / Agent 7.35.0 ***Fixed***: -* Update system state log line wording . See [#11577](https://github.com/DataDog/integrations-core/pull/11577). -* Update example port. See [#11578](https://github.com/DataDog/integrations-core/pull/11578). +* Update system state log line wording ([#11577](https://github.com/DataDog/integrations-core/pull/11577)) +* Update example port ([#11578](https://github.com/DataDog/integrations-core/pull/11578)) ## 1.0.1 / 2022-02-23 ***Fixed***: -* Bump base package dependency. See [#11549](https://github.com/DataDog/integrations-core/pull/11549). +* Bump base package dependency ([#11549](https://github.com/DataDog/integrations-core/pull/11549)) ## 1.0.0 / 2022-02-19 ***Added***: -* Add Silk integration. See [#10783](https://github.com/DataDog/integrations-core/pull/10783). +* Add Silk integration ([#10783](https://github.com/DataDog/integrations-core/pull/10783)) diff --git a/singlestore/CHANGELOG.md b/singlestore/CHANGELOG.md index 4c6fb910e0206..16dbfaed7ee63 100644 --- a/singlestore/CHANGELOG.md +++ b/singlestore/CHANGELOG.md @@ -6,59 +6,59 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.3.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Pin `pymysql` to `0.10.1`. See [#12612](https://github.com/DataDog/integrations-core/pull/12612). +* Pin `pymysql` to `0.10.1` ([#12612](https://github.com/DataDog/integrations-core/pull/12612)) ## 1.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11431](https://github.com/DataDog/integrations-core/pull/11431). +* Add `pyproject.toml` file ([#11431](https://github.com/DataDog/integrations-core/pull/11431)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) ## 1.0.0 / 2021-09-29 ***Added***: -* New integration - singlestore. See [#10104](https://github.com/DataDog/integrations-core/pull/10104). +* New integration - singlestore ([#10104](https://github.com/DataDog/integrations-core/pull/10104)) diff --git a/snmp/CHANGELOG.md b/snmp/CHANGELOG.md index 4697aed3e3648..60a637fdae3fa 100644 --- a/snmp/CHANGELOG.md +++ b/snmp/CHANGELOG.md @@ -6,858 +6,858 @@ ***Added***: -* Add netgear-switch. See [#15337](https://github.com/DataDog/integrations-core/pull/15337). -* Add hardware metrics Checkpoint Firewall (fan). See [#15514](https://github.com/DataDog/integrations-core/pull/15514). -* Add hardware metrics for HP (power supplies) [FIX]. See [#15491](https://github.com/DataDog/integrations-core/pull/15491). -* Add profile netgear-readynas. See [#15322](https://github.com/DataDog/integrations-core/pull/15322). -* Add hardware metrics for Dell (power supplies). See [#15456](https://github.com/DataDog/integrations-core/pull/15456). -* Add hardware metrics for cisco (fan). See [#15507](https://github.com/DataDog/integrations-core/pull/15507). -* Add hardware metrics for Chatsworth (power supplies) . See [#15471](https://github.com/DataDog/integrations-core/pull/15471). -* Add hardware metrics for Cisco (power supplies). See [#15480](https://github.com/DataDog/integrations-core/pull/15480). -* Add profile dell-emc-data-domain. See [#15436](https://github.com/DataDog/integrations-core/pull/15436). -* Add hardware metrics for HP (power supplies). See [#15467](https://github.com/DataDog/integrations-core/pull/15467). -* [SNMP] Add profile for Avaya Nortel ethernet routing switch. See [#15472](https://github.com/DataDog/integrations-core/pull/15472). -* [NDM] Add bgpPeerRemoteAs as tag. See [#15225](https://github.com/DataDog/integrations-core/pull/15225). -* Add dlink-dgs-switch profile. See [#15461](https://github.com/DataDog/integrations-core/pull/15461). -* Add peplink profile. See [#15464](https://github.com/DataDog/integrations-core/pull/15464). -* [SNMP] Add profile for Avaya Media gateway. See [#15469](https://github.com/DataDog/integrations-core/pull/15469). -* [SNMP] Add profile for Avaya Cajun switch. See [#15466](https://github.com/DataDog/integrations-core/pull/15466). -* Add profile for pf-sense. See [#15468](https://github.com/DataDog/integrations-core/pull/15468). -* Add profiles for netgear & netgear-access-point. See [#15306](https://github.com/DataDog/integrations-core/pull/15306). -* Investigate hierarchy for dell profiles. See [#15446](https://github.com/DataDog/integrations-core/pull/15446). -* Add profile omron-cj-ethernet-ip. See [#15465](https://github.com/DataDog/integrations-core/pull/15465). -* [SNMP] Add profile for Avocent ACS. See [#15460](https://github.com/DataDog/integrations-core/pull/15460). -* [NDM] Add cyberpower-pdu profile. See [#15158](https://github.com/DataDog/integrations-core/pull/15158). -* Add profile opengear-infrastructure-manager. See [#15455](https://github.com/DataDog/integrations-core/pull/15455). -* [NDM] Add barracuda-cloudgen profile. See [#15153](https://github.com/DataDog/integrations-core/pull/15153). -* Add profile opengear-console-manager. See [#15451](https://github.com/DataDog/integrations-core/pull/15451). -* [SNMP] Add profile for Eaton EPDU. See [#15458](https://github.com/DataDog/integrations-core/pull/15458). -* Add ubiquiti-unifi-security-gateway. See [#15433](https://github.com/DataDog/integrations-core/pull/15433). -* [SNMP] Add profile for Palo-Alto Cloudgenix. See [#15432](https://github.com/DataDog/integrations-core/pull/15432). -* Add profile dell-sonicwall. See [#15426](https://github.com/DataDog/integrations-core/pull/15426). -* [SNMP] Add profile for Western-Digital Mycloud EX2 Ultra. See [#15444](https://github.com/DataDog/integrations-core/pull/15444). -* [NDM] Add citrix-netscaler profile. See [#15349](https://github.com/DataDog/integrations-core/pull/15349). -* [SNMP] Add profile for Dialogic media gateway. See [#15445](https://github.com/DataDog/integrations-core/pull/15445). -* Add profile dell-powerconnect. See [#15423](https://github.com/DataDog/integrations-core/pull/15423). -* Add profile dell-os10. See [#15414](https://github.com/DataDog/integrations-core/pull/15414). -* [NDM] add cradlepoint profile. See [#15419](https://github.com/DataDog/integrations-core/pull/15419). -* [SNMP] Add profile for VMWare ESX. See [#15430](https://github.com/DataDog/integrations-core/pull/15430). -* Add profile dell-force10. See [#15424](https://github.com/DataDog/integrations-core/pull/15424). -* [SNMP] Add profile for HP MSA. See [#15310](https://github.com/DataDog/integrations-core/pull/15310). -* [SNMP] Add profile for Vertiv Liebert AC. See [#15415](https://github.com/DataDog/integrations-core/pull/15415). -* [SNMP] Add profile for Vertiv Watchdog. See [#15412](https://github.com/DataDog/integrations-core/pull/15412). -* [SNMP] Add profile for NEC univerge. See [#15403](https://github.com/DataDog/integrations-core/pull/15403). -* Add profile ubiquiti-unifi. See [#15399](https://github.com/DataDog/integrations-core/pull/15399). -* Add profile ixsystems-truenas. See [#15398](https://github.com/DataDog/integrations-core/pull/15398). -* Add profile tripplite-ups. See [#15397](https://github.com/DataDog/integrations-core/pull/15397). -* Add profile tripplite-pdu. See [#15396](https://github.com/DataDog/integrations-core/pull/15396). -* Add profile for zebra-printer. See [#15385](https://github.com/DataDog/integrations-core/pull/15385). -* [SNMP] Add profile for Mikrotik routers. See [#15388](https://github.com/DataDog/integrations-core/pull/15388). -* Add profile for zyxel-switch. See [#15386](https://github.com/DataDog/integrations-core/pull/15386). -* Add profile for velocloud-edge. See [#15382](https://github.com/DataDog/integrations-core/pull/15382). -* [SNMP] Add profile for IBM Lenovo servers. See [#15377](https://github.com/DataDog/integrations-core/pull/15377). -* Add profile for servertech-pdu4. See [#15369](https://github.com/DataDog/integrations-core/pull/15369). -* Add profile infinera-coriant-groove. See [#15374](https://github.com/DataDog/integrations-core/pull/15374). -* Add profile mcafee-web-gateway. See [#15373](https://github.com/DataDog/integrations-core/pull/15373). -* [SNMP] Add profile for IBM datapower gateway. See [#15371](https://github.com/DataDog/integrations-core/pull/15371). -* Add profile kyocera-printer. See [#15370](https://github.com/DataDog/integrations-core/pull/15370). -* Add profile linksys. See [#15372](https://github.com/DataDog/integrations-core/pull/15372). -* Add profile sophos-xgs-firewall. See [#15368](https://github.com/DataDog/integrations-core/pull/15368). -* Add profile juniper-pulse-secure. See [#15367](https://github.com/DataDog/integrations-core/pull/15367). -* Add profile infoblox-ipam. See [#15354](https://github.com/DataDog/integrations-core/pull/15354). -* Add juniper-qfx.yaml. See [#15366](https://github.com/DataDog/integrations-core/pull/15366). -* [SNMP] Add profile for Huawei access controllers. See [#15358](https://github.com/DataDog/integrations-core/pull/15358). -* Add profile for synology-disk-station. See [#15335](https://github.com/DataDog/integrations-core/pull/15335). -* Add profile for silverpeak-edgeconnect. See [#15328](https://github.com/DataDog/integrations-core/pull/15328). -* [SNMP] Add profile for Huawei switches. See [#15357](https://github.com/DataDog/integrations-core/pull/15357). -* [SNMP] Add profile for Huawei routers. See [#15356](https://github.com/DataDog/integrations-core/pull/15356). -* [SNMP] Add profile for Huawei devices. See [#15343](https://github.com/DataDog/integrations-core/pull/15343). -* [SNMP] Add profile for APC Netbotz. See [#15136](https://github.com/DataDog/integrations-core/pull/15136). -* Add profile for tp-link. See [#15339](https://github.com/DataDog/integrations-core/pull/15339). -* Add profile for servertech-pdu3. See [#15341](https://github.com/DataDog/integrations-core/pull/15341). -* [NDM] Add profile for avaya aura ms. See [#15214](https://github.com/DataDog/integrations-core/pull/15214). -* Add profile for sinetica-eagle-i. See [#15340](https://github.com/DataDog/integrations-core/pull/15340). -* Add profile for server-iron-switch. See [#15329](https://github.com/DataDog/integrations-core/pull/15329). -* [SNMP] Add profile for HP Nimble. See [#15312](https://github.com/DataDog/integrations-core/pull/15312). -* Add profile for ruckus-unleashed. See [#15311](https://github.com/DataDog/integrations-core/pull/15311). -* Add profile for raritan-dominion. See [#15326](https://github.com/DataDog/integrations-core/pull/15326). -* [SNMP] Add profile for HP Bladesystem enclosure. See [#15248](https://github.com/DataDog/integrations-core/pull/15248). -* [SNMP] Add APC PDU profile. See [#15135](https://github.com/DataDog/integrations-core/pull/15135). -* Add profile for riverbed-interceptor. See [#15294](https://github.com/DataDog/integrations-core/pull/15294). -* Add profile for hp-icf-switch. See [#15209](https://github.com/DataDog/integrations-core/pull/15209). -* Add profile for hp-h3c-switch. See [#15207](https://github.com/DataDog/integrations-core/pull/15207). -* Add profile for riverbed-steelhead. See [#15300](https://github.com/DataDog/integrations-core/pull/15300). -* Add profile for ruckus-wap. See [#15309](https://github.com/DataDog/integrations-core/pull/15309). -* Add profile for Aruba WC. See [#15128](https://github.com/DataDog/integrations-core/pull/15128). -* [SNMP] Add profile for Nasuni. See [#15253](https://github.com/DataDog/integrations-core/pull/15253). -* Add interface_index to interface metrics. See [#15274](https://github.com/DataDog/integrations-core/pull/15274). -* Add profile for gigamon. See [#15195](https://github.com/DataDog/integrations-core/pull/15195). -* Add profile cisco-ucs. See [#15265](https://github.com/DataDog/integrations-core/pull/15265). -* Add profile cisco-wan-optimizer. See [#15270](https://github.com/DataDog/integrations-core/pull/15270). -* Add profile for ups. See [#15205](https://github.com/DataDog/integrations-core/pull/15205). -* Add profile cisco-load-balancer. See [#15210](https://github.com/DataDog/integrations-core/pull/15210). -* Add `hr_device_index` tag to `snmp.hrProcessorLoad` metric. See [#15202](https://github.com/DataDog/integrations-core/pull/15202). -* Add profile cisco-ise. See [#15193](https://github.com/DataDog/integrations-core/pull/15193). -* Add profile cisco-sb. See [#15264](https://github.com/DataDog/integrations-core/pull/15264). - -***Fixed***: - -* Update forced_type to metric_type. See [#15191](https://github.com/DataDog/integrations-core/pull/15191). -* Add abstract profile for cisco vendor to reduce duplication. See [#15266](https://github.com/DataDog/integrations-core/pull/15266). -* Fix cisco-ise profile. See [#15283](https://github.com/DataDog/integrations-core/pull/15283). +* Add netgear-switch ([#15337](https://github.com/DataDog/integrations-core/pull/15337)) +* Add hardware metrics Checkpoint Firewall (fan) ([#15514](https://github.com/DataDog/integrations-core/pull/15514)) +* Add hardware metrics for HP (power supplies) [FIX] ([#15491](https://github.com/DataDog/integrations-core/pull/15491)) +* Add profile netgear-readynas ([#15322](https://github.com/DataDog/integrations-core/pull/15322)) +* Add hardware metrics for Dell (power supplies) ([#15456](https://github.com/DataDog/integrations-core/pull/15456)) +* Add hardware metrics for cisco (fan) ([#15507](https://github.com/DataDog/integrations-core/pull/15507)) +* Add hardware metrics for Chatsworth (power supplies) ([#15471](https://github.com/DataDog/integrations-core/pull/15471)) +* Add hardware metrics for Cisco (power supplies) ([#15480](https://github.com/DataDog/integrations-core/pull/15480)) +* Add profile dell-emc-data-domain ([#15436](https://github.com/DataDog/integrations-core/pull/15436)) +* Add hardware metrics for HP (power supplies) ([#15467](https://github.com/DataDog/integrations-core/pull/15467)) +* [SNMP] Add profile for Avaya Nortel ethernet routing switch ([#15472](https://github.com/DataDog/integrations-core/pull/15472)) +* [NDM] Add bgpPeerRemoteAs as tag ([#15225](https://github.com/DataDog/integrations-core/pull/15225)) +* Add dlink-dgs-switch profile ([#15461](https://github.com/DataDog/integrations-core/pull/15461)) +* Add peplink profile ([#15464](https://github.com/DataDog/integrations-core/pull/15464)) +* [SNMP] Add profile for Avaya Media gateway ([#15469](https://github.com/DataDog/integrations-core/pull/15469)) +* [SNMP] Add profile for Avaya Cajun switch ([#15466](https://github.com/DataDog/integrations-core/pull/15466)) +* Add profile for pf-sense ([#15468](https://github.com/DataDog/integrations-core/pull/15468)) +* Add profiles for netgear & netgear-access-point ([#15306](https://github.com/DataDog/integrations-core/pull/15306)) +* Investigate hierarchy for dell profiles ([#15446](https://github.com/DataDog/integrations-core/pull/15446)) +* Add profile omron-cj-ethernet-ip ([#15465](https://github.com/DataDog/integrations-core/pull/15465)) +* [SNMP] Add profile for Avocent ACS ([#15460](https://github.com/DataDog/integrations-core/pull/15460)) +* [NDM] Add cyberpower-pdu profile ([#15158](https://github.com/DataDog/integrations-core/pull/15158)) +* Add profile opengear-infrastructure-manager ([#15455](https://github.com/DataDog/integrations-core/pull/15455)) +* [NDM] Add barracuda-cloudgen profile ([#15153](https://github.com/DataDog/integrations-core/pull/15153)) +* Add profile opengear-console-manager ([#15451](https://github.com/DataDog/integrations-core/pull/15451)) +* [SNMP] Add profile for Eaton EPDU ([#15458](https://github.com/DataDog/integrations-core/pull/15458)) +* Add ubiquiti-unifi-security-gateway ([#15433](https://github.com/DataDog/integrations-core/pull/15433)) +* [SNMP] Add profile for Palo-Alto Cloudgenix ([#15432](https://github.com/DataDog/integrations-core/pull/15432)) +* Add profile dell-sonicwall ([#15426](https://github.com/DataDog/integrations-core/pull/15426)) +* [SNMP] Add profile for Western-Digital Mycloud EX2 Ultra ([#15444](https://github.com/DataDog/integrations-core/pull/15444)) +* [NDM] Add citrix-netscaler profile ([#15349](https://github.com/DataDog/integrations-core/pull/15349)) +* [SNMP] Add profile for Dialogic media gateway ([#15445](https://github.com/DataDog/integrations-core/pull/15445)) +* Add profile dell-powerconnect ([#15423](https://github.com/DataDog/integrations-core/pull/15423)) +* Add profile dell-os10 ([#15414](https://github.com/DataDog/integrations-core/pull/15414)) +* [NDM] add cradlepoint profile ([#15419](https://github.com/DataDog/integrations-core/pull/15419)) +* [SNMP] Add profile for VMWare ESX ([#15430](https://github.com/DataDog/integrations-core/pull/15430)) +* Add profile dell-force10 ([#15424](https://github.com/DataDog/integrations-core/pull/15424)) +* [SNMP] Add profile for HP MSA ([#15310](https://github.com/DataDog/integrations-core/pull/15310)) +* [SNMP] Add profile for Vertiv Liebert AC ([#15415](https://github.com/DataDog/integrations-core/pull/15415)) +* [SNMP] Add profile for Vertiv Watchdog ([#15412](https://github.com/DataDog/integrations-core/pull/15412)) +* [SNMP] Add profile for NEC univerge ([#15403](https://github.com/DataDog/integrations-core/pull/15403)) +* Add profile ubiquiti-unifi ([#15399](https://github.com/DataDog/integrations-core/pull/15399)) +* Add profile ixsystems-truenas ([#15398](https://github.com/DataDog/integrations-core/pull/15398)) +* Add profile tripplite-ups ([#15397](https://github.com/DataDog/integrations-core/pull/15397)) +* Add profile tripplite-pdu ([#15396](https://github.com/DataDog/integrations-core/pull/15396)) +* Add profile for zebra-printer ([#15385](https://github.com/DataDog/integrations-core/pull/15385)) +* [SNMP] Add profile for Mikrotik routers ([#15388](https://github.com/DataDog/integrations-core/pull/15388)) +* Add profile for zyxel-switch ([#15386](https://github.com/DataDog/integrations-core/pull/15386)) +* Add profile for velocloud-edge ([#15382](https://github.com/DataDog/integrations-core/pull/15382)) +* [SNMP] Add profile for IBM Lenovo servers ([#15377](https://github.com/DataDog/integrations-core/pull/15377)) +* Add profile for servertech-pdu4 ([#15369](https://github.com/DataDog/integrations-core/pull/15369)) +* Add profile infinera-coriant-groove ([#15374](https://github.com/DataDog/integrations-core/pull/15374)) +* Add profile mcafee-web-gateway ([#15373](https://github.com/DataDog/integrations-core/pull/15373)) +* [SNMP] Add profile for IBM datapower gateway ([#15371](https://github.com/DataDog/integrations-core/pull/15371)) +* Add profile kyocera-printer ([#15370](https://github.com/DataDog/integrations-core/pull/15370)) +* Add profile linksys ([#15372](https://github.com/DataDog/integrations-core/pull/15372)) +* Add profile sophos-xgs-firewall ([#15368](https://github.com/DataDog/integrations-core/pull/15368)) +* Add profile juniper-pulse-secure ([#15367](https://github.com/DataDog/integrations-core/pull/15367)) +* Add profile infoblox-ipam ([#15354](https://github.com/DataDog/integrations-core/pull/15354)) +* Add juniper-qfx.yaml ([#15366](https://github.com/DataDog/integrations-core/pull/15366)) +* [SNMP] Add profile for Huawei access controllers ([#15358](https://github.com/DataDog/integrations-core/pull/15358)) +* Add profile for synology-disk-station ([#15335](https://github.com/DataDog/integrations-core/pull/15335)) +* Add profile for silverpeak-edgeconnect ([#15328](https://github.com/DataDog/integrations-core/pull/15328)) +* [SNMP] Add profile for Huawei switches ([#15357](https://github.com/DataDog/integrations-core/pull/15357)) +* [SNMP] Add profile for Huawei routers ([#15356](https://github.com/DataDog/integrations-core/pull/15356)) +* [SNMP] Add profile for Huawei devices ([#15343](https://github.com/DataDog/integrations-core/pull/15343)) +* [SNMP] Add profile for APC Netbotz ([#15136](https://github.com/DataDog/integrations-core/pull/15136)) +* Add profile for tp-link ([#15339](https://github.com/DataDog/integrations-core/pull/15339)) +* Add profile for servertech-pdu3 ([#15341](https://github.com/DataDog/integrations-core/pull/15341)) +* [NDM] Add profile for avaya aura ms ([#15214](https://github.com/DataDog/integrations-core/pull/15214)) +* Add profile for sinetica-eagle-i ([#15340](https://github.com/DataDog/integrations-core/pull/15340)) +* Add profile for server-iron-switch ([#15329](https://github.com/DataDog/integrations-core/pull/15329)) +* [SNMP] Add profile for HP Nimble ([#15312](https://github.com/DataDog/integrations-core/pull/15312)) +* Add profile for ruckus-unleashed ([#15311](https://github.com/DataDog/integrations-core/pull/15311)) +* Add profile for raritan-dominion ([#15326](https://github.com/DataDog/integrations-core/pull/15326)) +* [SNMP] Add profile for HP Bladesystem enclosure ([#15248](https://github.com/DataDog/integrations-core/pull/15248)) +* [SNMP] Add APC PDU profile ([#15135](https://github.com/DataDog/integrations-core/pull/15135)) +* Add profile for riverbed-interceptor ([#15294](https://github.com/DataDog/integrations-core/pull/15294)) +* Add profile for hp-icf-switch ([#15209](https://github.com/DataDog/integrations-core/pull/15209)) +* Add profile for hp-h3c-switch ([#15207](https://github.com/DataDog/integrations-core/pull/15207)) +* Add profile for riverbed-steelhead ([#15300](https://github.com/DataDog/integrations-core/pull/15300)) +* Add profile for ruckus-wap ([#15309](https://github.com/DataDog/integrations-core/pull/15309)) +* Add profile for Aruba WC ([#15128](https://github.com/DataDog/integrations-core/pull/15128)) +* [SNMP] Add profile for Nasuni ([#15253](https://github.com/DataDog/integrations-core/pull/15253)) +* Add interface_index to interface metrics ([#15274](https://github.com/DataDog/integrations-core/pull/15274)) +* Add profile for gigamon ([#15195](https://github.com/DataDog/integrations-core/pull/15195)) +* Add profile cisco-ucs ([#15265](https://github.com/DataDog/integrations-core/pull/15265)) +* Add profile cisco-wan-optimizer ([#15270](https://github.com/DataDog/integrations-core/pull/15270)) +* Add profile for ups ([#15205](https://github.com/DataDog/integrations-core/pull/15205)) +* Add profile cisco-load-balancer ([#15210](https://github.com/DataDog/integrations-core/pull/15210)) +* Add `hr_device_index` tag to `snmp.hrProcessorLoad` metric ([#15202](https://github.com/DataDog/integrations-core/pull/15202)) +* Add profile cisco-ise ([#15193](https://github.com/DataDog/integrations-core/pull/15193)) +* Add profile cisco-sb ([#15264](https://github.com/DataDog/integrations-core/pull/15264)) + +***Fixed***: + +* Update forced_type to metric_type ([#15191](https://github.com/DataDog/integrations-core/pull/15191)) +* Add abstract profile for cisco vendor to reduce duplication ([#15266](https://github.com/DataDog/integrations-core/pull/15266)) +* Fix cisco-ise profile ([#15283](https://github.com/DataDog/integrations-core/pull/15283)) ## 6.0.0 / 2023-07-10 ***Changed***: -* Rename vendor profiles to match vendor.yaml. See [#15039](https://github.com/DataDog/integrations-core/pull/15039). -* Rename generic-router to generic-device. See [#14723](https://github.com/DataDog/integrations-core/pull/14723). - -***Added***: - -* [NDM] Add audiocodes-mediant-sbc profile. See [#15117](https://github.com/DataDog/integrations-core/pull/15117). -* Add profile for fortinet-fortiswitch. See [#15192](https://github.com/DataDog/integrations-core/pull/15192). -* Add profile for Fireeye. See [#15185](https://github.com/DataDog/integrations-core/pull/15185). -* Add profile for fortinet-appliance. See [#15188](https://github.com/DataDog/integrations-core/pull/15188). -* Add arista-switch profile. See [#15092](https://github.com/DataDog/integrations-core/pull/15092). -* Add profile cisco-ironport-email. See [#15163](https://github.com/DataDog/integrations-core/pull/15163). -* Add profile cisco-firepower. See [#15160](https://github.com/DataDog/integrations-core/pull/15160). -* Add profile for extreme-switching. See [#15164](https://github.com/DataDog/integrations-core/pull/15164). -* Add profile cisco-access-point. See [#15147](https://github.com/DataDog/integrations-core/pull/15147). -* [NDM] [SNMP] Update F5 BIGIP profile. See [#15049](https://github.com/DataDog/integrations-core/pull/15049). -* Add profile for Aruba-cx-switch. See [#15107](https://github.com/DataDog/integrations-core/pull/15107). -* Add aruba-clearpass profile. See [#15088](https://github.com/DataDog/integrations-core/pull/15088). -* Add profile for Exagrid. See [#15137](https://github.com/DataDog/integrations-core/pull/15137). -* Add profile cisco-firepower-asa. See [#15157](https://github.com/DataDog/integrations-core/pull/15157). -* [SNMP] Add profile for alcatel-lucent omni access WLC. See [#15101](https://github.com/DataDog/integrations-core/pull/15101). -* [SNMP] Add profile for alcatel-lucent ind. See [#15095](https://github.com/DataDog/integrations-core/pull/15095). -* [NDM] Add bluecat-server profile. See [#15125](https://github.com/DataDog/integrations-core/pull/15125). -* [SNMP] Add profile for alcatel-lucent ent. See [#15094](https://github.com/DataDog/integrations-core/pull/15094). -* Add profile chrysalis-luna-hsm. See [#15133](https://github.com/DataDog/integrations-core/pull/15133). -* [NDM] Add avtech-roomalert-3s. See [#15076](https://github.com/DataDog/integrations-core/pull/15076). -* Add profile watchguard. See [#15130](https://github.com/DataDog/integrations-core/pull/15130). -* [SNMP] Add profile for Anue. See [#15123](https://github.com/DataDog/integrations-core/pull/15123). -* Add profile for aruba mobility controller. See [#15109](https://github.com/DataDog/integrations-core/pull/15109). -* [NDM] Add avtech roomalert 3e profile. See [#15075](https://github.com/DataDog/integrations-core/pull/15075). -* [NDM] Add avtech-roomalert-32s. See [#15058](https://github.com/DataDog/integrations-core/pull/15058). -* [SNMP] Add profile for generic UPS. See [#15068](https://github.com/DataDog/integrations-core/pull/15068). -* Add profile brother-net-printer. See [#15102](https://github.com/DataDog/integrations-core/pull/15102). -* Add profile brocade-fc-switch. See [#15065](https://github.com/DataDog/integrations-core/pull/15065). -* Update profile a10-thunder with metric_type. See [#15086](https://github.com/DataDog/integrations-core/pull/15086). -* Add profile _generic-ucd.yaml. See [#15046](https://github.com/DataDog/integrations-core/pull/15046). -* [NDM] Add profiles for Nvidia. See [#15051](https://github.com/DataDog/integrations-core/pull/15051). -* Add profile a10-thunder. See [#14712](https://github.com/DataDog/integrations-core/pull/14712). -* Add `_generic-lldp` profile. See [#15061](https://github.com/DataDog/integrations-core/pull/15061). -* Add per vendor generic profiles. See [#14721](https://github.com/DataDog/integrations-core/pull/14721). -* Add profile 3com-huawei. See [#14694](https://github.com/DataDog/integrations-core/pull/14694). -* Update profiles with missing devices. See [#14695](https://github.com/DataDog/integrations-core/pull/14695). -* Add profile for hp-ilo. See [#14771](https://github.com/DataDog/integrations-core/pull/14771). -* Add User Profiles support. See [#14752](https://github.com/DataDog/integrations-core/pull/14752). -* Add profile 3com. See [#14693](https://github.com/DataDog/integrations-core/pull/14693). - -***Fixed***: - -* Update alcatel-lucent-ind with prefix . See [#15184](https://github.com/DataDog/integrations-core/pull/15184). -* Update alcatel-lucent-ent with prefix. See [#15183](https://github.com/DataDog/integrations-core/pull/15183). -* Add roomalert prefix to avtech-roomalert-32s.yaml. See [#15180](https://github.com/DataDog/integrations-core/pull/15180). -* Add roomalert3s prefix to avtech-roomalert-3s.yaml. See [#15182](https://github.com/DataDog/integrations-core/pull/15182). -* Add `roomalert3e` prefix to avtech-roomalert-3e.yaml. See [#15181](https://github.com/DataDog/integrations-core/pull/15181). -* Add missing metric_type and ucd prefix for _generic-ucd. See [#15177](https://github.com/DataDog/integrations-core/pull/15177). -* Add prefixes to `nvidia-cumulus-linux-switch`. See [#15176](https://github.com/DataDog/integrations-core/pull/15176). -* Update _generic-ups.yaml. See [#15179](https://github.com/DataDog/integrations-core/pull/15179). -* Update a10-thunder axAppGlobalTotalCurrentConnections metric_type. See [#15169](https://github.com/DataDog/integrations-core/pull/15169). -* Document _cisco-cpu-memory.yaml metrics. See [#15149](https://github.com/DataDog/integrations-core/pull/15149). -* Update metadata.csv for 3com-huawei profile. See [#15038](https://github.com/DataDog/integrations-core/pull/15038). -* Refactor hp-ilo profile vendor. See [#14823](https://github.com/DataDog/integrations-core/pull/14823). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Remove rules from test_profile_hierarchy. See [#14703](https://github.com/DataDog/integrations-core/pull/14703). +* Rename vendor profiles to match vendor.yaml ([#15039](https://github.com/DataDog/integrations-core/pull/15039)) +* Rename generic-router to generic-device ([#14723](https://github.com/DataDog/integrations-core/pull/14723)) + +***Added***: + +* [NDM] Add audiocodes-mediant-sbc profile ([#15117](https://github.com/DataDog/integrations-core/pull/15117)) +* Add profile for fortinet-fortiswitch ([#15192](https://github.com/DataDog/integrations-core/pull/15192)) +* Add profile for Fireeye ([#15185](https://github.com/DataDog/integrations-core/pull/15185)) +* Add profile for fortinet-appliance ([#15188](https://github.com/DataDog/integrations-core/pull/15188)) +* Add arista-switch profile ([#15092](https://github.com/DataDog/integrations-core/pull/15092)) +* Add profile cisco-ironport-email ([#15163](https://github.com/DataDog/integrations-core/pull/15163)) +* Add profile cisco-firepower ([#15160](https://github.com/DataDog/integrations-core/pull/15160)) +* Add profile for extreme-switching ([#15164](https://github.com/DataDog/integrations-core/pull/15164)) +* Add profile cisco-access-point ([#15147](https://github.com/DataDog/integrations-core/pull/15147)) +* [NDM] [SNMP] Update F5 BIGIP profile ([#15049](https://github.com/DataDog/integrations-core/pull/15049)) +* Add profile for Aruba-cx-switch ([#15107](https://github.com/DataDog/integrations-core/pull/15107)) +* Add aruba-clearpass profile ([#15088](https://github.com/DataDog/integrations-core/pull/15088)) +* Add profile for Exagrid ([#15137](https://github.com/DataDog/integrations-core/pull/15137)) +* Add profile cisco-firepower-asa ([#15157](https://github.com/DataDog/integrations-core/pull/15157)) +* [SNMP] Add profile for alcatel-lucent omni access WLC ([#15101](https://github.com/DataDog/integrations-core/pull/15101)) +* [SNMP] Add profile for alcatel-lucent ind ([#15095](https://github.com/DataDog/integrations-core/pull/15095)) +* [NDM] Add bluecat-server profile ([#15125](https://github.com/DataDog/integrations-core/pull/15125)) +* [SNMP] Add profile for alcatel-lucent ent ([#15094](https://github.com/DataDog/integrations-core/pull/15094)) +* Add profile chrysalis-luna-hsm ([#15133](https://github.com/DataDog/integrations-core/pull/15133)) +* [NDM] Add avtech-roomalert-3s ([#15076](https://github.com/DataDog/integrations-core/pull/15076)) +* Add profile watchguard ([#15130](https://github.com/DataDog/integrations-core/pull/15130)) +* [SNMP] Add profile for Anue ([#15123](https://github.com/DataDog/integrations-core/pull/15123)) +* Add profile for aruba mobility controller ([#15109](https://github.com/DataDog/integrations-core/pull/15109)) +* [NDM] Add avtech roomalert 3e profile ([#15075](https://github.com/DataDog/integrations-core/pull/15075)) +* [NDM] Add avtech-roomalert-32s ([#15058](https://github.com/DataDog/integrations-core/pull/15058)) +* [SNMP] Add profile for generic UPS ([#15068](https://github.com/DataDog/integrations-core/pull/15068)) +* Add profile brother-net-printer ([#15102](https://github.com/DataDog/integrations-core/pull/15102)) +* Add profile brocade-fc-switch ([#15065](https://github.com/DataDog/integrations-core/pull/15065)) +* Update profile a10-thunder with metric_type ([#15086](https://github.com/DataDog/integrations-core/pull/15086)) +* Add profile _generic-ucd.yaml ([#15046](https://github.com/DataDog/integrations-core/pull/15046)) +* [NDM] Add profiles for Nvidia ([#15051](https://github.com/DataDog/integrations-core/pull/15051)) +* Add profile a10-thunder ([#14712](https://github.com/DataDog/integrations-core/pull/14712)) +* Add `_generic-lldp` profile ([#15061](https://github.com/DataDog/integrations-core/pull/15061)) +* Add per vendor generic profiles ([#14721](https://github.com/DataDog/integrations-core/pull/14721)) +* Add profile 3com-huawei ([#14694](https://github.com/DataDog/integrations-core/pull/14694)) +* Update profiles with missing devices ([#14695](https://github.com/DataDog/integrations-core/pull/14695)) +* Add profile for hp-ilo ([#14771](https://github.com/DataDog/integrations-core/pull/14771)) +* Add User Profiles support ([#14752](https://github.com/DataDog/integrations-core/pull/14752)) +* Add profile 3com ([#14693](https://github.com/DataDog/integrations-core/pull/14693)) + +***Fixed***: + +* Update alcatel-lucent-ind with prefix ([#15184](https://github.com/DataDog/integrations-core/pull/15184)) +* Update alcatel-lucent-ent with prefix ([#15183](https://github.com/DataDog/integrations-core/pull/15183)) +* Add roomalert prefix to avtech-roomalert-32s.yaml ([#15180](https://github.com/DataDog/integrations-core/pull/15180)) +* Add roomalert3s prefix to avtech-roomalert-3s.yaml ([#15182](https://github.com/DataDog/integrations-core/pull/15182)) +* Add `roomalert3e` prefix to avtech-roomalert-3e.yaml ([#15181](https://github.com/DataDog/integrations-core/pull/15181)) +* Add missing metric_type and ucd prefix for _generic-ucd ([#15177](https://github.com/DataDog/integrations-core/pull/15177)) +* Add prefixes to `nvidia-cumulus-linux-switch` ([#15176](https://github.com/DataDog/integrations-core/pull/15176)) +* Update _generic-ups.yaml ([#15179](https://github.com/DataDog/integrations-core/pull/15179)) +* Update a10-thunder axAppGlobalTotalCurrentConnections metric_type ([#15169](https://github.com/DataDog/integrations-core/pull/15169)) +* Document _cisco-cpu-memory.yaml metrics ([#15149](https://github.com/DataDog/integrations-core/pull/15149)) +* Update metadata.csv for 3com-huawei profile ([#15038](https://github.com/DataDog/integrations-core/pull/15038)) +* Refactor hp-ilo profile vendor ([#14823](https://github.com/DataDog/integrations-core/pull/14823)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Remove rules from test_profile_hierarchy ([#14703](https://github.com/DataDog/integrations-core/pull/14703)) ## 5.12.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* adds sysobjectids to cisco-catalyst profile. See [#14452](https://github.com/DataDog/integrations-core/pull/14452). -* [SNMP] Enriched BGP profile. See [#14399](https://github.com/DataDog/integrations-core/pull/14399). +* adds sysobjectids to cisco-catalyst profile ([#14452](https://github.com/DataDog/integrations-core/pull/14452)) +* [SNMP] Enriched BGP profile ([#14399](https://github.com/DataDog/integrations-core/pull/14399)) ***Fixed***: -* NDM: Fix memory metrics OIDs for cisco-nexus. See [#14572](https://github.com/DataDog/integrations-core/pull/14572). -* Add .0 to hp scalar metrics. See [#14558](https://github.com/DataDog/integrations-core/pull/14558). +* NDM: Fix memory metrics OIDs for cisco-nexus ([#14572](https://github.com/DataDog/integrations-core/pull/14572)) +* Add .0 to hp scalar metrics ([#14558](https://github.com/DataDog/integrations-core/pull/14558)) ## 5.11.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Add topology metadata e2e test (aos_lldp). See [#13373](https://github.com/DataDog/integrations-core/pull/13373). +* Add topology metadata e2e test (aos_lldp) ([#13373](https://github.com/DataDog/integrations-core/pull/13373)) ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). -* Remove invalid 'service' field in snmp example config. See [#13341](https://github.com/DataDog/integrations-core/pull/13341). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) +* Remove invalid 'service' field in snmp example config ([#13341](https://github.com/DataDog/integrations-core/pull/13341)) ## 5.10.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) ***Fixed***: -* Add virtualdomain_index tag to fgFwPolStatsTable. See [#12760](https://github.com/DataDog/integrations-core/pull/12760). +* Add virtualdomain_index tag to fgFwPolStatsTable ([#12760](https://github.com/DataDog/integrations-core/pull/12760)) ## 5.9.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add metrics for VPN Tunnels. See [#11977](https://github.com/DataDog/integrations-core/pull/11977). Thanks [jalmeroth](https://github.com/jalmeroth). +* Add metrics for VPN Tunnels ([#11977](https://github.com/DataDog/integrations-core/pull/11977)) Thanks [jalmeroth](https://github.com/jalmeroth). ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 5.8.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Add memory and cpu abstract metrics. See [#11781](https://github.com/DataDog/integrations-core/pull/11781). +* Add memory and cpu abstract metrics ([#11781](https://github.com/DataDog/integrations-core/pull/11781)) ***Fixed***: -* Fix meraki profile mac address. See [#11871](https://github.com/DataDog/integrations-core/pull/11871). -* Add format mac_address to profile interface metadata. See [#11870](https://github.com/DataDog/integrations-core/pull/11870). -* Updating check documentation for timeout and retries. See [#11848](https://github.com/DataDog/integrations-core/pull/11848). +* Fix meraki profile mac address ([#11871](https://github.com/DataDog/integrations-core/pull/11871)) +* Add format mac_address to profile interface metadata ([#11870](https://github.com/DataDog/integrations-core/pull/11870)) +* Updating check documentation for timeout and retries ([#11848](https://github.com/DataDog/integrations-core/pull/11848)) ## 5.7.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). -* Add `min_collection_interval` to snmp `init_config`. See [#11543](https://github.com/DataDog/integrations-core/pull/11543). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) +* Add `min_collection_interval` to snmp `init_config` ([#11543](https://github.com/DataDog/integrations-core/pull/11543)) ## 5.6.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11432](https://github.com/DataDog/integrations-core/pull/11432). +* Add `pyproject.toml` file ([#11432](https://github.com/DataDog/integrations-core/pull/11432)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 5.5.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add `sysMultiHostCpuUsageRatio` to BIG-IP profile. See [#10924](https://github.com/DataDog/integrations-core/pull/10924). Thanks [kei6u](https://github.com/kei6u). -* Add profile metadata for Isilon. See [#11022](https://github.com/DataDog/integrations-core/pull/11022). -* Add metadata to Dell iDRAC profile. See [#11004](https://github.com/DataDog/integrations-core/pull/11004). -* Add profile metadata for fortinet-fortigate. See [#11002](https://github.com/DataDog/integrations-core/pull/11002). -* Add profile metadata for checkpoint_firewall. See [#10998](https://github.com/DataDog/integrations-core/pull/10998). -* Add profile metadata for netapp. See [#10968](https://github.com/DataDog/integrations-core/pull/10968). -* Add metrics to apc_ups profile. See [#10967](https://github.com/DataDog/integrations-core/pull/10967). -* Add profile metadata for palo alto. See [#10956](https://github.com/DataDog/integrations-core/pull/10956). -* Add profile metadata for arista. See [#10944](https://github.com/DataDog/integrations-core/pull/10944). -* Add profile metadata for aruba. See [#10952](https://github.com/DataDog/integrations-core/pull/10952). -* Add profile metadata for Juniper. See [#11005](https://github.com/DataDog/integrations-core/pull/11005). -* Add apc_ups profile metadata. See [#10857](https://github.com/DataDog/integrations-core/pull/10857). -* Add metadata to HP profiles. See [#10867](https://github.com/DataDog/integrations-core/pull/10867). -* Add location to _base.yaml. See [#10822](https://github.com/DataDog/integrations-core/pull/10822). -* Add use_device_id_as_hostname config. See [#10812](https://github.com/DataDog/integrations-core/pull/10812). -* Add profile metadata for Cisco Catalyst and 3850. See [#10767](https://github.com/DataDog/integrations-core/pull/10767). -* Add mac address as tag for meraki-cloud-controller profile. See [#10779](https://github.com/DataDog/integrations-core/pull/10779). -* Add profile metadata for f5. See [#10667](https://github.com/DataDog/integrations-core/pull/10667). -* Add profile metadata for device and interface. See [#10666](https://github.com/DataDog/integrations-core/pull/10666). - -***Fixed***: - -* Fix more SNMP illegal tabs. See [#11063](https://github.com/DataDog/integrations-core/pull/11063). -* Fix SNMP illegal tab character. See [#11062](https://github.com/DataDog/integrations-core/pull/11062). -* Fix default value for instance level oid_batch_size. See [#11018](https://github.com/DataDog/integrations-core/pull/11018). -* Add .0 to juniper metadata OIDs. See [#11019](https://github.com/DataDog/integrations-core/pull/11019). -* Fix netapp profile metrics. See [#10981](https://github.com/DataDog/integrations-core/pull/10981). -* Update auth and priv protocols. See [#10866](https://github.com/DataDog/integrations-core/pull/10866). +* Add `sysMultiHostCpuUsageRatio` to BIG-IP profile ([#10924](https://github.com/DataDog/integrations-core/pull/10924)) Thanks [kei6u](https://github.com/kei6u). +* Add profile metadata for Isilon ([#11022](https://github.com/DataDog/integrations-core/pull/11022)) +* Add metadata to Dell iDRAC profile ([#11004](https://github.com/DataDog/integrations-core/pull/11004)) +* Add profile metadata for fortinet-fortigate ([#11002](https://github.com/DataDog/integrations-core/pull/11002)) +* Add profile metadata for checkpoint_firewall ([#10998](https://github.com/DataDog/integrations-core/pull/10998)) +* Add profile metadata for netapp ([#10968](https://github.com/DataDog/integrations-core/pull/10968)) +* Add metrics to apc_ups profile ([#10967](https://github.com/DataDog/integrations-core/pull/10967)) +* Add profile metadata for palo alto ([#10956](https://github.com/DataDog/integrations-core/pull/10956)) +* Add profile metadata for arista ([#10944](https://github.com/DataDog/integrations-core/pull/10944)) +* Add profile metadata for aruba ([#10952](https://github.com/DataDog/integrations-core/pull/10952)) +* Add profile metadata for Juniper ([#11005](https://github.com/DataDog/integrations-core/pull/11005)) +* Add apc_ups profile metadata ([#10857](https://github.com/DataDog/integrations-core/pull/10857)) +* Add metadata to HP profiles ([#10867](https://github.com/DataDog/integrations-core/pull/10867)) +* Add location to _base.yaml ([#10822](https://github.com/DataDog/integrations-core/pull/10822)) +* Add use_device_id_as_hostname config ([#10812](https://github.com/DataDog/integrations-core/pull/10812)) +* Add profile metadata for Cisco Catalyst and 3850 ([#10767](https://github.com/DataDog/integrations-core/pull/10767)) +* Add mac address as tag for meraki-cloud-controller profile ([#10779](https://github.com/DataDog/integrations-core/pull/10779)) +* Add profile metadata for f5 ([#10667](https://github.com/DataDog/integrations-core/pull/10667)) +* Add profile metadata for device and interface ([#10666](https://github.com/DataDog/integrations-core/pull/10666)) + +***Fixed***: + +* Fix more SNMP illegal tabs ([#11063](https://github.com/DataDog/integrations-core/pull/11063)) +* Fix SNMP illegal tab character ([#11062](https://github.com/DataDog/integrations-core/pull/11062)) +* Fix default value for instance level oid_batch_size ([#11018](https://github.com/DataDog/integrations-core/pull/11018)) +* Add .0 to juniper metadata OIDs ([#11019](https://github.com/DataDog/integrations-core/pull/11019)) +* Fix netapp profile metrics ([#10981](https://github.com/DataDog/integrations-core/pull/10981)) +* Update auth and priv protocols ([#10866](https://github.com/DataDog/integrations-core/pull/10866)) ## 5.4.2 / 2021-10-07 / Agent 7.32.0 ***Fixed***: -* Hide collect_device_metadata by default. See [#10349](https://github.com/DataDog/integrations-core/pull/10349). +* Hide collect_device_metadata by default ([#10349](https://github.com/DataDog/integrations-core/pull/10349)) ## 5.4.1 / 2021-10-06 ***Fixed***: -* Remove python only mention from check discovery props. See [#10352](https://github.com/DataDog/integrations-core/pull/10352). +* Remove python only mention from check discovery props ([#10352](https://github.com/DataDog/integrations-core/pull/10352)) ## 5.4.0 / 2021-10-04 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Add autodiscovery integration configs. See [#10079](https://github.com/DataDog/integrations-core/pull/10079). -* Add autodiscovery_subnet tag to discovered_devices_count metric. See [#10072](https://github.com/DataDog/integrations-core/pull/10072). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Add autodiscovery integration configs ([#10079](https://github.com/DataDog/integrations-core/pull/10079)) +* Add autodiscovery_subnet tag to discovered_devices_count metric ([#10072](https://github.com/DataDog/integrations-core/pull/10072)) ***Fixed***: -* Better naming for testing environments. See [#10070](https://github.com/DataDog/integrations-core/pull/10070). -* Bump base package requirement. See [#10078](https://github.com/DataDog/integrations-core/pull/10078). +* Better naming for testing environments ([#10070](https://github.com/DataDog/integrations-core/pull/10070)) +* Bump base package requirement ([#10078](https://github.com/DataDog/integrations-core/pull/10078)) ## 5.3.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Add `ifNumber` to `_generic-if.yaml`. See [#9875](https://github.com/DataDog/integrations-core/pull/9875). -* Refactor profile validators. See [#9741](https://github.com/DataDog/integrations-core/pull/9741). +* Add `ifNumber` to `_generic-if.yaml` ([#9875](https://github.com/DataDog/integrations-core/pull/9875)) +* Refactor profile validators ([#9741](https://github.com/DataDog/integrations-core/pull/9741)) ***Fixed***: -* Enclose community string using single quote. See [#9742](https://github.com/DataDog/integrations-core/pull/9742). -* Test string float value in e2e. See [#9689](https://github.com/DataDog/integrations-core/pull/9689). +* Enclose community string using single quote ([#9742](https://github.com/DataDog/integrations-core/pull/9742)) +* Test string float value in e2e ([#9689](https://github.com/DataDog/integrations-core/pull/9689)) ## 5.2.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add collect device metadata config. See [#9393](https://github.com/DataDog/integrations-core/pull/9393). -* Add rate type to error and discard counters. See [#9218](https://github.com/DataDog/integrations-core/pull/9218). Thanks [loganmc10](https://github.com/loganmc10). +* Add collect device metadata config ([#9393](https://github.com/DataDog/integrations-core/pull/9393)) +* Add rate type to error and discard counters ([#9218](https://github.com/DataDog/integrations-core/pull/9218)) Thanks [loganmc10](https://github.com/loganmc10). ***Fixed***: -* Improve snmp example config. See [#9417](https://github.com/DataDog/integrations-core/pull/9417). -* Revert "Add collect device metadata config". See [#9439](https://github.com/DataDog/integrations-core/pull/9439). -* Fix mypy lint issue. See [#9288](https://github.com/DataDog/integrations-core/pull/9288). -* Update conf.yaml.example - wrong file name. See [#7704](https://github.com/DataDog/integrations-core/pull/7704). +* Improve snmp example config ([#9417](https://github.com/DataDog/integrations-core/pull/9417)) +* Revert "Add collect device metadata config" ([#9439](https://github.com/DataDog/integrations-core/pull/9439)) +* Fix mypy lint issue ([#9288](https://github.com/DataDog/integrations-core/pull/9288)) +* Update conf.yaml.example - wrong file name ([#7704](https://github.com/DataDog/integrations-core/pull/7704)) ## 5.1.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add doc for instance batch size config. See [#9109](https://github.com/DataDog/integrations-core/pull/9109). -* Add python loader tag to telemetry metrics. See [#9038](https://github.com/DataDog/integrations-core/pull/9038). -* [snmp] add metrics and tags to dell-rac profile. See [#8812](https://github.com/DataDog/integrations-core/pull/8812). +* Add doc for instance batch size config ([#9109](https://github.com/DataDog/integrations-core/pull/9109)) +* Add python loader tag to telemetry metrics ([#9038](https://github.com/DataDog/integrations-core/pull/9038)) +* [snmp] add metrics and tags to dell-rac profile ([#8812](https://github.com/DataDog/integrations-core/pull/8812)) ## 5.0.1 / 2021-03-10 / Agent 7.27.0 ***Fixed***: -* Fix snmp get bulk log. See [#8803](https://github.com/DataDog/integrations-core/pull/8803). +* Fix snmp get bulk log ([#8803](https://github.com/DataDog/integrations-core/pull/8803)) ## 5.0.0 / 2021-03-07 ***Changed***: -* Move SNMP auto_conf.yaml to agent repo. See [#8709](https://github.com/DataDog/integrations-core/pull/8709). +* Move SNMP auto_conf.yaml to agent repo ([#8709](https://github.com/DataDog/integrations-core/pull/8709)) ***Added***: -* Add BGP metrics to Juniper SRX Profile. See [#8771](https://github.com/DataDog/integrations-core/pull/8771). -* Support for additional Juniper devices. See [#8749](https://github.com/DataDog/integrations-core/pull/8749). +* Add BGP metrics to Juniper SRX Profile ([#8771](https://github.com/DataDog/integrations-core/pull/8771)) +* Support for additional Juniper devices ([#8749](https://github.com/DataDog/integrations-core/pull/8749)) ***Fixed***: -* Fix Juniper EX sysObjectIds . See [#8728](https://github.com/DataDog/integrations-core/pull/8728). -* Better tests for generic_host_resources. See [#8266](https://github.com/DataDog/integrations-core/pull/8266). -* Add extract_value_pattern to log on failure to submit metric. See [#8693](https://github.com/DataDog/integrations-core/pull/8693). -* 🐛 [snmp] use OIDPrinter to debug oids from bulks. See [#8688](https://github.com/DataDog/integrations-core/pull/8688). -* Fix oids not increasing link. See [#8655](https://github.com/DataDog/integrations-core/pull/8655). +* Fix Juniper EX sysObjectIds ([#8728](https://github.com/DataDog/integrations-core/pull/8728)) +* Better tests for generic_host_resources ([#8266](https://github.com/DataDog/integrations-core/pull/8266)) +* Add extract_value_pattern to log on failure to submit metric ([#8693](https://github.com/DataDog/integrations-core/pull/8693)) +* 🐛 [snmp] use OIDPrinter to debug oids from bulks ([#8688](https://github.com/DataDog/integrations-core/pull/8688)) +* Fix oids not increasing link ([#8655](https://github.com/DataDog/integrations-core/pull/8655)) ## 4.1.0 / 2021-02-16 ***Added***: -* Add extract value feature. See [#8622](https://github.com/DataDog/integrations-core/pull/8622). -* Add SNMP check duration, interval, metrics count. See [#8211](https://github.com/DataDog/integrations-core/pull/8211). +* Add extract value feature ([#8622](https://github.com/DataDog/integrations-core/pull/8622)) +* Add SNMP check duration, interval, metrics count ([#8211](https://github.com/DataDog/integrations-core/pull/8211)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 4.0.0 / 2021-01-25 / Agent 7.26.0 ***Changed***: -* Add missing metrics to hp-ilo4 profile. See [#8220](https://github.com/DataDog/integrations-core/pull/8220). +* Add missing metrics to hp-ilo4 profile ([#8220](https://github.com/DataDog/integrations-core/pull/8220)) ***Added***: -* Snmp Juniper profiles for EX (switches), MX (routers) and SRX (firewalls) series. See [#8206](https://github.com/DataDog/integrations-core/pull/8206). +* Snmp Juniper profiles for EX (switches), MX (routers) and SRX (firewalls) series ([#8206](https://github.com/DataDog/integrations-core/pull/8206)) ***Fixed***: -* Use mibless syntax for _generic-host-resources.yaml. See [#8305](https://github.com/DataDog/integrations-core/pull/8305). +* Use mibless syntax for _generic-host-resources.yaml ([#8305](https://github.com/DataDog/integrations-core/pull/8305)) ## 3.10.0 / 2020-12-07 / Agent 7.25.0 ***Added***: -* Add snmp interface bandwidth usage metric. See [#8093](https://github.com/DataDog/integrations-core/pull/8093). -* Add interface alias (ifAlias) as a tag to interface metrics. See [#8018](https://github.com/DataDog/integrations-core/pull/8018). Thanks [loganmc10](https://github.com/loganmc10). -* Add generic Cisco ASA profile. See [#7971](https://github.com/DataDog/integrations-core/pull/7971). +* Add snmp interface bandwidth usage metric ([#8093](https://github.com/DataDog/integrations-core/pull/8093)) +* Add interface alias (ifAlias) as a tag to interface metrics ([#8018](https://github.com/DataDog/integrations-core/pull/8018)) Thanks [loganmc10](https://github.com/loganmc10). +* Add generic Cisco ASA profile ([#7971](https://github.com/DataDog/integrations-core/pull/7971)) ***Fixed***: -* Use MIB less syntax in example and link to profile format doc. See [#8073](https://github.com/DataDog/integrations-core/pull/8073). -* Add back cisco-asa-5525.yaml. See [#8041](https://github.com/DataDog/integrations-core/pull/8041). -* Improve symbol metric example. See [#8071](https://github.com/DataDog/integrations-core/pull/8071). -* Add deprecation notice for metric[].name syntax. See [#8070](https://github.com/DataDog/integrations-core/pull/8070). -* Add device_index to idrac (AI-938). See [#7525](https://github.com/DataDog/integrations-core/pull/7525). +* Use MIB less syntax in example and link to profile format doc ([#8073](https://github.com/DataDog/integrations-core/pull/8073)) +* Add back cisco-asa-5525.yaml ([#8041](https://github.com/DataDog/integrations-core/pull/8041)) +* Improve symbol metric example ([#8071](https://github.com/DataDog/integrations-core/pull/8071)) +* Add deprecation notice for metric[].name syntax ([#8070](https://github.com/DataDog/integrations-core/pull/8070)) +* Add device_index to idrac (AI-938) ([#7525](https://github.com/DataDog/integrations-core/pull/7525)) ## 3.9.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add 'device vendor' tag to metrics. See [#7871](https://github.com/DataDog/integrations-core/pull/7871). -* Track fetch ID in debug logs. See [#7736](https://github.com/DataDog/integrations-core/pull/7736). -* Make refresh_oids_cache_interval available as init_config. See [#7821](https://github.com/DataDog/integrations-core/pull/7821). -* Support alternative Mac Address index. See [#7688](https://github.com/DataDog/integrations-core/pull/7688). +* Add 'device vendor' tag to metrics ([#7871](https://github.com/DataDog/integrations-core/pull/7871)) +* Track fetch ID in debug logs ([#7736](https://github.com/DataDog/integrations-core/pull/7736)) +* Make refresh_oids_cache_interval available as init_config ([#7821](https://github.com/DataDog/integrations-core/pull/7821)) +* Support alternative Mac Address index ([#7688](https://github.com/DataDog/integrations-core/pull/7688)) ***Fixed***: -* Adding tag ciscoEnvMonSupplyStatusDescr to disambiguate metric. See [#7782](https://github.com/DataDog/integrations-core/pull/7782). +* Adding tag ciscoEnvMonSupplyStatusDescr to disambiguate metric ([#7782](https://github.com/DataDog/integrations-core/pull/7782)) ## 3.8.0 / 2020-09-04 / Agent 7.23.0 ***Added***: -* Add `index_transform` to support tagging using another table with different indexes. See [#7489](https://github.com/DataDog/integrations-core/pull/7489). +* Add `index_transform` to support tagging using another table with different indexes ([#7489](https://github.com/DataDog/integrations-core/pull/7489)) ***Fixed***: -* Validate SNMP profile hierarchy. See [#6798](https://github.com/DataDog/integrations-core/pull/6798). -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Validate SNMP profile hierarchy ([#6798](https://github.com/DataDog/integrations-core/pull/6798)) +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 3.7.1 / 2020-08-12 / Agent 7.22.0 ***Fixed***: -* Fix apc ups profile. See [#7351](https://github.com/DataDog/integrations-core/pull/7351). -* Revert Fix wrong indentation of `table` key in column metric tags #7024. See [#7349](https://github.com/DataDog/integrations-core/pull/7349). +* Fix apc ups profile ([#7351](https://github.com/DataDog/integrations-core/pull/7351)) +* Revert Fix wrong indentation of `table` key in column metric tags #7024 ([#7349](https://github.com/DataDog/integrations-core/pull/7349)) ## 3.7.0 / 2020-08-03 ***Added***: -* Add OID caching. See [#7231](https://github.com/DataDog/integrations-core/pull/7231). +* Add OID caching ([#7231](https://github.com/DataDog/integrations-core/pull/7231)) ***Fixed***: -* Refactor how OIDs are managed. See [#7230](https://github.com/DataDog/integrations-core/pull/7230). -* Sanitize OctetString. See [#7221](https://github.com/DataDog/integrations-core/pull/7221). -* Rename all_oids to scalar_oids. See [#7229](https://github.com/DataDog/integrations-core/pull/7229). -* Better logging for submit_metric. See [#7188](https://github.com/DataDog/integrations-core/pull/7188). +* Refactor how OIDs are managed ([#7230](https://github.com/DataDog/integrations-core/pull/7230)) +* Sanitize OctetString ([#7221](https://github.com/DataDog/integrations-core/pull/7221)) +* Rename all_oids to scalar_oids ([#7229](https://github.com/DataDog/integrations-core/pull/7229)) +* Better logging for submit_metric ([#7188](https://github.com/DataDog/integrations-core/pull/7188)) ## 3.6.0 / 2020-07-24 ***Added***: -* Check tag for table metric. See [#6933](https://github.com/DataDog/integrations-core/pull/6933). -* Add new `flag_stream` type. See [#7072](https://github.com/DataDog/integrations-core/pull/7072). -* Add cisco catalyst profile. See [#6925](https://github.com/DataDog/integrations-core/pull/6925). -* Allow list of sysoids in profiles. See [#6936](https://github.com/DataDog/integrations-core/pull/6936). +* Check tag for table metric ([#6933](https://github.com/DataDog/integrations-core/pull/6933)) +* Add new `flag_stream` type ([#7072](https://github.com/DataDog/integrations-core/pull/7072)) +* Add cisco catalyst profile ([#6925](https://github.com/DataDog/integrations-core/pull/6925)) +* Allow list of sysoids in profiles ([#6936](https://github.com/DataDog/integrations-core/pull/6936)) ***Fixed***: -* Sanitize forced types values and cast to float. See [#7133](https://github.com/DataDog/integrations-core/pull/7133). -* Add `.0` to scalar oids. See [#7105](https://github.com/DataDog/integrations-core/pull/7105). -* Use OID instead of MIB for sysName. See [#7104](https://github.com/DataDog/integrations-core/pull/7104). -* Submit additional rate metrics in fortigate profile. See [#7058](https://github.com/DataDog/integrations-core/pull/7058). +* Sanitize forced types values and cast to float ([#7133](https://github.com/DataDog/integrations-core/pull/7133)) +* Add `.0` to scalar oids ([#7105](https://github.com/DataDog/integrations-core/pull/7105)) +* Use OID instead of MIB for sysName ([#7104](https://github.com/DataDog/integrations-core/pull/7104)) +* Submit additional rate metrics in fortigate profile ([#7058](https://github.com/DataDog/integrations-core/pull/7058)) ## 3.5.3 / 2020-07-01 / Agent 7.21.0 ***Fixed***: -* Fix autodiscovery_subnet var in auto_conf.yaml. See [#7029](https://github.com/DataDog/integrations-core/pull/7029). +* Fix autodiscovery_subnet var in auto_conf.yaml ([#7029](https://github.com/DataDog/integrations-core/pull/7029)) ## 3.5.2 / 2020-06-30 ***Fixed***: -* Fix tag names for cisco asa profile. See [#7027](https://github.com/DataDog/integrations-core/pull/7027). +* Fix tag names for cisco asa profile ([#7027](https://github.com/DataDog/integrations-core/pull/7027)) ## 3.5.1 / 2020-06-30 ***Fixed***: -* Fix wrong indentation of `table` key in column metric tags. See [#7024](https://github.com/DataDog/integrations-core/pull/7024). +* Fix wrong indentation of `table` key in column metric tags ([#7024](https://github.com/DataDog/integrations-core/pull/7024)) ## 3.5.0 / 2020-06-29 ***Added***: -* Add regex match support for Tables. See [#6951](https://github.com/DataDog/integrations-core/pull/6951). -* Add snmp.devices_monitored metric. See [#6941](https://github.com/DataDog/integrations-core/pull/6941). -* Add IF-MIB metrics to the Meraki profile. See [#6905](https://github.com/DataDog/integrations-core/pull/6905). -* Add RTT metrics. See [#6872](https://github.com/DataDog/integrations-core/pull/6872). +* Add regex match support for Tables ([#6951](https://github.com/DataDog/integrations-core/pull/6951)) +* Add snmp.devices_monitored metric ([#6941](https://github.com/DataDog/integrations-core/pull/6941)) +* Add IF-MIB metrics to the Meraki profile ([#6905](https://github.com/DataDog/integrations-core/pull/6905)) +* Add RTT metrics ([#6872](https://github.com/DataDog/integrations-core/pull/6872)) ***Fixed***: -* Clean up of unused extends in meraki cloud profile. See [#6981](https://github.com/DataDog/integrations-core/pull/6981). -* [Refactor] Add device abstraction. See [#6953](https://github.com/DataDog/integrations-core/pull/6953). -* [Refactor] Clean up batching implementation. See [#6952](https://github.com/DataDog/integrations-core/pull/6952). -* Add index tagging to cfwConnectionStatValue. See [#6897](https://github.com/DataDog/integrations-core/pull/6897). +* Clean up of unused extends in meraki cloud profile ([#6981](https://github.com/DataDog/integrations-core/pull/6981)) +* [Refactor] Add device abstraction ([#6953](https://github.com/DataDog/integrations-core/pull/6953)) +* [Refactor] Clean up batching implementation ([#6952](https://github.com/DataDog/integrations-core/pull/6952)) +* Add index tagging to cfwConnectionStatValue ([#6897](https://github.com/DataDog/integrations-core/pull/6897)) ## 3.4.0 / 2020-06-11 ***Added***: -* Add NetApp profile. See [#6841](https://github.com/DataDog/integrations-core/pull/6841). +* Add NetApp profile ([#6841](https://github.com/DataDog/integrations-core/pull/6841)) ***Fixed***: -* Fix `instance_number` tag on Cisco voice router metrics. See [#6867](https://github.com/DataDog/integrations-core/pull/6867). +* Fix `instance_number` tag on Cisco voice router metrics ([#6867](https://github.com/DataDog/integrations-core/pull/6867)) ## 3.3.0 / 2020-06-10 ***Added***: -* Add Fortinet FortiGate profile. See [#6504](https://github.com/DataDog/integrations-core/pull/6504). Thanks [lindseyferretti](https://github.com/lindseyferretti). -* Reuse MIB builder objects per SNMP engine. See [#6716](https://github.com/DataDog/integrations-core/pull/6716). -* Add HP health profile mixin. See [#6757](https://github.com/DataDog/integrations-core/pull/6757). -* Add routing metrics to additional profiles. See [#6764](https://github.com/DataDog/integrations-core/pull/6764). -* Add router metrics to cisco voice base profile. See [#6737](https://github.com/DataDog/integrations-core/pull/6737). +* Add Fortinet FortiGate profile ([#6504](https://github.com/DataDog/integrations-core/pull/6504)) Thanks [lindseyferretti](https://github.com/lindseyferretti). +* Reuse MIB builder objects per SNMP engine ([#6716](https://github.com/DataDog/integrations-core/pull/6716)) +* Add HP health profile mixin ([#6757](https://github.com/DataDog/integrations-core/pull/6757)) +* Add routing metrics to additional profiles ([#6764](https://github.com/DataDog/integrations-core/pull/6764)) +* Add router metrics to cisco voice base profile ([#6737](https://github.com/DataDog/integrations-core/pull/6737)) ***Fixed***: -* Fix gauge metrics wrongly submitted as rates in CISCO voice profile. See [#6794](https://github.com/DataDog/integrations-core/pull/6794). -* Push received metrics on partial failure. See [#6814](https://github.com/DataDog/integrations-core/pull/6814). -* Flatten Cisco profiles hierarchy. See [#6792](https://github.com/DataDog/integrations-core/pull/6792). -* Add missing tags to profiles tables. See [#6765](https://github.com/DataDog/integrations-core/pull/6765). -* Fix name KeyError. See [#6788](https://github.com/DataDog/integrations-core/pull/6788). -* Properly handle potential embedded null characters. See [#6640](https://github.com/DataDog/integrations-core/pull/6640). -* Remove iDRAC/poweredge profile inheritance. See [#6754](https://github.com/DataDog/integrations-core/pull/6754). -* Make profiles compatible with previous parsing. See [#6750](https://github.com/DataDog/integrations-core/pull/6750). +* Fix gauge metrics wrongly submitted as rates in CISCO voice profile ([#6794](https://github.com/DataDog/integrations-core/pull/6794)) +* Push received metrics on partial failure ([#6814](https://github.com/DataDog/integrations-core/pull/6814)) +* Flatten Cisco profiles hierarchy ([#6792](https://github.com/DataDog/integrations-core/pull/6792)) +* Add missing tags to profiles tables ([#6765](https://github.com/DataDog/integrations-core/pull/6765)) +* Fix name KeyError ([#6788](https://github.com/DataDog/integrations-core/pull/6788)) +* Properly handle potential embedded null characters ([#6640](https://github.com/DataDog/integrations-core/pull/6640)) +* Remove iDRAC/poweredge profile inheritance ([#6754](https://github.com/DataDog/integrations-core/pull/6754)) +* Make profiles compatible with previous parsing ([#6750](https://github.com/DataDog/integrations-core/pull/6750)) ## 3.2.2 / 2020-05-21 / Agent 7.20.0 ***Fixed***: -* Fix error handling in getnext. See [#6701](https://github.com/DataDog/integrations-core/pull/6701). +* Fix error handling in getnext ([#6701](https://github.com/DataDog/integrations-core/pull/6701)) ## 3.2.1 / 2020-05-19 ***Fixed***: -* Add missing auto_conf. See [#6687](https://github.com/DataDog/integrations-core/pull/6687). +* Add missing auto_conf ([#6687](https://github.com/DataDog/integrations-core/pull/6687)) ## 3.2.0 / 2020-05-17 ***Added***: -* Add diskStatus tag to Isilon profile. See [#6660](https://github.com/DataDog/integrations-core/pull/6660). -* Add BPG metrics to more profiles. See [#6655](https://github.com/DataDog/integrations-core/pull/6655). -* Add voice metrics and profiles. See [#6629](https://github.com/DataDog/integrations-core/pull/6629). +* Add diskStatus tag to Isilon profile ([#6660](https://github.com/DataDog/integrations-core/pull/6660)) +* Add BPG metrics to more profiles ([#6655](https://github.com/DataDog/integrations-core/pull/6655)) +* Add voice metrics and profiles ([#6629](https://github.com/DataDog/integrations-core/pull/6629)) ## 3.1.0 / 2020-05-14 ***Added***: -* Add `chatsworth` legacy metrics. See [#6624](https://github.com/DataDog/integrations-core/pull/6624). -* Add ifHighSpeed. See [#6602](https://github.com/DataDog/integrations-core/pull/6602). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Improve autodiscovery support. See [#6526](https://github.com/DataDog/integrations-core/pull/6526). +* Add `chatsworth` legacy metrics ([#6624](https://github.com/DataDog/integrations-core/pull/6624)) +* Add ifHighSpeed ([#6602](https://github.com/DataDog/integrations-core/pull/6602)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Improve autodiscovery support ([#6526](https://github.com/DataDog/integrations-core/pull/6526)) ***Fixed***: -* Exit discovery thread when check is gc-ed. See [#6484](https://github.com/DataDog/integrations-core/pull/6484). -* Don't use ifDescr for metric tagging. See [#6601](https://github.com/DataDog/integrations-core/pull/6601). -* Optimize away useless GET calls. See [#6456](https://github.com/DataDog/integrations-core/pull/6456). +* Exit discovery thread when check is gc-ed ([#6484](https://github.com/DataDog/integrations-core/pull/6484)) +* Don't use ifDescr for metric tagging ([#6601](https://github.com/DataDog/integrations-core/pull/6601)) +* Optimize away useless GET calls ([#6456](https://github.com/DataDog/integrations-core/pull/6456)) ## 3.0.0 / 2020-05-04 ***Changed***: -* Throw error if two profiles have the same sysObjectID. See [#6501](https://github.com/DataDog/integrations-core/pull/6501). +* Throw error if two profiles have the same sysObjectID ([#6501](https://github.com/DataDog/integrations-core/pull/6501)) ***Added***: -* Add base BGP4 and Cisco-CSR1000v profiles. See [#6315](https://github.com/DataDog/integrations-core/pull/6315). -* Collect OSPF routing metrics. See [#6554](https://github.com/DataDog/integrations-core/pull/6554). -* Add F5 Big IP local traffic management (LTM) metrics. See [#5963](https://github.com/DataDog/integrations-core/pull/5963). -* Add more HP metrics. See [#6542](https://github.com/DataDog/integrations-core/pull/6542). -* Add more idrac/dell metrics. See [#6540](https://github.com/DataDog/integrations-core/pull/6540). -* Add additional Cisco metrics. See [#6539](https://github.com/DataDog/integrations-core/pull/6539). -* Add more metrics to Palo Alto profile. See [#6541](https://github.com/DataDog/integrations-core/pull/6541). -* Add upsOutletGroupStatusGroupState metric to APC UPS profile. See [#6555](https://github.com/DataDog/integrations-core/pull/6555). -* Add ifspeed metric to interface profile. See [#6499](https://github.com/DataDog/integrations-core/pull/6499). -* Add Isilon profile. See [#6518](https://github.com/DataDog/integrations-core/pull/6518). -* Add APC UPS profile. See [#6505](https://github.com/DataDog/integrations-core/pull/6505). -* Add env metric to cisco base profile. See [#6517](https://github.com/DataDog/integrations-core/pull/6517). -* Submit throughput as a rate. See [#6384](https://github.com/DataDog/integrations-core/pull/6384). -* Add more Cisco ASA metrics. See [#6335](https://github.com/DataDog/integrations-core/pull/6335). -* Add MIB resolution to `OID` model. See [#6242](https://github.com/DataDog/integrations-core/pull/6242). +* Add base BGP4 and Cisco-CSR1000v profiles ([#6315](https://github.com/DataDog/integrations-core/pull/6315)) +* Collect OSPF routing metrics ([#6554](https://github.com/DataDog/integrations-core/pull/6554)) +* Add F5 Big IP local traffic management (LTM) metrics ([#5963](https://github.com/DataDog/integrations-core/pull/5963)) +* Add more HP metrics ([#6542](https://github.com/DataDog/integrations-core/pull/6542)) +* Add more idrac/dell metrics ([#6540](https://github.com/DataDog/integrations-core/pull/6540)) +* Add additional Cisco metrics ([#6539](https://github.com/DataDog/integrations-core/pull/6539)) +* Add more metrics to Palo Alto profile ([#6541](https://github.com/DataDog/integrations-core/pull/6541)) +* Add upsOutletGroupStatusGroupState metric to APC UPS profile ([#6555](https://github.com/DataDog/integrations-core/pull/6555)) +* Add ifspeed metric to interface profile ([#6499](https://github.com/DataDog/integrations-core/pull/6499)) +* Add Isilon profile ([#6518](https://github.com/DataDog/integrations-core/pull/6518)) +* Add APC UPS profile ([#6505](https://github.com/DataDog/integrations-core/pull/6505)) +* Add env metric to cisco base profile ([#6517](https://github.com/DataDog/integrations-core/pull/6517)) +* Submit throughput as a rate ([#6384](https://github.com/DataDog/integrations-core/pull/6384)) +* Add more Cisco ASA metrics ([#6335](https://github.com/DataDog/integrations-core/pull/6335)) +* Add MIB resolution to `OID` model ([#6242](https://github.com/DataDog/integrations-core/pull/6242)) ***Fixed***: -* Change default timeout to 5. See [#6546](https://github.com/DataDog/integrations-core/pull/6546). -* Remove empty values in config. See [#6455](https://github.com/DataDog/integrations-core/pull/6455). -* Use `OID` model in `OIDResolver`. See [#6469](https://github.com/DataDog/integrations-core/pull/6469). -* Isolate parsing logic into a dedicated sub-package. See [#6398](https://github.com/DataDog/integrations-core/pull/6398). -* Isolate PySNMP inspection hacks. See [#6461](https://github.com/DataDog/integrations-core/pull/6461). -* Drop outdated `warning` parameter in `parse_metrics`. See [#6412](https://github.com/DataDog/integrations-core/pull/6412). -* Fix debug output. See [#6400](https://github.com/DataDog/integrations-core/pull/6400). -* Check types on all modules. See [#6392](https://github.com/DataDog/integrations-core/pull/6392). -* Fix misleading `metric_tags` naming on `ParsedMetric`. See [#6387](https://github.com/DataDog/integrations-core/pull/6387). +* Change default timeout to 5 ([#6546](https://github.com/DataDog/integrations-core/pull/6546)) +* Remove empty values in config ([#6455](https://github.com/DataDog/integrations-core/pull/6455)) +* Use `OID` model in `OIDResolver` ([#6469](https://github.com/DataDog/integrations-core/pull/6469)) +* Isolate parsing logic into a dedicated sub-package ([#6398](https://github.com/DataDog/integrations-core/pull/6398)) +* Isolate PySNMP inspection hacks ([#6461](https://github.com/DataDog/integrations-core/pull/6461)) +* Drop outdated `warning` parameter in `parse_metrics` ([#6412](https://github.com/DataDog/integrations-core/pull/6412)) +* Fix debug output ([#6400](https://github.com/DataDog/integrations-core/pull/6400)) +* Check types on all modules ([#6392](https://github.com/DataDog/integrations-core/pull/6392)) +* Fix misleading `metric_tags` naming on `ParsedMetric` ([#6387](https://github.com/DataDog/integrations-core/pull/6387)) ## 2.6.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Small profiles cleanups. See [#6233](https://github.com/DataDog/integrations-core/pull/6233). -* Remove duplicated idrac metrics from poweredge profile. See [#6232](https://github.com/DataDog/integrations-core/pull/6232). -* Only load installed profiles once. See [#6231](https://github.com/DataDog/integrations-core/pull/6231). -* Fix tag matching documentation. See [#6226](https://github.com/DataDog/integrations-core/pull/6226). +* Small profiles cleanups ([#6233](https://github.com/DataDog/integrations-core/pull/6233)) +* Remove duplicated idrac metrics from poweredge profile ([#6232](https://github.com/DataDog/integrations-core/pull/6232)) +* Only load installed profiles once ([#6231](https://github.com/DataDog/integrations-core/pull/6231)) +* Fix tag matching documentation ([#6226](https://github.com/DataDog/integrations-core/pull/6226)) ## 2.6.0 / 2020-03-24 ***Added***: -* Support regular expressions in dynamic tags. See [#6096](https://github.com/DataDog/integrations-core/pull/6096). -* Aruba, Arista and PDU profiles. See [#6002](https://github.com/DataDog/integrations-core/pull/6002). -* Load all profiles by default. See [#6051](https://github.com/DataDog/integrations-core/pull/6051). -* Add checkpoint firewall profile. See [#6021](https://github.com/DataDog/integrations-core/pull/6021). -* Add types to compat module. See [#6029](https://github.com/DataDog/integrations-core/pull/6029). -* Refactor and add types to `OIDResolver`. See [#6017](https://github.com/DataDog/integrations-core/pull/6017). -* Add `OID` helper class. See [#6000](https://github.com/DataDog/integrations-core/pull/6000). -* Add Cisco ASA 5525 profile and refactor cisco base profile. See [#5958](https://github.com/DataDog/integrations-core/pull/5958). -* Move PySNMP imports to a dedicated module. See [#5990](https://github.com/DataDog/integrations-core/pull/5990). -* Add Palo Alto and generic host resources SNMP profiles. See [#5914](https://github.com/DataDog/integrations-core/pull/5914). +* Support regular expressions in dynamic tags ([#6096](https://github.com/DataDog/integrations-core/pull/6096)) +* Aruba, Arista and PDU profiles ([#6002](https://github.com/DataDog/integrations-core/pull/6002)) +* Load all profiles by default ([#6051](https://github.com/DataDog/integrations-core/pull/6051)) +* Add checkpoint firewall profile ([#6021](https://github.com/DataDog/integrations-core/pull/6021)) +* Add types to compat module ([#6029](https://github.com/DataDog/integrations-core/pull/6029)) +* Refactor and add types to `OIDResolver` ([#6017](https://github.com/DataDog/integrations-core/pull/6017)) +* Add `OID` helper class ([#6000](https://github.com/DataDog/integrations-core/pull/6000)) +* Add Cisco ASA 5525 profile and refactor cisco base profile ([#5958](https://github.com/DataDog/integrations-core/pull/5958)) +* Move PySNMP imports to a dedicated module ([#5990](https://github.com/DataDog/integrations-core/pull/5990)) +* Add Palo Alto and generic host resources SNMP profiles ([#5914](https://github.com/DataDog/integrations-core/pull/5914)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Implement `str()` for `OID` instances. See [#6046](https://github.com/DataDog/integrations-core/pull/6046). -* Move metric types to new module. See [#6044](https://github.com/DataDog/integrations-core/pull/6044). -* Isolate logic for converting SNMP values to metrics. See [#6031](https://github.com/DataDog/integrations-core/pull/6031). -* Move PySNMP imports to a separate `pysnmp_types` module. See [#6013](https://github.com/DataDog/integrations-core/pull/6013). -* Drop unused log argument on InstanceConfig. See [#6007](https://github.com/DataDog/integrations-core/pull/6007). -* Add OIDs to router profiles. See [#5991](https://github.com/DataDog/integrations-core/pull/5991). -* Validate and cast `discovery_interval` to a number. See [#5887](https://github.com/DataDog/integrations-core/pull/5887). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Implement `str()` for `OID` instances ([#6046](https://github.com/DataDog/integrations-core/pull/6046)) +* Move metric types to new module ([#6044](https://github.com/DataDog/integrations-core/pull/6044)) +* Isolate logic for converting SNMP values to metrics ([#6031](https://github.com/DataDog/integrations-core/pull/6031)) +* Move PySNMP imports to a separate `pysnmp_types` module ([#6013](https://github.com/DataDog/integrations-core/pull/6013)) +* Drop unused log argument on InstanceConfig ([#6007](https://github.com/DataDog/integrations-core/pull/6007)) +* Add OIDs to router profiles ([#5991](https://github.com/DataDog/integrations-core/pull/5991)) +* Validate and cast `discovery_interval` to a number ([#5887](https://github.com/DataDog/integrations-core/pull/5887)) ## 2.5.0 / 2020-02-27 / Agent 7.18.0 ***Added***: -* Query discovered devices in threads. See [#5462](https://github.com/DataDog/integrations-core/pull/5462). +* Query discovered devices in threads ([#5462](https://github.com/DataDog/integrations-core/pull/5462)) ***Fixed***: -* Fix issue with tags leaking between discovered instances. See [#5899](https://github.com/DataDog/integrations-core/pull/5899). +* Fix issue with tags leaking between discovered instances ([#5899](https://github.com/DataDog/integrations-core/pull/5899)) ## 2.4.1 / 2020-02-25 ***Fixed***: -* Handle case when servers report two values for entries in `metric_tags`. See [#5853](https://github.com/DataDog/integrations-core/pull/5853). +* Handle case when servers report two values for entries in `metric_tags` ([#5853](https://github.com/DataDog/integrations-core/pull/5853)) ## 2.4.0 / 2020-02-22 ***Added***: -* Add extension mechanism for SNMP profiles. See [#5821](https://github.com/DataDog/integrations-core/pull/5821). -* Add snmp_host tag by default to profiles. See [#5812](https://github.com/DataDog/integrations-core/pull/5812). -* Add hpe proliant profile. See [#5724](https://github.com/DataDog/integrations-core/pull/5724). -* Tag metrics by profile. See [#5787](https://github.com/DataDog/integrations-core/pull/5787). -* Add `ignored_ip_addresses` option to ignore specific IP addresses when scanning a network.. See [#5785](https://github.com/DataDog/integrations-core/pull/5785). -* Add basic types to SNMP integration. See [#5782](https://github.com/DataDog/integrations-core/pull/5782). -* Use all matching profiles instead of only the most specific one. See [#5768](https://github.com/DataDog/integrations-core/pull/5768). -* Add a new metric_tags configuration. See [#5765](https://github.com/DataDog/integrations-core/pull/5765). -* Add profile for HP iLO4 devices. See [#5637](https://github.com/DataDog/integrations-core/pull/5637). -* Fetch sysUpTimeInstance automatically. See [#5752](https://github.com/DataDog/integrations-core/pull/5752). -* Add Dell Poweredge profile. See [#5723](https://github.com/DataDog/integrations-core/pull/5723). +* Add extension mechanism for SNMP profiles ([#5821](https://github.com/DataDog/integrations-core/pull/5821)) +* Add snmp_host tag by default to profiles ([#5812](https://github.com/DataDog/integrations-core/pull/5812)) +* Add hpe proliant profile ([#5724](https://github.com/DataDog/integrations-core/pull/5724)) +* Tag metrics by profile ([#5787](https://github.com/DataDog/integrations-core/pull/5787)) +* Add `ignored_ip_addresses` option to ignore specific IP addresses when scanning a network. ([#5785](https://github.com/DataDog/integrations-core/pull/5785)) +* Add basic types to SNMP integration ([#5782](https://github.com/DataDog/integrations-core/pull/5782)) +* Use all matching profiles instead of only the most specific one ([#5768](https://github.com/DataDog/integrations-core/pull/5768)) +* Add a new metric_tags configuration ([#5765](https://github.com/DataDog/integrations-core/pull/5765)) +* Add profile for HP iLO4 devices ([#5637](https://github.com/DataDog/integrations-core/pull/5637)) +* Fetch sysUpTimeInstance automatically ([#5752](https://github.com/DataDog/integrations-core/pull/5752)) +* Add Dell Poweredge profile ([#5723](https://github.com/DataDog/integrations-core/pull/5723)) ***Fixed***: -* Switch back to most specific profile matching. See [#5813](https://github.com/DataDog/integrations-core/pull/5813). +* Switch back to most specific profile matching ([#5813](https://github.com/DataDog/integrations-core/pull/5813)) ## 2.3.2 / 2020-01-15 / Agent 7.17.0 ***Fixed***: -* Tweak behavior related to discovery. See [#5466](https://github.com/DataDog/integrations-core/pull/5466). +* Tweak behavior related to discovery ([#5466](https://github.com/DataDog/integrations-core/pull/5466)) ## 2.3.1 / 2020-01-13 ***Fixed***: -* Fix usage of old OID list attributes on InstanceConfig. See [#5412](https://github.com/DataDog/integrations-core/pull/5412). +* Fix usage of old OID list attributes on InstanceConfig ([#5412](https://github.com/DataDog/integrations-core/pull/5412)) ## 2.3.0 / 2020-01-07 ***Added***: -* Remove MIB requirement in profiles. See [#5397](https://github.com/DataDog/integrations-core/pull/5397). -* Implement table browsing with OIDs. See [#5368](https://github.com/DataDog/integrations-core/pull/5368). -* Update license years. See [#5384](https://github.com/DataDog/integrations-core/pull/5384). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add a profile for Meraki cloud devices. See [#5215](https://github.com/DataDog/integrations-core/pull/5215). +* Remove MIB requirement in profiles ([#5397](https://github.com/DataDog/integrations-core/pull/5397)) +* Implement table browsing with OIDs ([#5368](https://github.com/DataDog/integrations-core/pull/5368)) +* Update license years ([#5384](https://github.com/DataDog/integrations-core/pull/5384)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add a profile for Meraki cloud devices ([#5215](https://github.com/DataDog/integrations-core/pull/5215)) ## 2.2.0 / 2020-01-02 ***Added***: -* Add profile for Cisco Nexus switches. See [#5363](https://github.com/DataDog/integrations-core/pull/5363). -* Add profile for Intel IDRAC devices. See [#5227](https://github.com/DataDog/integrations-core/pull/5227). +* Add profile for Cisco Nexus switches ([#5363](https://github.com/DataDog/integrations-core/pull/5363)) +* Add profile for Intel IDRAC devices ([#5227](https://github.com/DataDog/integrations-core/pull/5227)) ***Fixed***: -* Fetch table OIDs per table. See [#5192](https://github.com/DataDog/integrations-core/pull/5192). +* Fetch table OIDs per table ([#5192](https://github.com/DataDog/integrations-core/pull/5192)) ## 2.1.0 / 2019-11-27 / Agent 7.16.0 ***Added***: -* Add Cisco 3850 profile. See [#5090](https://github.com/DataDog/integrations-core/pull/5090). +* Add Cisco 3850 profile ([#5090](https://github.com/DataDog/integrations-core/pull/5090)) ***Fixed***: -* Disable MIB autofetch. See [#5094](https://github.com/DataDog/integrations-core/pull/5094). +* Disable MIB autofetch ([#5094](https://github.com/DataDog/integrations-core/pull/5094)) ## 2.0.1 / 2019-11-21 ***Fixed***: -* Handle total_time_to_temporal_percent missing. See [#5055](https://github.com/DataDog/integrations-core/pull/5055). +* Handle total_time_to_temporal_percent missing ([#5055](https://github.com/DataDog/integrations-core/pull/5055)) ## 2.0.0 / 2019-11-15 ***Changed***: -* Modify profile layout. See [#4997](https://github.com/DataDog/integrations-core/pull/4997). +* Modify profile layout ([#4997](https://github.com/DataDog/integrations-core/pull/4997)) ***Added***: -* Add interface statuses to profiles. See [#5004](https://github.com/DataDog/integrations-core/pull/5004). -* Ignore metrics that are not retrieved. See [#5003](https://github.com/DataDog/integrations-core/pull/5003). -* Match profile with sysobject_id prefix. See [#4990](https://github.com/DataDog/integrations-core/pull/4990). -* Count the number of discovered devices. See [#4978](https://github.com/DataDog/integrations-core/pull/4978). -* Generic network router profile. See [#4937](https://github.com/DataDog/integrations-core/pull/4937). -* Allow tagging through different MIBs. See [#4853](https://github.com/DataDog/integrations-core/pull/4853). +* Add interface statuses to profiles ([#5004](https://github.com/DataDog/integrations-core/pull/5004)) +* Ignore metrics that are not retrieved ([#5003](https://github.com/DataDog/integrations-core/pull/5003)) +* Match profile with sysobject_id prefix ([#4990](https://github.com/DataDog/integrations-core/pull/4990)) +* Count the number of discovered devices ([#4978](https://github.com/DataDog/integrations-core/pull/4978)) +* Generic network router profile ([#4937](https://github.com/DataDog/integrations-core/pull/4937)) +* Allow tagging through different MIBs ([#4853](https://github.com/DataDog/integrations-core/pull/4853)) ## 1.14.1 / 2019-10-16 / Agent 6.15.0 ***Fixed***: -* Fix allowed host failure retry logic. See [#4782](https://github.com/DataDog/integrations-core/pull/4782). +* Fix allowed host failure retry logic ([#4782](https://github.com/DataDog/integrations-core/pull/4782)) ## 1.14.0 / 2019-10-14 ***Added***: -* Store discovered hosts. See [#4712](https://github.com/DataDog/integrations-core/pull/4712). +* Store discovered hosts ([#4712](https://github.com/DataDog/integrations-core/pull/4712)) ## 1.13.0 / 2019-10-11 ***Added***: -* Automatically fetch MIBs that we don't know about. See [#4732](https://github.com/DataDog/integrations-core/pull/4732). +* Automatically fetch MIBs that we don't know about ([#4732](https://github.com/DataDog/integrations-core/pull/4732)) ## 1.12.0 / 2019-10-10 ***Added***: -* Add profile for F5 BIG-IP devices. See [#4674](https://github.com/DataDog/integrations-core/pull/4674). +* Add profile for F5 BIG-IP devices ([#4674](https://github.com/DataDog/integrations-core/pull/4674)) ## 1.11.0 / 2019-09-19 ***Added***: -* Use bulk call when possible. See [#4530](https://github.com/DataDog/integrations-core/pull/4530). -* Remove failing discovered hosts. See [#4526](https://github.com/DataDog/integrations-core/pull/4526). -* Basic discovery mechanism and test. See [#4511](https://github.com/DataDog/integrations-core/pull/4511). -* Allow autoconfiguration of instances by sysObjectId. See [#4391](https://github.com/DataDog/integrations-core/pull/4391). +* Use bulk call when possible ([#4530](https://github.com/DataDog/integrations-core/pull/4530)) +* Remove failing discovered hosts ([#4526](https://github.com/DataDog/integrations-core/pull/4526)) +* Basic discovery mechanism and test ([#4511](https://github.com/DataDog/integrations-core/pull/4511)) +* Allow autoconfiguration of instances by sysObjectId ([#4391](https://github.com/DataDog/integrations-core/pull/4391)) ***Fixed***: -* Handle bytes in network_address. See [#4577](https://github.com/DataDog/integrations-core/pull/4577). +* Handle bytes in network_address ([#4577](https://github.com/DataDog/integrations-core/pull/4577)) ## 1.10.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Support referencing metrics by profile. See [#4329](https://github.com/DataDog/integrations-core/pull/4329). -* Upgrade pyasn1. See [#4289](https://github.com/DataDog/integrations-core/pull/4289). -* Reimplement config load logic. See [#4160](https://github.com/DataDog/integrations-core/pull/4160). +* Support referencing metrics by profile ([#4329](https://github.com/DataDog/integrations-core/pull/4329)) +* Upgrade pyasn1 ([#4289](https://github.com/DataDog/integrations-core/pull/4289)) +* Reimplement config load logic ([#4160](https://github.com/DataDog/integrations-core/pull/4160)) ## 1.9.0 / 2019-07-13 / Agent 6.13.0 ***Added***: -* Add support for string types. See [#4087](https://github.com/DataDog/integrations-core/pull/4087). +* Add support for string types ([#4087](https://github.com/DataDog/integrations-core/pull/4087)) ## 1.8.0 / 2019-07-04 ***Added***: -* Match OIDs with leading dots. See [#3854](https://github.com/DataDog/integrations-core/pull/3854). +* Match OIDs with leading dots ([#3854](https://github.com/DataDog/integrations-core/pull/3854)) ## 1.7.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3565](https://github.com/DataDog/integrations-core/pull/3565). +* Adhere to code style ([#3565](https://github.com/DataDog/integrations-core/pull/3565)) ## 1.6.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Add metrics config globally. See [#3230](https://github.com/DataDog/integrations-core/pull/3230). +* Add metrics config globally ([#3230](https://github.com/DataDog/integrations-core/pull/3230)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Improve performance by querying only necessary columns from a table. See [#3059](https://github.com/DataDog/integrations-core/pull/3059). -* Support Python 3. See [#3016](https://github.com/DataDog/integrations-core/pull/3016). +* Improve performance by querying only necessary columns from a table ([#3059](https://github.com/DataDog/integrations-core/pull/3059)) +* Support Python 3 ([#3016](https://github.com/DataDog/integrations-core/pull/3016)) ***Fixed***: -* Log the correct information about snmpnext result. See [#3021](https://github.com/DataDog/integrations-core/pull/3021). +* Log the correct information about snmpnext result ([#3021](https://github.com/DataDog/integrations-core/pull/3021)) ## 1.4.2 / 2018-10-12 / Agent 6.6.0 ***Fixed***: -* Fix `enforce_mib_constraints` parameter having no effect.. See [#2340](https://github.com/DataDog/integrations-core/pull/2340). +* Fix `enforce_mib_constraints` parameter having no effect. ([#2340](https://github.com/DataDog/integrations-core/pull/2340)) ## 1.4.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-05-11 ***Added***: -* Enhance error handling when metrics aren't defined or device cannot be reached. See [#1406](https://github.com/DataDog/integrations-core/issues/1406) +* Enhance error handling when metrics aren't defined or device cannot be reached ([#1406](https://github)com/DataDog/integrations-core/issues/1406) ## 1.3.1 / 2018-02-13 ***Fixed***: -* Fix warning service check reporting. See [#1041](https://github.com/DataDog/integrations-core/issues/1041) +* Fix warning service check reporting ([#1041](https://github)com/DataDog/integrations-core/issues/1041) ## 1.3.0 / 2017-10-10 ***Added***: -* Add support for SNMPv3 Contexts. See [#723](https://github.com/DataDog/integrations-core/issues/723) +* Add support for SNMPv3 Contexts ([#723](https://github)com/DataDog/integrations-core/issues/723) ## 1.2.0 / 2017-07-18 ***Changed***: -* Drop dependency on pycrypto. See [#426](https://github.com/DataDog/integrations-core/issues/426) +* Drop dependency on pycrypto ([#426](https://github)com/DataDog/integrations-core/issues/426) ## 1.1.0 / 2017-04-24 ***Added***: -* Add individual metric tagging to OID and MIB Non-tabular data. See [#248](https://github.com/DataDog/integrations-core/issues/248) +* Add individual metric tagging to OID and MIB Non-tabular data ([#248](https://github)com/DataDog/integrations-core/issues/248) ## 1.0.0 / 2017-03-22 diff --git a/snowflake/CHANGELOG.md b/snowflake/CHANGELOG.md index de4aa51069a6d..3d30456b232e2 100644 --- a/snowflake/CHANGELOG.md +++ b/snowflake/CHANGELOG.md @@ -6,243 +6,243 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.5.4 / 2023-07-18 ***Fixed***: -* Process query rows one at a time to reduce memory footprint. See [#15268](https://github.com/DataDog/integrations-core/pull/15268). +* Process query rows one at a time to reduce memory footprint ([#15268](https://github.com/DataDog/integrations-core/pull/15268)) ## 4.5.3 / 2023-07-10 ***Fixed***: -* Bump snowflake connector python to 3.0.4. See [#14675](https://github.com/DataDog/integrations-core/pull/14675). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump snowflake connector python to 3.0.4 ([#14675](https://github.com/DataDog/integrations-core/pull/14675)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.5.2 / 2023-04-14 / Agent 7.45.0 ***Fixed***: -* Fix a typo in the `disable_generic_tags` option description. See [#14246](https://github.com/DataDog/integrations-core/pull/14246). -* Update snowflake-connector-python to 3.0.0. See [#13926](https://github.com/DataDog/integrations-core/pull/13926). +* Fix a typo in the `disable_generic_tags` option description ([#14246](https://github.com/DataDog/integrations-core/pull/14246)) +* Update snowflake-connector-python to 3.0.0 ([#13926](https://github.com/DataDog/integrations-core/pull/13926)) # 4.5.1 / 2023-03-02 ***Fixed***: -* Bump dependency `snowflake-connector-python` to 3.0.1. See [#14073](https://github.com/DataDog/integrations-core/pull/14073). +* Bump dependency `snowflake-connector-python` to 3.0.1 ([#14073](https://github.com/DataDog/integrations-core/pull/14073)) ## 4.5.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Bump snowflake to 2.8.3. See [#13756](https://github.com/DataDog/integrations-core/pull/13756). +* Bump snowflake to 2.8.3 ([#13756](https://github.com/DataDog/integrations-core/pull/13756)) ***Fixed***: -* Bump the base check dependency. See [#13641](https://github.com/DataDog/integrations-core/pull/13641). +* Bump the base check dependency ([#13641](https://github.com/DataDog/integrations-core/pull/13641)) ## 4.4.6 / 2023-01-27 / Agent 7.42.1 ***Fixed***: -* Bump base check dependency. See [#13824](https://github.com/DataDog/integrations-core/pull/13824). -* Backport snowflake-connector-python bump 2.8.3 to 7.42.x. See [#13794](https://github.com/DataDog/integrations-core/pull/13794). +* Bump base check dependency ([#13824](https://github.com/DataDog/integrations-core/pull/13824)) +* Backport snowflake-connector-python bump 2.8.3 to 7.42.x ([#13794](https://github.com/DataDog/integrations-core/pull/13794)) ## 4.4.5 / 2022-11-28 / Agent 7.42.0 ***Fixed***: -* Update Snowflake connector and cryptography dependencies. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). -* Remove `default_backend` parameter from cryptography calls. See [#13333](https://github.com/DataDog/integrations-core/pull/13333). +* Update Snowflake connector and cryptography dependencies ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) +* Remove `default_backend` parameter from cryptography calls ([#13333](https://github.com/DataDog/integrations-core/pull/13333)) ## 4.4.4 / 2022-09-19 / Agent 7.40.0 ***Fixed***: -* Bump dependencies for 7.40. See [#12896](https://github.com/DataDog/integrations-core/pull/12896). +* Bump dependencies for 7.40 ([#12896](https://github.com/DataDog/integrations-core/pull/12896)) ## 4.4.3 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 4.4.2 / 2022-07-05 / Agent 7.38.0 ***Fixed***: -* Properly read from `token_path` parameter. See [#12452](https://github.com/DataDog/integrations-core/pull/12452). +* Properly read from `token_path` parameter ([#12452](https://github.com/DataDog/integrations-core/pull/12452)) ## 4.4.1 / 2022-06-28 ***Fixed***: -* Fix organization data transfer query. See [#12420](https://github.com/DataDog/integrations-core/pull/12420). +* Fix organization data transfer query ([#12420](https://github.com/DataDog/integrations-core/pull/12420)) ## 4.4.0 / 2022-06-27 ***Added***: -* Add support for organization level metrics. See [#12375](https://github.com/DataDog/integrations-core/pull/12375). +* Add support for organization level metrics ([#12375](https://github.com/DataDog/integrations-core/pull/12375)) ## 4.3.2 / 2022-06-15 ***Fixed***: -* Fix reading of `token_path` option. See [#12366](https://github.com/DataDog/integrations-core/pull/12366). +* Fix reading of `token_path` option ([#12366](https://github.com/DataDog/integrations-core/pull/12366)) ## 4.3.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Properly validate `only_custom_queries`. See [#11992](https://github.com/DataDog/integrations-core/pull/11992). -* Fix small typo in config option. See [#11990](https://github.com/DataDog/integrations-core/pull/11990). -* Add section in docs about private link setup. See [#11883](https://github.com/DataDog/integrations-core/pull/11883). +* Properly validate `only_custom_queries` ([#11992](https://github.com/DataDog/integrations-core/pull/11992)) +* Fix small typo in config option ([#11990](https://github.com/DataDog/integrations-core/pull/11990)) +* Add section in docs about private link setup ([#11883](https://github.com/DataDog/integrations-core/pull/11883)) ## 4.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.2.1 / 2022-03-10 / Agent 7.35.0 ***Fixed***: -* Convert private key password into string instead of byte. See [#11648](https://github.com/DataDog/integrations-core/pull/11648). +* Convert private key password into string instead of byte ([#11648](https://github.com/DataDog/integrations-core/pull/11648)) ## 4.2.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11433](https://github.com/DataDog/integrations-core/pull/11433). +* Add `pyproject.toml` file ([#11433](https://github.com/DataDog/integrations-core/pull/11433)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.1.0 / 2022-01-27 ***Added***: -* Refactor snowflake validators. See [#11208](https://github.com/DataDog/integrations-core/pull/11208). -* Add key authentication option. See [#11180](https://github.com/DataDog/integrations-core/pull/11180). -* Add token_path config option. See [#11160](https://github.com/DataDog/integrations-core/pull/11160). -* Add aggregate_last_24_hours option. See [#11157](https://github.com/DataDog/integrations-core/pull/11157). +* Refactor snowflake validators ([#11208](https://github.com/DataDog/integrations-core/pull/11208)) +* Add key authentication option ([#11180](https://github.com/DataDog/integrations-core/pull/11180)) +* Add token_path config option ([#11160](https://github.com/DataDog/integrations-core/pull/11160)) +* Add aggregate_last_24_hours option ([#11157](https://github.com/DataDog/integrations-core/pull/11157)) ***Fixed***: -* Register private_key_password as secret. See [#11215](https://github.com/DataDog/integrations-core/pull/11215). -* Standardize key and token options behaviour. See [#11214](https://github.com/DataDog/integrations-core/pull/11214). -* Fix configuration error for custom queries. See [#11185](https://github.com/DataDog/integrations-core/pull/11185). +* Register private_key_password as secret ([#11215](https://github.com/DataDog/integrations-core/pull/11215)) +* Standardize key and token options behaviour ([#11214](https://github.com/DataDog/integrations-core/pull/11214)) +* Fix configuration error for custom queries ([#11185](https://github.com/DataDog/integrations-core/pull/11185)) ## 4.0.1 / 2021-11-23 / Agent 7.33.0 ***Fixed***: -* Fix default field name of schema. See [#10714](https://github.com/DataDog/integrations-core/pull/10714). +* Fix default field name of schema ([#10714](https://github.com/DataDog/integrations-core/pull/10714)) ## 4.0.0 / 2021-10-04 / Agent 7.32.0 ***Removed***: -* Drop support for Python 2 and bump requests. See [#10105](https://github.com/DataDog/integrations-core/pull/10105). +* Drop support for Python 2 and bump requests ([#10105](https://github.com/DataDog/integrations-core/pull/10105)) ***Changed***: -* Add test for critical service check and fix namespace. See [#10062](https://github.com/DataDog/integrations-core/pull/10062). +* Add test for critical service check and fix namespace ([#10062](https://github.com/DataDog/integrations-core/pull/10062)) ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Add runtime configuration validation. See [#8983](https://github.com/DataDog/integrations-core/pull/8983). -* Disable generic tags. See [#9854](https://github.com/DataDog/integrations-core/pull/9854). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Add runtime configuration validation ([#8983](https://github.com/DataDog/integrations-core/pull/8983)) +* Disable generic tags ([#9854](https://github.com/DataDog/integrations-core/pull/9854)) ***Fixed***: -* Bump snowflake_connector_python and requests for Py3. See [#10060](https://github.com/DataDog/integrations-core/pull/10060). +* Bump snowflake_connector_python and requests for Py3 ([#10060](https://github.com/DataDog/integrations-core/pull/10060)) ## 3.1.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Pin snowflake-connector and requests. See [#9905](https://github.com/DataDog/integrations-core/pull/9905). +* Pin snowflake-connector and requests ([#9905](https://github.com/DataDog/integrations-core/pull/9905)) ***Fixed***: -* Revert request bump. See [#9912](https://github.com/DataDog/integrations-core/pull/9912). +* Revert request bump ([#9912](https://github.com/DataDog/integrations-core/pull/9912)) ## 3.0.3 / 2021-07-12 / Agent 7.30.0 ***Fixed***: -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) ## 3.0.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) ## 3.0.1 / 2021-01-14 / Agent 7.26.0 ***Fixed***: -* Do not throw configuration error for missing password when using OAuth. See [#8363](https://github.com/DataDog/integrations-core/pull/8363). +* Do not throw configuration error for missing password when using OAuth ([#8363](https://github.com/DataDog/integrations-core/pull/8363)) ## 3.0.0 / 2020-12-11 / Agent 7.25.0 ***Changed***: -* Make role configuration step more explicit. See [#8092](https://github.com/DataDog/integrations-core/pull/8092). +* Make role configuration step more explicit ([#8092](https://github.com/DataDog/integrations-core/pull/8092)) ***Added***: -* Support proxy settings. See [#8019](https://github.com/DataDog/integrations-core/pull/8019). +* Support proxy settings ([#8019](https://github.com/DataDog/integrations-core/pull/8019)) ***Fixed***: -* Document Snowflake connector proxy configuration and support proxy connection options. See [#8181](https://github.com/DataDog/integrations-core/pull/8181). +* Document Snowflake connector proxy configuration and support proxy connection options ([#8181](https://github.com/DataDog/integrations-core/pull/8181)) ## 2.1.2 / 2020-11-06 / Agent 7.24.0 ***Fixed***: -* Add workaround for issue in platform.platform() on python 3.8 or later. See [#7932](https://github.com/DataDog/integrations-core/pull/7932). Thanks [kurochan](https://github.com/kurochan). +* Add workaround for issue in platform.platform() on python 3.8 or later ([#7932](https://github.com/DataDog/integrations-core/pull/7932)) Thanks [kurochan](https://github.com/kurochan). ## 2.1.1 / 2020-11-06 ***Fixed***: -* Override the default `min_collection_interval`. See [#7949](https://github.com/DataDog/integrations-core/pull/7949). +* Override the default `min_collection_interval` ([#7949](https://github.com/DataDog/integrations-core/pull/7949)) ## 2.1.0 / 2020-10-31 ***Added***: -* Make improvements to documentation. See [#7902](https://github.com/DataDog/integrations-core/pull/7902). +* Make improvements to documentation ([#7902](https://github.com/DataDog/integrations-core/pull/7902)) ***Fixed***: -* Properly pin base package version for new QueryManager feature. See [#7832](https://github.com/DataDog/integrations-core/pull/7832). +* Properly pin base package version for new QueryManager feature ([#7832](https://github.com/DataDog/integrations-core/pull/7832)) ## 2.1.0 / 2020-10-21 ***Added***: -* Added bytes_spilled metrics. See [#7810](https://github.com/DataDog/integrations-core/pull/7810) +* Added bytes_spilled metrics ([#7810](https://github)com/DataDog/integrations-core/pull/7810) ## 2.0.1 / 2020-10-21 @@ -254,14 +254,14 @@ ***Changed***: -* QueryManager - Prevent queries leaking between check instances. See [#7750](https://github.com/DataDog/integrations-core/pull/7750). +* QueryManager - Prevent queries leaking between check instances ([#7750](https://github.com/DataDog/integrations-core/pull/7750)) ***Added***: -* Add OAuth authentication option and use new connection on check run. See [#7703](https://github.com/DataDog/integrations-core/pull/7703). +* Add OAuth authentication option and use new connection on check run ([#7703](https://github.com/DataDog/integrations-core/pull/7703)) ## 1.0.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* New Integration: Snowflake. See [#7043](https://github.com/DataDog/integrations-core/pull/7043). +* New Integration: Snowflake ([#7043](https://github.com/DataDog/integrations-core/pull/7043)) diff --git a/solr/CHANGELOG.md b/solr/CHANGELOG.md index 2507e5ee56acd..1b84396033a17 100644 --- a/solr/CHANGELOG.md +++ b/solr/CHANGELOG.md @@ -6,153 +6,153 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 1.11.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11434](https://github.com/DataDog/integrations-core/pull/11434). +* Add `pyproject.toml` file ([#11434](https://github.com/DataDog/integrations-core/pull/11434)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add runtime configuration validation. See [#8984](https://github.com/DataDog/integrations-core/pull/8984). +* Add runtime configuration validation ([#8984](https://github.com/DataDog/integrations-core/pull/8984)) ## 1.9.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.8.2 / 2021-05-28 / Agent 7.29.0 ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.8.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 1.7.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.5.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.5.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Convert jmx to in-app types for replay_check_run. See [#7275](https://github.com/DataDog/integrations-core/pull/7275). -* Add documentation for solr logs. See [#7162](https://github.com/DataDog/integrations-core/pull/7162). +* Convert jmx to in-app types for replay_check_run ([#7275](https://github.com/DataDog/integrations-core/pull/7275)) +* Add documentation for solr logs ([#7162](https://github.com/DataDog/integrations-core/pull/7162)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* Add domain to metrics.yaml. See [#7164](https://github.com/DataDog/integrations-core/pull/7164). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* Add domain to metrics.yaml ([#7164](https://github.com/DataDog/integrations-core/pull/7164)) +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.4.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.3.0 / 2020-04-28 ***Added***: -* Update metrics and use config spec. See [#6496](https://github.com/DataDog/integrations-core/pull/6496). +* Update metrics and use config spec ([#6496](https://github.com/DataDog/integrations-core/pull/6496)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* [jmx] add rmi registry ssl config option. See [#2371](https://github.com/DataDog/integrations-core/pull/2371). +* [jmx] add rmi registry ssl config option ([#2371](https://github.com/DataDog/integrations-core/pull/2371)) ***Fixed***: -* Fix Solr file indenting. See [#2189](https://github.com/DataDog/integrations-core/pull/2189). +* Fix Solr file indenting ([#2189](https://github.com/DataDog/integrations-core/pull/2189)) ## 1.1.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Add metrics for Solr 7. See [#2042](https://github.com/DataDog/integrations-core/pull/2042). +* Add metrics for Solr 7 ([#2042](https://github.com/DataDog/integrations-core/pull/2042)) ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.0.1 / 2017-11-21 ***Added***: -* Added `metrics.yaml` file. See [#863](https://github.com/DataDog/integrations-core/issues/863) +* Added `metrics.yaml` file ([#863](https://github)com/DataDog/integrations-core/issues/863) ## 1.0.0 / 2017-03-22 diff --git a/sonarqube/CHANGELOG.md b/sonarqube/CHANGELOG.md index 0702ae17a995a..93415595d2fe9 100644 --- a/sonarqube/CHANGELOG.md +++ b/sonarqube/CHANGELOG.md @@ -6,155 +6,155 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.5 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.4 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Switch a log from `warn` to `debug`. See [#14428](https://github.com/DataDog/integrations-core/pull/14428). +* Switch a log from `warn` to `debug` ([#14428](https://github.com/DataDog/integrations-core/pull/14428)) ## 2.2.3 / 2023-01-16 / Agent 7.43.0 ***Fixed***: -* Support components from paginated endpoint. See [#13699](https://github.com/DataDog/integrations-core/pull/13699). +* Support components from paginated endpoint ([#13699](https://github.com/DataDog/integrations-core/pull/13699)) ## 2.2.2 / 2022-12-23 / Agent 7.42.0 ***Fixed***: -* Fix config spec to allow additionalProperties. See [#13512](https://github.com/DataDog/integrations-core/pull/13512). +* Fix config spec to allow additionalProperties ([#13512](https://github.com/DataDog/integrations-core/pull/13512)) ## 2.2.1 / 2022-12-16 ***Fixed***: -* Projects processed in `components` excluded from `components_discovery`. See [#13531](https://github.com/DataDog/integrations-core/pull/13531). -* Fix configuration spec. See [#13504](https://github.com/DataDog/integrations-core/pull/13504). +* Projects processed in `components` excluded from `components_discovery` ([#13531](https://github.com/DataDog/integrations-core/pull/13531)) +* Fix configuration spec ([#13504](https://github.com/DataDog/integrations-core/pull/13504)) ## 2.2.0 / 2022-12-09 ***Added***: -* Add autodiscovery feature for components. See [#13450](https://github.com/DataDog/integrations-core/pull/13450). +* Add autodiscovery feature for components ([#13450](https://github.com/DataDog/integrations-core/pull/13450)) ## 2.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.0.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.0.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11435](https://github.com/DataDog/integrations-core/pull/11435). +* Add `pyproject.toml` file ([#11435](https://github.com/DataDog/integrations-core/pull/11435)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.5.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.5.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.5.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.4.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.3.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.2.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8985](https://github.com/DataDog/integrations-core/pull/8985). +* Add runtime configuration validation ([#8985](https://github.com/DataDog/integrations-core/pull/8985)) ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.1.2 / 2021-03-12 / Agent 7.27.0 ***Fixed***: -* Fix collection of PendingTime. See [#8817](https://github.com/DataDog/integrations-core/pull/8817). +* Fix collection of PendingTime ([#8817](https://github.com/DataDog/integrations-core/pull/8817)) ## 1.1.1 / 2021-02-16 ***Fixed***: -* Fix automatic discovery of metrics from web API and improve example config documentation. See [#8552](https://github.com/DataDog/integrations-core/pull/8552). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Fix automatic discovery of metrics from web API and improve example config documentation ([#8552](https://github.com/DataDog/integrations-core/pull/8552)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.1.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.0.0 / 2020-11-20 ***Added***: -* Add SonarQube integration. See [#7807](https://github.com/DataDog/integrations-core/pull/7807). +* Add SonarQube integration ([#7807](https://github.com/DataDog/integrations-core/pull/7807)) diff --git a/spark/CHANGELOG.md b/spark/CHANGELOG.md index 80c026190f4d6..cfdf4bc579d9d 100644 --- a/spark/CHANGELOG.md +++ b/spark/CHANGELOG.md @@ -6,280 +6,280 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) ## 3.1.3 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Allow punctuation marks in query name when publishing spark structured streaming metrics. See [#13246](https://github.com/DataDog/integrations-core/pull/13246). Thanks [cpolito88](https://github.com/cpolito88). +* Allow punctuation marks in query name when publishing spark structured streaming metrics ([#13246](https://github.com/DataDog/integrations-core/pull/13246)) Thanks [cpolito88](https://github.com/cpolito88). ## 3.1.2 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Add a log line when no running apps are found. See [#13067](https://github.com/DataDog/integrations-core/pull/13067). +* Add a log line when no running apps are found ([#13067](https://github.com/DataDog/integrations-core/pull/13067)) ## 3.1.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11436](https://github.com/DataDog/integrations-core/pull/11436). +* Add `pyproject.toml` file ([#11436](https://github.com/DataDog/integrations-core/pull/11436)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.2.0 / 2022-01-08 / Agent 7.34.0 ***Added***: -* Add `query_name` as tag for Spark Structured Streaming metrics. See [#10689](https://github.com/DataDog/integrations-core/pull/10689). Thanks [otosky](https://github.com/otosky). +* Add `query_name` as tag for Spark Structured Streaming metrics ([#10689](https://github.com/DataDog/integrations-core/pull/10689)) Thanks [otosky](https://github.com/otosky). ***Fixed***: -* Don't submit query name tag if query is a uuid. See [#11015](https://github.com/DataDog/integrations-core/pull/11015). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Don't submit query name tag if query is a uuid ([#11015](https://github.com/DataDog/integrations-core/pull/11015)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.21.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8986](https://github.com/DataDog/integrations-core/pull/8986). +* Add runtime configuration validation ([#8986](https://github.com/DataDog/integrations-core/pull/8986)) ## 1.20.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Rename cluster_name tag to spark_cluster. See [#8592](https://github.com/DataDog/integrations-core/pull/8592). +* Rename cluster_name tag to spark_cluster ([#8592](https://github.com/DataDog/integrations-core/pull/8592)) ***Fixed***: -* Skip apps which have the UI disabled. See [#8558](https://github.com/DataDog/integrations-core/pull/8558). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Skip apps which have the UI disabled ([#8558](https://github.com/DataDog/integrations-core/pull/8558)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.19.1 / 2021-01-25 / Agent 7.26.0 ***Fixed***: -* Update check signature. See [#8259](https://github.com/DataDog/integrations-core/pull/8259). +* Update check signature ([#8259](https://github.com/DataDog/integrations-core/pull/8259)) ## 1.19.0 / 2020-12-29 ***Added***: -* Add metrics for structured streams. See [#8078](https://github.com/DataDog/integrations-core/pull/8078). +* Add metrics for structured streams ([#8078](https://github.com/DataDog/integrations-core/pull/8078)) ## 1.18.0 / 2020-11-23 / Agent 7.25.0 ***Added***: -* Add more granular executor metrics. See [#8028](https://github.com/DataDog/integrations-core/pull/8028). +* Add more granular executor metrics ([#8028](https://github.com/DataDog/integrations-core/pull/8028)) ## 1.17.0 / 2020-11-06 / Agent 7.24.0 ***Added***: -* Update HTTP config docs to describe dcos_auth token reader. See [#7953](https://github.com/DataDog/integrations-core/pull/7953). +* Update HTTP config docs to describe dcos_auth token reader ([#7953](https://github.com/DataDog/integrations-core/pull/7953)) ## 1.16.0 / 2020-10-31 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.15.0 / 2020-09-03 / Agent 7.23.0 ***Added***: -* Add Stage and Job ID tags. See [#7459](https://github.com/DataDog/integrations-core/pull/7459). -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add Stage and Job ID tags ([#7459](https://github.com/DataDog/integrations-core/pull/7459)) +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.14.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add documentation for spark logs. See [#7109](https://github.com/DataDog/integrations-core/pull/7109). +* Add documentation for spark logs ([#7109](https://github.com/DataDog/integrations-core/pull/7109)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.13.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6921](https://github.com/DataDog/integrations-core/pull/6921). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6921](https://github.com/DataDog/integrations-core/pull/6921)) ## 1.12.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.11.4 / 2020-02-22 / Agent 7.18.0 ***Fixed***: -* Update documentation in example config. See [#5508](https://github.com/DataDog/integrations-core/pull/5508). +* Update documentation in example config ([#5508](https://github.com/DataDog/integrations-core/pull/5508)) ## 1.11.3 / 2020-01-30 ***Fixed***: -* Handle warning message from proxy. See [#5525](https://github.com/DataDog/integrations-core/pull/5525). +* Handle warning message from proxy ([#5525](https://github.com/DataDog/integrations-core/pull/5525)) ## 1.11.2 / 2020-01-29 ***Fixed***: -* Prevent crash when a single app fails. See [#5552](https://github.com/DataDog/integrations-core/pull/5552). +* Prevent crash when a single app fails ([#5552](https://github.com/DataDog/integrations-core/pull/5552)) ## 1.11.1 / 2020-01-15 / Agent 7.17.0 ***Fixed***: -* Make sure version collection fails gracefully. See [#5465](https://github.com/DataDog/integrations-core/pull/5465). +* Make sure version collection fails gracefully ([#5465](https://github.com/DataDog/integrations-core/pull/5465)) ## 1.11.0 / 2020-01-13 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Collect version metadata. See [#5032](https://github.com/DataDog/integrations-core/pull/5032). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Collect version metadata ([#5032](https://github.com/DataDog/integrations-core/pull/5032)) ## 1.10.1 / 2019-12-06 / Agent 7.16.0 ***Fixed***: -* Remove reference to Kubernetes in the service check message for `spark_driver_mode`. See [#5159](https://github.com/DataDog/integrations-core/pull/5159). +* Remove reference to Kubernetes in the service check message for `spark_driver_mode` ([#5159](https://github.com/DataDog/integrations-core/pull/5159)) ## 1.10.0 / 2019-12-02 ***Added***: -* Add Spark driver support. See [#4631](https://github.com/DataDog/integrations-core/pull/4631). Thanks [mrmuggymuggy](https://github.com/mrmuggymuggy). +* Add Spark driver support ([#4631](https://github.com/DataDog/integrations-core/pull/4631)) Thanks [mrmuggymuggy](https://github.com/mrmuggymuggy). ## 1.9.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.8.1 / 2019-07-18 / Agent 6.13.0 ***Fixed***: -* Remove unused configs and code for spark check. See [#4133](https://github.com/DataDog/integrations-core/pull/4133). +* Remove unused configs and code for spark check ([#4133](https://github.com/DataDog/integrations-core/pull/4133)) ## 1.8.0 / 2019-07-09 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4058](https://github.com/DataDog/integrations-core/pull/4058). +* Use the new RequestsWrapper for connecting to services ([#4058](https://github.com/DataDog/integrations-core/pull/4058)) ## 1.7.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3566](https://github.com/DataDog/integrations-core/pull/3566). +* Adhere to code style ([#3566](https://github.com/DataDog/integrations-core/pull/3566)) ## 1.6.0 / 2019-01-08 / Agent 6.10.0 ***Added***: -* Allow disabling of streaming metrics. See [#2889](https://github.com/DataDog/integrations-core/pull/2889). -* Support Kerberos auth. See [#2825](https://github.com/DataDog/integrations-core/pull/2825). +* Allow disabling of streaming metrics ([#2889](https://github.com/DataDog/integrations-core/pull/2889)) +* Support Kerberos auth ([#2825](https://github.com/DataDog/integrations-core/pull/2825)) ## 1.5.0 / 2018-12-20 / Agent 6.9.0 ***Added***: -* Add streaming statistics metrics to the spark integration. See [#2437](https://github.com/DataDog/integrations-core/pull/2437). +* Add streaming statistics metrics to the spark integration ([#2437](https://github.com/DataDog/integrations-core/pull/2437)) ## 1.4.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.4.0 / 2018-06-07 ***Added***: -* Add support for HTTP authentication. See [#1680](https://github.com/DataDog/integrations-core/pull/1680). +* Add support for HTTP authentication ([#1680](https://github.com/DataDog/integrations-core/pull/1680)) ## 1.3.0 / 2018-05-11 @@ -291,19 +291,19 @@ ***Added***: -* Add configuration options `ssl_verify`, `ssl_cert` and `ssl_key` to allow SSL configuration. See [#1064](https://github.com/DataDog/integrations-core/pull/1064). +* Add configuration options `ssl_verify`, `ssl_cert` and `ssl_key` to allow SSL configuration ([#1064](https://github.com/DataDog/integrations-core/pull/1064)) ## 1.1.0 / 2018-01-10 ***Added***: -* Filter Spark frameworks by port. See [#459](https://github.com/DataDog/integrations-core/pull/459). (Thanks [@johnjeffers](https://github.com/johnjeffers)) +* Filter Spark frameworks by port ([#459](https://github.com/DataDog/integrations-core/pull/459)) (Thanks [@johnjeffers](https://github.com/johnjeffers)) ## 1.0.1 / 2017-07-18 ***Fixed***: -* Build proxy-compatible URL . See [#437](https://github.com/DataDog/integrations-core/issues/437) +* Build proxy-compatible URL ([#437](https://github)com/DataDog/integrations-core/issues/437) ## 1.0.0 / 2017-03-22 diff --git a/sqlserver/CHANGELOG.md b/sqlserver/CHANGELOG.md index 9cc4263bede65..f067810b27ad3 100644 --- a/sqlserver/CHANGELOG.md +++ b/sqlserver/CHANGELOG.md @@ -6,711 +6,711 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). -* Truncate procedure_text in sqlserver activity query. See [#15295](https://github.com/DataDog/integrations-core/pull/15295). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) +* Truncate procedure_text in sqlserver activity query ([#15295](https://github.com/DataDog/integrations-core/pull/15295)) ***Added***: -* Add support to ingest sys.configurations for SQL Server instances. See [#15496](https://github.com/DataDog/integrations-core/pull/15496). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add support to ingest sys.configurations for SQL Server instances ([#15496](https://github.com/DataDog/integrations-core/pull/15496)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Allow for collection of AO metrics for azure sql db. See [#15508](https://github.com/DataDog/integrations-core/pull/15508). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Allow for collection of AO metrics for azure sql db ([#15508](https://github.com/DataDog/integrations-core/pull/15508)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 12.0.0 / 2023-07-10 ***Changed***: -* Add a limit on the number of queries in the query metrics payload at the Agent. See [#15139](https://github.com/DataDog/integrations-core/pull/15139). -* Do not fetch the full procedure_text in the SQLServer Qstats query. See [#15105](https://github.com/DataDog/integrations-core/pull/15105). +* Add a limit on the number of queries in the query metrics payload at the Agent ([#15139](https://github.com/DataDog/integrations-core/pull/15139)) +* Do not fetch the full procedure_text in the SQLServer Qstats query ([#15105](https://github.com/DataDog/integrations-core/pull/15105)) ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Make cancel() synchronous in DBMAsyncJob. See [#14717](https://github.com/DataDog/integrations-core/pull/14717). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Make cancel() synchronous in DBMAsyncJob ([#14717](https://github.com/DataDog/integrations-core/pull/14717)) ***Fixed***: -* sqlserver: remove unused `procedure_text` from metrics payloads. See [#15097](https://github.com/DataDog/integrations-core/pull/15097). -* SQL Server query metrics: avoid sending procedure text twice. See [#15091](https://github.com/DataDog/integrations-core/pull/15091). -* Move cancel waiting logic to test functions for DBMAsyncJob . See [#14773](https://github.com/DataDog/integrations-core/pull/14773). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* sqlserver: remove unused `procedure_text` from metrics payloads ([#15097](https://github.com/DataDog/integrations-core/pull/15097)) +* SQL Server query metrics: avoid sending procedure text twice ([#15091](https://github.com/DataDog/integrations-core/pull/15091)) +* Move cancel waiting logic to test functions for DBMAsyncJob ([#14773](https://github.com/DataDog/integrations-core/pull/14773)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 11.2.2 / 2023-06-08 / Agent 7.46.0 ***Fixed***: -* Support SQL Server file metrics for Azure SQL DB / MI. See [#14679](https://github.com/DataDog/integrations-core/pull/14679). +* Support SQL Server file metrics for Azure SQL DB / MI ([#14679](https://github.com/DataDog/integrations-core/pull/14679)) ## 11.2.1 / 2023-06-07 ***Fixed***: -* fix sql-server dbm error in certain environments. See [#14495](https://github.com/DataDog/integrations-core/pull/14495). Thanks [it-ito](https://github.com/it-ito). +* fix sql-server dbm error in certain environments ([#14495](https://github.com/DataDog/integrations-core/pull/14495)) Thanks [it-ito](https://github.com/it-ito). ## 11.2.0 / 2023-05-26 ***Added***: -* Add sqlserver engine editition && version to DBM event payloads. See [#14499](https://github.com/DataDog/integrations-core/pull/14499). -* [Unified Instance Tagging]: Add cloud_metadata to DBM event payloads. See [#14460](https://github.com/DataDog/integrations-core/pull/14460). -* Send resource_type/name for sqlserver integration metrics. See [#14320](https://github.com/DataDog/integrations-core/pull/14320). +* Add sqlserver engine editition && version to DBM event payloads ([#14499](https://github.com/DataDog/integrations-core/pull/14499)) +* [Unified Instance Tagging]: Add cloud_metadata to DBM event payloads ([#14460](https://github.com/DataDog/integrations-core/pull/14460)) +* Send resource_type/name for sqlserver integration metrics ([#14320](https://github.com/DataDog/integrations-core/pull/14320)) ***Fixed***: -* Exclude model from autodiscovery by default. See [#14493](https://github.com/DataDog/integrations-core/pull/14493). -* Rename azure.name configuration key to azure.fully_qualified_domain_name. See [#14536](https://github.com/DataDog/integrations-core/pull/14536). -* Properly initialize resolved_hostname so it is set consistently across dbm and default integration metrics. See [#14479](https://github.com/DataDog/integrations-core/pull/14479). -* Restore DBM-APM link functionality for SQL Server activity sessions. See [#14453](https://github.com/DataDog/integrations-core/pull/14453). +* Exclude model from autodiscovery by default ([#14493](https://github.com/DataDog/integrations-core/pull/14493)) +* Rename azure.name configuration key to azure.fully_qualified_domain_name ([#14536](https://github.com/DataDog/integrations-core/pull/14536)) +* Properly initialize resolved_hostname so it is set consistently across dbm and default integration metrics ([#14479](https://github.com/DataDog/integrations-core/pull/14479)) +* Restore DBM-APM link functionality for SQL Server activity sessions ([#14453](https://github.com/DataDog/integrations-core/pull/14453)) ## 11.1.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Add resolved_hostname to metatdata. See [#13639](https://github.com/DataDog/integrations-core/pull/13639). +* Add resolved_hostname to metatdata ([#13639](https://github.com/DataDog/integrations-core/pull/13639)) ***Fixed***: -* Fix a typo in the `disable_generic_tags` option description. See [#14246](https://github.com/DataDog/integrations-core/pull/14246). -* Increase command_timeout default from 5s to 10s to prevent timeouts on instances with large SQL caches. See [#14195](https://github.com/DataDog/integrations-core/pull/14195). -* Do not double emit instance metrics when autodiscovery is enabled. See [#14115](https://github.com/DataDog/integrations-core/pull/14115). +* Fix a typo in the `disable_generic_tags` option description ([#14246](https://github.com/DataDog/integrations-core/pull/14246)) +* Increase command_timeout default from 5s to 10s to prevent timeouts on instances with large SQL caches ([#14195](https://github.com/DataDog/integrations-core/pull/14195)) +* Do not double emit instance metrics when autodiscovery is enabled ([#14115](https://github.com/DataDog/integrations-core/pull/14115)) ## 11.0.2 / 2023-03-21 / Agent 7.44.0 ***Fixed***: -* Increase command_timeout default from 5s to 10s to prevent timeouts on instances with large SQL caches. See [#14195](https://github.com/DataDog/integrations-core/pull/14195). +* Increase command_timeout default from 5s to 10s to prevent timeouts on instances with large SQL caches ([#14195](https://github.com/DataDog/integrations-core/pull/14195)) ## 11.0.1 / 2023-03-08 ***Fixed***: -* Do not double emit instance metrics when autodiscovery is enabled. See [#14115](https://github.com/DataDog/integrations-core/pull/14115). +* Do not double emit instance metrics when autodiscovery is enabled ([#14115](https://github.com/DataDog/integrations-core/pull/14115)) ## 11.0.0 / 2023-03-03 ***Changed***: -* Lower the frequency of query metrics collection. See [#14033](https://github.com/DataDog/integrations-core/pull/14033). +* Lower the frequency of query metrics collection ([#14033](https://github.com/DataDog/integrations-core/pull/14033)) ***Added***: -* Collect program_name for SQL Server activity. See [#13953](https://github.com/DataDog/integrations-core/pull/13953). +* Collect program_name for SQL Server activity ([#13953](https://github.com/DataDog/integrations-core/pull/13953)) ## 10.1.3 / 2023-02-01 / Agent 7.43.0 ***Fixed***: -* Fix sqlserver.database.state not being sent for all databases. See [#13735](https://github.com/DataDog/integrations-core/pull/13735). +* Fix sqlserver.database.state not being sent for all databases ([#13735](https://github.com/DataDog/integrations-core/pull/13735)) ## 10.1.2 / 2023-01-26 ***Fixed***: -* Bug Fix: Azure SQL DB database name tags properly applied on perf metrics. See [#13757](https://github.com/DataDog/integrations-core/pull/13757). +* Bug Fix: Azure SQL DB database name tags properly applied on perf metrics ([#13757](https://github.com/DataDog/integrations-core/pull/13757)) ## 10.1.1 / 2023-01-20 ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 10.1.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Add well formatted agent errors on common connection issues for SQL Server. See [#13436](https://github.com/DataDog/integrations-core/pull/13436). -* Add procedure name on query metrics/events. See [#13484](https://github.com/DataDog/integrations-core/pull/13484). +* Add well formatted agent errors on common connection issues for SQL Server ([#13436](https://github.com/DataDog/integrations-core/pull/13436)) +* Add procedure name on query metrics/events ([#13484](https://github.com/DataDog/integrations-core/pull/13484)) ***Fixed***: -* Fix Query Metrics collection bug where long running queries were missed. See [#13335](https://github.com/DataDog/integrations-core/pull/13335). +* Fix Query Metrics collection bug where long running queries were missed ([#13335](https://github.com/DataDog/integrations-core/pull/13335)) ## 10.0.1 / 2022-12-02 / Agent 7.41.0 ***Fixed***: -* Revert "Fix exception thrown when database is null in config" as it was found to introduce a regression. See [#13446](https://github.com/DataDog/integrations-core/pull/13446). +* Revert "Fix exception thrown when database is null in config" as it was found to introduce a regression ([#13446](https://github.com/DataDog/integrations-core/pull/13446)) ## 10.0.0 / 2022-10-28 ***Removed***: -* Remove sqlserver tag truncation for metrics. See [#13211](https://github.com/DataDog/integrations-core/pull/13211). +* Remove sqlserver tag truncation for metrics ([#13211](https://github.com/DataDog/integrations-core/pull/13211)) ***Added***: -* Allow port signal value 0. See [#13135](https://github.com/DataDog/integrations-core/pull/13135). -* Add Agent settings to log original unobfuscated strings. See [#12958](https://github.com/DataDog/integrations-core/pull/12958). +* Allow port signal value 0 ([#13135](https://github.com/DataDog/integrations-core/pull/13135)) +* Add Agent settings to log original unobfuscated strings ([#12958](https://github.com/DataDog/integrations-core/pull/12958)) ***Fixed***: -* Fix exception thrown when database is null in config. See [#12882](https://github.com/DataDog/integrations-core/pull/12882). -* Fix Query Metrics query to correct for over-inflated / incorrect SQL Server metrics . See [#13089](https://github.com/DataDog/integrations-core/pull/13089). -* Always cast provided port to str. See [#13055](https://github.com/DataDog/integrations-core/pull/13055). +* Fix exception thrown when database is null in config ([#12882](https://github.com/DataDog/integrations-core/pull/12882)) +* Fix Query Metrics query to correct for over-inflated / incorrect SQL Server metrics ([#13089](https://github.com/DataDog/integrations-core/pull/13089)) +* Always cast provided port to str ([#13055](https://github.com/DataDog/integrations-core/pull/13055)) ## 9.0.2 / 2022-10-14 / Agent 7.40.0 ***Fixed***: -* Fix Query Metrics query to correct for over-inflated / incorrect SQL Server metrics. See [#13123](https://github.com/DataDog/integrations-core/pull/13123). +* Fix Query Metrics query to correct for over-inflated / incorrect SQL Server metrics ([#13123](https://github.com/DataDog/integrations-core/pull/13123)) ## 9.0.1 / 2022-10-10 ***Fixed***: -* Allow users to configure the port as a int or as a string. See [#13061](https://github.com/DataDog/integrations-core/pull/13061). +* Allow users to configure the port as a int or as a string ([#13061](https://github.com/DataDog/integrations-core/pull/13061)) ## 9.0.0 / 2022-09-16 ***Changed***: -* Use statement_start_offset to extract SQL text being run from Procedure text. See [#12613](https://github.com/DataDog/integrations-core/pull/12613). +* Use statement_start_offset to extract SQL text being run from Procedure text ([#12613](https://github.com/DataDog/integrations-core/pull/12613)) ## 8.1.0 / 2022-08-05 / Agent 7.39.0 ***Security***: -* Bump `lxml` package. See [#12663](https://github.com/DataDog/integrations-core/pull/12663). +* Bump `lxml` package ([#12663](https://github.com/DataDog/integrations-core/pull/12663)) ***Added***: -* Add AlwaysOn Availability Group replica status metric. See [#12494](https://github.com/DataDog/integrations-core/pull/12494). +* Add AlwaysOn Availability Group replica status metric ([#12494](https://github.com/DataDog/integrations-core/pull/12494)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). -* Check for port provided in config. See [#12610](https://github.com/DataDog/integrations-core/pull/12610). -* Improve failed connection error messages. See [#12533](https://github.com/DataDog/integrations-core/pull/12533). -* Fix documentation for GA DBM support. See [#12512](https://github.com/DataDog/integrations-core/pull/12512). -* Support version specific AlwaysOn metrics. See [#12424](https://github.com/DataDog/integrations-core/pull/12424). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) +* Check for port provided in config ([#12610](https://github.com/DataDog/integrations-core/pull/12610)) +* Improve failed connection error messages ([#12533](https://github.com/DataDog/integrations-core/pull/12533)) +* Fix documentation for GA DBM support ([#12512](https://github.com/DataDog/integrations-core/pull/12512)) +* Support version specific AlwaysOn metrics ([#12424](https://github.com/DataDog/integrations-core/pull/12424)) ## 8.0.1 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Fix engine edition logic bug and simplify configuration for Azure SQL Database . See [#12397](https://github.com/DataDog/integrations-core/pull/12397). -* Support virtual file stats on SQL Server 2012. See [#12094](https://github.com/DataDog/integrations-core/pull/12094). -* Improve handling of encrypted stored procedures. See [#12060](https://github.com/DataDog/integrations-core/pull/12060). +* Fix engine edition logic bug and simplify configuration for Azure SQL Database ([#12397](https://github.com/DataDog/integrations-core/pull/12397)) +* Support virtual file stats on SQL Server 2012 ([#12094](https://github.com/DataDog/integrations-core/pull/12094)) +* Improve handling of encrypted stored procedures ([#12060](https://github.com/DataDog/integrations-core/pull/12060)) ## 8.0.0 / 2022-05-15 / Agent 7.37.0 ***Changed***: -* Remove execution plan `user_name` attribute. See [#12007](https://github.com/DataDog/integrations-core/pull/12007). +* Remove execution plan `user_name` attribute ([#12007](https://github.com/DataDog/integrations-core/pull/12007)) ***Added***: -* Add AlwaysOn metrics. See [#11979](https://github.com/DataDog/integrations-core/pull/11979). -* sqlserver: Add option to keep aliases in sql server (`keep_sql_alias`). See [#12020](https://github.com/DataDog/integrations-core/pull/12020). -* Add support to ingest cloud_metadata for DBM host linking. See [#11982](https://github.com/DataDog/integrations-core/pull/11982). -* Add static server OS metrics. See [#11864](https://github.com/DataDog/integrations-core/pull/11864). +* Add AlwaysOn metrics ([#11979](https://github.com/DataDog/integrations-core/pull/11979)) +* sqlserver: Add option to keep aliases in sql server (`keep_sql_alias`) ([#12020](https://github.com/DataDog/integrations-core/pull/12020)) +* Add support to ingest cloud_metadata for DBM host linking ([#11982](https://github.com/DataDog/integrations-core/pull/11982)) +* Add static server OS metrics ([#11864](https://github.com/DataDog/integrations-core/pull/11864)) ***Fixed***: -* Don't use connection resiliency for older versions of sqlserver and update valid driver list. See [#12026](https://github.com/DataDog/integrations-core/pull/12026). -* Fix uncommented parent options. See [#12013](https://github.com/DataDog/integrations-core/pull/12013). -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). -* Fix missing object_name for index fragmentation metrics. See [#11986](https://github.com/DataDog/integrations-core/pull/11986). +* Don't use connection resiliency for older versions of sqlserver and update valid driver list ([#12026](https://github.com/DataDog/integrations-core/pull/12026)) +* Fix uncommented parent options ([#12013](https://github.com/DataDog/integrations-core/pull/12013)) +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) +* Fix missing object_name for index fragmentation metrics ([#11986](https://github.com/DataDog/integrations-core/pull/11986)) ## 7.6.2 / 2022-04-20 / Agent 7.36.0 ***Fixed***: -* Fix activity and plan host reporting. See [#11853](https://github.com/DataDog/integrations-core/pull/11853). +* Fix activity and plan host reporting ([#11853](https://github.com/DataDog/integrations-core/pull/11853)) ## 7.6.1 / 2022-04-14 ***Fixed***: -* Update base version. See [#11826](https://github.com/DataDog/integrations-core/pull/11826). +* Update base version ([#11826](https://github.com/DataDog/integrations-core/pull/11826)) ## 7.6.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). -* Add request_status in sqlserver activity query. See [#11699](https://github.com/DataDog/integrations-core/pull/11699). -* Add SQL metadata to SQL Server activity events. See [#11689](https://github.com/DataDog/integrations-core/pull/11689). -* Add a log line when activity limit is reached. See [#11661](https://github.com/DataDog/integrations-core/pull/11661). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) +* Add request_status in sqlserver activity query ([#11699](https://github.com/DataDog/integrations-core/pull/11699)) +* Add SQL metadata to SQL Server activity events ([#11689](https://github.com/DataDog/integrations-core/pull/11689)) +* Add a log line when activity limit is reached ([#11661](https://github.com/DataDog/integrations-core/pull/11661)) ***Fixed***: -* Gracefully handle inaccessible database for `sqlserver.files.*`. See [#11711](https://github.com/DataDog/integrations-core/pull/11711). -* Fix SQL Server false configuration error. See [#11664](https://github.com/DataDog/integrations-core/pull/11664). +* Gracefully handle inaccessible database for `sqlserver.files.*` ([#11711](https://github.com/DataDog/integrations-core/pull/11711)) +* Fix SQL Server false configuration error ([#11664](https://github.com/DataDog/integrations-core/pull/11664)) ## 7.5.0 / 2022-03-15 ***Added***: -* Enable SQL metadata collection by default. See [#11606](https://github.com/DataDog/integrations-core/pull/11606). +* Enable SQL metadata collection by default ([#11606](https://github.com/DataDog/integrations-core/pull/11606)) ***Fixed***: -* Include SQL metadata in FQT. See [#11641](https://github.com/DataDog/integrations-core/pull/11641). +* Include SQL metadata in FQT ([#11641](https://github.com/DataDog/integrations-core/pull/11641)) ## 7.4.0 / 2022-03-15 / Agent 7.35.0 ***Added***: -* Add execution_count and total_elapsed_time fields to SQLServer Samples. See [#11652](https://github.com/DataDog/integrations-core/pull/11652). +* Add execution_count and total_elapsed_time fields to SQLServer Samples ([#11652](https://github.com/DataDog/integrations-core/pull/11652)) ## 7.3.0 / 2022-03-14 ***Added***: -* Add missing wait_resource column for activity collections. See [#11638](https://github.com/DataDog/integrations-core/pull/11638). +* Add missing wait_resource column for activity collections ([#11638](https://github.com/DataDog/integrations-core/pull/11638)) ***Fixed***: -* Fix service check failures on auto discovered dbs failing full check execution. See [#11563](https://github.com/DataDog/integrations-core/pull/11563). -* Use remote hostname on all metrics when DBM is enabled. See [#11634](https://github.com/DataDog/integrations-core/pull/11634). -* Fix SQLServer activity query, only query for load not transactions. See [#11629](https://github.com/DataDog/integrations-core/pull/11629). +* Fix service check failures on auto discovered dbs failing full check execution ([#11563](https://github.com/DataDog/integrations-core/pull/11563)) +* Use remote hostname on all metrics when DBM is enabled ([#11634](https://github.com/DataDog/integrations-core/pull/11634)) +* Fix SQLServer activity query, only query for load not transactions ([#11629](https://github.com/DataDog/integrations-core/pull/11629)) ## 7.2.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11437](https://github.com/DataDog/integrations-core/pull/11437). +* Add `pyproject.toml` file ([#11437](https://github.com/DataDog/integrations-core/pull/11437)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* remove aggregation by SQL text from query stats query. See [#11524](https://github.com/DataDog/integrations-core/pull/11524). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* remove aggregation by SQL text from query stats query ([#11524](https://github.com/DataDog/integrations-core/pull/11524)) ## 7.1.0 / 2022-02-14 ***Added***: -* Add ddagenthostname to dbm-metrics payloads. See [#11232](https://github.com/DataDog/integrations-core/pull/11232). -* Add recovery_model_desc tag for sqlserver database metrics. See [#11210](https://github.com/DataDog/integrations-core/pull/11210). Thanks [lowlydba](https://github.com/lowlydba). +* Add ddagenthostname to dbm-metrics payloads ([#11232](https://github.com/DataDog/integrations-core/pull/11232)) +* Add recovery_model_desc tag for sqlserver database metrics ([#11210](https://github.com/DataDog/integrations-core/pull/11210)) Thanks [lowlydba](https://github.com/lowlydba). ***Fixed***: -* Disable modified rowcounts in result sets for all connections. See [#11486](https://github.com/DataDog/integrations-core/pull/11486). +* Disable modified rowcounts in result sets for all connections ([#11486](https://github.com/DataDog/integrations-core/pull/11486)) ## 7.0.3 / 2022-02-03 / Agent 7.34.0 ***Fixed***: -* Update base version. See [#11287](https://github.com/DataDog/integrations-core/pull/11287). +* Update base version ([#11287](https://github.com/DataDog/integrations-core/pull/11287)) ## 7.0.2 / 2022-01-21 ***Fixed***: -* Fix license header dates in autogenerated files. See [#11187](https://github.com/DataDog/integrations-core/pull/11187). +* Fix license header dates in autogenerated files ([#11187](https://github.com/DataDog/integrations-core/pull/11187)) ## 7.0.1 / 2022-01-13 ***Fixed***: -* Bump base package dependency. See [#11115](https://github.com/DataDog/integrations-core/pull/11115). +* Bump base package dependency ([#11115](https://github.com/DataDog/integrations-core/pull/11115)) ## 7.0.0 / 2022-01-08 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). -* use read uncommitted isolation level to remove blocking risk. See [#10870](https://github.com/DataDog/integrations-core/pull/10870). -* Use dynamic query stats interval and set common request timeout . See [#10848](https://github.com/DataDog/integrations-core/pull/10848). -* improve internal check execution instrumentation. See [#10799](https://github.com/DataDog/integrations-core/pull/10799). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) +* use read uncommitted isolation level to remove blocking risk ([#10870](https://github.com/DataDog/integrations-core/pull/10870)) +* Use dynamic query stats interval and set common request timeout ([#10848](https://github.com/DataDog/integrations-core/pull/10848)) +* improve internal check execution instrumentation ([#10799](https://github.com/DataDog/integrations-core/pull/10799)) ***Added***: -* Add improved database file IO metrics and tags. See [#10901](https://github.com/DataDog/integrations-core/pull/10901). -* Add statement metadata to events and metrics payload. See [#10881](https://github.com/DataDog/integrations-core/pull/10881). -* Add option to disable query metrics secondary aggregates for user and database. See [#10975](https://github.com/DataDog/integrations-core/pull/10975). -* Add plan handle to the plan event . See [#10939](https://github.com/DataDog/integrations-core/pull/10939). -* Add the option to set a reported hostname (SQLServer). See [#10688](https://github.com/DataDog/integrations-core/pull/10688). -* Add `enforce_collection_interval_deadline` option to set plan collection deadline. See [#10829](https://github.com/DataDog/integrations-core/pull/10829). -* Add current timestamp to SQLServer activity collection. See [#10786](https://github.com/DataDog/integrations-core/pull/10786). -* Update SQLServer activity query to get timestamps with the timezone. See [#10782](https://github.com/DataDog/integrations-core/pull/10782). -* Add active sessions monitoring support for SQLServer. See [#10610](https://github.com/DataDog/integrations-core/pull/10610). +* Add improved database file IO metrics and tags ([#10901](https://github.com/DataDog/integrations-core/pull/10901)) +* Add statement metadata to events and metrics payload ([#10881](https://github.com/DataDog/integrations-core/pull/10881)) +* Add option to disable query metrics secondary aggregates for user and database ([#10975](https://github.com/DataDog/integrations-core/pull/10975)) +* Add plan handle to the plan event ([#10939](https://github.com/DataDog/integrations-core/pull/10939)) +* Add the option to set a reported hostname (SQLServer) ([#10688](https://github.com/DataDog/integrations-core/pull/10688)) +* Add `enforce_collection_interval_deadline` option to set plan collection deadline ([#10829](https://github.com/DataDog/integrations-core/pull/10829)) +* Add current timestamp to SQLServer activity collection ([#10786](https://github.com/DataDog/integrations-core/pull/10786)) +* Update SQLServer activity query to get timestamps with the timezone ([#10782](https://github.com/DataDog/integrations-core/pull/10782)) +* Add active sessions monitoring support for SQLServer ([#10610](https://github.com/DataDog/integrations-core/pull/10610)) ***Fixed***: -* Bump base package. See [#11067](https://github.com/DataDog/integrations-core/pull/11067). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). -* Fix dangling connection on unhandled exception bug. See [#10935](https://github.com/DataDog/integrations-core/pull/10935). -* Improve plan lookup performance. See [#10828](https://github.com/DataDog/integrations-core/pull/10828). -* Fix missing ConnectionRetryCount when DSN set. See [#10830](https://github.com/DataDog/integrations-core/pull/10830). -* Fix wrong example for MultiSubnetFailover in connection_string example. See [#10832](https://github.com/DataDog/integrations-core/pull/10832). -* Improve sqlserver agent query performance for DBM metrics query. See [#10810](https://github.com/DataDog/integrations-core/pull/10810). -* Filter databases when using database autodiscovery. See [#10416](https://github.com/DataDog/integrations-core/pull/10416). -* Update SQLServer Query Metrics Collection Query to Improve Performance. See [#10763](https://github.com/DataDog/integrations-core/pull/10763). -* Add ConnectRetryCount to connection string. See [#10738](https://github.com/DataDog/integrations-core/pull/10738). +* Bump base package ([#11067](https://github.com/DataDog/integrations-core/pull/11067)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) +* Fix dangling connection on unhandled exception bug ([#10935](https://github.com/DataDog/integrations-core/pull/10935)) +* Improve plan lookup performance ([#10828](https://github.com/DataDog/integrations-core/pull/10828)) +* Fix missing ConnectionRetryCount when DSN set ([#10830](https://github.com/DataDog/integrations-core/pull/10830)) +* Fix wrong example for MultiSubnetFailover in connection_string example ([#10832](https://github.com/DataDog/integrations-core/pull/10832)) +* Improve sqlserver agent query performance for DBM metrics query ([#10810](https://github.com/DataDog/integrations-core/pull/10810)) +* Filter databases when using database autodiscovery ([#10416](https://github.com/DataDog/integrations-core/pull/10416)) +* Update SQLServer Query Metrics Collection Query to Improve Performance ([#10763](https://github.com/DataDog/integrations-core/pull/10763)) +* Add ConnectRetryCount to connection string ([#10738](https://github.com/DataDog/integrations-core/pull/10738)) ## 6.2.0 / 2021-12-20 / Agent 7.33.0 ***Security***: -* Bump lxml package. See [#10904](https://github.com/DataDog/integrations-core/pull/10904). +* Bump lxml package ([#10904](https://github.com/DataDog/integrations-core/pull/10904)) ## 6.1.2 / 2021-11-24 ***Fixed***: -* Fix broken unicode support. See [#10713](https://github.com/DataDog/integrations-core/pull/10713). -* Enable autocommit for pyodbc. See [#10717](https://github.com/DataDog/integrations-core/pull/10717). +* Fix broken unicode support ([#10713](https://github.com/DataDog/integrations-core/pull/10713)) +* Enable autocommit for pyodbc ([#10717](https://github.com/DataDog/integrations-core/pull/10717)) ## 6.1.1 / 2021-11-19 ***Fixed***: -* Fix ADO driver bugs on Windows. See [#10637](https://github.com/DataDog/integrations-core/pull/10637). +* Fix ADO driver bugs on Windows ([#10637](https://github.com/DataDog/integrations-core/pull/10637)) ## 6.1.0 / 2021-11-13 ***Added***: -* Update dependencies. See [#10580](https://github.com/DataDog/integrations-core/pull/10580). -* Add option to disable autodiscovery database service checks. See [#10491](https://github.com/DataDog/integrations-core/pull/10491). +* Update dependencies ([#10580](https://github.com/DataDog/integrations-core/pull/10580)) +* Add option to disable autodiscovery database service checks ([#10491](https://github.com/DataDog/integrations-core/pull/10491)) ***Fixed***: -* Handle missing DBM metrics columns on older SQL Server versions. See [#10594](https://github.com/DataDog/integrations-core/pull/10594). -* Fix sqlserver resolved_hostname by handling comma correctly. See [#10592](https://github.com/DataDog/integrations-core/pull/10592). -* Fix memory clerks metrics for sqlserver 2019. See [#10464](https://github.com/DataDog/integrations-core/pull/10464). -* Upgrade datadog checks base to 23.1.5. See [#10468](https://github.com/DataDog/integrations-core/pull/10468). +* Handle missing DBM metrics columns on older SQL Server versions ([#10594](https://github.com/DataDog/integrations-core/pull/10594)) +* Fix sqlserver resolved_hostname by handling comma correctly ([#10592](https://github.com/DataDog/integrations-core/pull/10592)) +* Fix memory clerks metrics for sqlserver 2019 ([#10464](https://github.com/DataDog/integrations-core/pull/10464)) +* Upgrade datadog checks base to 23.1.5 ([#10468](https://github.com/DataDog/integrations-core/pull/10468)) ## 6.0.0 / 2021-10-13 ***Changed***: -* Stop sending FCI metrics when not available. See [#10395](https://github.com/DataDog/integrations-core/pull/10395). +* Stop sending FCI metrics when not available ([#10395](https://github.com/DataDog/integrations-core/pull/10395)) ***Fixed***: -* Account for possible nonetype. See [#10257](https://github.com/DataDog/integrations-core/pull/10257). -* DBM check should use its own connection. See [#10387](https://github.com/DataDog/integrations-core/pull/10387). -* Remove duplicate names from the list of sql-server metrics to collect. See [#10334](https://github.com/DataDog/integrations-core/pull/10334). Thanks [pedroreys](https://github.com/pedroreys). +* Account for possible nonetype ([#10257](https://github.com/DataDog/integrations-core/pull/10257)) +* DBM check should use its own connection ([#10387](https://github.com/DataDog/integrations-core/pull/10387)) +* Remove duplicate names from the list of sql-server metrics to collect ([#10334](https://github.com/DataDog/integrations-core/pull/10334)) Thanks [pedroreys](https://github.com/pedroreys). ## 5.0.2 / 2021-10-26 / Agent 7.32.0 ***Fixed***: -* Upgrade datadog checks base to 23.1.5 in sqlserver integration. See [#10468](https://github.com/DataDog/integrations-core/pull/10468). +* Upgrade datadog checks base to 23.1.5 in sqlserver integration ([#10468](https://github.com/DataDog/integrations-core/pull/10468)) ## 5.0.1 / 2021-10-12 ***Fixed***: -* DBM check should use its own connection. See [#10387](https://github.com/DataDog/integrations-core/pull/10387). +* DBM check should use its own connection ([#10387](https://github.com/DataDog/integrations-core/pull/10387)) ## 5.0.0 / 2021-10-04 ***Changed***: -* Implement disable generic tags. See [#10290](https://github.com/DataDog/integrations-core/pull/10290). +* Implement disable generic tags ([#10290](https://github.com/DataDog/integrations-core/pull/10290)) ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Collect query metrics & plans for Database Monitoring. See [#10234](https://github.com/DataDog/integrations-core/pull/10234). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Collect query metrics & plans for Database Monitoring ([#10234](https://github.com/DataDog/integrations-core/pull/10234)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 4.1.0 / 2021-08-31 ***Added***: -* Add autodiscovered database connection service check. See [#9900](https://github.com/DataDog/integrations-core/pull/9900). +* Add autodiscovered database connection service check ([#9900](https://github.com/DataDog/integrations-core/pull/9900)) ## 4.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 3.2.0 / 2021-08-12 ***Added***: -* Add database file metrics from sys.master_files. See [#9812](https://github.com/DataDog/integrations-core/pull/9812). +* Add database file metrics from sys.master_files ([#9812](https://github.com/DataDog/integrations-core/pull/9812)) ***Fixed***: -* Capture value error. See [#9852](https://github.com/DataDog/integrations-core/pull/9852). +* Capture value error ([#9852](https://github.com/DataDog/integrations-core/pull/9852)) ## 3.1.1 / 2021-07-07 / Agent 7.30.0 ***Fixed***: -* Do not throw key errors. See [#9460](https://github.com/DataDog/integrations-core/pull/9460). +* Do not throw key errors ([#9460](https://github.com/DataDog/integrations-core/pull/9460)) ## 3.1.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8987](https://github.com/DataDog/integrations-core/pull/8987). +* Add runtime configuration validation ([#8987](https://github.com/DataDog/integrations-core/pull/8987)) ***Fixed***: -* Fix misleading WARN message regarding adoprovider being ignored when using adodbapi connector. See [#9412](https://github.com/DataDog/integrations-core/pull/9412). +* Fix misleading WARN message regarding adoprovider being ignored when using adodbapi connector ([#9412](https://github.com/DataDog/integrations-core/pull/9412)) ## 3.0.0 / 2021-03-30 / Agent 7.28.0 ***Changed***: -* Utilize time precision function from datadog_checks_base. See [#8841](https://github.com/DataDog/integrations-core/pull/8841). +* Utilize time precision function from datadog_checks_base ([#8841](https://github.com/DataDog/integrations-core/pull/8841)) ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ***Fixed***: -* Fix autodiscovery tagging. See [#9055](https://github.com/DataDog/integrations-core/pull/9055). +* Fix autodiscovery tagging ([#9055](https://github.com/DataDog/integrations-core/pull/9055)) ## 2.3.8 / 2021-03-16 ***Fixed***: -* Improve exception handling for database queries. See [#8837](https://github.com/DataDog/integrations-core/pull/8837). -* Ensure delimited identifiers in USE statements. See [#8832](https://github.com/DataDog/integrations-core/pull/8832). -* Handle availability replica metrics on earlier versions. See [#8830](https://github.com/DataDog/integrations-core/pull/8830). +* Improve exception handling for database queries ([#8837](https://github.com/DataDog/integrations-core/pull/8837)) +* Ensure delimited identifiers in USE statements ([#8832](https://github.com/DataDog/integrations-core/pull/8832)) +* Handle availability replica metrics on earlier versions ([#8830](https://github.com/DataDog/integrations-core/pull/8830)) ## 2.3.7 / 2021-03-01 / Agent 7.27.0 ***Fixed***: -* Add availability group name tag. See [#8658](https://github.com/DataDog/integrations-core/pull/8658). -* Clarify windows user and validate connection options. See [#8582](https://github.com/DataDog/integrations-core/pull/8582). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Add availability group name tag ([#8658](https://github.com/DataDog/integrations-core/pull/8658)) +* Clarify windows user and validate connection options ([#8582](https://github.com/DataDog/integrations-core/pull/8582)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.3.6 / 2021-01-27 / Agent 7.26.0 ***Fixed***: -* Fix cursor execution returning None. See [#8481](https://github.com/DataDog/integrations-core/pull/8481). +* Fix cursor execution returning None ([#8481](https://github.com/DataDog/integrations-core/pull/8481)) ## 2.3.5 / 2021-01-26 ***Fixed***: -* Avoid redundant queries. See [#8447](https://github.com/DataDog/integrations-core/pull/8447). +* Avoid redundant queries ([#8447](https://github.com/DataDog/integrations-core/pull/8447)) ## 2.3.4 / 2021-01-25 ***Fixed***: -* Clarify authentication in SQL Server. See [#8396](https://github.com/DataDog/integrations-core/pull/8396). +* Clarify authentication in SQL Server ([#8396](https://github.com/DataDog/integrations-core/pull/8396)) ## 2.3.3 / 2021-01-15 ***Fixed***: -* Handle offline databases for existence check. See [#8374](https://github.com/DataDog/integrations-core/pull/8374). -* Handle overflow error for certain sql queries. See [#8366](https://github.com/DataDog/integrations-core/pull/8366). +* Handle offline databases for existence check ([#8374](https://github.com/DataDog/integrations-core/pull/8374)) +* Handle overflow error for certain sql queries ([#8366](https://github.com/DataDog/integrations-core/pull/8366)) ## 2.3.2 / 2021-01-13 ***Fixed***: -* Handle database specific queries for autodiscovery. See [#8329](https://github.com/DataDog/integrations-core/pull/8329). -* Small refactor of consts, init and tests. See [#8221](https://github.com/DataDog/integrations-core/pull/8221). +* Handle database specific queries for autodiscovery ([#8329](https://github.com/DataDog/integrations-core/pull/8329)) +* Small refactor of consts, init and tests ([#8221](https://github.com/DataDog/integrations-core/pull/8221)) ## 2.3.1 / 2021-01-05 ***Fixed***: -* Add debug messages to SQLServer. See [#8278](https://github.com/DataDog/integrations-core/pull/8278). -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Add debug messages to SQLServer ([#8278](https://github.com/DataDog/integrations-core/pull/8278)) +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 2.3.0 / 2020-12-04 / Agent 7.25.0 ***Added***: -* Add support for database autodiscovery. See [#8115](https://github.com/DataDog/integrations-core/pull/8115). -* Add FCI metrics for SQLServer. See [#8056](https://github.com/DataDog/integrations-core/pull/8056). +* Add support for database autodiscovery ([#8115](https://github.com/DataDog/integrations-core/pull/8115)) +* Add FCI metrics for SQLServer ([#8056](https://github.com/DataDog/integrations-core/pull/8056)) ***Fixed***: -* Handle case sensitivity on database names. See [#8113](https://github.com/DataDog/integrations-core/pull/8113). -* Move connection initialization outside init function. See [#8064](https://github.com/DataDog/integrations-core/pull/8064). +* Handle case sensitivity on database names ([#8113](https://github.com/DataDog/integrations-core/pull/8113)) +* Move connection initialization outside init function ([#8064](https://github.com/DataDog/integrations-core/pull/8064)) ## 2.2.0 / 2020-11-23 ***Added***: -* Add support for custom SQL queries. See [#8045](https://github.com/DataDog/integrations-core/pull/8045). -* Add new database backup and fragmentation metrics for SQLServer. See [#7998](https://github.com/DataDog/integrations-core/pull/7998). +* Add support for custom SQL queries ([#8045](https://github.com/DataDog/integrations-core/pull/8045)) +* Add new database backup and fragmentation metrics for SQLServer ([#7998](https://github.com/DataDog/integrations-core/pull/7998)) ## 2.1.0 / 2020-10-30 / Agent 7.24.0 ***Added***: -* Add AlwaysOn metrics for SQLServer. See [#7824](https://github.com/DataDog/integrations-core/pull/7824). -* Support additional performance metrics . See [#7667](https://github.com/DataDog/integrations-core/pull/7667). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add AlwaysOn metrics for SQLServer ([#7824](https://github.com/DataDog/integrations-core/pull/7824)) +* Support additional performance metrics ([#7667](https://github.com/DataDog/integrations-core/pull/7667)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.0.0 / 2020-09-21 / Agent 7.23.0 ***Changed***: -* SQL Server metrics refactor. See [#7551](https://github.com/DataDog/integrations-core/pull/7551). -* Refactor sqlserver connection class and expand test coverage. See [#7510](https://github.com/DataDog/integrations-core/pull/7510). -* Update sqlserver to Agent 6 single instance logic. See [#7488](https://github.com/DataDog/integrations-core/pull/7488). +* SQL Server metrics refactor ([#7551](https://github.com/DataDog/integrations-core/pull/7551)) +* Refactor sqlserver connection class and expand test coverage ([#7510](https://github.com/DataDog/integrations-core/pull/7510)) +* Update sqlserver to Agent 6 single instance logic ([#7488](https://github.com/DataDog/integrations-core/pull/7488)) ***Added***: -* Add Scheduler and Task Metrics for SQL Server. See [#5840](https://github.com/DataDog/integrations-core/pull/5840). +* Add Scheduler and Task Metrics for SQL Server ([#5840](https://github.com/DataDog/integrations-core/pull/5840)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.18.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.18.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). -* Add default `freetds` driver for Docker Agent. See [#6636](https://github.com/DataDog/integrations-core/pull/6636). -* Add log support. See [#6625](https://github.com/DataDog/integrations-core/pull/6625). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) +* Add default `freetds` driver for Docker Agent ([#6636](https://github.com/DataDog/integrations-core/pull/6636)) +* Add log support ([#6625](https://github.com/DataDog/integrations-core/pull/6625)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.17.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Install `pyodbc` for MacOS and fix local test setup. See [#6633](https://github.com/DataDog/integrations-core/pull/6633). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Install `pyodbc` for MacOS and fix local test setup ([#6633](https://github.com/DataDog/integrations-core/pull/6633)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Use agent 6 signature. See [#6447](https://github.com/DataDog/integrations-core/pull/6447). +* Use agent 6 signature ([#6447](https://github.com/DataDog/integrations-core/pull/6447)) ## 1.16.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.16.2 / 2020-03-10 / Agent 7.18.0 ***Fixed***: -* Streamline exception handling. See [#6003](https://github.com/DataDog/integrations-core/pull/6003). +* Streamline exception handling ([#6003](https://github.com/DataDog/integrations-core/pull/6003)) ## 1.16.1 / 2020-02-22 ***Fixed***: -* Fix small capitalization error in log. See [#5509](https://github.com/DataDog/integrations-core/pull/5509). +* Fix small capitalization error in log ([#5509](https://github.com/DataDog/integrations-core/pull/5509)) ## 1.16.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.15.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.14.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.13.0 / 2019-07-13 / Agent 6.13.0 ***Added***: -* Allow SQLNCLI11 provider in SQL server. See [#4097](https://github.com/DataDog/integrations-core/pull/4097). +* Allow SQLNCLI11 provider in SQL server ([#4097](https://github.com/DataDog/integrations-core/pull/4097)) ## 1.12.0 / 2019-07-08 ***Added***: -* Upgrade dependencies for Python 3.7 binary wheels. See [#4030](https://github.com/DataDog/integrations-core/pull/4030). +* Upgrade dependencies for Python 3.7 binary wheels ([#4030](https://github.com/DataDog/integrations-core/pull/4030)) ## 1.11.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3567](https://github.com/DataDog/integrations-core/pull/3567). +* Adhere to code style ([#3567](https://github.com/DataDog/integrations-core/pull/3567)) ## 1.10.1 / 2019-04-04 / Agent 6.11.0 ***Fixed***: -* Don't ship `pyodbc` on macOS as SQLServer integration is not shipped on macOS. See [#3461](https://github.com/DataDog/integrations-core/pull/3461). +* Don't ship `pyodbc` on macOS as SQLServer integration is not shipped on macOS ([#3461](https://github.com/DataDog/integrations-core/pull/3461)) ## 1.10.0 / 2019-03-29 ***Added***: -* Add custom instance tags to storedproc metrics. See [#3237](https://github.com/DataDog/integrations-core/pull/3237). +* Add custom instance tags to storedproc metrics ([#3237](https://github.com/DataDog/integrations-core/pull/3237)) ***Fixed***: -* Use execute instead of callproc if using (py)odbc. See [#3236](https://github.com/DataDog/integrations-core/pull/3236). +* Use execute instead of callproc if using (py)odbc ([#3236](https://github.com/DataDog/integrations-core/pull/3236)) ## 1.9.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3027](https://github.com/DataDog/integrations-core/pull/3027). +* Support Python 3 ([#3027](https://github.com/DataDog/integrations-core/pull/3027)) ## 1.8.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Bump pyodbc for python3.7 compatibility. See [#2801](https://github.com/DataDog/integrations-core/pull/2801). +* Bump pyodbc for python3.7 compatibility ([#2801](https://github.com/DataDog/integrations-core/pull/2801)) ## 1.8.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Add linux as supported OS. See [#2614](https://github.com/DataDog/integrations-core/pull/2614). +* Add linux as supported OS ([#2614](https://github.com/DataDog/integrations-core/pull/2614)) ***Fixed***: -* Additional debug logging when calling a stored procedure. See [#2151](https://github.com/DataDog/integrations-core/pull/2151). -* Use raw string literals when \ is present. See [#2465](https://github.com/DataDog/integrations-core/pull/2465). +* Additional debug logging when calling a stored procedure ([#2151](https://github.com/DataDog/integrations-core/pull/2151)) +* Use raw string literals when \ is present ([#2465](https://github.com/DataDog/integrations-core/pull/2465)) ## 1.7.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 1.6.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Support higher query granularity. See [#2017](https://github.com/DataDog/integrations-core/pull/2017). -* Add ability to support (via configuration flag) the newer ADO provider. See [#1673](https://github.com/DataDog/integrations-core/pull/1673). +* Support higher query granularity ([#2017](https://github.com/DataDog/integrations-core/pull/2017)) +* Add ability to support (via configuration flag) the newer ADO provider ([#1673](https://github.com/DataDog/integrations-core/pull/1673)) ***Fixed***: -* Stop leaking db password when a connection is not in the pool. See [#2031](https://github.com/DataDog/integrations-core/pull/2031). -* Bump pyro4 and serpent dependencies. See [#2007](https://github.com/DataDog/integrations-core/pull/2007). -* Fix for case sensitivity in the `proc_type_mapping` dict.. See [#1860](https://github.com/DataDog/integrations-core/pull/1860). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Stop leaking db password when a connection is not in the pool ([#2031](https://github.com/DataDog/integrations-core/pull/2031)) +* Bump pyro4 and serpent dependencies ([#2007](https://github.com/DataDog/integrations-core/pull/2007)) +* Fix for case sensitivity in the `proc_type_mapping` dict. ([#1860](https://github.com/DataDog/integrations-core/pull/1860)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.5.0 / 2018-06-20 / Agent 6.4.0 ***Added***: -* support object_name metric identifiers. See [#1679](https://github.com/DataDog/integrations-core/pull/1679). +* support object_name metric identifiers ([#1679](https://github.com/DataDog/integrations-core/pull/1679)) ## 1.4.0 / 2018-05-11 @@ -722,30 +722,30 @@ ***Added***: -* Allow custom connection string to connect. See [#1068](https://github.com/DataDog/integrations-core/pull/1068). +* Allow custom connection string to connect ([#1068](https://github.com/DataDog/integrations-core/pull/1068)) ## 1.2.1 / 2018-01-10 ***Fixed***: -* Allows metric collection from all instances in custom query. See [#959](https://github.com/DataDog/integrations-core/issues/959). -* Repair reporting of stats from sys.dm_os_wait_stats. See [#975](https://github.com/DataDog/integrations-core/pull/975). +* Allows metric collection from all instances in custom query ([#959](https://github.com/DataDog/integrations-core/issues/959)) +* Repair reporting of stats from sys.dm_os_wait_stats ([#975](https://github.com/DataDog/integrations-core/pull/975)) ## 1.2.0 / 2017-10-10 ***Added***: -* single bulk query of all of metrics, then filter locally. See [#573](https://github.com/DataDog/integrations-core/issues/573). +* single bulk query of all of metrics, then filter locally ([#573](https://github.com/DataDog/integrations-core/issues/573)) ## 1.1.0 / 2017-07-18 ***Added***: -* Allow calling custom proc to return metrics, and improve transaction handling. See [#357](https://github.com/DataDog/integrations-core/issues/357) and [#456](https://github.com/DataDog/integrations-core/issues/456), thanks [@rlaveycal](https://github.com/rlaveycal) +* Allow calling custom proc to return metrics, and improve transaction handling ([#357](https://github.com/DataDog/integrations-core/issues/357) and [#456](https://github.com/DataDog/integrations-core/issues/456), thanks [@rlaveycal](https://github)com/rlaveycal) ***Fixed***: -* Fix yaml example file spacing. See [#342](https://github.com/DataDog/integrations-core/issues/342), thanks [@themsquared](https://github.com/themsquared) +* Fix yaml example file spacing ([#342](https://github.com/DataDog/integrations-core/issues/342), thanks [@themsquared](https://github)com/themsquared) ## 1.0.0 / 2017-03-22 diff --git a/squid/CHANGELOG.md b/squid/CHANGELOG.md index 4479672d4c512..89d8be646a285 100644 --- a/squid/CHANGELOG.md +++ b/squid/CHANGELOG.md @@ -6,182 +6,182 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11438](https://github.com/DataDog/integrations-core/pull/11438). +* Add `pyproject.toml` file ([#11438](https://github.com/DataDog/integrations-core/pull/11438)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.10.0 / 2021-07-07 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8988](https://github.com/DataDog/integrations-core/pull/8988). +* Add runtime configuration validation ([#8988](https://github.com/DataDog/integrations-core/pull/8988)) ## 1.9.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.1 / 2020-12-09 / Agent 7.25.0 ***Fixed***: -* [Squid] Allow https. See [#8122](https://github.com/DataDog/integrations-core/pull/8122). +* [Squid] Allow https ([#8122](https://github.com/DataDog/integrations-core/pull/8122)) ## 1.9.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix version collection. See [#7898](https://github.com/DataDog/integrations-core/pull/7898). +* Fix version collection ([#7898](https://github.com/DataDog/integrations-core/pull/7898)) ## 1.8.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs. See [#7482](https://github.com/DataDog/integrations-core/pull/7482). +* Add config specs ([#7482](https://github.com/DataDog/integrations-core/pull/7482)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.7.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix formatting of a log line. See [#6990](https://github.com/DataDog/integrations-core/pull/6990). +* Fix formatting of a log line ([#6990](https://github.com/DataDog/integrations-core/pull/6990)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.5.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Add version metadata. See [#5603](https://github.com/DataDog/integrations-core/pull/5603). +* Add version metadata ([#5603](https://github.com/DataDog/integrations-core/pull/5603)) ## 1.4.1 / 2019-11-07 / Agent 7.16.0 ***Fixed***: -* Adding log section. See [#4824](https://github.com/DataDog/integrations-core/pull/4824). +* Adding log section ([#4824](https://github.com/DataDog/integrations-core/pull/4824)) ## 1.4.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.3.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to squid. See [#4200](https://github.com/DataDog/integrations-core/pull/4200). +* Add requests wrapper to squid ([#4200](https://github.com/DataDog/integrations-core/pull/4200)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3568](https://github.com/DataDog/integrations-core/pull/3568). +* Adhere to code style ([#3568](https://github.com/DataDog/integrations-core/pull/3568)) ## 1.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2788][1]. +* Support Python 3 ([#2788][1]) ## 1.0.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.0.1 / 2018-06-07 ***Fixed***: -* Fix bug parsing squid metrics. See [#1643][3]. Thanks [mnussbaum][4]. +* Fix bug parsing squid metrics ([#1643][3]) Thanks [mnussbaum][4]. ## 1.0.0 / 2018-02-13 diff --git a/ssh_check/CHANGELOG.md b/ssh_check/CHANGELOG.md index ebeb14f1210ae..6139f93d10e05 100644 --- a/ssh_check/CHANGELOG.md +++ b/ssh_check/CHANGELOG.md @@ -6,188 +6,188 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.5.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.4.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Update dependencies. See [#14357](https://github.com/DataDog/integrations-core/pull/14357). +* Update dependencies ([#14357](https://github.com/DataDog/integrations-core/pull/14357)) ## 2.3.3 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Update dependencies. See [#13726](https://github.com/DataDog/integrations-core/pull/13726). +* Update dependencies ([#13726](https://github.com/DataDog/integrations-core/pull/13726)) ## 2.3.2 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 2.3.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11439](https://github.com/DataDog/integrations-core/pull/11439). +* Add `pyproject.toml` file ([#11439](https://github.com/DataDog/integrations-core/pull/11439)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) ## 1.12.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8989](https://github.com/DataDog/integrations-core/pull/8989). +* Add runtime configuration validation ([#8989](https://github.com/DataDog/integrations-core/pull/8989)) ## 1.11.4 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.11.3 / 2020-09-24 / Agent 7.23.0 ***Fixed***: -* Add integration test for ssh keypair and make code more accurate. See [#7655](https://github.com/DataDog/integrations-core/pull/7655). +* Add integration test for ssh keypair and make code more accurate ([#7655](https://github.com/DataDog/integrations-core/pull/7655)) ## 1.11.2 / 2020-09-21 ***Fixed***: -* pass the password to be used for pkey decryption. See [#6862](https://github.com/DataDog/integrations-core/pull/6862). +* pass the password to be used for pkey decryption ([#6862](https://github.com/DataDog/integrations-core/pull/6862)) ## 1.11.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Add config specs. See [#6923](https://github.com/DataDog/integrations-core/pull/6923). -* Agent6 style init. See [#6924](https://github.com/DataDog/integrations-core/pull/6924). +* Add config specs ([#6923](https://github.com/DataDog/integrations-core/pull/6923)) +* Agent6 style init ([#6924](https://github.com/DataDog/integrations-core/pull/6924)) ## 1.11.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.10.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.10.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). -* Add version metadata. See [#5016](https://github.com/DataDog/integrations-core/pull/5016). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) +* Add version metadata ([#5016](https://github.com/DataDog/integrations-core/pull/5016)) ## 1.9.0 / 2019-10-09 / Agent 6.15.0 ***Added***: -* Upgrade Paramiko to version 2.6.0. See [#4685](https://github.com/DataDog/integrations-core/pull/4685). Thanks [daniel-savo](https://github.com/daniel-savo). +* Upgrade Paramiko to version 2.6.0 ([#4685](https://github.com/DataDog/integrations-core/pull/4685)) Thanks [daniel-savo](https://github.com/daniel-savo). ## 1.8.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Upgrade pyasn1. See [#4289](https://github.com/DataDog/integrations-core/pull/4289). +* Upgrade pyasn1 ([#4289](https://github.com/DataDog/integrations-core/pull/4289)) ***Fixed***: -* Remove unused dependencies. See [#4405](https://github.com/DataDog/integrations-core/pull/4405). +* Remove unused dependencies ([#4405](https://github.com/DataDog/integrations-core/pull/4405)) ## 1.7.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3569](https://github.com/DataDog/integrations-core/pull/3569). +* Adhere to code style ([#3569](https://github.com/DataDog/integrations-core/pull/3569)) ## 1.5.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2836](https://github.com/DataDog/integrations-core/pull/2836). +* Support Python 3 ([#2836](https://github.com/DataDog/integrations-core/pull/2836)) ## 1.4.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Upgrade cryptography. See [#2659](https://github.com/DataDog/integrations-core/pull/2659). +* Upgrade cryptography ([#2659](https://github.com/DataDog/integrations-core/pull/2659)) ## 1.3.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Update cryptography to 2.3. See [#1927](https://github.com/DataDog/integrations-core/pull/1927). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Update cryptography to 2.3 ([#1927](https://github.com/DataDog/integrations-core/pull/1927)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-20 / Agent 6.4.0 ***Changed***: -* Bump requests to 2.19.1. See [#1743](https://github.com/DataDog/integrations-core/pull/1743). +* Bump requests to 2.19.1 ([#1743](https://github.com/DataDog/integrations-core/pull/1743)) ## 1.2.0 / 2018-03-23 @@ -199,13 +199,13 @@ ***Fixed***: -* Check that the private_key_file exists in the yaml configuration before attempting to access it. See [#988](https://github.com/DataDog/integrations-core/issues/988) +* Check that the private_key_file exists in the yaml configuration before attempting to access it ([#988](https://github)com/DataDog/integrations-core/issues/988) ## 1.1.2 / 2017-11-21 ***Fixed***: -* If `ssh_check` passes and uses `None` as `exception_message`, downstream aggregator rejects it with a type error. Instead, specify a default message. See [#852](https://github.com/DataDog/integrations-core/issues/852) +* If `ssh_check` passes and uses `None` as `exception_message`, downstream aggregator rejects it with a type error. Instead, specify a default message ([#852](https://github)com/DataDog/integrations-core/issues/852) ## 1.1.1 / 2017-08-28 @@ -217,11 +217,11 @@ ***Added***: -* Drop dependency on pycrypto. See [#426](https://github.com/DataDog/integrations-core/issues/426) and [#454](https://github.com/DataDog/integrations-core/issues/454) +* Drop dependency on pycrypto ([#426](https://github.com/DataDog/integrations-core/issues/426) and [#454](https://github)com/DataDog/integrations-core/issues/454) ***Fixed***: -* Fix misplaced parentheses in config validation. See [#416](https://github.com/DataDog/integrations-core/issues/416), thanks [@ilkka](https://github.com/ilkka) +* Fix misplaced parentheses in config validation ([#416](https://github.com/DataDog/integrations-core/issues/416), thanks [@ilkka](https://github)com/ilkka) ## 1.0.0 / 2017-03-22 diff --git a/statsd/CHANGELOG.md b/statsd/CHANGELOG.md index 3b0618d60b916..c7bf5f8c77e74 100644 --- a/statsd/CHANGELOG.md +++ b/statsd/CHANGELOG.md @@ -6,105 +6,105 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.10.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.10.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.9.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11440](https://github.com/DataDog/integrations-core/pull/11440). +* Add `pyproject.toml` file ([#11440](https://github.com/DataDog/integrations-core/pull/11440)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.8.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.8.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.7.1 / 2021-07-15 / Agent 7.30.0 ***Fixed***: -* Allow float value for timeout. See [#9711](https://github.com/DataDog/integrations-core/pull/9711). +* Allow float value for timeout ([#9711](https://github.com/DataDog/integrations-core/pull/9711)) ## 1.7.0 / 2021-07-12 ***Added***: -* Add runtime configuration validation. See [#8990](https://github.com/DataDog/integrations-core/pull/8990). +* Add runtime configuration validation ([#8990](https://github.com/DataDog/integrations-core/pull/8990)) ## 1.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add statsd logs. See [#7773](https://github.com/DataDog/integrations-core/pull/7773). +* Add statsd logs ([#7773](https://github.com/DataDog/integrations-core/pull/7773)) ## 1.5.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config specs. See [#7481](https://github.com/DataDog/integrations-core/pull/7481). +* Add config specs ([#7481](https://github.com/DataDog/integrations-core/pull/7481)) ## 1.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.3.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3570](https://github.com/DataDog/integrations-core/pull/3570). +* Adhere to code style ([#3570](https://github.com/DataDog/integrations-core/pull/3570)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2831][1]. +* Support Python 3 ([#2831][1]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.1.0 / 2018-05-11 diff --git a/strimzi/CHANGELOG.md b/strimzi/CHANGELOG.md index 3943c4b89f5ef..a11ad23ef21bf 100644 --- a/strimzi/CHANGELOG.md +++ b/strimzi/CHANGELOG.md @@ -6,18 +6,18 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.0.0 / 2023-07-07 ***Added***: -* Add the Strimzi integration. See [#14326](https://github.com/DataDog/integrations-core/pull/14326). +* Add the Strimzi integration ([#14326](https://github.com/DataDog/integrations-core/pull/14326)) diff --git a/supervisord/CHANGELOG.md b/supervisord/CHANGELOG.md index d56a4f4ae5180..00f1f9542e70f 100644 --- a/supervisord/CHANGELOG.md +++ b/supervisord/CHANGELOG.md @@ -6,148 +6,148 @@ ***Added***: -* Add options. See [#14190](https://github.com/DataDog/integrations-core/pull/14190). Thanks [jcolfej](https://github.com/jcolfej). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add options ([#14190](https://github.com/DataDog/integrations-core/pull/14190)) Thanks [jcolfej](https://github.com/jcolfej). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.4.0 / 2023-03-03 / Agent 7.44.0 ***Added***: -* Update kubernetes and supervisor dependencies. See [#14093](https://github.com/DataDog/integrations-core/pull/14093). +* Update kubernetes and supervisor dependencies ([#14093](https://github.com/DataDog/integrations-core/pull/14093)) ## 2.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11441](https://github.com/DataDog/integrations-core/pull/11441). +* Add `pyproject.toml` file ([#11441](https://github.com/DataDog/integrations-core/pull/11441)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.9.1 / 2021-07-22 / Agent 7.30.0 ***Fixed***: -* Properly allow deprecated required config. See [#9750](https://github.com/DataDog/integrations-core/pull/9750). +* Properly allow deprecated required config ([#9750](https://github.com/DataDog/integrations-core/pull/9750)) ## 1.9.0 / 2021-07-12 ***Added***: -* Add runtime configuration validation. See [#8991](https://github.com/DataDog/integrations-core/pull/8991). +* Add runtime configuration validation ([#8991](https://github.com/DataDog/integrations-core/pull/8991)) ***Fixed***: -* Bump base package dependency. See [#9666](https://github.com/DataDog/integrations-core/pull/9666). +* Bump base package dependency ([#9666](https://github.com/DataDog/integrations-core/pull/9666)) ## 1.8.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Remove unused dependency. See [#9435](https://github.com/DataDog/integrations-core/pull/9435). +* Remove unused dependency ([#9435](https://github.com/DataDog/integrations-core/pull/9435)) ## 1.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). -* Add supervisord logs. See [#7636](https://github.com/DataDog/integrations-core/pull/7636). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) +* Add supervisord logs ([#7636](https://github.com/DataDog/integrations-core/pull/7636)) ## 1.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Make error message more explicit. See [#6211](https://github.com/DataDog/integrations-core/pull/6211). -* Enable basic authentication for socket option (unix_http_server). See [#6239](https://github.com/DataDog/integrations-core/pull/6239). +* Make error message more explicit ([#6211](https://github.com/DataDog/integrations-core/pull/6211)) +* Enable basic authentication for socket option (unix_http_server) ([#6239](https://github.com/DataDog/integrations-core/pull/6239)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.4.0 / 2020-02-22 / Agent 7.18.0 ***Added***: -* Upgrade supervisor dependency. See [#5627](https://github.com/DataDog/integrations-core/pull/5627). +* Upgrade supervisor dependency ([#5627](https://github.com/DataDog/integrations-core/pull/5627)) ## 1.3.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4979](https://github.com/DataDog/integrations-core/pull/4979). +* Add version metadata ([#4979](https://github.com/DataDog/integrations-core/pull/4979)) ## 1.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Support Python 3. See [#3605](https://github.com/DataDog/integrations-core/pull/3605). -* Adhere to code style. See [#3571](https://github.com/DataDog/integrations-core/pull/3571). +* Support Python 3 ([#3605](https://github.com/DataDog/integrations-core/pull/3605)) +* Adhere to code style ([#3571](https://github.com/DataDog/integrations-core/pull/3571)) ## 1.1.4 / 2018-10-29 / Agent 6.8.0 ***Fixed***: -* Fix AgentCheck import. See [#2482][1]. +* Fix AgentCheck import ([#2482][1]) ## 1.1.3 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 1.1.2 / 2018-06-20 / Agent 6.4.0 @@ -159,7 +159,7 @@ ***Added***: -* add support for tags per instance. See [#411][3]. Thanks [@frederikhappel][4]. +* add support for tags per instance ([#411][3]) Thanks [@frederikhappel][4]. ## 1.1.0 / 2017-09-18 diff --git a/system_core/CHANGELOG.md b/system_core/CHANGELOG.md index f06d80427e602..24330412da106 100644 --- a/system_core/CHANGELOG.md +++ b/system_core/CHANGELOG.md @@ -6,167 +6,167 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.0.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.0.0 / 2022-12-09 / Agent 7.42.0 ***Changed***: -* Collect the number of cpu cores using `psutil.cpu_count()`. See [#13483](https://github.com/DataDog/integrations-core/pull/13483). +* Collect the number of cpu cores using `psutil.cpu_count()` ([#13483](https://github.com/DataDog/integrations-core/pull/13483)) ***Added***: -* Adds `system.core.frequency` metric. See [#13349](https://github.com/DataDog/integrations-core/pull/13349). +* Adds `system.core.frequency` metric ([#13349](https://github.com/DataDog/integrations-core/pull/13349)) ## 1.14.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add total cpu percentages as a metric. See [#12525](https://github.com/DataDog/integrations-core/pull/12525). +* Add total cpu percentages as a metric ([#12525](https://github.com/DataDog/integrations-core/pull/12525)) ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11442](https://github.com/DataDog/integrations-core/pull/11442). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11442](https://github.com/DataDog/integrations-core/pull/11442)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.10.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Add runtime configuration validation. See [#8992](https://github.com/DataDog/integrations-core/pull/8992). +* Add runtime configuration validation ([#8992](https://github.com/DataDog/integrations-core/pull/8992)) ## 1.9.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#7977](https://github.com/DataDog/integrations-core/pull/7977). +* Add config specs ([#7977](https://github.com/DataDog/integrations-core/pull/7977)) ## 1.8.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.5.3 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.5.2 / 2019-12-02 ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.5.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.5.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Adhere to code style. See [#3572](https://github.com/DataDog/integrations-core/pull/3572). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Adhere to code style ([#3572](https://github.com/DataDog/integrations-core/pull/3572)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2805][1]. +* Support Python 3 ([#2805][1]) ## 1.2.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Update psutil. See [#2576][2]. +* Update psutil ([#2576][2]) ## 1.1.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190][3]. +* Upgrade psutil ([#2190][3]) ## 1.0.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.0.1 / 2018-01-10 ***Added***: -* add support for tags per instance. See [#411][5]. Thanks [@frederikhappel][6]. +* add support for tags per instance ([#411][5]) Thanks [@frederikhappel][6]. ## 1.0.0 / 2017-03-22 diff --git a/system_swap/CHANGELOG.md b/system_swap/CHANGELOG.md index ba5beb514481a..c65e77c177cf0 100644 --- a/system_swap/CHANGELOG.md +++ b/system_swap/CHANGELOG.md @@ -6,147 +6,147 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.14.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.14.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 1.14.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.13.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11443](https://github.com/DataDog/integrations-core/pull/11443). -* Upgrade psutil to 5.9.0. See [#11139](https://github.com/DataDog/integrations-core/pull/11139). +* Add `pyproject.toml` file ([#11443](https://github.com/DataDog/integrations-core/pull/11443)) +* Upgrade psutil to 5.9.0 ([#11139](https://github.com/DataDog/integrations-core/pull/11139)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.11.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8993](https://github.com/DataDog/integrations-core/pull/8993). +* Add runtime configuration validation ([#8993](https://github.com/DataDog/integrations-core/pull/8993)) ## 1.10.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add config specs. See [#7976](https://github.com/DataDog/integrations-core/pull/7976). +* Add config specs ([#7976](https://github.com/DataDog/integrations-core/pull/7976)) ## 1.9.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Upgrade psutil to 5.7.2. See [#7395](https://github.com/DataDog/integrations-core/pull/7395). +* Upgrade psutil to 5.7.2 ([#7395](https://github.com/DataDog/integrations-core/pull/7395)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Upgrade psutil to 5.7.0. See [#6243](https://github.com/DataDog/integrations-core/pull/6243). +* Upgrade psutil to 5.7.0 ([#6243](https://github.com/DataDog/integrations-core/pull/6243)) ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.6.3 / 2019-12-13 / Agent 7.16.0 ***Fixed***: -* Bump psutil to 5.6.7. See [#5210](https://github.com/DataDog/integrations-core/pull/5210). +* Bump psutil to 5.6.7 ([#5210](https://github.com/DataDog/integrations-core/pull/5210)) ## 1.6.2 / 2019-12-02 ***Fixed***: -* Upgrade psutil dependency to 5.6.5. See [#5059](https://github.com/DataDog/integrations-core/pull/5059). +* Upgrade psutil dependency to 5.6.5 ([#5059](https://github.com/DataDog/integrations-core/pull/5059)) ## 1.6.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Upgrade psutil dependency to 5.6.3. See [#4442](https://github.com/DataDog/integrations-core/pull/4442). +* Upgrade psutil dependency to 5.6.3 ([#4442](https://github.com/DataDog/integrations-core/pull/4442)) ## 1.6.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Upgrade psutil dependency to 5.6.2. See [#3684](https://github.com/DataDog/integrations-core/pull/3684). -* Adhere to code style. See [#3573](https://github.com/DataDog/integrations-core/pull/3573). +* Upgrade psutil dependency to 5.6.2 ([#3684](https://github.com/DataDog/integrations-core/pull/3684)) +* Adhere to code style ([#3573](https://github.com/DataDog/integrations-core/pull/3573)) ## 1.5.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Upgrade psutil. See [#3019](https://github.com/DataDog/integrations-core/pull/3019). +* Upgrade psutil ([#3019](https://github.com/DataDog/integrations-core/pull/3019)) ## 1.4.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2830][1]. +* Support Python 3 ([#2830][1]) ## 1.3.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Update psutil. See [#2576][2]. +* Update psutil ([#2576][2]) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Upgrade psutil. See [#2190][3]. +* Upgrade psutil ([#2190][3]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][4]. +* Add data files to the wheel package ([#1727][4]) ## 1.1.0 / 2018-03-23 diff --git a/tcp_check/CHANGELOG.md b/tcp_check/CHANGELOG.md index e7480f68b39e2..0ee9210801450 100644 --- a/tcp_check/CHANGELOG.md +++ b/tcp_check/CHANGELOG.md @@ -6,191 +6,191 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.6.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.6.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add IPv4-only configuration option. See [#12632](https://github.com/DataDog/integrations-core/pull/12632). +* Add IPv4-only configuration option ([#12632](https://github.com/DataDog/integrations-core/pull/12632)) ## 4.5.1 / 2022-07-25 ***Fixed***: -* Fix IPv4/IPv6 address resolution. See [#12526](https://github.com/DataDog/integrations-core/pull/12526). +* Fix IPv4/IPv6 address resolution ([#12526](https://github.com/DataDog/integrations-core/pull/12526)) ## 4.5.0 / 2022-05-15 / Agent 7.37.0 ***Added***: -* Add IPv6 support. See [#11740](https://github.com/DataDog/integrations-core/pull/11740). +* Add IPv6 support ([#11740](https://github.com/DataDog/integrations-core/pull/11740)) ## 4.4.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.3.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11444](https://github.com/DataDog/integrations-core/pull/11444). +* Add `pyproject.toml` file ([#11444](https://github.com/DataDog/integrations-core/pull/11444)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.2.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 4.2.0 / 2021-12-21 ***Added***: -* Add multiple_ips option and address tag. See [#10868](https://github.com/DataDog/integrations-core/pull/10868). +* Add multiple_ips option and address tag ([#10868](https://github.com/DataDog/integrations-core/pull/10868)) ## 4.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 4.0.1 / 2021-08-24 / Agent 7.31.0 ***Fixed***: -* Elevate log level for failed connections. See [#9965](https://github.com/DataDog/integrations-core/pull/9965). +* Elevate log level for failed connections ([#9965](https://github.com/DataDog/integrations-core/pull/9965)) ## 4.0.0 / 2021-08-22 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Re-resolve IP after a set duration. See [#9699](https://github.com/DataDog/integrations-core/pull/9699). +* Re-resolve IP after a set duration ([#9699](https://github.com/DataDog/integrations-core/pull/9699)) ## 3.1.1 / 2021-07-07 / Agent 7.30.0 ***Fixed***: -* Do not resolve IP on __init__. See [#9644](https://github.com/DataDog/integrations-core/pull/9644). +* Do not resolve IP on __init__ ([#9644](https://github.com/DataDog/integrations-core/pull/9644)) ## 3.1.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8994](https://github.com/DataDog/integrations-core/pull/8994). +* Add runtime configuration validation ([#8994](https://github.com/DataDog/integrations-core/pull/8994)) ## 3.0.0 / 2021-04-19 / Agent 7.28.0 ***Changed***: -* Utilize time precision function from datadog_checks_base. See [#8841](https://github.com/DataDog/integrations-core/pull/8841). +* Utilize time precision function from datadog_checks_base ([#8841](https://github.com/DataDog/integrations-core/pull/8841)) ## 2.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.6.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7531](https://github.com/DataDog/integrations-core/pull/7531). +* Add config spec ([#7531](https://github.com/DataDog/integrations-core/pull/7531)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 2.5.0 / 2020-06-16 / Agent 7.21.0 ***Added***: -* Use higher precision clock measurements for Python 3. See [#6849](https://github.com/DataDog/integrations-core/pull/6849). +* Use higher precision clock measurements for Python 3 ([#6849](https://github.com/DataDog/integrations-core/pull/6849)) ## 2.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.3.4 / 2020-03-11 / Agent 7.19.0 ***Fixed***: -* Reattempt to resolve IP on failure. See [#6012](https://github.com/DataDog/integrations-core/pull/6012). +* Reattempt to resolve IP on failure ([#6012](https://github.com/DataDog/integrations-core/pull/6012)) ## 2.3.3 / 2019-12-24 / Agent 7.17.0 ***Fixed***: -* Don't report response time when connection fails. See [#5271](https://github.com/DataDog/integrations-core/pull/5271). +* Don't report response time when connection fails ([#5271](https://github.com/DataDog/integrations-core/pull/5271)) ## 2.3.2 / 2019-12-17 ***Fixed***: -* Fix service_checks submission. See [#5229](https://github.com/DataDog/integrations-core/pull/5229). +* Fix service_checks submission ([#5229](https://github.com/DataDog/integrations-core/pull/5229)) ## 2.3.1 / 2019-10-11 / Agent 6.15.0 ***Fixed***: -* Remove legacy network check tcp. See [#4580](https://github.com/DataDog/integrations-core/pull/4580). +* Remove legacy network check tcp ([#4580](https://github.com/DataDog/integrations-core/pull/4580)) ## 2.3.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3574](https://github.com/DataDog/integrations-core/pull/3574). +* Adhere to code style ([#3574](https://github.com/DataDog/integrations-core/pull/3574)) ## 2.2.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* ensure_unicode with normalize for py3 compatibility. See [#3218](https://github.com/DataDog/integrations-core/pull/3218). +* ensure_unicode with normalize for py3 compatibility ([#3218](https://github.com/DataDog/integrations-core/pull/3218)) ## 2.2.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#2964](https://github.com/DataDog/integrations-core/pull/2964). +* Support Python 3 ([#2964](https://github.com/DataDog/integrations-core/pull/2964)) ## 2.1.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Send service check as metric. See [#2509][1]. +* Send service check as metric ([#2509][1]) ## 2.0.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][2]. +* Add data files to the wheel package ([#1727][2]) ## 2.0.1 / 2018-06-20 / Agent 6.4.0 ***Fixed***: -* Fix error message when TCP check fails. See [#1745][3]. Thanks [Siecje][4]. +* Fix error message when TCP check fails ([#1745][3]) Thanks [Siecje][4]. ## 2.0.0 / 2018-03-23 diff --git a/teamcity/CHANGELOG.md b/teamcity/CHANGELOG.md index aa948df5448ad..09f9d826f4702 100644 --- a/teamcity/CHANGELOG.md +++ b/teamcity/CHANGELOG.md @@ -6,207 +6,207 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.1.1 / 2023-07-10 ***Fixed***: -* Allow all projects to be collected in REST implementation. See [#14433](https://github.com/DataDog/integrations-core/pull/14433). Thanks [njrs92](https://github.com/njrs92). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Allow all projects to be collected in REST implementation ([#14433](https://github.com/DataDog/integrations-core/pull/14433)) Thanks [njrs92](https://github.com/njrs92). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.0.1 / 2022-12-16 / Agent 7.42.0 ***Fixed***: -* Fix event tagging. See [#13537](https://github.com/DataDog/integrations-core/pull/13537). +* Fix event tagging ([#13537](https://github.com/DataDog/integrations-core/pull/13537)) ## 3.0.0 / 2022-12-06 ***Changed***: -* Support TeamCity metrics and service checks. See [#12852](https://github.com/DataDog/integrations-core/pull/12852). +* Support TeamCity metrics and service checks ([#12852](https://github.com/DataDog/integrations-core/pull/12852)) ## 2.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 2.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11445](https://github.com/DataDog/integrations-core/pull/11445). +* Add `pyproject.toml` file ([#11445](https://github.com/DataDog/integrations-core/pull/11445)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.14.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.14.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.13.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8995](https://github.com/DataDog/integrations-core/pull/8995). +* Add runtime configuration validation ([#8995](https://github.com/DataDog/integrations-core/pull/8995)) ## 1.12.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.12.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Document logs support. See [#7702](https://github.com/DataDog/integrations-core/pull/7702). +* Document logs support ([#7702](https://github.com/DataDog/integrations-core/pull/7702)) ## 1.11.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.10.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7530](https://github.com/DataDog/integrations-core/pull/7530). +* Add config spec ([#7530](https://github.com/DataDog/integrations-core/pull/7530)) ## 1.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.7.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.6.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.5.1 / 2019-08-31 / Agent 6.14.0 ***Fixed***: -* Fix RequestsWrapper usage. See [#4486](https://github.com/DataDog/integrations-core/pull/4486). +* Fix RequestsWrapper usage ([#4486](https://github.com/DataDog/integrations-core/pull/4486)) ## 1.5.0 / 2019-08-24 ***Added***: -* Add requests wrapper to teamcity. See [#4209](https://github.com/DataDog/integrations-core/pull/4209). +* Add requests wrapper to teamcity ([#4209](https://github.com/DataDog/integrations-core/pull/4209)) ***Fixed***: -* Update __init__ method params. See [#4243](https://github.com/DataDog/integrations-core/pull/4243). -* Fix wording for config option description. See [#4217](https://github.com/DataDog/integrations-core/pull/4217). +* Update __init__ method params ([#4243](https://github.com/DataDog/integrations-core/pull/4243)) +* Fix wording for config option description ([#4217](https://github.com/DataDog/integrations-core/pull/4217)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3575](https://github.com/DataDog/integrations-core/pull/3575). +* Adhere to code style ([#3575](https://github.com/DataDog/integrations-core/pull/3575)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support unicode for Python 3 bindings. See [#2869](https://github.com/DataDog/integrations-core/pull/2869). +* Support unicode for Python 3 bindings ([#2869](https://github.com/DataDog/integrations-core/pull/2869)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 1.2.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2829][1]. +* Support Python 3 ([#2829][1]) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945][2]. -* Add data files to the wheel package. See [#1727][3]. +* Make sure all checks' versions are exposed ([#1945][2]) +* Add data files to the wheel package ([#1727][3]) ## 1.1.0 / 2018-06-07 ***Added***: -* Allow users to specify scheme in server URLs. See [#1649][4]. +* Allow users to specify scheme in server URLs ([#1649][4]) ## 1.0.0 / 2017-03-22 diff --git a/temporal/CHANGELOG.md b/temporal/CHANGELOG.md index 5dfc2ad9c578e..c131fd35b6bbe 100644 --- a/temporal/CHANGELOG.md +++ b/temporal/CHANGELOG.md @@ -6,35 +6,35 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 1.0.0 / 2023-04-13 / Agent 7.45.0 ***Added***: -* Add the temporal integration. See [#13807](https://github.com/DataDog/integrations-core/pull/13807). +* Add the temporal integration ([#13807](https://github.com/DataDog/integrations-core/pull/13807)) diff --git a/tenable/CHANGELOG.md b/tenable/CHANGELOG.md index 0821950106cc2..f088a45c45110 100644 --- a/tenable/CHANGELOG.md +++ b/tenable/CHANGELOG.md @@ -6,60 +6,60 @@ ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.4.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11446](https://github.com/DataDog/integrations-core/pull/11446). +* Add `pyproject.toml` file ([#11446](https://github.com/DataDog/integrations-core/pull/11446)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.3.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.2.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.2.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.1.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Add config spec support for logs-only integrations. See [#5932](https://github.com/DataDog/integrations-core/pull/5932). +* Add config spec support for logs-only integrations ([#5932](https://github.com/DataDog/integrations-core/pull/5932)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.0.1 / 2020-02-27 / Agent 7.18.0 ***Fixed***: -* Update README.md and example log section. See [#5898](https://github.com/DataDog/integrations-core/pull/5898). +* Update README.md and example log section ([#5898](https://github.com/DataDog/integrations-core/pull/5898)) ## 1.0.0 / 2020-02-22 ***Added***: -* Inital commit for Tenable integration. See [#5743](https://github.com/DataDog/integrations-core/pull/5743). +* Inital commit for Tenable integration ([#5743](https://github.com/DataDog/integrations-core/pull/5743)) diff --git a/teradata/CHANGELOG.md b/teradata/CHANGELOG.md index 0fe5eada0e976..96aef9df977c6 100644 --- a/teradata/CHANGELOG.md +++ b/teradata/CHANGELOG.md @@ -6,43 +6,43 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.2 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) ## 1.0.1 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Refactor util method signatures. See [#12063](https://github.com/DataDog/integrations-core/pull/12063). -* Add error handling when collecting version. See [#12062](https://github.com/DataDog/integrations-core/pull/12062). +* Refactor util method signatures ([#12063](https://github.com/DataDog/integrations-core/pull/12063)) +* Add error handling when collecting version ([#12062](https://github.com/DataDog/integrations-core/pull/12062)) ## 1.0.0 / 2022-05-13 / Agent 7.37.0 ***Added***: -* Add Teradata integration. See [#11701](https://github.com/DataDog/integrations-core/pull/11701). +* Add Teradata integration ([#11701](https://github.com/DataDog/integrations-core/pull/11701)) diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index be6de74ed6021..30d79f24c75b5 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -10,197 +10,197 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.11.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.10.0 / 2023-04-14 / Agent 7.45.0 ***Added***: -* Implement StartTLS protocol for MySQL. See [#14352](https://github.com/DataDog/integrations-core/pull/14352). Thanks [dpavlov-smartling](https://github.com/dpavlov-smartling). +* Implement StartTLS protocol for MySQL ([#14352](https://github.com/DataDog/integrations-core/pull/14352)) Thanks [dpavlov-smartling](https://github.com/dpavlov-smartling). ## 2.9.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update `cryptography` dependency. See [#13367](https://github.com/DataDog/integrations-core/pull/13367). -* Remove `default_backend` parameter from cryptography calls. See [#13333](https://github.com/DataDog/integrations-core/pull/13333). +* Update `cryptography` dependency ([#13367](https://github.com/DataDog/integrations-core/pull/13367)) +* Remove `default_backend` parameter from cryptography calls ([#13333](https://github.com/DataDog/integrations-core/pull/13333)) ## 2.9.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Implement StartTLS protocol for postgres. See [#12596](https://github.com/DataDog/integrations-core/pull/12596). Thanks [krogon](https://github.com/krogon). +* Implement StartTLS protocol for postgres ([#12596](https://github.com/DataDog/integrations-core/pull/12596)) Thanks [krogon](https://github.com/krogon). ## 2.8.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 2.7.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11447](https://github.com/DataDog/integrations-core/pull/11447). +* Add `pyproject.toml` file ([#11447](https://github.com/DataDog/integrations-core/pull/11447)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.6.2 / 2022-02-04 ***Fixed***: -* Check intermediate certificate protocol version. See [#11207](https://github.com/DataDog/integrations-core/pull/11207). +* Check intermediate certificate protocol version ([#11207](https://github.com/DataDog/integrations-core/pull/11207)) ## 2.6.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.6.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Update dependencies. See [#10258](https://github.com/DataDog/integrations-core/pull/10258). -* Update dependencies. See [#10228](https://github.com/DataDog/integrations-core/pull/10228). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Update dependencies ([#10258](https://github.com/DataDog/integrations-core/pull/10258)) +* Update dependencies ([#10228](https://github.com/DataDog/integrations-core/pull/10228)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Add server as generic tag. See [#10100](https://github.com/DataDog/integrations-core/pull/10100). +* Add server as generic tag ([#10100](https://github.com/DataDog/integrations-core/pull/10100)) ## 2.5.0 / 2021-05-27 / Agent 7.28.1 ***Added***: -* Add runtime configuration validation. See [#8996](https://github.com/DataDog/integrations-core/pull/8996). +* Add runtime configuration validation ([#8996](https://github.com/DataDog/integrations-core/pull/8996)) ***Fixed***: -* Do not use check inheritance. See [#9433](https://github.com/DataDog/integrations-core/pull/9433). +* Do not use check inheritance ([#9433](https://github.com/DataDog/integrations-core/pull/9433)) ## 2.4.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add an option to send certificate duration. See [#9067](https://github.com/DataDog/integrations-core/pull/9067). Thanks [lindleywhite](https://github.com/lindleywhite). -* Upgrade cryptography to 3.4.6 on Python 3. See [#8764](https://github.com/DataDog/integrations-core/pull/8764). +* Add an option to send certificate duration ([#9067](https://github.com/DataDog/integrations-core/pull/9067)) Thanks [lindleywhite](https://github.com/lindleywhite). +* Upgrade cryptography to 3.4.6 on Python 3 ([#8764](https://github.com/DataDog/integrations-core/pull/8764)) ***Fixed***: -* Refactor TLS check. See [#8792](https://github.com/DataDog/integrations-core/pull/8792). -* Add more debug lines. See [#8787](https://github.com/DataDog/integrations-core/pull/8787). +* Refactor TLS check ([#8792](https://github.com/DataDog/integrations-core/pull/8792)) +* Add more debug lines ([#8787](https://github.com/DataDog/integrations-core/pull/8787)) ## 2.3.0 / 2021-03-07 / Agent 7.27.0 ***Security***: -* Upgrade cryptography python package. See [#8611](https://github.com/DataDog/integrations-core/pull/8611). +* Upgrade cryptography python package ([#8611](https://github.com/DataDog/integrations-core/pull/8611)) ***Fixed***: -* Include validate_cert in backwards compatibility remapper. See [#8543](https://github.com/DataDog/integrations-core/pull/8543). +* Include validate_cert in backwards compatibility remapper ([#8543](https://github.com/DataDog/integrations-core/pull/8543)) ## 2.2.0 / 2021-02-03 ***Added***: -* Implement AIA chasing. See [#8521](https://github.com/DataDog/integrations-core/pull/8521). +* Implement AIA chasing ([#8521](https://github.com/DataDog/integrations-core/pull/8521)) ***Fixed***: -* Remove outdated description of `local_cert_path` option. See [#8500](https://github.com/DataDog/integrations-core/pull/8500). -* Bump minimum package. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Remove outdated description of `local_cert_path` option ([#8500](https://github.com/DataDog/integrations-core/pull/8500)) +* Bump minimum package ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.1.0 / 2021-01-28 ***Security***: -* Upgrade cryptography python package. See [#8476](https://github.com/DataDog/integrations-core/pull/8476). +* Upgrade cryptography python package ([#8476](https://github.com/DataDog/integrations-core/pull/8476)) ## 2.0.0 / 2021-01-25 ***Changed***: -* Update TLS check to use TLS context wrapper. See [#8230](https://github.com/DataDog/integrations-core/pull/8230). +* Update TLS check to use TLS context wrapper ([#8230](https://github.com/DataDog/integrations-core/pull/8230)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Security***: -* Upgrade `cryptography` dependency. See [#7869](https://github.com/DataDog/integrations-core/pull/7869). +* Upgrade `cryptography` dependency ([#7869](https://github.com/DataDog/integrations-core/pull/7869)) ## 1.7.0 / 2020-10-14 ***Added***: -* Adding debug logging to tls check. See [#7664](https://github.com/DataDog/integrations-core/pull/7664). +* Adding debug logging to tls check ([#7664](https://github.com/DataDog/integrations-core/pull/7664)) ## 1.6.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec. See [#7529](https://github.com/DataDog/integrations-core/pull/7529). +* Add config spec ([#7529](https://github.com/DataDog/integrations-core/pull/7529)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.4.1 / 2020-02-12 / Agent 7.18.0 ***Fixed***: -* Don't rely on file extension for local cert loading. See [#5694](https://github.com/DataDog/integrations-core/pull/5694). +* Don't rely on file extension for local cert loading ([#5694](https://github.com/DataDog/integrations-core/pull/5694)) ## 1.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.3.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade cryptography to 2.8. See [#5047](https://github.com/DataDog/integrations-core/pull/5047). +* Upgrade cryptography to 2.8 ([#5047](https://github.com/DataDog/integrations-core/pull/5047)) ## 1.2.0 / 2019-07-04 / Agent 6.13.0 ***Added***: -* Update cryptography version. See [#4000](https://github.com/DataDog/integrations-core/pull/4000). +* Update cryptography version ([#4000](https://github.com/DataDog/integrations-core/pull/4000)) ## 1.1.0 / 2019-06-24 ***Added***: -* Allow certificate validation to be completely disabled. See [#3966](https://github.com/DataDog/integrations-core/pull/3966). +* Allow certificate validation to be completely disabled ([#3966](https://github.com/DataDog/integrations-core/pull/3966)) ## 1.0.0 / 2019-04-22 / Agent 6.12.0 ***Added***: -* Add TLS integration. See [#3256](https://github.com/DataDog/integrations-core/pull/3256). +* Add TLS integration ([#3256](https://github.com/DataDog/integrations-core/pull/3256)) diff --git a/tokumx/CHANGELOG.md b/tokumx/CHANGELOG.md index 17e285648ab7a..4860fcac3a8cc 100644 --- a/tokumx/CHANGELOG.md +++ b/tokumx/CHANGELOG.md @@ -6,103 +6,103 @@ ***Added***: -* Add metric_patterns options to filter all metric submission with a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission with a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746). +* Support newer versions of `click` ([#11746](https://github.com/DataDog/integrations-core/pull/11746)) ## 3.1.1 / 2022-02-23 / Agent 7.35.0 ***Fixed***: -* Properly indicate Python constraints. See [#11555](https://github.com/DataDog/integrations-core/pull/11555). +* Properly indicate Python constraints ([#11555](https://github.com/DataDog/integrations-core/pull/11555)) ## 3.1.0 / 2022-02-19 ***Added***: -* Add `pyproject.toml` file. See [#11448](https://github.com/DataDog/integrations-core/pull/11448). +* Add `pyproject.toml` file ([#11448](https://github.com/DataDog/integrations-core/pull/11448)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ## 2.3.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.3.2 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 2.3.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Add config specs and change signature. See [#6729](https://github.com/DataDog/integrations-core/pull/6729). +* Add config specs and change signature ([#6729](https://github.com/DataDog/integrations-core/pull/6729)) ## 2.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.2.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3576](https://github.com/DataDog/integrations-core/pull/3576). +* Adhere to code style ([#3576](https://github.com/DataDog/integrations-core/pull/3576)) ## 2.0.0 / 2019-02-18 / Agent 6.10.0 ***Changed***: -* Vendor pymongo into tokumx check. See [#3001](https://github.com/DataDog/integrations-core/pull/3001). +* Vendor pymongo into tokumx check ([#3001](https://github.com/DataDog/integrations-core/pull/3001)) ***Added***: -* Finish Python 3 Support. See [#2926](https://github.com/DataDog/integrations-core/pull/2926). +* Finish Python 3 Support ([#2926](https://github.com/DataDog/integrations-core/pull/2926)) ***Fixed***: -* Resolve flake8 issues. See [#3060](https://github.com/DataDog/integrations-core/pull/3060). +* Resolve flake8 issues ([#3060](https://github.com/DataDog/integrations-core/pull/3060)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2832](https://github.com/DataDog/integrations-core/pull/2832). +* Support Python 3 ([#2832](https://github.com/DataDog/integrations-core/pull/2832)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Moves Tokumx to pytest. See [#2134](https://github.com/DataDog/integrations-core/pull/2134). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Moves Tokumx to pytest ([#2134](https://github.com/DataDog/integrations-core/pull/2134)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 @@ -114,7 +114,7 @@ ***Added***: -* Upgrading pymongo to version 3.5. See [#842](https://github.com/DataDog/integrations-core/issues/842) +* Upgrading pymongo to version 3.5 ([#842](https://github)com/DataDog/integrations-core/issues/842) ## 1.0.0 / 2017-03-22 diff --git a/tomcat/CHANGELOG.md b/tomcat/CHANGELOG.md index 6fea8c65cfce1..4af6cf31db35f 100644 --- a/tomcat/CHANGELOG.md +++ b/tomcat/CHANGELOG.md @@ -6,160 +6,160 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.11.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.11.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) ## 1.11.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11449](https://github.com/DataDog/integrations-core/pull/11449). +* Add `pyproject.toml` file ([#11449](https://github.com/DataDog/integrations-core/pull/11449)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.10.2 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Bump base check dependency. See [#10926](https://github.com/DataDog/integrations-core/pull/10926). -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Bump base check dependency ([#10926](https://github.com/DataDog/integrations-core/pull/10926)) +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.10.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Fix description of JMX options. See [#10454](https://github.com/DataDog/integrations-core/pull/10454). +* Fix description of JMX options ([#10454](https://github.com/DataDog/integrations-core/pull/10454)) ## 1.10.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.9.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.8.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Enable `new_gc_metrics` JMX config option for new installations. See [#9501](https://github.com/DataDog/integrations-core/pull/9501). +* Enable `new_gc_metrics` JMX config option for new installations ([#9501](https://github.com/DataDog/integrations-core/pull/9501)) ## 1.7.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#8998](https://github.com/DataDog/integrations-core/pull/8998). +* Add runtime configuration validation ([#8998](https://github.com/DataDog/integrations-core/pull/8998)) ***Fixed***: -* Fix defaults for `collect_default_metrics` JMX config option. See [#9441](https://github.com/DataDog/integrations-core/pull/9441). -* Fix JMX config spec. See [#9364](https://github.com/DataDog/integrations-core/pull/9364). +* Fix defaults for `collect_default_metrics` JMX config option ([#9441](https://github.com/DataDog/integrations-core/pull/9441)) +* Fix JMX config spec ([#9364](https://github.com/DataDog/integrations-core/pull/9364)) ## 1.6.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.6.0 / 2021-01-25 / Agent 7.26.0 ***Added***: -* Add version verification for datadog-checks-base. See [#8255](https://github.com/DataDog/integrations-core/pull/8255). +* Add version verification for datadog-checks-base ([#8255](https://github.com/DataDog/integrations-core/pull/8255)) ## 1.5.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Document new collect_default_jvm_metrics flag for JMXFetch integrations. See [#8153](https://github.com/DataDog/integrations-core/pull/8153). +* Document new collect_default_jvm_metrics flag for JMXFetch integrations ([#8153](https://github.com/DataDog/integrations-core/pull/8153)) ## 1.4.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.3.3 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Use consistent formatting for boolean values. See [#7405](https://github.com/DataDog/integrations-core/pull/7405). +* Use consistent formatting for boolean values ([#7405](https://github.com/DataDog/integrations-core/pull/7405)) ## 1.3.2 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* add Catalina domain specification to tomcat bean includes. See [#7054](https://github.com/DataDog/integrations-core/pull/7054). Thanks [binaryphile](https://github.com/binaryphile). -* Add new_gc_metrics to all jmx integrations. See [#7073](https://github.com/DataDog/integrations-core/pull/7073). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* add Catalina domain specification to tomcat bean includes ([#7054](https://github.com/DataDog/integrations-core/pull/7054)) Thanks [binaryphile](https://github.com/binaryphile). +* Add new_gc_metrics to all jmx integrations ([#7073](https://github.com/DataDog/integrations-core/pull/7073)) ## 1.3.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Assert new jvm metrics. See [#6996](https://github.com/DataDog/integrations-core/pull/6996). -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). -* Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864). +* Assert new jvm metrics ([#6996](https://github.com/DataDog/integrations-core/pull/6996)) +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) +* Adjust jmxfetch config ([#6864](https://github.com/DataDog/integrations-core/pull/6864)) ## 1.3.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add rmi_connection_timeout & rmi_client_timeout to config spec. See [#6459](https://github.com/DataDog/integrations-core/pull/6459). -* Add string cache and web cache metrics. See [#6404](https://github.com/DataDog/integrations-core/pull/6404). -* Use config spec. See [#6301](https://github.com/DataDog/integrations-core/pull/6301). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add rmi_connection_timeout & rmi_client_timeout to config spec ([#6459](https://github.com/DataDog/integrations-core/pull/6459)) +* Add string cache and web cache metrics ([#6404](https://github.com/DataDog/integrations-core/pull/6404)) +* Use config spec ([#6301](https://github.com/DataDog/integrations-core/pull/6301)) ## 1.2.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* [jmx] add rmi registry ssl config option. See [#2371](https://github.com/DataDog/integrations-core/pull/2371). +* [jmx] add rmi registry ssl config option ([#2371](https://github.com/DataDog/integrations-core/pull/2371)) ## 1.1.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.0 / 2018-06-13 ***Added***: -* [Update] Update auto_conf.yaml template. See [#1523](https://github.com/DataDog/integrations-core/pull/1523). +* [Update] Update auto_conf.yaml template ([#1523](https://github.com/DataDog/integrations-core/pull/1523)) ## 1.0.1 / 2017-11-21 ***Added***: -* Added `metrics.yaml` file. See [#863](https://github.com/DataDog/integrations-core/issues/863) +* Added `metrics.yaml` file ([#863](https://github)com/DataDog/integrations-core/issues/863) ## 1.0.0 / 2017-03-22 diff --git a/torchserve/CHANGELOG.md b/torchserve/CHANGELOG.md index dcedd1044e627..d25612b9fa90c 100644 --- a/torchserve/CHANGELOG.md +++ b/torchserve/CHANGELOG.md @@ -6,18 +6,18 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.0.0 / 2023-07-07 ***Added***: -* Add the TorchServe integration. See [#14608](https://github.com/DataDog/integrations-core/pull/14608). +* Add the TorchServe integration ([#14608](https://github.com/DataDog/integrations-core/pull/14608)) diff --git a/traffic_server/CHANGELOG.md b/traffic_server/CHANGELOG.md index 418a50134c92e..06b2c65826358 100644 --- a/traffic_server/CHANGELOG.md +++ b/traffic_server/CHANGELOG.md @@ -6,27 +6,27 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 1.0.2 / 2022-05-25 / Agent 7.37.0 @@ -34,11 +34,11 @@ ***Fixed***: -* Add `traffic_server_url` tag. See [#11862](https://github.com/DataDog/integrations-core/pull/11862). -* Add more default metrics. See [#11858](https://github.com/DataDog/integrations-core/pull/11858). +* Add `traffic_server_url` tag ([#11862](https://github.com/DataDog/integrations-core/pull/11862)) +* Add more default metrics ([#11858](https://github.com/DataDog/integrations-core/pull/11858)) ## 1.0.0 / 2022-04-05 ***Added***: -* Add Traffic Server integration. See [#11471](https://github.com/DataDog/integrations-core/pull/11471). +* Add Traffic Server integration ([#11471](https://github.com/DataDog/integrations-core/pull/11471)) diff --git a/twemproxy/CHANGELOG.md b/twemproxy/CHANGELOG.md index 1fc3337463d3e..0685c86be0a24 100644 --- a/twemproxy/CHANGELOG.md +++ b/twemproxy/CHANGELOG.md @@ -6,116 +6,116 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.13.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11450](https://github.com/DataDog/integrations-core/pull/11450). +* Add `pyproject.toml` file ([#11450](https://github.com/DataDog/integrations-core/pull/11450)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.10.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add log support for Twemproxy. See [#9066](https://github.com/DataDog/integrations-core/pull/9066). +* Add log support for Twemproxy ([#9066](https://github.com/DataDog/integrations-core/pull/9066)) ***Fixed***: -* Reflect default port in config. See [#9217](https://github.com/DataDog/integrations-core/pull/9217). +* Reflect default port in config ([#9217](https://github.com/DataDog/integrations-core/pull/9217)) ## 1.9.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#8999](https://github.com/DataDog/integrations-core/pull/8999). +* Add runtime configuration validation ([#8999](https://github.com/DataDog/integrations-core/pull/8999)) ## 1.8.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config spec. See [#7709](https://github.com/DataDog/integrations-core/pull/7709). +* Add config spec ([#7709](https://github.com/DataDog/integrations-core/pull/7709)) ## 1.7.1 / 2020-07-03 / Agent 7.21.0 ***Fixed***: -* Don't collect version if metadata is not enabled. See [#7010](https://github.com/DataDog/integrations-core/pull/7010). +* Don't collect version if metadata is not enabled ([#7010](https://github.com/DataDog/integrations-core/pull/7010)) ## 1.7.0 / 2020-06-29 ***Added***: -* Collect version metadata. See [#6899](https://github.com/DataDog/integrations-core/pull/6899). +* Collect version metadata ([#6899](https://github.com/DataDog/integrations-core/pull/6899)) ## 1.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3577](https://github.com/DataDog/integrations-core/pull/3577). +* Adhere to code style ([#3577](https://github.com/DataDog/integrations-core/pull/3577)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Refactor Twemproxy tests and add E2E. See [#2820](https://github.com/DataDog/integrations-core/pull/2820). -* Support Python 3. See [#2817](https://github.com/DataDog/integrations-core/pull/2817). +* Refactor Twemproxy tests and add E2E ([#2820](https://github.com/DataDog/integrations-core/pull/2820)) +* Support Python 3 ([#2817](https://github.com/DataDog/integrations-core/pull/2817)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 @@ -127,7 +127,7 @@ ***Added***: -* Add `can_connect` service check. See [#420](https://github.com/DataDog/integrations-core/issues/420) +* Add `can_connect` service check ([#420](https://github)com/DataDog/integrations-core/issues/420) ## 1.0.0 / 2017-03-22 diff --git a/twistlock/CHANGELOG.md b/twistlock/CHANGELOG.md index 431feb883c3a1..3f93448d8a15d 100644 --- a/twistlock/CHANGELOG.md +++ b/twistlock/CHANGELOG.md @@ -6,194 +6,194 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.2.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11451](https://github.com/DataDog/integrations-core/pull/11451). +* Add `pyproject.toml` file ([#11451](https://github.com/DataDog/integrations-core/pull/11451)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Upgrade python-dateutil to 2.8.2. See [#10206](https://github.com/DataDog/integrations-core/pull/10206). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Upgrade python-dateutil to 2.8.2 ([#10206](https://github.com/DataDog/integrations-core/pull/10206)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Bump base package dependency. See [#10218](https://github.com/DataDog/integrations-core/pull/10218). -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Bump base package dependency ([#10218](https://github.com/DataDog/integrations-core/pull/10218)) +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 1.12.0 / 2021-07-12 / Agent 7.30.0 ***Added***: -* Upgrade some core dependencies. See [#9499](https://github.com/DataDog/integrations-core/pull/9499). +* Upgrade some core dependencies ([#9499](https://github.com/DataDog/integrations-core/pull/9499)) ## 1.11.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#9000](https://github.com/DataDog/integrations-core/pull/9000). +* Add runtime configuration validation ([#9000](https://github.com/DataDog/integrations-core/pull/9000)) ## 1.10.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.10.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) ## 1.9.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.8.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 1.8.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add config specs. See [#6795](https://github.com/DataDog/integrations-core/pull/6795). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add config specs ([#6795](https://github.com/DataDog/integrations-core/pull/6795)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.0 / 2020-04-04 / Agent 7.19.0 ***Added***: -* Use a faster JSON library. See [#6143](https://github.com/DataDog/integrations-core/pull/6143). +* Use a faster JSON library ([#6143](https://github.com/DataDog/integrations-core/pull/6143)) ## 1.5.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Add Prisma Cloud compatibility. See [#5360](https://github.com/DataDog/integrations-core/pull/5360). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Add Prisma Cloud compatibility ([#5360](https://github.com/DataDog/integrations-core/pull/5360)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.4.1 / 2020-01-02 ***Fixed***: -* Fix possible TypeError due to NoneType in parser.isoparse. See [#5265](https://github.com/DataDog/integrations-core/pull/5265). -* Fix possible KeyError in _report_compliance_information. See [#5248](https://github.com/DataDog/integrations-core/pull/5248). +* Fix possible TypeError due to NoneType in parser.isoparse ([#5265](https://github.com/DataDog/integrations-core/pull/5265)) +* Fix possible KeyError in _report_compliance_information ([#5248](https://github.com/DataDog/integrations-core/pull/5248)) ## 1.4.0 / 2019-11-06 / Agent 7.16.0 ***Added***: -* Allow passing a "project" query parameter. See [#4667](https://github.com/DataDog/integrations-core/pull/4667). +* Allow passing a "project" query parameter ([#4667](https://github.com/DataDog/integrations-core/pull/4667)) ## 1.3.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.2.2 / 2019-08-30 / Agent 6.14.0 ***Fixed***: -* Update class signature to support the RequestsWrapper. See [#4469](https://github.com/DataDog/integrations-core/pull/4469). +* Update class signature to support the RequestsWrapper ([#4469](https://github.com/DataDog/integrations-core/pull/4469)) ## 1.2.1 / 2019-08-13 ***Fixed***: -* Fix date format matching. See [#4304](https://github.com/DataDog/integrations-core/pull/4304). +* Fix date format matching ([#4304](https://github.com/DataDog/integrations-core/pull/4304)) ## 1.2.0 / 2019-08-02 ***Added***: -* Add RequestsWrapper to twistlock. See [#4122](https://github.com/DataDog/integrations-core/pull/4122). +* Add RequestsWrapper to twistlock ([#4122](https://github.com/DataDog/integrations-core/pull/4122)) ***Fixed***: -* Use utcnow instead of now. See [#4192](https://github.com/DataDog/integrations-core/pull/4192). +* Use utcnow instead of now ([#4192](https://github.com/DataDog/integrations-core/pull/4192)) ## 1.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3578](https://github.com/DataDog/integrations-core/pull/3578). +* Adhere to code style ([#3578](https://github.com/DataDog/integrations-core/pull/3578)) ## 1.0.0 / 2019-03-29 / Agent 6.11.0 ***Added***: -* Adds Twistlock Integration. See [#3074](https://github.com/DataDog/integrations-core/pull/3074). +* Adds Twistlock Integration ([#3074](https://github.com/DataDog/integrations-core/pull/3074)) diff --git a/varnish/CHANGELOG.md b/varnish/CHANGELOG.md index 528c1ae02c3ad..c2742d07a3daa 100644 --- a/varnish/CHANGELOG.md +++ b/varnish/CHANGELOG.md @@ -6,168 +6,168 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.14.4 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.14.3 / 2023-01-20 / Agent 7.43.0 ***Fixed***: -* Fix UNKNOWN service check with backend:name. See [#13706](https://github.com/DataDog/integrations-core/pull/13706). +* Fix UNKNOWN service check with backend:name ([#13706](https://github.com/DataDog/integrations-core/pull/13706)) ## 1.14.2 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Stop using deprecated `distutils.version` classes. See [#13408](https://github.com/DataDog/integrations-core/pull/13408). +* Stop using deprecated `distutils.version` classes ([#13408](https://github.com/DataDog/integrations-core/pull/13408)) ## 1.14.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Refactor methods. See [#11909](https://github.com/DataDog/integrations-core/pull/11909). -* Adapt to new check signature. See [#11910](https://github.com/DataDog/integrations-core/pull/11910). -* Do not raise exceptions on empty output of varnishadm. See [#11908](https://github.com/DataDog/integrations-core/pull/11908). +* Refactor methods ([#11909](https://github.com/DataDog/integrations-core/pull/11909)) +* Adapt to new check signature ([#11910](https://github.com/DataDog/integrations-core/pull/11910)) +* Do not raise exceptions on empty output of varnishadm ([#11908](https://github.com/DataDog/integrations-core/pull/11908)) ## 1.14.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.13.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11452](https://github.com/DataDog/integrations-core/pull/11452). +* Add `pyproject.toml` file ([#11452](https://github.com/DataDog/integrations-core/pull/11452)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.11.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.10.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#9001](https://github.com/DataDog/integrations-core/pull/9001). +* Add runtime configuration validation ([#9001](https://github.com/DataDog/integrations-core/pull/9001)) ## 1.9.2 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.1 / 2020-12-11 / Agent 7.25.0 ***Fixed***: -* Skip metrics instead of throwing exceptions. See [#8053](https://github.com/DataDog/integrations-core/pull/8053). +* Skip metrics instead of throwing exceptions ([#8053](https://github.com/DataDog/integrations-core/pull/8053)) ## 1.9.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix parsing of varnishstat 6.5 JSON output. See [#7731](https://github.com/DataDog/integrations-core/pull/7731). Thanks [vcabbage](https://github.com/vcabbage). +* Fix parsing of varnishstat 6.5 JSON output ([#7731](https://github.com/DataDog/integrations-core/pull/7731)) Thanks [vcabbage](https://github.com/vcabbage). ## 1.8.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec for varnish. See [#7538](https://github.com/DataDog/integrations-core/pull/7538). +* Add config spec for varnish ([#7538](https://github.com/DataDog/integrations-core/pull/7538)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 1.7.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.6.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.6.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 1.5.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4952](https://github.com/DataDog/integrations-core/pull/4952). +* Add version metadata ([#4952](https://github.com/DataDog/integrations-core/pull/4952)) ***Fixed***: -* Remove shlex. See [#5065](https://github.com/DataDog/integrations-core/pull/5065). +* Remove shlex ([#5065](https://github.com/DataDog/integrations-core/pull/5065)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3579](https://github.com/DataDog/integrations-core/pull/3579). +* Adhere to code style ([#3579](https://github.com/DataDog/integrations-core/pull/3579)) ## 1.3.1 / 2019-03-29 / Agent 6.11.0 ***Fixed***: -* ensure_unicode with normalize for py3 compatibility. See [#3218](https://github.com/DataDog/integrations-core/pull/3218). +* ensure_unicode with normalize for py3 compatibility ([#3218](https://github.com/DataDog/integrations-core/pull/3218)) ## 1.3.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2810](https://github.com/DataDog/integrations-core/pull/2810). +* Support Python 3 ([#2810](https://github.com/DataDog/integrations-core/pull/2810)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Make sure all checks' versions are exposed. See [#1945](https://github.com/DataDog/integrations-core/pull/1945). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Make sure all checks' versions are exposed ([#1945](https://github.com/DataDog/integrations-core/pull/1945)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-05-11 @@ -179,7 +179,7 @@ ***Added***: -* Add support for collecting varnishadm service checks for Varnish 5. See [#1130](https://github.com/DataDog/integrations-core/issues/1130). +* Add support for collecting varnishadm service checks for Varnish 5 ([#1130](https://github.com/DataDog/integrations-core/issues/1130)) ## 1.1.1 / 2018-02-13 @@ -191,26 +191,26 @@ ***Changed***: -* Use JSON with varnishstat starting varnish 5.0.0. See [#939](https://github.com/DataDog/integrations-core/pull/939). +* Use JSON with varnishstat starting varnish 5.0.0 ([#939](https://github.com/DataDog/integrations-core/pull/939)) ## 1.0.6 / 2017-11-21 ***Fixed***: -* Fixes pulling backend service check when its manually overriden. See [#](https://github.com/DataDog/integrations-core/issues/805). +* Fixes pulling backend service check when its manually overriden ([#](https://github.com/DataDog/integrations-core/issues/805)) ## 1.0.5 / 2017-10-10 ***Fixed***: -* Fixes broken service check behavior. See [#795](https://github.com/DataDog/integrations-core/issues/795). -* Fix `varnishadm backend.list -p` parsing for newer versions of Varnish. See [#739](https://github.com/DataDog/integrations-core/issues/739). (Thanks [@philipseidel](https://github.com/philipseidel)) +* Fixes broken service check behavior ([#795](https://github.com/DataDog/integrations-core/issues/795)) +* Fix `varnishadm backend.list -p` parsing for newer versions of Varnish ([#739](https://github.com/DataDog/integrations-core/issues/739)) (Thanks [@philipseidel](https://github.com/philipseidel)) ## 1.0.4 / 2017-08-28 ***Added***: -* Support for passing additional parameters to varnishstat and varnishadm in order to better support service discovery. See [#498](https://github.com/DataDog/integrations-core/issues/498), thanks [@philipseidel](https://github.com/philipseidel) +* Support for passing additional parameters to varnishstat and varnishadm in order to better support service discovery ([#498](https://github.com/DataDog/integrations-core/issues/498), thanks [@philipseidel](https://github)com/philipseidel) ## 1.0.3 / 2017-07-18 @@ -222,13 +222,13 @@ ***Added***: -* adds ability to filter metrics using the -f option of varnishstat. See [#361](https://github.com/DataDog/integrations-core/issues/361) +* adds ability to filter metrics using the -f option of varnishstat ([#361](https://github)com/DataDog/integrations-core/issues/361) ## 1.0.1 / 2017-06-05 ***Added***: -* Support varnish 4.1 for the service check using varnishadm. See [#360](https://github.com/DataDog/integrations-core/issues/360) +* Support varnish 4.1 for the service check using varnishadm ([#360](https://github)com/DataDog/integrations-core/issues/360) ## 1.0.0 / 2017-03-22 diff --git a/vault/CHANGELOG.md b/vault/CHANGELOG.md index 36cb56473d8cd..deedc812e6308 100644 --- a/vault/CHANGELOG.md +++ b/vault/CHANGELOG.md @@ -6,380 +6,380 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.4.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.4.0 / 2023-05-26 / Agent 7.46.0 ***Added***: -* Add an ignore_connection_errors option to the openmetrics check. See [#14504](https://github.com/DataDog/integrations-core/pull/14504). +* Add an ignore_connection_errors option to the openmetrics check ([#14504](https://github.com/DataDog/integrations-core/pull/14504)) ***Fixed***: -* Update minimum datadog base package version. See [#14463](https://github.com/DataDog/integrations-core/pull/14463). -* Deprecate `use_latest_spec` option. See [#14446](https://github.com/DataDog/integrations-core/pull/14446). +* Update minimum datadog base package version ([#14463](https://github.com/DataDog/integrations-core/pull/14463)) +* Deprecate `use_latest_spec` option ([#14446](https://github.com/DataDog/integrations-core/pull/14446)) ## 3.3.3 / 2022-10-28 / Agent 7.41.0 ***Fixed***: -* Ensure X-Vault-Request header is set to `true` on all requests. See [#13006](https://github.com/DataDog/integrations-core/pull/13006). +* Ensure X-Vault-Request header is set to `true` on all requests ([#13006](https://github.com/DataDog/integrations-core/pull/13006)) ## 3.3.2 / 2022-09-16 / Agent 7.40.0 ***Fixed***: -* Do not use the `client_token` if `no_token` is true with the openmetrics v1 implementation. See [#12776](https://github.com/DataDog/integrations-core/pull/12776). -* Use the `client_token` option with the openmetrics v2 implementation. See [#12764](https://github.com/DataDog/integrations-core/pull/12764). +* Do not use the `client_token` if `no_token` is true with the openmetrics v1 implementation ([#12776](https://github.com/DataDog/integrations-core/pull/12776)) +* Use the `client_token` option with the openmetrics v2 implementation ([#12764](https://github.com/DataDog/integrations-core/pull/12764)) ## 3.3.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Properly read `collect_secondary_dr` and improve code readability. See [#12435](https://github.com/DataDog/integrations-core/pull/12435). +* Properly read `collect_secondary_dr` and improve code readability ([#12435](https://github.com/DataDog/integrations-core/pull/12435)) ## 3.3.0 / 2022-06-01 / Agent 7.38.0 ***Added***: -* Add config option to collect from secondary replication mode. See [#12099](https://github.com/DataDog/integrations-core/pull/12099). +* Add config option to collect from secondary replication mode ([#12099](https://github.com/DataDog/integrations-core/pull/12099)) ***Fixed***: -* Ensure vault_wal_gc_total is collected as gauge. See [#12036](https://github.com/DataDog/integrations-core/pull/12036). +* Ensure vault_wal_gc_total is collected as gauge ([#12036](https://github.com/DataDog/integrations-core/pull/12036)) ## 3.2.1 / 2022-05-18 / Agent 7.37.0 ***Fixed***: -* Fix extra metrics description example. See [#12043](https://github.com/DataDog/integrations-core/pull/12043). +* Fix extra metrics description example ([#12043](https://github.com/DataDog/integrations-core/pull/12043)) ## 3.2.0 / 2022-05-11 ***Added***: -* Add `vault.replication.wal.gc.*` metrics. See [#11984](https://github.com/DataDog/integrations-core/pull/11984). +* Add `vault.replication.wal.gc.*` metrics ([#11984](https://github.com/DataDog/integrations-core/pull/11984)) ***Fixed***: -* Fix metric naming. See [#11847](https://github.com/DataDog/integrations-core/pull/11847). +* Fix metric naming ([#11847](https://github.com/DataDog/integrations-core/pull/11847)) ## 3.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 3.0.2 / 2022-02-23 / Agent 7.35.0 ***Fixed***: -* Add OpenMetrics V2 service check to Vault. See [#11558](https://github.com/DataDog/integrations-core/pull/11558). +* Add OpenMetrics V2 service check to Vault ([#11558](https://github.com/DataDog/integrations-core/pull/11558)) ## 3.0.1 / 2022-02-19 ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.0 / 2022-02-16 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11453](https://github.com/DataDog/integrations-core/pull/11453). -* Add support for OpenMetrics v2. See [#11293](https://github.com/DataDog/integrations-core/pull/11293). +* Add `pyproject.toml` file ([#11453](https://github.com/DataDog/integrations-core/pull/11453)) +* Add support for OpenMetrics v2 ([#11293](https://github.com/DataDog/integrations-core/pull/11293)) ## 2.17.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.17.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.16.0 / 2021-09-09 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). -* Update vault metrics. See [#9953](https://github.com/DataDog/integrations-core/pull/9953). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) +* Update vault metrics ([#9953](https://github.com/DataDog/integrations-core/pull/9953)) ## 2.15.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 2.14.0 / 2021-07-20 ***Added***: -* Add new vault metrics. See [#9728](https://github.com/DataDog/integrations-core/pull/9728). -* Add Vault route metrics to be fetched from the Prometheus endpoint. See [#9612](https://github.com/DataDog/integrations-core/pull/9612). Thanks [mdgreenfield](https://github.com/mdgreenfield). -* Add newer Hashicorp Vault metrics. See [#9641](https://github.com/DataDog/integrations-core/pull/9641). Thanks [mdgreenfield](https://github.com/mdgreenfield). +* Add new vault metrics ([#9728](https://github.com/DataDog/integrations-core/pull/9728)) +* Add Vault route metrics to be fetched from the Prometheus endpoint ([#9612](https://github.com/DataDog/integrations-core/pull/9612)) Thanks [mdgreenfield](https://github.com/mdgreenfield). +* Add newer Hashicorp Vault metrics ([#9641](https://github.com/DataDog/integrations-core/pull/9641)) Thanks [mdgreenfield](https://github.com/mdgreenfield). ## 2.13.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#9002](https://github.com/DataDog/integrations-core/pull/9002). +* Add runtime configuration validation ([#9002](https://github.com/DataDog/integrations-core/pull/9002)) ## 2.12.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add Additional Vault Route Metrics. See [#8761](https://github.com/DataDog/integrations-core/pull/8761). +* Add Additional Vault Route Metrics ([#8761](https://github.com/DataDog/integrations-core/pull/8761)) ***Fixed***: -* Fix refactored imports. See [#9136](https://github.com/DataDog/integrations-core/pull/9136). -* Bump minimum base package. See [#9107](https://github.com/DataDog/integrations-core/pull/9107). +* Fix refactored imports ([#9136](https://github.com/DataDog/integrations-core/pull/9136)) +* Bump minimum base package ([#9107](https://github.com/DataDog/integrations-core/pull/9107)) ## 2.11.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Rename cluster_name tag to vault_cluster. See [#8577](https://github.com/DataDog/integrations-core/pull/8577). +* Rename cluster_name tag to vault_cluster ([#8577](https://github.com/DataDog/integrations-core/pull/8577)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.10.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add new Vault 1.5+ metrics. See [#8031](https://github.com/DataDog/integrations-core/pull/8031). +* Add new Vault 1.5+ metrics ([#8031](https://github.com/DataDog/integrations-core/pull/8031)) ## 2.9.1 / 2020-11-04 / Agent 7.24.0 ***Fixed***: -* Fix secondary mode detection logic. See [#7926](https://github.com/DataDog/integrations-core/pull/7926). +* Fix secondary mode detection logic ([#7926](https://github.com/DataDog/integrations-core/pull/7926)) ## 2.9.0 / 2020-10-21 ***Added***: -* Detect replication DR secondary mode and skip Prometheus metric collection. See [#7825](https://github.com/DataDog/integrations-core/pull/7825). +* Detect replication DR secondary mode and skip Prometheus metric collection ([#7825](https://github.com/DataDog/integrations-core/pull/7825)) ## 2.8.0 / 2020-10-13 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ***Fixed***: -* Fix vault raft storage metric name. See [#6622](https://github.com/DataDog/integrations-core/pull/6622). Thanks [tgermain](https://github.com/tgermain). +* Fix vault raft storage metric name ([#6622](https://github.com/DataDog/integrations-core/pull/6622)) Thanks [tgermain](https://github.com/tgermain). ## 2.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 2.6.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). -* DOCS-838 Template wording. See [#7038](https://github.com/DataDog/integrations-core/pull/7038). -* Update ntlm_domain example. See [#7118](https://github.com/DataDog/integrations-core/pull/7118). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) +* DOCS-838 Template wording ([#7038](https://github.com/DataDog/integrations-core/pull/7038)) +* Update ntlm_domain example ([#7118](https://github.com/DataDog/integrations-core/pull/7118)) ## 2.6.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ***Fixed***: -* Fix template specs typos. See [#6912](https://github.com/DataDog/integrations-core/pull/6912). +* Fix template specs typos ([#6912](https://github.com/DataDog/integrations-core/pull/6912)) ## 2.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.4.0 / 2020-05-04 ***Added***: -* Add Raft storage backend metrics. See [#6492](https://github.com/DataDog/integrations-core/pull/6492). Thanks [fabienrenaud](https://github.com/fabienrenaud). +* Add Raft storage backend metrics ([#6492](https://github.com/DataDog/integrations-core/pull/6492)) Thanks [fabienrenaud](https://github.com/fabienrenaud). ## 2.3.2 / 2020-05-04 / Agent 7.19.2 ***Fixed***: -* Fixed infinite stream of Vault leader detection events. See [#6552](https://github.com/DataDog/integrations-core/pull/6552). Thanks [fabienrenaud](https://github.com/fabienrenaud). +* Fixed infinite stream of Vault leader detection events ([#6552](https://github.com/DataDog/integrations-core/pull/6552)) Thanks [fabienrenaud](https://github.com/fabienrenaud). ## 2.3.1 / 2020-04-07 / Agent 7.19.0 ***Fixed***: -* Add `kerberos_cache` to HTTP config options. See [#6279](https://github.com/DataDog/integrations-core/pull/6279). +* Add `kerberos_cache` to HTTP config options ([#6279](https://github.com/DataDog/integrations-core/pull/6279)) ## 2.3.0 / 2020-04-04 ***Added***: -* Add option to set SNI hostname via the `Host` header for RequestsWrapper. See [#5833](https://github.com/DataDog/integrations-core/pull/5833). +* Add option to set SNI hostname via the `Host` header for RequestsWrapper ([#5833](https://github.com/DataDog/integrations-core/pull/5833)) ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). -* Fix event submission on leader change. See [#6039](https://github.com/DataDog/integrations-core/pull/6039). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) +* Fix event submission on leader change ([#6039](https://github.com/DataDog/integrations-core/pull/6039)) ## 2.2.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Update datadog_checks_base dependencies. See [#5846](https://github.com/DataDog/integrations-core/pull/5846). +* Update datadog_checks_base dependencies ([#5846](https://github.com/DataDog/integrations-core/pull/5846)) ## 2.2.0 / 2020-02-22 ***Added***: -* Add `service` option to default configuration. See [#5805](https://github.com/DataDog/integrations-core/pull/5805). -* Add missing vault summary metric. See [#5670](https://github.com/DataDog/integrations-core/pull/5670). +* Add `service` option to default configuration ([#5805](https://github.com/DataDog/integrations-core/pull/5805)) +* Add missing vault summary metric ([#5670](https://github.com/DataDog/integrations-core/pull/5670)) ## 2.1.2 / 2020-01-24 / Agent 7.17.0 ***Fixed***: -* Send summary count metrics as a count. See [#5538](https://github.com/DataDog/integrations-core/pull/5538). +* Send summary count metrics as a count ([#5538](https://github.com/DataDog/integrations-core/pull/5538)) ## 2.1.1 / 2020-01-13 ***Fixed***: -* Fix http handler. See [#5434](https://github.com/DataDog/integrations-core/pull/5434). +* Fix http handler ([#5434](https://github.com/DataDog/integrations-core/pull/5434)) ## 2.1.0 / 2020-01-09 ***Added***: -* Add support for metric collection without a token. See [#5424](https://github.com/DataDog/integrations-core/pull/5424). -* Make OpenMetrics use the RequestsWrapper. See [#5414](https://github.com/DataDog/integrations-core/pull/5414). +* Add support for metric collection without a token ([#5424](https://github.com/DataDog/integrations-core/pull/5424)) +* Make OpenMetrics use the RequestsWrapper ([#5414](https://github.com/DataDog/integrations-core/pull/5414)) ## 2.0.0 / 2019-12-21 ***Changed***: -* Collect prometheus metrics if a client token is available. See [#5177](https://github.com/DataDog/integrations-core/pull/5177). +* Collect prometheus metrics if a client token is available ([#5177](https://github.com/DataDog/integrations-core/pull/5177)) ## 1.7.1 / 2019-10-21 / Agent 6.15.0 ***Fixed***: -* Fix is_leader when vault sealed. See [#4838](https://github.com/DataDog/integrations-core/pull/4838). +* Fix is_leader when vault sealed ([#4838](https://github.com/DataDog/integrations-core/pull/4838)) ## 1.7.0 / 2019-10-18 ***Added***: -* Allows certain expected HTTP error status_codes for the `/sys/health` endpoint. See [#4745](https://github.com/DataDog/integrations-core/pull/4745). +* Allows certain expected HTTP error status_codes for the `/sys/health` endpoint ([#4745](https://github.com/DataDog/integrations-core/pull/4745)) ## 1.6.0 / 2019-10-07 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ***Fixed***: -* Fix crash in HA mode. See [#4698](https://github.com/DataDog/integrations-core/pull/4698). +* Fix crash in HA mode ([#4698](https://github.com/DataDog/integrations-core/pull/4698)) ## 1.5.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add requests wrapper to vault. See [#4259](https://github.com/DataDog/integrations-core/pull/4259). +* Add requests wrapper to vault ([#4259](https://github.com/DataDog/integrations-core/pull/4259)) ## 1.4.1 / 2019-07-31 ***Fixed***: -* Submit critical service check with 500 server errors. See [#4242](https://github.com/DataDog/integrations-core/pull/4242). +* Submit critical service check with 500 server errors ([#4242](https://github.com/DataDog/integrations-core/pull/4242)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3580](https://github.com/DataDog/integrations-core/pull/3580). +* Adhere to code style ([#3580](https://github.com/DataDog/integrations-core/pull/3580)) ## 1.3.1 / 2019-01-04 / Agent 6.9.0 ***Fixed***: -* Fix unsupported API version fallback. See [#2793][1]. +* Fix unsupported API version fallback ([#2793][1]) ## 1.3.0 / 2018-11-30 / Agent 6.8.0 ***Added***: -* Support custom certificates. See [#2657][2]. Thanks [eedwards-sk][3]. +* Support custom certificates ([#2657][2]) Thanks [eedwards-sk][3]. ## 1.2.0 / 2018-08-15 / Agent 6.5.0 ***Added***: -* Add is_leader metric. See [#2057][4]. +* Add is_leader metric ([#2057][4]) ## 1.1.0 / 2018-08-08 ***Changed***: -* Add data files to the wheel package. See [#1727][6]. +* Add data files to the wheel package ([#1727][6]) ***Added***: -* Add option to disable urllib3 warnings. See [#2009][5]. +* Add option to disable urllib3 warnings ([#2009][5]) ## 1.0.0 / 2018-06-19 ***Added***: -* Add Vault integration. See [#1759][7]. +* Add Vault integration ([#1759][7]) [1]: https://github.com/DataDog/integrations-core/pull/2793 [2]: https://github.com/DataDog/integrations-core/pull/2657 diff --git a/vertica/CHANGELOG.md b/vertica/CHANGELOG.md index 67c4db394c4f9..cb1c1644b2476 100644 --- a/vertica/CHANGELOG.md +++ b/vertica/CHANGELOG.md @@ -6,214 +6,214 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Close and recreate a connection instead of using the `reset_connection` method. See [#15413](https://github.com/DataDog/integrations-core/pull/15413). -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Close and recreate a connection instead of using the `reset_connection` method ([#15413](https://github.com/DataDog/integrations-core/pull/15413)) +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 3.5.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 3.4.1 / 2022-08-05 / Agent 7.39.0 ***Fixed***: -* Dependency updates. See [#12653](https://github.com/DataDog/integrations-core/pull/12653). +* Dependency updates ([#12653](https://github.com/DataDog/integrations-core/pull/12653)) ## 3.4.0 / 2022-08-03 ***Added***: -* Use QueryManager to get metrics from queries. See [#12542](https://github.com/DataDog/integrations-core/pull/12542). +* Use QueryManager to get metrics from queries ([#12542](https://github.com/DataDog/integrations-core/pull/12542)) ## 3.3.2 / 2022-07-19 ***Fixed***: -* Support projection storage and storage containers for Vertica 11+. See [#12465](https://github.com/DataDog/integrations-core/pull/12465). -* Make integration compatible with Vertica 11. See [#12394](https://github.com/DataDog/integrations-core/pull/12394). +* Support projection storage and storage containers for Vertica 11+ ([#12465](https://github.com/DataDog/integrations-core/pull/12465)) +* Make integration compatible with Vertica 11 ([#12394](https://github.com/DataDog/integrations-core/pull/12394)) ## 3.3.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 3.3.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 3.2.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11454](https://github.com/DataDog/integrations-core/pull/11454). +* Add `pyproject.toml` file ([#11454](https://github.com/DataDog/integrations-core/pull/11454)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). -* Remove unused `metric_prefix` in init_config. See [#11464](https://github.com/DataDog/integrations-core/pull/11464). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) +* Remove unused `metric_prefix` in init_config ([#11464](https://github.com/DataDog/integrations-core/pull/11464)) ## 3.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 3.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 2.1.1 / 2021-06-07 / Agent 7.29.0 ***Fixed***: -* Fix required values in vertica. See [#9479](https://github.com/DataDog/integrations-core/pull/9479). +* Fix required values in vertica ([#9479](https://github.com/DataDog/integrations-core/pull/9479)) ## 2.1.0 / 2021-05-28 ***Added***: -* Add runtime configuration validation. See [#9003](https://github.com/DataDog/integrations-core/pull/9003). +* Add runtime configuration validation ([#9003](https://github.com/DataDog/integrations-core/pull/9003)) ## 2.0.2 / 2021-04-19 / Agent 7.28.0 ***Fixed***: -* Fix logs section in example config file. See [#8876](https://github.com/DataDog/integrations-core/pull/8876). +* Fix logs section in example config file ([#8876](https://github.com/DataDog/integrations-core/pull/8876)) ## 2.0.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.0.0 / 2021-01-25 / Agent 7.26.0 ***Changed***: -* Update Vertica TLS implementation with in-house TLS library. See [#8228](https://github.com/DataDog/integrations-core/pull/8228). +* Update Vertica TLS implementation with in-house TLS library ([#8228](https://github.com/DataDog/integrations-core/pull/8228)) ***Added***: -* Update Vertica to use use_tls config. See [#8250](https://github.com/DataDog/integrations-core/pull/8250). +* Update Vertica to use use_tls config ([#8250](https://github.com/DataDog/integrations-core/pull/8250)) ***Fixed***: -* Correct default template usage. See [#8233](https://github.com/DataDog/integrations-core/pull/8233). +* Correct default template usage ([#8233](https://github.com/DataDog/integrations-core/pull/8233)) ## 1.9.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* Add option to limit metric collection. See [#7997](https://github.com/DataDog/integrations-core/pull/7997). +* Add option to limit metric collection ([#7997](https://github.com/DataDog/integrations-core/pull/7997)) ## 1.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add config spec for Vertica. See [#7513](https://github.com/DataDog/integrations-core/pull/7513). +* Add config spec for Vertica ([#7513](https://github.com/DataDog/integrations-core/pull/7513)) ***Fixed***: -* Use database config template in existing specs. See [#7548](https://github.com/DataDog/integrations-core/pull/7548). +* Use database config template in existing specs ([#7548](https://github.com/DataDog/integrations-core/pull/7548)) ## 1.6.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Improve collection of library logs for debug flares. See [#7252](https://github.com/DataDog/integrations-core/pull/7252). +* Improve collection of library logs for debug flares ([#7252](https://github.com/DataDog/integrations-core/pull/7252)) ***Fixed***: -* Use DEBUG log level for Vertica when Agent log level is DEBUG or TRACE. See [#7264](https://github.com/DataDog/integrations-core/pull/7264). +* Use DEBUG log level for Vertica when Agent log level is DEBUG or TRACE ([#7264](https://github.com/DataDog/integrations-core/pull/7264)) ## 1.5.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add version metadata. See [#6346](https://github.com/DataDog/integrations-core/pull/6346). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add version metadata ([#6346](https://github.com/DataDog/integrations-core/pull/6346)) ## 1.4.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 1.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Upgrade vertica to stop logging to /dev/null. See [#5352](https://github.com/DataDog/integrations-core/pull/5352). +* Upgrade vertica to stop logging to /dev/null ([#5352](https://github.com/DataDog/integrations-core/pull/5352)) ## 1.3.1 / 2019-11-14 / Agent 7.16.0 ***Fixed***: -* Fix client log. See [#5011](https://github.com/DataDog/integrations-core/pull/5011). +* Fix client log ([#5011](https://github.com/DataDog/integrations-core/pull/5011)) ## 1.3.0 / 2019-11-14 ***Added***: -* Add vertica lib log config. See [#5005](https://github.com/DataDog/integrations-core/pull/5005). +* Add vertica lib log config ([#5005](https://github.com/DataDog/integrations-core/pull/5005)) ## 1.2.0 / 2019-11-11 ***Added***: -* Create a new connection at every check run when necessary. See [#4983](https://github.com/DataDog/integrations-core/pull/4983). +* Create a new connection at every check run when necessary ([#4983](https://github.com/DataDog/integrations-core/pull/4983)) ## 1.1.1 / 2019-11-06 ***Fixed***: -* Recreate connection when closed. See [#4958](https://github.com/DataDog/integrations-core/pull/4958). +* Recreate connection when closed ([#4958](https://github.com/DataDog/integrations-core/pull/4958)) ## 1.1.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add more Vertica metrics. See [#4649](https://github.com/DataDog/integrations-core/pull/4649). +* Add more Vertica metrics ([#4649](https://github.com/DataDog/integrations-core/pull/4649)) ## 1.0.0 / 2019-08-24 / Agent 6.14.0 ***Added***: -* Add Vertica integration. See [#3890](https://github.com/DataDog/integrations-core/pull/3890). +* Add Vertica integration ([#3890](https://github.com/DataDog/integrations-core/pull/3890)) diff --git a/voltdb/CHANGELOG.md b/voltdb/CHANGELOG.md index 0e64d5ed7199b..273e7101c1550 100644 --- a/voltdb/CHANGELOG.md +++ b/voltdb/CHANGELOG.md @@ -6,111 +6,111 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.1.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.1.2 / 2022-06-27 / Agent 7.38.0 ***Fixed***: -* Fix mapping of columns and use delta=1 where required. See [#11775](https://github.com/DataDog/integrations-core/pull/11775). Thanks [kjmadscience](https://github.com/kjmadscience). +* Fix mapping of columns and use delta=1 where required ([#11775](https://github.com/DataDog/integrations-core/pull/11775)) Thanks [kjmadscience](https://github.com/kjmadscience). ## 2.1.1 / 2022-04-14 / Agent 7.36.0 ***Fixed***: -* Fix mapping of columns and use delta=1 where required. See [#11775](https://github.com/DataDog/integrations-core/pull/11775). Thanks [kjmadscience](https://github.com/kjmadscience). +* Fix mapping of columns and use delta=1 where required ([#11775](https://github.com/DataDog/integrations-core/pull/11775)) Thanks [kjmadscience](https://github.com/kjmadscience). ## 2.1.0 / 2022-04-05 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.0.1 / 2022-03-15 ***Fixed***: -* Pass Delta flag to calls to Statistics. See [#11655](https://github.com/DataDog/integrations-core/pull/11655). Thanks [ssomagani](https://github.com/ssomagani). -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Pass Delta flag to calls to Statistics ([#11655](https://github.com/DataDog/integrations-core/pull/11655)) Thanks [ssomagani](https://github.com/ssomagani). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 2.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11455](https://github.com/DataDog/integrations-core/pull/11455). +* Add `pyproject.toml` file ([#11455](https://github.com/DataDog/integrations-core/pull/11455)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.4.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.4.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Sync configs with new option and bump base requirement. See [#10315](https://github.com/DataDog/integrations-core/pull/10315). -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Echo warning for unnecessary params used. See [#10053](https://github.com/DataDog/integrations-core/pull/10053). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Sync configs with new option and bump base requirement ([#10315](https://github.com/DataDog/integrations-core/pull/10315)) +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Echo warning for unnecessary params used ([#10053](https://github.com/DataDog/integrations-core/pull/10053)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 1.3.1 / 2021-06-01 / Agent 7.29.0 ***Fixed***: -* Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449). +* Bump minimum base package requirement ([#9449](https://github.com/DataDog/integrations-core/pull/9449)) ## 1.3.0 / 2021-05-28 ***Added***: -* Add runtime configuration validation. See [#9004](https://github.com/DataDog/integrations-core/pull/9004). +* Add runtime configuration validation ([#9004](https://github.com/DataDog/integrations-core/pull/9004)) ## 1.2.0 / 2021-04-28 ***Added***: -* New voltdb metrics. See [#9233](https://github.com/DataDog/integrations-core/pull/9233). +* New voltdb metrics ([#9233](https://github.com/DataDog/integrations-core/pull/9233)) ## 1.1.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Remove code for legacy workaround. See [#8451](https://github.com/DataDog/integrations-core/pull/8451). +* Remove code for legacy workaround ([#8451](https://github.com/DataDog/integrations-core/pull/8451)) ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.0.0 / 2021-01-22 / Agent 7.26.0 ***Added***: -* Add VoltDB integration. See [#7973](https://github.com/DataDog/integrations-core/pull/7973). +* Add VoltDB integration ([#7973](https://github.com/DataDog/integrations-core/pull/7973)) diff --git a/vsphere/CHANGELOG.md b/vsphere/CHANGELOG.md index ee07f87a7e1c8..bb81b76617e0a 100644 --- a/vsphere/CHANGELOG.md +++ b/vsphere/CHANGELOG.md @@ -6,470 +6,470 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Add support for datastore property metrics. See [#15389](https://github.com/DataDog/integrations-core/pull/15389). -* Add cluster property metrics. See [#15361](https://github.com/DataDog/integrations-core/pull/15361). -* Add support for host property metrics . See [#15347](https://github.com/DataDog/integrations-core/pull/15347). -* Add support for VM property metrics. See [#14787](https://github.com/DataDog/integrations-core/pull/14787). -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Add support for datastore property metrics ([#15389](https://github.com/DataDog/integrations-core/pull/15389)) +* Add cluster property metrics ([#15361](https://github.com/DataDog/integrations-core/pull/15361)) +* Add support for host property metrics ([#15347](https://github.com/DataDog/integrations-core/pull/15347)) +* Add support for VM property metrics ([#14787](https://github.com/DataDog/integrations-core/pull/14787)) +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 6.3.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). -* Add ability to choose tag to append to VM hostname. See [#14657](https://github.com/DataDog/integrations-core/pull/14657). -* Add new performance counter metrics. See [#14625](https://github.com/DataDog/integrations-core/pull/14625). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) +* Add ability to choose tag to append to VM hostname ([#14657](https://github.com/DataDog/integrations-core/pull/14657)) +* Add new performance counter metrics ([#14625](https://github.com/DataDog/integrations-core/pull/14625)) ***Fixed***: -* Always filter tags when constructing tags recursively and add improve testing . See [#14583](https://github.com/DataDog/integrations-core/pull/14583). -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). -* Handle None return value from RetrievePropertiesEx. See [#14699](https://github.com/DataDog/integrations-core/pull/14699). +* Always filter tags when constructing tags recursively and add improve testing ([#14583](https://github.com/DataDog/integrations-core/pull/14583)) +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) +* Handle None return value from RetrievePropertiesEx ([#14699](https://github.com/DataDog/integrations-core/pull/14699)) ## 6.2.2 / 2023-05-26 / Agent 7.46.0 ***Fixed***: -* Add error handling when getting tags from API. See [#14566](https://github.com/DataDog/integrations-core/pull/14566). +* Add error handling when getting tags from API ([#14566](https://github.com/DataDog/integrations-core/pull/14566)) ## 6.2.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Update dependencies. See [#13478](https://github.com/DataDog/integrations-core/pull/13478). +* Update dependencies ([#13478](https://github.com/DataDog/integrations-core/pull/13478)) ## 6.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add connection refresh option. See [#11507](https://github.com/DataDog/integrations-core/pull/11507). -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Add connection refresh option ([#11507](https://github.com/DataDog/integrations-core/pull/11507)) +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 6.1.2 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Fix uncommented parent options. See [#12013](https://github.com/DataDog/integrations-core/pull/12013). +* Fix uncommented parent options ([#12013](https://github.com/DataDog/integrations-core/pull/12013)) ## 6.1.1 / 2022-04-11 / Agent 7.36.0 ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11800](https://github.com/DataDog/integrations-core/pull/11800). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11800](https://github.com/DataDog/integrations-core/pull/11800)) ## 6.1.0 / 2022-04-05 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 6.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11456](https://github.com/DataDog/integrations-core/pull/11456). +* Add `pyproject.toml` file ([#11456](https://github.com/DataDog/integrations-core/pull/11456)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 5.12.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 5.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 5.11.2 / 2021-08-30 ***Fixed***: -* Fix crash when some permissions are missing. See [#10012](https://github.com/DataDog/integrations-core/pull/10012). +* Fix crash when some permissions are missing ([#10012](https://github.com/DataDog/integrations-core/pull/10012)) ## 5.11.1 / 2021-08-25 / Agent 7.31.0 ***Fixed***: -* Fix collect_events default. See [#9979](https://github.com/DataDog/integrations-core/pull/9979). +* Fix collect_events default ([#9979](https://github.com/DataDog/integrations-core/pull/9979)) ## 5.11.0 / 2021-08-22 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ***Fixed***: -* Fix typos in log lines. See [#9907](https://github.com/DataDog/integrations-core/pull/9907). -* Check if rest_api_options is empty. See [#9798](https://github.com/DataDog/integrations-core/pull/9798). -* Fix config validation. See [#9781](https://github.com/DataDog/integrations-core/pull/9781). +* Fix typos in log lines ([#9907](https://github.com/DataDog/integrations-core/pull/9907)) +* Check if rest_api_options is empty ([#9798](https://github.com/DataDog/integrations-core/pull/9798)) +* Fix config validation ([#9781](https://github.com/DataDog/integrations-core/pull/9781)) ## 5.10.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#9005](https://github.com/DataDog/integrations-core/pull/9005). -* Use new REST API when possible. See [#9293](https://github.com/DataDog/integrations-core/pull/9293). +* Add runtime configuration validation ([#9005](https://github.com/DataDog/integrations-core/pull/9005)) +* Use new REST API when possible ([#9293](https://github.com/DataDog/integrations-core/pull/9293)) ***Fixed***: -* Upgrade pyvmomi to 7.0.2. See [#9287](https://github.com/DataDog/integrations-core/pull/9287). +* Upgrade pyvmomi to 7.0.2 ([#9287](https://github.com/DataDog/integrations-core/pull/9287)) ## 5.9.0 / 2021-04-01 / Agent 7.28.0 ***Added***: -* Add rest_api_options to expose all RequestsWrapper options. See [#9070](https://github.com/DataDog/integrations-core/pull/9070). +* Add rest_api_options to expose all RequestsWrapper options ([#9070](https://github.com/DataDog/integrations-core/pull/9070)) ***Fixed***: -* Tag collection only available from vSphere 6.5. See [#8864](https://github.com/DataDog/integrations-core/pull/8864). +* Tag collection only available from vSphere 6.5 ([#8864](https://github.com/DataDog/integrations-core/pull/8864)) ## 5.8.1 / 2021-02-23 / Agent 7.27.0 ***Fixed***: -* Add `vsphere_cluster` tag from host parent. See [#8674](https://github.com/DataDog/integrations-core/pull/8674). +* Add `vsphere_cluster` tag from host parent ([#8674](https://github.com/DataDog/integrations-core/pull/8674)) ## 5.8.0 / 2021-02-12 ***Added***: -* Support filtering by tags set by integration. See [#8603](https://github.com/DataDog/integrations-core/pull/8603). +* Support filtering by tags set by integration ([#8603](https://github.com/DataDog/integrations-core/pull/8603)) ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 5.7.1 / 2020-10-31 / Agent 7.24.0 ***Fixed***: -* Re-add empty_default_hostname to configuration by default. See [#7732](https://github.com/DataDog/integrations-core/pull/7732). +* Re-add empty_default_hostname to configuration by default ([#7732](https://github.com/DataDog/integrations-core/pull/7732)) ## 5.7.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add datastore cluster tag. See [#7603](https://github.com/DataDog/integrations-core/pull/7603). +* Add datastore cluster tag ([#7603](https://github.com/DataDog/integrations-core/pull/7603)) ***Fixed***: -* Better trace log. See [#7608](https://github.com/DataDog/integrations-core/pull/7608). +* Better trace log ([#7608](https://github.com/DataDog/integrations-core/pull/7608)) ## 5.6.0 / 2020-09-16 ***Added***: -* Add hostname to vsphere debug metrics. See [#7580](https://github.com/DataDog/integrations-core/pull/7580). +* Add hostname to vsphere debug metrics ([#7580](https://github.com/DataDog/integrations-core/pull/7580)) ***Fixed***: -* Use server time to compute startTime. See [#7586](https://github.com/DataDog/integrations-core/pull/7586). +* Use server time to compute startTime ([#7586](https://github.com/DataDog/integrations-core/pull/7586)) ## 5.5.0 / 2020-09-15 ***Added***: -* Add debug logs to help support. See [#7577](https://github.com/DataDog/integrations-core/pull/7577). -* Add config spec for vsphere. See [#7537](https://github.com/DataDog/integrations-core/pull/7537). +* Add debug logs to help support ([#7577](https://github.com/DataDog/integrations-core/pull/7577)) +* Add config spec for vsphere ([#7537](https://github.com/DataDog/integrations-core/pull/7537)) ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) ## 5.4.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Collect and submit vSphere attributes. See [#7180](https://github.com/DataDog/integrations-core/pull/7180). +* Collect and submit vSphere attributes ([#7180](https://github.com/DataDog/integrations-core/pull/7180)) ## 5.3.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). -* Add collect events fallback. See [#6658](https://github.com/DataDog/integrations-core/pull/6658). -* Filter by allowed events. See [#6659](https://github.com/DataDog/integrations-core/pull/6659). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) +* Add collect events fallback ([#6658](https://github.com/DataDog/integrations-core/pull/6658)) +* Filter by allowed events ([#6659](https://github.com/DataDog/integrations-core/pull/6659)) ***Fixed***: -* Provide helpful error message when releasing a project with missing or improper tags. See [#6861](https://github.com/DataDog/integrations-core/pull/6861). -* Move event to non legacy folder. See [#6751](https://github.com/DataDog/integrations-core/pull/6751). -* Avoid calling get_latest_event_timestamp. See [#6656](https://github.com/DataDog/integrations-core/pull/6656). +* Provide helpful error message when releasing a project with missing or improper tags ([#6861](https://github.com/DataDog/integrations-core/pull/6861)) +* Move event to non legacy folder ([#6751](https://github.com/DataDog/integrations-core/pull/6751)) +* Avoid calling get_latest_event_timestamp ([#6656](https://github.com/DataDog/integrations-core/pull/6656)) ## 5.2.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add version metadata. See [#6364](https://github.com/DataDog/integrations-core/pull/6364). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add version metadata ([#6364](https://github.com/DataDog/integrations-core/pull/6364)) ***Fixed***: -* Properly error when filtering resources by the `tag` property but `collect_tags` is disabled. See [#6638](https://github.com/DataDog/integrations-core/pull/6638). +* Properly error when filtering resources by the `tag` property but `collect_tags` is disabled ([#6638](https://github.com/DataDog/integrations-core/pull/6638)) ## 5.1.2 / 2020-04-14 / Agent 7.19.0 ***Fixed***: -* Renew REST API session on failure. See [#6330](https://github.com/DataDog/integrations-core/pull/6330). -* Fix vsphere capitalization. See [#6278](https://github.com/DataDog/integrations-core/pull/6278). +* Renew REST API session on failure ([#6330](https://github.com/DataDog/integrations-core/pull/6330)) +* Fix vsphere capitalization ([#6278](https://github.com/DataDog/integrations-core/pull/6278)) ## 5.1.1 / 2020-04-10 ***Fixed***: -* Fix tags race conditions with filtering. See [#6297](https://github.com/DataDog/integrations-core/pull/6297). +* Fix tags race conditions with filtering ([#6297](https://github.com/DataDog/integrations-core/pull/6297)) ## 5.1.0 / 2020-04-04 ***Added***: -* resource filters: allow blacklist and tag filtering. See [#6194](https://github.com/DataDog/integrations-core/pull/6194). -* Add type annotations. See [#6036](https://github.com/DataDog/integrations-core/pull/6036). +* resource filters: allow blacklist and tag filtering ([#6194](https://github.com/DataDog/integrations-core/pull/6194)) +* Add type annotations ([#6036](https://github.com/DataDog/integrations-core/pull/6036)) ***Fixed***: -* Limit tags collection logic to the monitored resources only. See [#6248](https://github.com/DataDog/integrations-core/pull/6248). -* Revert `to_native_string` to `to_string` for integrations. See [#6238](https://github.com/DataDog/integrations-core/pull/6238). -* Deprecating the legacy implementation. See [#6215](https://github.com/DataDog/integrations-core/pull/6215). -* Fix hostname resolution. See [#6190](https://github.com/DataDog/integrations-core/pull/6190). -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Fix ssl context. See [#6075](https://github.com/DataDog/integrations-core/pull/6075). -* Rename `to_string()` utility to `to_native_string()`. See [#5996](https://github.com/DataDog/integrations-core/pull/5996). -* Improve logging of the legacy implementation. See [#5993](https://github.com/DataDog/integrations-core/pull/5993). +* Limit tags collection logic to the monitored resources only ([#6248](https://github.com/DataDog/integrations-core/pull/6248)) +* Revert `to_native_string` to `to_string` for integrations ([#6238](https://github.com/DataDog/integrations-core/pull/6238)) +* Deprecating the legacy implementation ([#6215](https://github.com/DataDog/integrations-core/pull/6215)) +* Fix hostname resolution ([#6190](https://github.com/DataDog/integrations-core/pull/6190)) +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Fix ssl context ([#6075](https://github.com/DataDog/integrations-core/pull/6075)) +* Rename `to_string()` utility to `to_native_string()` ([#5996](https://github.com/DataDog/integrations-core/pull/5996)) +* Improve logging of the legacy implementation ([#5993](https://github.com/DataDog/integrations-core/pull/5993)) ## 5.0.2 / 2020-02-29 / Agent 7.18.0 ***Fixed***: -* Disconnect vSphere connection to the server on refresh. See [#5929](https://github.com/DataDog/integrations-core/pull/5929). +* Disconnect vSphere connection to the server on refresh ([#5929](https://github.com/DataDog/integrations-core/pull/5929)) ## 5.0.1 / 2020-02-28 ***Fixed***: -* Remove some unnecessary warnings. See [#5916](https://github.com/DataDog/integrations-core/pull/5916). -* Add tags section in conf.yaml. See [#5911](https://github.com/DataDog/integrations-core/pull/5911). +* Remove some unnecessary warnings ([#5916](https://github.com/DataDog/integrations-core/pull/5916)) +* Add tags section in conf.yaml ([#5911](https://github.com/DataDog/integrations-core/pull/5911)) ## 5.0.0 / 2020-02-22 ***Changed***: -* vSphere new implementation. See [#5251](https://github.com/DataDog/integrations-core/pull/5251). +* vSphere new implementation ([#5251](https://github.com/DataDog/integrations-core/pull/5251)) ***Added***: -* Add `tls_ignore_warning` option. See [#5777](https://github.com/DataDog/integrations-core/pull/5777). -* Submit resource count metrics with their tags. See [#5681](https://github.com/DataDog/integrations-core/pull/5681). -* Add tags support v2 using requests. See [#5729](https://github.com/DataDog/integrations-core/pull/5729). -* Add per instance values as tag. See [#5584](https://github.com/DataDog/integrations-core/pull/5584). +* Add `tls_ignore_warning` option ([#5777](https://github.com/DataDog/integrations-core/pull/5777)) +* Submit resource count metrics with their tags ([#5681](https://github.com/DataDog/integrations-core/pull/5681)) +* Add tags support v2 using requests ([#5729](https://github.com/DataDog/integrations-core/pull/5729)) +* Add per instance values as tag ([#5584](https://github.com/DataDog/integrations-core/pull/5584)) ***Fixed***: -* Submit collected vsphere tags as host tags for realtime resources. See [#5776](https://github.com/DataDog/integrations-core/pull/5776). -* Renaming vsphere_tags_prefix config to tags_prefix. See [#5771](https://github.com/DataDog/integrations-core/pull/5771). -* Do not collect max, min and sum aggregates as they are the same as avg. See [#5638](https://github.com/DataDog/integrations-core/pull/5638). +* Submit collected vsphere tags as host tags for realtime resources ([#5776](https://github.com/DataDog/integrations-core/pull/5776)) +* Renaming vsphere_tags_prefix config to tags_prefix ([#5771](https://github.com/DataDog/integrations-core/pull/5771)) +* Do not collect max, min and sum aggregates as they are the same as avg ([#5638](https://github.com/DataDog/integrations-core/pull/5638)) ## 4.3.0 / 2019-12-13 / Agent 7.17.0 ***Added***: -* Add ability to exclude specific host tags from host metadata. See [#5201](https://github.com/DataDog/integrations-core/pull/5201). +* Add ability to exclude specific host tags from host metadata ([#5201](https://github.com/DataDog/integrations-core/pull/5201)) ## 4.2.2 / 2019-12-11 ***Fixed***: -* Creating container views using a context manager. See [#5187](https://github.com/DataDog/integrations-core/pull/5187). -* Add warning log on historical metrics collection failure. See [#5161](https://github.com/DataDog/integrations-core/pull/5161). +* Creating container views using a context manager ([#5187](https://github.com/DataDog/integrations-core/pull/5187)) +* Add warning log on historical metrics collection failure ([#5161](https://github.com/DataDog/integrations-core/pull/5161)) ## 4.2.1 / 2019-11-15 / Agent 7.16.0 ***Fixed***: -* Collect the latest non-negative value for historical metrics. See [#5026](https://github.com/DataDog/integrations-core/pull/5026). +* Collect the latest non-negative value for historical metrics ([#5026](https://github.com/DataDog/integrations-core/pull/5026)) ## 4.2.0 / 2019-10-28 ***Added***: -* Adds the ability to collect realtime and historical metrics in two different instances for better performance. See [#4337](https://github.com/DataDog/integrations-core/pull/4337). +* Adds the ability to collect realtime and historical metrics in two different instances for better performance ([#4337](https://github.com/DataDog/integrations-core/pull/4337)) ## 4.1.3 / 2019-06-19 / Agent 6.13.0 ***Fixed***: -* Filters VMs in excluded hosts. See [#3933](https://github.com/DataDog/integrations-core/pull/3933). +* Filters VMs in excluded hosts ([#3933](https://github.com/DataDog/integrations-core/pull/3933)) ## 4.1.2 / 2019-06-17 ***Fixed***: -* [vsphere] update metric_to_check. See [#3904](https://github.com/DataDog/integrations-core/pull/3904). -* Fix handling of gray events. See [#3864](https://github.com/DataDog/integrations-core/pull/3864). +* [vsphere] update metric_to_check ([#3904](https://github.com/DataDog/integrations-core/pull/3904)) +* Fix handling of gray events ([#3864](https://github.com/DataDog/integrations-core/pull/3864)) ## 4.1.1 / 2019-06-01 / Agent 6.12.0 ***Fixed***: -* Fix event alarms publishing. See [#3831](https://github.com/DataDog/integrations-core/pull/3831). -* Fix unit for vsphere.mem.usage.avg. See [#3827](https://github.com/DataDog/integrations-core/pull/3827). +* Fix event alarms publishing ([#3831](https://github.com/DataDog/integrations-core/pull/3831)) +* Fix unit for vsphere.mem.usage.avg ([#3827](https://github.com/DataDog/integrations-core/pull/3827)) ## 4.1.0 / 2019-04-25 ***Added***: -* Adhere to code style. See [#3581](https://github.com/DataDog/integrations-core/pull/3581). -* Support Python 3. See [#3250](https://github.com/DataDog/integrations-core/pull/3250). +* Adhere to code style ([#3581](https://github.com/DataDog/integrations-core/pull/3581)) +* Support Python 3 ([#3250](https://github.com/DataDog/integrations-core/pull/3250)) ## 4.0.0 / 2019-01-29 / Agent 6.10.0 ***Changed***: -* Wait for jobs to finish before returning from check function. See [#3034](https://github.com/DataDog/integrations-core/pull/3034). +* Wait for jobs to finish before returning from check function ([#3034](https://github.com/DataDog/integrations-core/pull/3034)) ## 3.6.2 / 2019-01-10 / Agent 6.9.0 ***Fixed***: -* Fix tags normalization. See [#2918](https://github.com/DataDog/integrations-core/pull/2918). +* Fix tags normalization ([#2918](https://github.com/DataDog/integrations-core/pull/2918)) ## 3.6.1 / 2019-01-04 ***Fixed***: -* Demote critical log levels to error. See [#2795](https://github.com/DataDog/integrations-core/pull/2795). +* Demote critical log levels to error ([#2795](https://github.com/DataDog/integrations-core/pull/2795)) ## 3.6.0 / 2018-11-29 / Agent 6.8.0 ***Added***: -* Add option to collect cluster, datacenter and datastore metrics. See [#2655](https://github.com/DataDog/integrations-core/pull/2655). +* Add option to collect cluster, datacenter and datastore metrics ([#2655](https://github.com/DataDog/integrations-core/pull/2655)) ## 3.5.0 / 2018-11-21 ***Added***: -* Handle unicode characters in vSphere object names. See [#2596](https://github.com/DataDog/integrations-core/pull/2596). +* Handle unicode characters in vSphere object names ([#2596](https://github.com/DataDog/integrations-core/pull/2596)) ## 3.4.0 / 2018-10-31 ***Added***: -* Add option to use guest hostname instead of VM name. See [#2479](https://github.com/DataDog/integrations-core/pull/2479). -* Upgrade requests. See [#2481](https://github.com/DataDog/integrations-core/pull/2481). +* Add option to use guest hostname instead of VM name ([#2479](https://github.com/DataDog/integrations-core/pull/2479)) +* Upgrade requests ([#2481](https://github.com/DataDog/integrations-core/pull/2481)) ***Fixed***: -* Fix "insufficient permission" error message formatting. See [#2480](https://github.com/DataDog/integrations-core/pull/2480). +* Fix "insufficient permission" error message formatting ([#2480](https://github.com/DataDog/integrations-core/pull/2480)) ## 3.3.1 / 2018-09-19 / Agent 6.5.2 ***Fixed***: -* Fix batch implementation logic. See [#2265](https://github.com/DataDog/integrations-core/pull/2265). +* Fix batch implementation logic ([#2265](https://github.com/DataDog/integrations-core/pull/2265)) ## 3.3.0 / 2018-09-17 ***Changed***: -* Precompute list of metric IDs to improve performance. See [#2221](https://github.com/DataDog/integrations-core/pull/2221). +* Precompute list of metric IDs to improve performance ([#2221](https://github.com/DataDog/integrations-core/pull/2221)) ***Added***: -* Add ability to filter metrics by collection level. See [#2226](https://github.com/DataDog/integrations-core/pull/2226). +* Add ability to filter metrics by collection level ([#2226](https://github.com/DataDog/integrations-core/pull/2226)) ## 3.2.0 / 2018-09-11 ***Changed***: -* Rewrite the Mor cache. See [#2173](https://github.com/DataDog/integrations-core/pull/2173). +* Rewrite the Mor cache ([#2173](https://github.com/DataDog/integrations-core/pull/2173)) ***Fixed***: -* Handle missing attributes in property collector result. See [#2205](https://github.com/DataDog/integrations-core/pull/2205). -* Make the metadata cache thread safe. See [#2212](https://github.com/DataDog/integrations-core/pull/2212). -* Make the connection list thread safe. See [#2201](https://github.com/DataDog/integrations-core/pull/2201). -* Check that objects queue is initialized before processing it, and process it entirely. See [#2192](https://github.com/DataDog/integrations-core/pull/2192). +* Handle missing attributes in property collector result ([#2205](https://github.com/DataDog/integrations-core/pull/2205)) +* Make the metadata cache thread safe ([#2212](https://github.com/DataDog/integrations-core/pull/2212)) +* Make the connection list thread safe ([#2201](https://github.com/DataDog/integrations-core/pull/2201)) +* Check that objects queue is initialized before processing it, and process it entirely ([#2192](https://github.com/DataDog/integrations-core/pull/2192)) ## 3.1.0 / 2018-09-06 / Agent 6.5.0 ***Changed***: -* Downgrade pyvmomi to v6.5.0.2017.5-1. See [#2180](https://github.com/DataDog/integrations-core/pull/2180). +* Downgrade pyvmomi to v6.5.0.2017.5-1 ([#2180](https://github.com/DataDog/integrations-core/pull/2180)) ## 3.0.0 / 2018-09-04 ***Changed***: -* Upgrade pyvmomi to 6.7.0. See [#2153](https://github.com/DataDog/integrations-core/pull/2153). -* Make first level cache thread safe. See [#2146](https://github.com/DataDog/integrations-core/pull/2146). +* Upgrade pyvmomi to 6.7.0 ([#2153](https://github.com/DataDog/integrations-core/pull/2153)) +* Make first level cache thread safe ([#2146](https://github.com/DataDog/integrations-core/pull/2146)) ## 2.4.0 / 2018-08-30 ***Changed***: -* Make the cache configuration thread safe. See [#2125](https://github.com/DataDog/integrations-core/pull/2125). -* Removed unused `_clean` method, added more unit tests. See [#2120](https://github.com/DataDog/integrations-core/pull/2120). +* Make the cache configuration thread safe ([#2125](https://github.com/DataDog/integrations-core/pull/2125)) +* Removed unused `_clean` method, added more unit tests ([#2120](https://github.com/DataDog/integrations-core/pull/2120)) ***Fixed***: -* Control size of the thread pool job queue. See [#2131](https://github.com/DataDog/integrations-core/pull/2131). +* Control size of the thread pool job queue ([#2131](https://github.com/DataDog/integrations-core/pull/2131)) ## 2.3.1 / 2018-08-28 ***Fixed***: -* Fix `KeyError` due to race condition on the cache. See [#2099](https://github.com/DataDog/integrations-core/pull/2099). +* Fix `KeyError` due to race condition on the cache ([#2099](https://github.com/DataDog/integrations-core/pull/2099)) ## 2.3.0 / 2018-08-21 ***Changed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ***Fixed***: -* Drastically improve check performance by reducing number of calls to vSphere API. See [#2039](https://github.com/DataDog/integrations-core/pull/2039). -* Retry connection once on failure, and correctly send CRITICAL service check if the connection still cannot be made. See [#2060](https://github.com/DataDog/integrations-core/pull/2060). -* fix race condition and keyerror. See [#1893](https://github.com/DataDog/integrations-core/pull/1893). +* Drastically improve check performance by reducing number of calls to vSphere API ([#2039](https://github.com/DataDog/integrations-core/pull/2039)) +* Retry connection once on failure, and correctly send CRITICAL service check if the connection still cannot be made ([#2060](https://github.com/DataDog/integrations-core/pull/2060)) +* fix race condition and keyerror ([#1893](https://github.com/DataDog/integrations-core/pull/1893)) ## 2.2.0 / 2018-06-20 / Agent 6.4.0 ***Changed***: -* Bump requests to 2.19.1. See [#1743](https://github.com/DataDog/integrations-core/pull/1743). +* Bump requests to 2.19.1 ([#1743](https://github.com/DataDog/integrations-core/pull/1743)) ## 2.1.0 / 2018-05-11 @@ -481,14 +481,14 @@ ***Added***: -* Run with Agent versions >= 6. See [#1098](https://github.com/DataDog/integrations-core/issues/1098). -* Add custom tag support. See [#1178](https://github.com/DataDog/integrations-core/issues/1178). +* Run with Agent versions >= 6 ([#1098](https://github.com/DataDog/integrations-core/issues/1098)) +* Add custom tag support ([#1178](https://github.com/DataDog/integrations-core/issues/1178)) ## 1.0.4 / 2017-10-10 ***Fixed***: -* Fix a possible leak of the vSphere password in the collector logs. See [#722](https://github.com/DataDog/integrations-core/issues/722). +* Fix a possible leak of the vSphere password in the collector logs ([#722](https://github.com/DataDog/integrations-core/issues/722)) ## 1.0.3 / 2017-08-28 @@ -500,13 +500,13 @@ ***Fixed***: -* Import `Timer` helper from `utils.timer` instead of deprecated `util`. See [#484](https://github.com/DataDog/integrations-core/issues/484) +* Import `Timer` helper from `utils.timer` instead of deprecated `util` ([#484](https://github)com/DataDog/integrations-core/issues/484) ## 1.0.1 / 2017-06-05 ***Fixed***: -* Fix case where returned data series are empty. See [#346](https://github.com/DataDog/integrations-core/issues/346) +* Fix case where returned data series are empty ([#346](https://github)com/DataDog/integrations-core/issues/346) ## 1.0.0 / 2017-03-22 diff --git a/weaviate/CHANGELOG.md b/weaviate/CHANGELOG.md index b061b6d138756..fdc6ab8926021 100644 --- a/weaviate/CHANGELOG.md +++ b/weaviate/CHANGELOG.md @@ -6,18 +6,18 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.0.0 / 2023-07-07 ***Added***: -* Add the Weaviate integration. See [#15081](https://github.com/DataDog/integrations-core/pull/15081). +* Add the Weaviate integration ([#15081](https://github.com/DataDog/integrations-core/pull/15081)) diff --git a/weblogic/CHANGELOG.md b/weblogic/CHANGELOG.md index a50627a8cd0fb..aa293c193e9ce 100644 --- a/weblogic/CHANGELOG.md +++ b/weblogic/CHANGELOG.md @@ -6,49 +6,49 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.1.2 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.1.1 / 2022-04-05 / Agent 7.36.0 ***Fixed***: -* Remove check options from jmx template. See [#11686](https://github.com/DataDog/integrations-core/pull/11686). -* Fix process signature. See [#11674](https://github.com/DataDog/integrations-core/pull/11674). +* Remove check options from jmx template ([#11686](https://github.com/DataDog/integrations-core/pull/11686)) +* Fix process signature ([#11674](https://github.com/DataDog/integrations-core/pull/11674)) ## 1.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11457](https://github.com/DataDog/integrations-core/pull/11457). +* Add `pyproject.toml` file ([#11457](https://github.com/DataDog/integrations-core/pull/11457)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.0.2 / 2022-02-03 / Agent 7.34.0 ***Fixed***: -* Add `weblogic.servlet_runtime.exec_time_total`. See [#11264](https://github.com/DataDog/integrations-core/pull/11264). +* Add `weblogic.servlet_runtime.exec_time_total` ([#11264](https://github.com/DataDog/integrations-core/pull/11264)) ## 1.0.1 / 2022-01-18 ***Fixed***: -* Change submission type of some metrics to `monotonic_count`. See [#11147](https://github.com/DataDog/integrations-core/pull/11147). +* Change submission type of some metrics to `monotonic_count` ([#11147](https://github.com/DataDog/integrations-core/pull/11147)) ## 1.0.0 / 2022-01-08 ***Added***: -* Add WebLogic integration. See [#10559](https://github.com/DataDog/integrations-core/pull/10559). +* Add WebLogic integration ([#10559](https://github.com/DataDog/integrations-core/pull/10559)) diff --git a/win32_event_log/CHANGELOG.md b/win32_event_log/CHANGELOG.md index 85a7c04077cba..c3f9af95fbdc4 100644 --- a/win32_event_log/CHANGELOG.md +++ b/win32_event_log/CHANGELOG.md @@ -6,233 +6,233 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 2.14.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 2.14.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 2.13.2 / 2022-09-16 / Agent 7.40.0 ***Fixed***: -* Recover from EvtNext error when EvtSubscribe handle fails. See [#12925](https://github.com/DataDog/integrations-core/pull/12925). +* Recover from EvtNext error when EvtSubscribe handle fails ([#12925](https://github.com/DataDog/integrations-core/pull/12925)) ## 2.13.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 2.13.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 2.12.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11458](https://github.com/DataDog/integrations-core/pull/11458). +* Add `pyproject.toml` file ([#11458](https://github.com/DataDog/integrations-core/pull/11458)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 2.11.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.11.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 2.10.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ***Fixed***: -* Fix AttributeError when filters are not set. See [#9655](https://github.com/DataDog/integrations-core/pull/9655). -* Document the max number of IDs that can be used for filtering per instance. See [#9749](https://github.com/DataDog/integrations-core/pull/9749). +* Fix AttributeError when filters are not set ([#9655](https://github.com/DataDog/integrations-core/pull/9655)) +* Document the max number of IDs that can be used for filtering per instance ([#9749](https://github.com/DataDog/integrations-core/pull/9749)) ## 2.9.1 / 2021-06-01 / Agent 7.29.0 ***Fixed***: -* Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449). +* Bump minimum base package requirement ([#9449](https://github.com/DataDog/integrations-core/pull/9449)) ## 2.9.0 / 2021-05-28 ***Added***: -* Add runtime configuration validation. See [#9006](https://github.com/DataDog/integrations-core/pull/9006). +* Add runtime configuration validation ([#9006](https://github.com/DataDog/integrations-core/pull/9006)) ## 2.8.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ***Fixed***: -* Fix description of the `path` option. See [#8842](https://github.com/DataDog/integrations-core/pull/8842). +* Fix description of the `path` option ([#8842](https://github.com/DataDog/integrations-core/pull/8842)) ## 2.7.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Fix queries for audit success/failure. See [#8596](https://github.com/DataDog/integrations-core/pull/8596). -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Fix queries for audit success/failure ([#8596](https://github.com/DataDog/integrations-core/pull/8596)) +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.7.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add config specs. See [#7856](https://github.com/DataDog/integrations-core/pull/7856). +* Add config specs ([#7856](https://github.com/DataDog/integrations-core/pull/7856)) ## 2.6.1 / 2020-09-21 / Agent 7.23.0 ***Fixed***: -* Fix style for the latest release of Black. See [#7438](https://github.com/DataDog/integrations-core/pull/7438). -* Make it easier to configure legacy vs new options. See [#7406](https://github.com/DataDog/integrations-core/pull/7406). +* Fix style for the latest release of Black ([#7438](https://github.com/DataDog/integrations-core/pull/7438)) +* Make it easier to configure legacy vs new options ([#7406](https://github.com/DataDog/integrations-core/pull/7406)) ## 2.6.0 / 2020-08-19 ***Added***: -* Introduce new, more performant implementation. See [#7005](https://github.com/DataDog/integrations-core/pull/7005). +* Introduce new, more performant implementation ([#7005](https://github.com/DataDog/integrations-core/pull/7005)) ## 2.5.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). -* Override CaseInsensitiveDict `copy()` function. See [#6715](https://github.com/DataDog/integrations-core/pull/6715). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) +* Override CaseInsensitiveDict `copy()` function ([#6715](https://github.com/DataDog/integrations-core/pull/6715)) ## 2.4.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Refactor check to support new implementation. See [#6639](https://github.com/DataDog/integrations-core/pull/6639). -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Refactor check to support new implementation ([#6639](https://github.com/DataDog/integrations-core/pull/6639)) +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ***Fixed***: -* Add wmi integration test and fix filter sampler. See [#6576](https://github.com/DataDog/integrations-core/pull/6576). -* WMI base typing and instance free API. See [#6329](https://github.com/DataDog/integrations-core/pull/6329). +* Add wmi integration test and fix filter sampler ([#6576](https://github.com/DataDog/integrations-core/pull/6576)) +* WMI base typing and instance free API ([#6329](https://github.com/DataDog/integrations-core/pull/6329)) ## 2.3.4 / 2020-04-16 ***Fixed***: -* Normalize integers. See [#6357](https://github.com/DataDog/integrations-core/pull/6357). +* Normalize integers ([#6357](https://github.com/DataDog/integrations-core/pull/6357)) ## 2.3.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.3.2 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Bump minimum base check on wmi checks. See [#5860](https://github.com/DataDog/integrations-core/pull/5860). +* Bump minimum base check on wmi checks ([#5860](https://github.com/DataDog/integrations-core/pull/5860)) ## 2.3.1 / 2020-02-22 ***Fixed***: -* Fix thread leak in WMI sampler. See [#5659](https://github.com/DataDog/integrations-core/pull/5659). Thanks [rlaveycal](https://github.com/rlaveycal). +* Fix thread leak in WMI sampler ([#5659](https://github.com/DataDog/integrations-core/pull/5659)) Thanks [rlaveycal](https://github.com/rlaveycal). ## 2.3.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.2.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 2.1.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 2.0.1 / 2019-08-24 / Agent 6.14.0 ***Fixed***: -* Remove check for user filter. See [#4342](https://github.com/DataDog/integrations-core/pull/4342). +* Remove check for user filter ([#4342](https://github.com/DataDog/integrations-core/pull/4342)) ## 2.0.0 / 2019-05-14 / Agent 6.12.0 ***Changed***: -* Require the use of filters. See [#3652](https://github.com/DataDog/integrations-core/pull/3652). +* Require the use of filters ([#3652](https://github.com/DataDog/integrations-core/pull/3652)) ***Added***: -* Adhere to code style. See [#3582](https://github.com/DataDog/integrations-core/pull/3582). +* Adhere to code style ([#3582](https://github.com/DataDog/integrations-core/pull/3582)) ## 1.4.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3. See [#3040](https://github.com/DataDog/integrations-core/pull/3040). +* Support Python 3 ([#3040](https://github.com/DataDog/integrations-core/pull/3040)) ## 1.3.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322](https://github.com/DataDog/integrations-core/pull/2322). +* Pin pywin32 dependency ([#2322](https://github.com/DataDog/integrations-core/pull/2322)) ## 1.2.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Check events between system boot and DataDog agent start. See [#1929](https://github.com/DataDog/integrations-core/pull/1929). Thanks [jvanlieshout](https://github.com/jvanlieshout). +* Check events between system boot and DataDog agent start ([#1929](https://github.com/DataDog/integrations-core/pull/1929)) Thanks [jvanlieshout](https://github.com/jvanlieshout). ***Fixed***: -* Fix syntax. See [#2115](https://github.com/DataDog/integrations-core/pull/2115). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Fix syntax ([#2115](https://github.com/DataDog/integrations-core/pull/2115)) +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.1.1 / 2018-01-10 diff --git a/windows_performance_counters/CHANGELOG.md b/windows_performance_counters/CHANGELOG.md index d1ae04d792189..f1fc327ce8193 100644 --- a/windows_performance_counters/CHANGELOG.md +++ b/windows_performance_counters/CHANGELOG.md @@ -6,74 +6,74 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.6.1 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 1.6.0 / 2023-07-10 ***Added***: -* Upgrade Pydantic model code generator. See [#14779](https://github.com/DataDog/integrations-core/pull/14779). +* Upgrade Pydantic model code generator ([#14779](https://github.com/DataDog/integrations-core/pull/14779)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.5.0 / 2022-12-09 / Agent 7.42.0 ***Added***: -* Implement multi-instance counters without Windows PdhEnumObjects API. See [#13243](https://github.com/DataDog/integrations-core/pull/13243). +* Implement multi-instance counters without Windows PdhEnumObjects API ([#13243](https://github.com/DataDog/integrations-core/pull/13243)) ## 1.4.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Refactor tooling for getting the current env name. See [#12939](https://github.com/DataDog/integrations-core/pull/12939). +* Refactor tooling for getting the current env name ([#12939](https://github.com/DataDog/integrations-core/pull/12939)) ## 1.3.0 / 2022-08-05 / Agent 7.39.0 ***Added***: -* Add functionality to load the legacy version of the integration. See [#12396](https://github.com/DataDog/integrations-core/pull/12396). +* Add functionality to load the legacy version of the integration ([#12396](https://github.com/DataDog/integrations-core/pull/12396)) ## 1.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11459](https://github.com/DataDog/integrations-core/pull/11459). +* Add `pyproject.toml` file ([#11459](https://github.com/DataDog/integrations-core/pull/11459)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.0.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.0.0 / 2021-11-13 ***Added***: -* Add new integration for monitoring Windows performance counters. See [#10619](https://github.com/DataDog/integrations-core/pull/10619). +* Add new integration for monitoring Windows performance counters ([#10619](https://github.com/DataDog/integrations-core/pull/10619)) diff --git a/windows_service/CHANGELOG.md b/windows_service/CHANGELOG.md index b833778888074..9cefb00557643 100644 --- a/windows_service/CHANGELOG.md +++ b/windows_service/CHANGELOG.md @@ -6,180 +6,180 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.5.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.4.0 / 2022-10-28 / Agent 7.41.0 ***Added***: -* Add Windows service `startup_type` filter to config. See [#12940](https://github.com/DataDog/integrations-core/pull/12940). +* Add Windows service `startup_type` filter to config ([#12940](https://github.com/DataDog/integrations-core/pull/12940)) ## 4.3.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Add optional windows_service_startup_type tag. See [#12932](https://github.com/DataDog/integrations-core/pull/12932). +* Add optional windows_service_startup_type tag ([#12932](https://github.com/DataDog/integrations-core/pull/12932)) ## 4.2.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 4.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11460](https://github.com/DataDog/integrations-core/pull/11460). +* Add `pyproject.toml` file ([#11460](https://github.com/DataDog/integrations-core/pull/11460)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.3.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 3.2.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#9007](https://github.com/DataDog/integrations-core/pull/9007). +* Add runtime configuration validation ([#9007](https://github.com/DataDog/integrations-core/pull/9007)) ## 3.1.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 3.0.1 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 3.0.0 / 2021-01-25 / Agent 7.26.0 ***Changed***: -* Report UNKNOWN instead of CRITICAL if no Windows service matches the query. See [#8171](https://github.com/DataDog/integrations-core/pull/8171). +* Report UNKNOWN instead of CRITICAL if no Windows service matches the query ([#8171](https://github.com/DataDog/integrations-core/pull/8171)) ## 2.8.0 / 2020-12-11 / Agent 7.25.0 ***Added***: -* windows service config specs. See [#7974](https://github.com/DataDog/integrations-core/pull/7974). +* windows service config specs ([#7974](https://github.com/DataDog/integrations-core/pull/7974)) ## 2.7.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) ## 2.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.5.2 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 2.5.1 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Bump minimun agent version. See [#5834](https://github.com/DataDog/integrations-core/pull/5834). +* Bump minimun agent version ([#5834](https://github.com/DataDog/integrations-core/pull/5834)) ## 2.5.0 / 2020-02-22 ***Deprecated***: -* Deprecate `service` tag. See [#5545](https://github.com/DataDog/integrations-core/pull/5545). +* Deprecate `service` tag ([#5545](https://github.com/DataDog/integrations-core/pull/5545)) ## 2.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ## 2.3.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 2.2.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ***Fixed***: -* Search patterns in reverse sort order. See [#4503](https://github.com/DataDog/integrations-core/pull/4503). +* Search patterns in reverse sort order ([#4503](https://github.com/DataDog/integrations-core/pull/4503)) ## 2.1.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3583](https://github.com/DataDog/integrations-core/pull/3583). +* Adhere to code style ([#3583](https://github.com/DataDog/integrations-core/pull/3583)) ***Fixed***: -* Add debug to compare short names, service names and patterns. See [#3427](https://github.com/DataDog/integrations-core/pull/3427). +* Add debug to compare short names, service names and patterns ([#3427](https://github.com/DataDog/integrations-core/pull/3427)) ## 2.0.0 / 2018-10-12 / Agent 6.6.0 ***Removed***: -* Make windows_service use scm api instead of wmi. See [#2305][2]. +* Make windows_service use scm api instead of wmi ([#2305][2]) ***Added***: -* Pin pywin32 dependency. See [#2322][1]. +* Pin pywin32 dependency ([#2322][1]) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727][3]. +* Add data files to the wheel package ([#1727][3]) ## 1.2.0 / 2018-03-23 diff --git a/wmi_check/CHANGELOG.md b/wmi_check/CHANGELOG.md index 82c9525ce329d..1490b1d449071 100644 --- a/wmi_check/CHANGELOG.md +++ b/wmi_check/CHANGELOG.md @@ -6,190 +6,190 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 1.16.0 / 2023-07-10 ***Added***: -* Bump dependencies for Agent 7.47. See [#15145](https://github.com/DataDog/integrations-core/pull/15145). +* Bump dependencies for Agent 7.47 ([#15145](https://github.com/DataDog/integrations-core/pull/15145)) ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 1.15.1 / 2022-05-15 / Agent 7.37.0 ***Fixed***: -* Upgrade dependencies. See [#11958](https://github.com/DataDog/integrations-core/pull/11958). +* Upgrade dependencies ([#11958](https://github.com/DataDog/integrations-core/pull/11958)) ## 1.15.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Upgrade dependencies. See [#11726](https://github.com/DataDog/integrations-core/pull/11726). -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Upgrade dependencies ([#11726](https://github.com/DataDog/integrations-core/pull/11726)) +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 1.14.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11461](https://github.com/DataDog/integrations-core/pull/11461). +* Add `pyproject.toml` file ([#11461](https://github.com/DataDog/integrations-core/pull/11461)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 1.13.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 1.13.0 / 2021-11-13 / Agent 7.33.0 ***Added***: -* Add support for other logical operators for multiple conditions of the same property. See [#10138](https://github.com/DataDog/integrations-core/pull/10138). +* Add support for other logical operators for multiple conditions of the same property ([#10138](https://github.com/DataDog/integrations-core/pull/10138)) ## 1.12.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 1.11.0 / 2021-08-22 / Agent 7.31.0 ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.10.0 / 2021-04-19 / Agent 7.28.0 ***Added***: -* Add runtime configuration validation. See [#9008](https://github.com/DataDog/integrations-core/pull/9008). -* Upgrade pywin32 on Python 3. See [#8845](https://github.com/DataDog/integrations-core/pull/8845). +* Add runtime configuration validation ([#9008](https://github.com/DataDog/integrations-core/pull/9008)) +* Upgrade pywin32 on Python 3 ([#8845](https://github.com/DataDog/integrations-core/pull/8845)) ## 1.9.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Rename config spec example consumer option `default` to `display_default`. See [#8593](https://github.com/DataDog/integrations-core/pull/8593). -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Rename config spec example consumer option `default` to `display_default` ([#8593](https://github.com/DataDog/integrations-core/pull/8593)) +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.9.2 / 2020-10-06 / Agent 7.24.0 ***Fixed***: -* Fix missing tags from tag_by. See [#7706](https://github.com/DataDog/integrations-core/pull/7706). +* Fix missing tags from tag_by ([#7706](https://github.com/DataDog/integrations-core/pull/7706)) ## 1.9.1 / 2020-08-10 / Agent 7.22.0 ***Fixed***: -* Fix namespace default value. See [#7179](https://github.com/DataDog/integrations-core/pull/7179). +* Fix namespace default value ([#7179](https://github.com/DataDog/integrations-core/pull/7179)) ## 1.9.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Upgrade pywin32 to 228. See [#6980](https://github.com/DataDog/integrations-core/pull/6980). -* Support multiple properties in tag_by. See [#6614](https://github.com/DataDog/integrations-core/pull/6614). +* Upgrade pywin32 to 228 ([#6980](https://github.com/DataDog/integrations-core/pull/6980)) +* Support multiple properties in tag_by ([#6614](https://github.com/DataDog/integrations-core/pull/6614)) ***Fixed***: -* Remove multi-instances support. See [#6325](https://github.com/DataDog/integrations-core/pull/6325). +* Remove multi-instances support ([#6325](https://github.com/DataDog/integrations-core/pull/6325)) ## 1.8.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). -* Add config specs. See [#6409](https://github.com/DataDog/integrations-core/pull/6409). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) +* Add config specs ([#6409](https://github.com/DataDog/integrations-core/pull/6409)) ***Fixed***: -* WMI base typing and instance free API. See [#6329](https://github.com/DataDog/integrations-core/pull/6329). +* WMI base typing and instance free API ([#6329](https://github.com/DataDog/integrations-core/pull/6329)) ## 1.7.3 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.7.2 / 2020-02-25 / Agent 7.18.0 ***Fixed***: -* Bump minimum base check on wmi checks. See [#5860](https://github.com/DataDog/integrations-core/pull/5860). +* Bump minimum base check on wmi checks ([#5860](https://github.com/DataDog/integrations-core/pull/5860)) ## 1.7.1 / 2020-02-22 ***Fixed***: -* Fix thread leak in WMI sampler. See [#5659](https://github.com/DataDog/integrations-core/pull/5659). Thanks [rlaveycal](https://github.com/rlaveycal). -* Change wmi_check to use lists instead of tuples for filters. See [#5510](https://github.com/DataDog/integrations-core/pull/5510). +* Fix thread leak in WMI sampler ([#5659](https://github.com/DataDog/integrations-core/pull/5659)) Thanks [rlaveycal](https://github.com/rlaveycal). +* Change wmi_check to use lists instead of tuples for filters ([#5510](https://github.com/DataDog/integrations-core/pull/5510)) ## 1.7.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 1.6.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Upgrade pywin32 to 227. See [#5036](https://github.com/DataDog/integrations-core/pull/5036). +* Upgrade pywin32 to 227 ([#5036](https://github.com/DataDog/integrations-core/pull/5036)) ## 1.5.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Upgrade pywin32 to 225. See [#4563](https://github.com/DataDog/integrations-core/pull/4563). +* Upgrade pywin32 to 225 ([#4563](https://github.com/DataDog/integrations-core/pull/4563)) ## 1.4.2 / 2019-07-13 / Agent 6.13.0 ***Fixed***: -* Avoid WMISampler inheriting from Thread. See [#4051](https://github.com/DataDog/integrations-core/pull/4051). +* Avoid WMISampler inheriting from Thread ([#4051](https://github.com/DataDog/integrations-core/pull/4051)) ## 1.4.1 / 2019-07-04 ***Fixed***: -* Make WMISampler hashable. See [#4043](https://github.com/DataDog/integrations-core/pull/4043). +* Make WMISampler hashable ([#4043](https://github.com/DataDog/integrations-core/pull/4043)) ## 1.4.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3584](https://github.com/DataDog/integrations-core/pull/3584). +* Adhere to code style ([#3584](https://github.com/DataDog/integrations-core/pull/3584)) ## 1.3.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Python 3 for WMI. See [#3031](https://github.com/DataDog/integrations-core/pull/3031). +* Support Python 3 for WMI ([#3031](https://github.com/DataDog/integrations-core/pull/3031)) ## 1.2.0 / 2018-10-12 / Agent 6.6.0 ***Added***: -* Pin pywin32 dependency. See [#2322][1]. +* Pin pywin32 dependency ([#2322][1]) ## 1.1.2 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Moves WMI Check to Pytest. See [#2133][2]. -* Add data files to the wheel package. See [#1727][3]. +* Moves WMI Check to Pytest ([#2133][2]) +* Add data files to the wheel package ([#1727][3]) ## 1.1.1 / 2018-03-23 diff --git a/yarn/CHANGELOG.md b/yarn/CHANGELOG.md index 6bee5c94e2d50..d7a190b9cb105 100644 --- a/yarn/CHANGELOG.md +++ b/yarn/CHANGELOG.md @@ -6,247 +6,247 @@ ***Changed***: -* Bump the minimum base check version. See [#15427](https://github.com/DataDog/integrations-core/pull/15427). +* Bump the minimum base check version ([#15427](https://github.com/DataDog/integrations-core/pull/15427)) ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.3.2 / 2023-07-13 ***Fixed***: -* Bump the minimum datadog-checks-base version. See [#15217](https://github.com/DataDog/integrations-core/pull/15217). +* Bump the minimum datadog-checks-base version ([#15217](https://github.com/DataDog/integrations-core/pull/15217)) ## 4.3.1 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.3.0 / 2023-01-20 / Agent 7.43.0 ***Added***: -* Collect metrics from all application states. See [#13697](https://github.com/DataDog/integrations-core/pull/13697). +* Collect metrics from all application states ([#13697](https://github.com/DataDog/integrations-core/pull/13697)) ## 4.2.0 / 2022-09-16 / Agent 7.40.0 ***Added***: -* Update HTTP config spec templates. See [#12890](https://github.com/DataDog/integrations-core/pull/12890). +* Update HTTP config spec templates ([#12890](https://github.com/DataDog/integrations-core/pull/12890)) ## 4.1.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ***Fixed***: -* Remove outdated warning in the description for the `tls_ignore_warning` option. See [#11591](https://github.com/DataDog/integrations-core/pull/11591). +* Remove outdated warning in the description for the `tls_ignore_warning` option ([#11591](https://github.com/DataDog/integrations-core/pull/11591)) ## 4.0.0 / 2022-02-19 / Agent 7.35.0 ***Changed***: -* Add tls_protocols_allowed option documentation. See [#11251](https://github.com/DataDog/integrations-core/pull/11251). +* Add tls_protocols_allowed option documentation ([#11251](https://github.com/DataDog/integrations-core/pull/11251)) ***Added***: -* Add `pyproject.toml` file. See [#11462](https://github.com/DataDog/integrations-core/pull/11462). -* Add sublevel queue scheduler metrics to Yarn. See [#11228](https://github.com/DataDog/integrations-core/pull/11228). +* Add `pyproject.toml` file ([#11462](https://github.com/DataDog/integrations-core/pull/11462)) +* Add sublevel queue scheduler metrics to Yarn ([#11228](https://github.com/DataDog/integrations-core/pull/11228)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 3.0.0 / 2022-02-03 ***Changed***: -* Collect value-only application tags. See [#11219](https://github.com/DataDog/integrations-core/pull/11219). +* Collect value-only application tags ([#11219](https://github.com/DataDog/integrations-core/pull/11219)) ## 2.1.1 / 2022-01-08 / Agent 7.34.0 ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 2.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Add HTTP option to control the size of streaming responses. See [#10183](https://github.com/DataDog/integrations-core/pull/10183). -* Add allow_redirect option. See [#10160](https://github.com/DataDog/integrations-core/pull/10160). -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Add HTTP option to control the size of streaming responses ([#10183](https://github.com/DataDog/integrations-core/pull/10183)) +* Add allow_redirect option ([#10160](https://github.com/DataDog/integrations-core/pull/10160)) +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ***Fixed***: -* Fix the description of the `allow_redirects` HTTP option. See [#10195](https://github.com/DataDog/integrations-core/pull/10195). +* Fix the description of the `allow_redirects` HTTP option ([#10195](https://github.com/DataDog/integrations-core/pull/10195)) ## 2.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ***Added***: -* Use `display_default` as a fallback for `default` when validating config models. See [#9739](https://github.com/DataDog/integrations-core/pull/9739). +* Use `display_default` as a fallback for `default` when validating config models ([#9739](https://github.com/DataDog/integrations-core/pull/9739)) ## 1.19.1 / 2021-06-07 / Agent 7.29.0 ***Fixed***: -* Remove required when there are default values. See [#9475](https://github.com/DataDog/integrations-core/pull/9475). +* Remove required when there are default values ([#9475](https://github.com/DataDog/integrations-core/pull/9475)) ## 1.19.0 / 2021-05-28 ***Added***: -* Add runtime configuration validation. See [#9009](https://github.com/DataDog/integrations-core/pull/9009). +* Add runtime configuration validation ([#9009](https://github.com/DataDog/integrations-core/pull/9009)) ## 1.18.0 / 2021-03-07 / Agent 7.27.0 ***Added***: -* Rename cluster_name tag to yarn_cluster. See [#8579](https://github.com/DataDog/integrations-core/pull/8579). -* Yarn config option to disable node metrics collection. See [#8591](https://github.com/DataDog/integrations-core/pull/8591). +* Rename cluster_name tag to yarn_cluster ([#8579](https://github.com/DataDog/integrations-core/pull/8579)) +* Yarn config option to disable node metrics collection ([#8591](https://github.com/DataDog/integrations-core/pull/8591)) ## 1.17.1 / 2021-02-09 ***Fixed***: -* Avoid failing on KeyError. See [#8563](https://github.com/DataDog/integrations-core/pull/8563). -* Bump minimum package. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Avoid failing on KeyError ([#8563](https://github.com/DataDog/integrations-core/pull/8563)) +* Bump minimum package ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 1.17.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* Add ability to dynamically get authentication information. See [#7660](https://github.com/DataDog/integrations-core/pull/7660). -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* Add ability to dynamically get authentication information ([#7660](https://github.com/DataDog/integrations-core/pull/7660)) +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 1.16.0 / 2020-09-21 / Agent 7.23.0 ***Added***: -* Add RequestsWrapper option to support UTF-8 for basic auth. See [#7441](https://github.com/DataDog/integrations-core/pull/7441). +* Add RequestsWrapper option to support UTF-8 for basic auth ([#7441](https://github.com/DataDog/integrations-core/pull/7441)) ***Fixed***: -* Update proxy section in conf.yaml. See [#7336](https://github.com/DataDog/integrations-core/pull/7336). +* Update proxy section in conf.yaml ([#7336](https://github.com/DataDog/integrations-core/pull/7336)) ## 1.15.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Add config specs for YARN integration. See [#7167](https://github.com/DataDog/integrations-core/pull/7167). -* Add ability to split YARN application tags into Datadog tags. See [#7101](https://github.com/DataDog/integrations-core/pull/7101). Thanks [nicodv](https://github.com/nicodv). +* Add config specs for YARN integration ([#7167](https://github.com/DataDog/integrations-core/pull/7167)) +* Add ability to split YARN application tags into Datadog tags ([#7101](https://github.com/DataDog/integrations-core/pull/7101)) Thanks [nicodv](https://github.com/nicodv). ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 1.14.0 / 2020-06-29 / Agent 7.21.0 ***Added***: -* Add note about warning concurrency. See [#6967](https://github.com/DataDog/integrations-core/pull/6967). +* Add note about warning concurrency ([#6967](https://github.com/DataDog/integrations-core/pull/6967)) ## 1.13.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 1.12.1 / 2020-04-04 / Agent 7.19.0 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) ## 1.12.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). -* Use lazy logging format. See [#5377](https://github.com/DataDog/integrations-core/pull/5377). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) +* Use lazy logging format ([#5377](https://github.com/DataDog/integrations-core/pull/5377)) ***Fixed***: -* Add additional mapping tests. See [#5146](https://github.com/DataDog/integrations-core/pull/5146). +* Add additional mapping tests ([#5146](https://github.com/DataDog/integrations-core/pull/5146)) ## 1.11.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4986](https://github.com/DataDog/integrations-core/pull/4986). -* Add yarn application status mapping. See [#4642](https://github.com/DataDog/integrations-core/pull/4642). +* Add version metadata ([#4986](https://github.com/DataDog/integrations-core/pull/4986)) +* Add yarn application status mapping ([#4642](https://github.com/DataDog/integrations-core/pull/4642)) ## 1.10.0 / 2019-10-11 / Agent 6.15.0 ***Added***: -* Add option to override KRB5CCNAME env var. See [#4578](https://github.com/DataDog/integrations-core/pull/4578). +* Add option to override KRB5CCNAME env var ([#4578](https://github.com/DataDog/integrations-core/pull/4578)) ## 1.9.0 / 2019-07-09 / Agent 6.13.0 ***Added***: -* Use the new RequestsWrapper for connecting to services. See [#4059](https://github.com/DataDog/integrations-core/pull/4059). +* Use the new RequestsWrapper for connecting to services ([#4059](https://github.com/DataDog/integrations-core/pull/4059)) ## 1.8.0 / 2019-06-19 ***Deprecated***: -* Add yarn.apps._gauge metrics and deprecate yarn.apps. metrics. See [#3927](https://github.com/DataDog/integrations-core/pull/3927). +* Add yarn.apps._gauge metrics and deprecate yarn.apps. metrics ([#3927](https://github.com/DataDog/integrations-core/pull/3927)) ## 1.7.1 / 2019-06-13 / Agent 6.12.0 ***Fixed***: -* Fix `application_tags` in conf file. See [#3908](https://github.com/DataDog/integrations-core/pull/3908). +* Fix `application_tags` in conf file ([#3908](https://github.com/DataDog/integrations-core/pull/3908)) ## 1.7.0 / 2019-05-14 ***Added***: -* Adhere to code style. See [#3585](https://github.com/DataDog/integrations-core/pull/3585). +* Adhere to code style ([#3585](https://github.com/DataDog/integrations-core/pull/3585)) ## 1.6.0 / 2019-02-18 / Agent 6.10.0 ***Added***: -* Support Kerberos auth. See [#2824](https://github.com/DataDog/integrations-core/pull/2824). +* Support Kerberos auth ([#2824](https://github.com/DataDog/integrations-core/pull/2824)) ## 1.5.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2786](https://github.com/DataDog/integrations-core/pull/2786). +* Support Python 3 ([#2786](https://github.com/DataDog/integrations-core/pull/2786)) ## 1.4.0 / 2018-09-04 / Agent 6.5.0 ***Added***: -* Add option to verify ssl certificate. See [#1739](https://github.com/DataDog/integrations-core/pull/1739). +* Add option to verify ssl certificate ([#1739](https://github.com/DataDog/integrations-core/pull/1739)) ***Fixed***: -* Fix bug and typo in DEFAULT_CLUSTER_NAME for YARN check. See [#1814](https://github.com/DataDog/integrations-core/pull/1814). Thanks [eplanet](https://github.com/eplanet). -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Fix bug and typo in DEFAULT_CLUSTER_NAME for YARN check ([#1814](https://github.com/DataDog/integrations-core/pull/1814)) Thanks [eplanet](https://github.com/eplanet). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.3.0 / 2018-06-13 ***Added***: -* Add support for HTTP authentication. See [#1684](https://github.com/DataDog/integrations-core/pull/1684). +* Add support for HTTP authentication ([#1684](https://github.com/DataDog/integrations-core/pull/1684)) ## 1.2.0 / 2018-05-11 @@ -258,8 +258,8 @@ ***Added***: -* adds configuration option to choose whether to collect yarn.app.* metrics. See [#505](https://github.com/DataDog/integrations-core/issues/505) -* adds yarn capacityScheduler integration. See [#286](https://github.com/DataDog/integrations-core/issues/286), thanks [@alanbover](https://github.com/alanbover) +* adds configuration option to choose whether to collect yarn.app.* metrics ([#505](https://github)com/DataDog/integrations-core/issues/505) +* adds yarn capacityScheduler integration ([#286](https://github.com/DataDog/integrations-core/issues/286), thanks [@alanbover](https://github)com/alanbover) ## 1.0.0 / 2017-03-22 diff --git a/zk/CHANGELOG.md b/zk/CHANGELOG.md index 607ab50aa5d73..45156e1d69b36 100644 --- a/zk/CHANGELOG.md +++ b/zk/CHANGELOG.md @@ -6,206 +6,206 @@ ***Added***: -* Update generated config models. See [#15212](https://github.com/DataDog/integrations-core/pull/15212). +* Update generated config models ([#15212](https://github.com/DataDog/integrations-core/pull/15212)) ***Fixed***: -* Fix types for generated config models. See [#15334](https://github.com/DataDog/integrations-core/pull/15334). +* Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) ## 4.2.3 / 2023-07-10 ***Fixed***: -* Bump Python version from py3.8 to py3.9. See [#14701](https://github.com/DataDog/integrations-core/pull/14701). +* Bump Python version from py3.8 to py3.9 ([#14701](https://github.com/DataDog/integrations-core/pull/14701)) ## 4.2.2 / 2023-02-13 / Agent 7.44.0 ***Fixed***: -* Ensure Zookeeper command execution in proxy environments. See [#13935](https://github.com/DataDog/integrations-core/pull/13935). +* Ensure Zookeeper command execution in proxy environments ([#13935](https://github.com/DataDog/integrations-core/pull/13935)) ## 4.2.1 / 2022-12-09 / Agent 7.42.0 ***Fixed***: -* Stop using deprecated `distutils.version` classes. See [#13408](https://github.com/DataDog/integrations-core/pull/13408). -* Make version parsing more flexible to increase compatibility. See [#13171](https://github.com/DataDog/integrations-core/pull/13171). Thanks [pnovitskiy](https://github.com/pnovitskiy). +* Stop using deprecated `distutils.version` classes ([#13408](https://github.com/DataDog/integrations-core/pull/13408)) +* Make version parsing more flexible to increase compatibility ([#13171](https://github.com/DataDog/integrations-core/pull/13171)) Thanks [pnovitskiy](https://github.com/pnovitskiy). ## 4.2.0 / 2022-04-05 / Agent 7.36.0 ***Added***: -* Add metric_patterns options to filter all metric submission by a list of regexes. See [#11695](https://github.com/DataDog/integrations-core/pull/11695). +* Add metric_patterns options to filter all metric submission by a list of regexes ([#11695](https://github.com/DataDog/integrations-core/pull/11695)) ## 4.1.0 / 2022-02-19 / Agent 7.35.0 ***Added***: -* Add `pyproject.toml` file. See [#11463](https://github.com/DataDog/integrations-core/pull/11463). +* Add `pyproject.toml` file ([#11463](https://github.com/DataDog/integrations-core/pull/11463)) ***Fixed***: -* Fix namespace packaging on Python 2. See [#11532](https://github.com/DataDog/integrations-core/pull/11532). +* Fix namespace packaging on Python 2 ([#11532](https://github.com/DataDog/integrations-core/pull/11532)) ## 4.0.0 / 2022-01-08 / Agent 7.34.0 ***Changed***: -* Add `server` default group for all monitor special cases. See [#10976](https://github.com/DataDog/integrations-core/pull/10976). +* Add `server` default group for all monitor special cases ([#10976](https://github.com/DataDog/integrations-core/pull/10976)) ***Fixed***: -* Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945). +* Add comment to autogenerated model files ([#10945](https://github.com/DataDog/integrations-core/pull/10945)) ## 3.1.1 / 2021-11-13 / Agent 7.33.0 ***Fixed***: -* Added verbose logging for parsing 'mntr' output. See [#10531](https://github.com/DataDog/integrations-core/pull/10531). Thanks [Kyle-Neale](https://github.com/Kyle-Neale). +* Added verbose logging for parsing 'mntr' output ([#10531](https://github.com/DataDog/integrations-core/pull/10531)) Thanks [Kyle-Neale](https://github.com/Kyle-Neale). ## 3.1.0 / 2021-10-04 / Agent 7.32.0 ***Added***: -* Disable generic tags. See [#10027](https://github.com/DataDog/integrations-core/pull/10027). +* Disable generic tags ([#10027](https://github.com/DataDog/integrations-core/pull/10027)) ## 3.0.0 / 2021-08-22 / Agent 7.31.0 ***Changed***: -* Remove messages for integrations for OK service checks. See [#9888](https://github.com/DataDog/integrations-core/pull/9888). +* Remove messages for integrations for OK service checks ([#9888](https://github.com/DataDog/integrations-core/pull/9888)) ## 2.10.0 / 2021-05-28 / Agent 7.29.0 ***Added***: -* Add runtime configuration validation. See [#9010](https://github.com/DataDog/integrations-core/pull/9010). +* Add runtime configuration validation ([#9010](https://github.com/DataDog/integrations-core/pull/9010)) ## 2.9.3 / 2021-03-07 / Agent 7.27.0 ***Fixed***: -* Bump minimum base package version. See [#8443](https://github.com/DataDog/integrations-core/pull/8443). +* Bump minimum base package version ([#8443](https://github.com/DataDog/integrations-core/pull/8443)) ## 2.9.2 / 2020-12-15 / Agent 7.25.0 ***Fixed***: -* Ensure connection failure message is shown on Python 2. See [#8197](https://github.com/DataDog/integrations-core/pull/8197). +* Ensure connection failure message is shown on Python 2 ([#8197](https://github.com/DataDog/integrations-core/pull/8197)) ## 2.9.1 / 2020-12-11 ***Fixed***: -* Bump allowed base check package versions. See [#8160](https://github.com/DataDog/integrations-core/pull/8160). -* Update small typo in tls-specific options documentation. See [#8103](https://github.com/DataDog/integrations-core/pull/8103). +* Bump allowed base check package versions ([#8160](https://github.com/DataDog/integrations-core/pull/8160)) +* Update small typo in tls-specific options documentation ([#8103](https://github.com/DataDog/integrations-core/pull/8103)) ## 2.9.0 / 2020-11-18 ***Added***: -* Add SSL Support for Zookeeper. See [#7884](https://github.com/DataDog/integrations-core/pull/7884). +* Add SSL Support for Zookeeper ([#7884](https://github.com/DataDog/integrations-core/pull/7884)) ## 2.8.0 / 2020-10-31 / Agent 7.24.0 ***Added***: -* [doc] Add encoding in log config sample. See [#7708](https://github.com/DataDog/integrations-core/pull/7708). +* [doc] Add encoding in log config sample ([#7708](https://github.com/DataDog/integrations-core/pull/7708)) ## 2.7.0 / 2020-08-10 / Agent 7.22.0 ***Added***: -* Use config specs. See [#6950](https://github.com/DataDog/integrations-core/pull/6950). +* Use config specs ([#6950](https://github.com/DataDog/integrations-core/pull/6950)) ***Fixed***: -* Update logs config service field to optional. See [#7209](https://github.com/DataDog/integrations-core/pull/7209). +* Update logs config service field to optional ([#7209](https://github.com/DataDog/integrations-core/pull/7209)) ## 2.6.1 / 2020-06-29 / Agent 7.21.0 ***Fixed***: -* Use Agent6 style init. See [#6949](https://github.com/DataDog/integrations-core/pull/6949). +* Use Agent6 style init ([#6949](https://github.com/DataDog/integrations-core/pull/6949)) ## 2.6.0 / 2020-05-17 / Agent 7.20.0 ***Added***: -* Allow optional dependency installation for all checks. See [#6589](https://github.com/DataDog/integrations-core/pull/6589). +* Allow optional dependency installation for all checks ([#6589](https://github.com/DataDog/integrations-core/pull/6589)) ## 2.5.0 / 2020-05-04 ***Added***: -* Add new metrics for ZK version 3.6. See [#6421](https://github.com/DataDog/integrations-core/pull/6421). +* Add new metrics for ZK version 3.6 ([#6421](https://github.com/DataDog/integrations-core/pull/6421)) ## 2.4.2 / 2020-04-13 / Agent 7.19.0 ***Fixed***: -* Handle non-integers when parsing latency values. See [#6323](https://github.com/DataDog/integrations-core/pull/6323). +* Handle non-integers when parsing latency values ([#6323](https://github.com/DataDog/integrations-core/pull/6323)) ## 2.4.1 / 2020-04-04 ***Fixed***: -* Update deprecated imports. See [#6088](https://github.com/DataDog/integrations-core/pull/6088). -* Remove logs sourcecategory. See [#6121](https://github.com/DataDog/integrations-core/pull/6121). +* Update deprecated imports ([#6088](https://github.com/DataDog/integrations-core/pull/6088)) +* Remove logs sourcecategory ([#6121](https://github.com/DataDog/integrations-core/pull/6121)) ## 2.4.0 / 2020-01-13 / Agent 7.17.0 ***Added***: -* Use lazy logging format. See [#5398](https://github.com/DataDog/integrations-core/pull/5398). +* Use lazy logging format ([#5398](https://github.com/DataDog/integrations-core/pull/5398)) ## 2.3.0 / 2019-12-02 / Agent 7.16.0 ***Added***: -* Add version metadata. See [#4927](https://github.com/DataDog/integrations-core/pull/4927). +* Add version metadata ([#4927](https://github.com/DataDog/integrations-core/pull/4927)) ## 2.2.0 / 2019-05-14 / Agent 6.12.0 ***Added***: -* Adhere to code style. See [#3586](https://github.com/DataDog/integrations-core/pull/3586). +* Adhere to code style ([#3586](https://github.com/DataDog/integrations-core/pull/3586)) ## 2.1.0 / 2019-01-04 / Agent 6.9.0 ***Added***: -* Support Python 3. See [#2781](https://github.com/DataDog/integrations-core/pull/2781). +* Support Python 3 ([#2781](https://github.com/DataDog/integrations-core/pull/2781)) ## 2.0.0 / 2018-11-30 / Agent 6.8.0 ***Removed***: -* Removed incorrect metric name 'bytes_outstanding'. See [#2476](https://github.com/DataDog/integrations-core/pull/2476). +* Removed incorrect metric name 'bytes_outstanding' ([#2476](https://github.com/DataDog/integrations-core/pull/2476)) ## 1.2.1 / 2018-09-04 / Agent 6.5.0 ***Fixed***: -* Add data files to the wheel package. See [#1727](https://github.com/DataDog/integrations-core/pull/1727). +* Add data files to the wheel package ([#1727](https://github.com/DataDog/integrations-core/pull/1727)) ## 1.2.0 / 2018-01-10 ***Added***: -* Add `zookeeper.packets.received` and `zookeeper.packets.sent` as `rate` metrics for the `stat` command output to correct the incorrect `zookeeper.bytes_received` and `zookeeper.bytes_sent` metrics. See [#816](https://github.com/DataDog/integrations-core/pull/816) +* Add `zookeeper.packets.received` and `zookeeper.packets.sent` as `rate` metrics for the `stat` command output to correct the incorrect `zookeeper.bytes_received` and `zookeeper.bytes_sent` metrics ([#816](https://github)com/DataDog/integrations-core/pull/816) ## 1.1.0 / 2017-07-18 ***Fixed***: -* Replace usage of deprecated `AgentCheck.set` method with `gauge`. See [#473](https://github.com/DataDog/integrations-core/issues/473) +* Replace usage of deprecated `AgentCheck.set` method with `gauge` ([#473](https://github)com/DataDog/integrations-core/issues/473) ## 1.0.1 / 2017-04-24 ***Fixed***: -* Fix version parsing causing false positives with `3.4.10`. See [#341](https://github.com/DataDog/integrations-core/issues/341) +* Fix version parsing causing false positives with `3.4.10` ([#341](https://github)com/DataDog/integrations-core/issues/341) ## 1.0.0 / 2017-03-22 From d01940bb53517712c0b6809124598e201241381c Mon Sep 17 00:00:00 2001 From: Nicholas Muesch Date: Mon, 14 Aug 2023 11:25:04 -0400 Subject: [PATCH 07/10] Remove recommended monitors from GH templates (#15575) --- .github/workflows/run-validations.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run-validations.yml b/.github/workflows/run-validations.yml index bcbdecaccdd65..6e0a559bf28c2 100644 --- a/.github/workflows/run-validations.yml +++ b/.github/workflows/run-validations.yml @@ -86,10 +86,6 @@ on: required: false default: false type: boolean - recommended-monitors: - required: false - default: false - type: boolean saved-views: required: false default: false @@ -215,10 +211,6 @@ jobs: if: inputs.readmes run: ddev validate readmes $TARGET - - name: Validate recommended monitors - if: inputs.recommended-monitors - run: ddev validate recommended-monitors $TARGET - - name: Validate saved views if: inputs.saved-views run: ddev validate saved-views $TARGET From 829587a577474a10524581783a328b81f481191b Mon Sep 17 00:00:00 2001 From: vivek-datadog <131680079+vivek-datadog@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:30:04 +0200 Subject: [PATCH 08/10] Update changelog for kafka-consumer 4.0.0 (#15574) --- kafka_consumer/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kafka_consumer/CHANGELOG.md b/kafka_consumer/CHANGELOG.md index 4a9887ca899b0..eb75c4b2b8415 100644 --- a/kafka_consumer/CHANGELOG.md +++ b/kafka_consumer/CHANGELOG.md @@ -14,7 +14,8 @@ ***Fixed***: -* [AGENT-9940] Reduce number of consumer creations ([#15476](https://github.com/DataDog/integrations-core/pull/15476)) +* Reduce number of consumer creations ([#15476](https://github.com/DataDog/integrations-core/pull/15476)) +* Optimize highwater offset collection ([#15285](https://github.com/DataDog/integrations-core/pull/15285)) * Fix types for generated config models ([#15334](https://github.com/DataDog/integrations-core/pull/15334)) * Simplify regex compilation ([#15239](https://github.com/DataDog/integrations-core/pull/15239)) From 750ca69de761466194e61d09aa5ec5ce819bd7eb Mon Sep 17 00:00:00 2001 From: vivek-datadog <131680079+vivek-datadog@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:37:02 +0200 Subject: [PATCH 09/10] Update teamcity setup config docs to reflect basic auth provision (#15515) --- teamcity/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/teamcity/README.md b/teamcity/README.md index 3ecc898880eda..52f2ee431e69f 100644 --- a/teamcity/README.md +++ b/teamcity/README.md @@ -14,7 +14,11 @@ The TeamCity check is included in the [Datadog Agent][1] package, so you don't n #### Prepare TeamCity -1. To prepare TeamCity, see [Enabling Guest Login][2]. +You can enable [Guest login](#guest-login), or identify [user credentials](#user-credentials) for basic HTTP authentication. + +##### Guest login + +1. [Enable guest login][2]. 2. Enable `Per-project permissions` to allow assigning project-based permissions to the Guest user. See [Changing Authorization Mode][22]. ![Enable Guest Login][17] @@ -28,6 +32,14 @@ The TeamCity check is included in the [Datadog Agent][1] package, so you don't n ![Guest user settings][20] ![Assign Role][21] +##### User credentials + +For basic HTTP authentication +- Specify an identified `username` and `password` in the `teamcity.d/conf.yaml` file in the `conf.d/` folder of your [Agent's configuration directory][3]. +- If you encounter an `Access denied. Enable guest authentication or check user permissions.` error, ensure the user has the correct permissions: + - Per-project and View Usage Statistics permissions enabled. + - If collecting Agent Workload Statistics, assign the View Agent Details and View Agent Usage Statistics permissions as well. + From 8dd02f3f0add20f0f27ed376e36b69f64a938549 Mon Sep 17 00:00:00 2001 From: vivek-datadog <131680079+vivek-datadog@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:53:52 +0200 Subject: [PATCH 10/10] Avoid collecting template metrics on unsupported ES versions (#15550) --- elastic/CHANGELOG.md | 4 ++++ elastic/datadog_checks/elastic/elastic.py | 16 +++++++++++++++- elastic/tests/test_unit.py | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/elastic/CHANGELOG.md b/elastic/CHANGELOG.md index 2da76ec9e649d..7a6b4aa178c75 100644 --- a/elastic/CHANGELOG.md +++ b/elastic/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +***Fixed***: + +* Avoid collecting template metrics on unsupported ES versions. ([#15550](https://github.com/DataDog/integrations-core/pull/15550)) + ## 6.0.0 / 2023-08-10 ***Changed***: diff --git a/elastic/datadog_checks/elastic/elastic.py b/elastic/datadog_checks/elastic/elastic.py index fbfc9cbacfe80..bc291ef126c10 100644 --- a/elastic/datadog_checks/elastic/elastic.py +++ b/elastic/datadog_checks/elastic/elastic.py @@ -151,7 +151,10 @@ def check(self, _): service_check_tags.extend(cluster_tags) self._process_stats_data(stats_data, stats_metrics, base_tags) - self._get_template_metrics(admin_forwarder, base_tags) + if self._collect_template_metrics(es_version=version): + self._get_template_metrics(admin_forwarder, base_tags) + else: + self.log.debug("ES version %s does not support template metrics", version) # Load cluster-wise data # Note: this is a cluster-wide query, might TO. @@ -638,3 +641,14 @@ def _create_event(self, status, tags=None): 'event_object': hostname, 'tags': tags, } + + @staticmethod + def _collect_template_metrics(es_version): + # Prerequisite check to determine if template metrics should be collected or not + # https://www.elastic.co/guide/en/elasticsearch/reference/5.1/release-notes-5.1.1.html#feature-5.1.1 + # Template metric collection by default sends a critical service alert in case of failure + # For unsupported ES versions (<5.1.1) failure to collect template metrics is expected + # This function will aid for collecting template metrics only on the supported ES versions + CAT_TEMPLATE_SUPPORTED_ES_VERSION = [5, 1, 1] + + return es_version >= CAT_TEMPLATE_SUPPORTED_ES_VERSION diff --git a/elastic/tests/test_unit.py b/elastic/tests/test_unit.py index a4d1edfdeab48..6598501a92fc7 100644 --- a/elastic/tests/test_unit.py +++ b/elastic/tests/test_unit.py @@ -145,3 +145,19 @@ def test_get_template_metrics_raise_exception(aggregator, instance): def test_get_value_from_path(): value = get_value_from_path({"5": {"b": [0, 1, 2, {"a": ["foo"]}]}}, "5.b.3.a.0") assert value == "foo" + + +@pytest.mark.parametrize( + 'version, return_value', + [ + pytest.param([5, 1, 0], False), + pytest.param([5, 1, 1], True), + pytest.param([5, 1, 2], True), + pytest.param([1, 0, 0], False), + pytest.param([10, 0, 0], True), + ], +) +def test_collect_template_metrics_returns_valid_result(instance, version, return_value): + check = ESCheck('elastic', {}, instances=[instance]) + + assert check._collect_template_metrics(es_version=version) == return_value