diff --git a/CHANGELOG.md b/CHANGELOG.md index dc833cd..1df3bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.0 / 2019-12-18 -**This role 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. +**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. This release contains breaking changes to the pillar file structure. Please read the `README` file, in particular the `Pillar configuration`, as well as the [pillar example file](pillar.example) for details on how to write your pillar file. @@ -12,7 +12,7 @@ This release contains breaking changes to the pillar file structure. Please read * [BUGFIX] Put check config files in the `.d/` directory on Agent v6 and v7 [#39][] * [BUGFIX] Fix Agent v6 and v7 install from beta repositories [#42][] * [BUGFIX] Fix checks config directory permissions [#45][] -* [OTHER] Testing docs & scripts improvements [#44] +* [OTHER] Testing docs & scripts improvements [#44][] * [OTHER] Do not import the old rpm GPG key if installing Agent v7 [#43][] * [OTHER] Unused variable cleanup [#36][] @@ -63,4 +63,5 @@ This release contains breaking changes to the pillar file structure. Please read [#40]: https://github.com/DataDog/datadog-formula/issues/40 [#42]: https://github.com/DataDog/datadog-formula/issues/42 [#43]: https://github.com/DataDog/datadog-formula/issues/43 -[#45]: https://github.com/DataDog/datadog-formula/issues/45 \ No newline at end of file +[#44]: https://github.com/DataDog/datadog-formula/issues/44 +[#45]: https://github.com/DataDog/datadog-formula/issues/45