Releases: DataDog/datadog-formula
Releases · DataDog/datadog-formula
3.7 / 2023-10-31
[FEATURE] Add support for SUSE
3.6 / 2023-07-10
- [FEATURE] Update signing keys
3.5 / 2023-01-12
- [DEPRECATION] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it.
3.4 / 2021-08-12
3.3 / 2020-11-16
- [FEATURE] Trust new Datadog GPG keys #63
3.2
3.1
2.2
3.0
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.
This release contains breaking changes to the pillar file structure. Please read the README
file, in particular the pillar configuration section, as well as the pillar example file for details on how to write your pillar file.
- [FEATURE] Add Agent v7 support #40
- [FEATURE] Allow all
datadog.yaml
config options for Agent v6 and v7 #35 - [FEATURE] Add ability to choose check versions #37
- [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] Do not import the old rpm GPG key if installing Agent v7 #43
- [OTHER] Unused variable cleanup #36