Skip to content

Commit

Permalink
Changelog link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSerrania committed Dec 18, 2019
1 parent a8316ae commit 928830b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -12,7 +12,7 @@ This release contains breaking changes to the pillar file structure. Please read
* [BUGFIX] Put check config files in the `<check>.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][]

Expand Down Expand Up @@ -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
[#44]: https://github.com/DataDog/datadog-formula/issues/44
[#45]: https://github.com/DataDog/datadog-formula/issues/45

0 comments on commit 928830b

Please sign in to comment.