- [FEATURE] Add support for SUSE [#89][]
- [FEATURE] Update signing keys #83
- [DEPRECATION] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it.
- [FEATURE] Install datadog-signing-keys on Debian-based platforms #69
- [FEATURE] Implement improvements to APT keys management #68
- [FEATURE] Enable repo_gpgcheck for Agent > 5 yum repos #67
- [FEATURE] Add 'CURRENT' public key entry, get keys from keys.datadoghq.com #65
- [FEATURE] Trust new Datadog GPG keys #63
- [FEATURE] Allow installing third-party integrations #57 & #58
- [BUGFIX] Restart the datadog-agent service after an integration install #59
- [FEATURE] Create install info file #52
- [BUGFIX] Remove old check config file if check is installed with Agent 6/7 #47
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 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
- [FEATURE] Add python_version option #33
- [FEATURE] Add site option #32
- [BUGFIX] Retry on failure when pulling the gpg key from keyserver.ubuntu.com #28
- [OTHER] Trust the new rpm gpg key on RHEL #31
- [OTHER] Use the long apt key fingerprint #30
- Add support for Agent 6.
- Add option to specify which version of the Agent to install (installs the latest version of Agent 6 by default).
- Add CentOS testing environment, with the ability to specify which testing environment you want to spin up.
- Make datadog.checks optional, see #22.
- Trust the new GPG key in the APT repository, see #20.