From 8eddc3bc1900b068871baa2fac9b11658d3663bc Mon Sep 17 00:00:00 2001 From: Kylian Serrania Date: Tue, 21 Jul 2020 12:53:43 +0200 Subject: [PATCH] Release 3.1 (#56) Release version 3.1 of the formula. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df3bab..cce0eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes +## 3.1 / 2020-07-21 + +* [FEATURE] Create install info file [#52][] +* [BUGFIX] Remove old check config file if check is installed with Agent 6/7 [#47][] + ## 3.0 / 2019-12-18 **This formula will install Agent v7 by default.** Datadog Agent v7 runs checks with Python 3, so if you were running any custom checks written in Python, they must be compatible with Python 3. If you were not running any custom checks or if your custom checks are already compatible with Python 3, then it is safe to upgrade to Agent v7. @@ -65,3 +70,5 @@ This release contains breaking changes to the pillar file structure. Please read [#43]: https://github.com/DataDog/datadog-formula/issues/43 [#44]: https://github.com/DataDog/datadog-formula/issues/44 [#45]: https://github.com/DataDog/datadog-formula/issues/45 +[#47]: https://github.com/DataDog/datadog-formula/issues/47 +[#52]: https://github.com/DataDog/datadog-formula/issues/52 \ No newline at end of file