Skip to content

Latest commit

 

History

History
111 lines (82 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

111 lines (82 loc) · 4.78 KB

Changes

3.7 / 2023-10-31

  • [FEATURE] Add support for SUSE [#89][]

3.6 / 2023-07-10

  • [FEATURE] Update signing keys #83

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

  • [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

3.3 / 2020-11-16

  • [FEATURE] Trust new Datadog GPG keys #63

3.2 / 2020-08-31

  • [FEATURE] Allow installing third-party integrations #57 & #58
  • [BUGFIX] Restart the datadog-agent service after an integration install #59

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.

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

2.1 / 2019-08-27

  • [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

2.0 / 2018-07-05

  • 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.

1.2 / 2018-06-05

  • Make datadog.checks optional, see #22.

1.1 / 2018-03-05

  • Trust the new GPG key in the APT repository, see #20.

1.0 / 2018-02-20

  • Refactor the formula using a map.
  • Added a Docker compose file to ease development.
  • Added uninstall state.
  • Watch config file for changes, see #17.
  • Configure checks, see #18.