From bfdb3b0cf34ca6b6c92cc0e467a4f343e7f96ff2 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Thu, 2 Nov 2017 14:38:19 +0100 Subject: [PATCH] [tokumx] bumping pymongo to version 3.5 (#842) * [tokumx] bumping pymongo to version 3.5 * [mongo] fixing bad changelog --- mongo/CHANGELOG.md | 6 ++++-- tokumx/CHANGELOG.md | 11 +++++++++++ tokumx/manifest.json | 2 +- tokumx/requirements.txt | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/mongo/CHANGELOG.md b/mongo/CHANGELOG.md index 0d164f99fd908..c821f2999dd66 100644 --- a/mongo/CHANGELOG.md +++ b/mongo/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG - mongo 1.5.0 / Unreleased +================== ### Changes * [FEATURE] Collect metrics about indexes usage. See [#823][] -* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#606][] +* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#747][] 1.4.0 / 2017-10-10 @@ -54,7 +55,8 @@ [#625]: https://github.com/DataDog/integrations-core/issues/625 [#627]: https://github.com/DataDog/integrations-core/issues/627 [#691]: https://github.com/DataDog/integrations-core/issues/691 +[#747]: https://github.com/DataDog/integrations-core/issues/747 [#769]: https://github.com/DataDog/integrations-core/issues/769 [#823]: https://github.com/DataDog/integrations-core/issues/823 [@dnavre]: https://github.com/dnavre -[@dtbartle]: https://github.com/dtbartle +[@dtbartle]: https://github.com/dtbartle \ No newline at end of file diff --git a/tokumx/CHANGELOG.md b/tokumx/CHANGELOG.md index f70d1545f5991..e4e14210d67b4 100644 --- a/tokumx/CHANGELOG.md +++ b/tokumx/CHANGELOG.md @@ -1,8 +1,19 @@ # CHANGELOG - tokumx +1.1.0 / Unreleased +================== + +### Changes + +* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#842][] + + 1.0.0 / 2017-03-22 ================== ### Changes * [FEATURE] adds tokumx integration. + + +[#842]: https://github.com/DataDog/integrations-core/issues/842 \ No newline at end of file diff --git a/tokumx/manifest.json b/tokumx/manifest.json index 611ad843528f5..edd6e4ad19ba7 100644 --- a/tokumx/manifest.json +++ b/tokumx/manifest.json @@ -11,7 +11,7 @@ "mac_os", "windows" ], - "version": "1.0.0", + "version": "1.1.0", "guid": "7785939b-bfb6-4d3e-acc2-94c1f5fb33e7", "public_title": "Datadog-Tokumx Integration", "categories":["data store"], diff --git a/tokumx/requirements.txt b/tokumx/requirements.txt index fc55d99da071b..2ccef48945ebc 100644 --- a/tokumx/requirements.txt +++ b/tokumx/requirements.txt @@ -1,2 +1,2 @@ # integration pip requirements -pymongo==3.2 +pymongo==3.5