Skip to content

Commit 7cc1b76

Browse files
committed
chef-datadog, 2.0.0
1 parent c347979 commit 7cc1b76

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
11
Changes
22
=======
33

4-
# 1.3.0 / Unreleased
4+
# 2.0.0 / 2014-08-22
55

6+
* **BREAKING CHANGE**: Datadog Agent 5.0.0 Release Edition
7+
8+
With the release of Datadog Agent 5.x, all Python dependencies are now bundled, and extensions for monitoring are no
9+
longer needed. Integration-specific recipes no longer install any packages, so if you are using a version older than
10+
5.x, you may have to install these yourself. This greatly simplifies deployment of all components for monitoring.
11+
See commit b77582122f3db774a838f90907b421e544dd099c for the exact package resources that have been removed.
12+
Affected recipes:
13+
14+
- hdfs
15+
- memcache
16+
- mongodb
17+
- mysql
18+
- postgres
19+
- redisdb
20+
21+
* **BREAKING CHANGE**: Removed chef_gem support for Chef versions pre 0.10.9.
22+
23+
We haven't supported this version of Chef in some time, so it's unlikely that you will be affected at all.
24+
Just in case, please review what versions of Chef you have installed, and use an older version of this cookbook until
25+
you can upgrade them.
26+
27+
* [OPTIMIZE] Update repository recipe to choose correct arch, [@remh][]
28+
* [OPTIMIZE] Remove conditional python dep for Ubuntu 11.04, [@miketheman][]
629
* [OPTIMIZE] Remove extra `apt-get` call during Agent recipe run, [@miketheman][]
730
* [FEATURE] Add `kafka` monitoring recipe & tests, [#113][] [@qqfr2507][]
831
* [FEATURE] Allow database name to be passed into postgres template, [@miketheman][]
32+
* [MISC] Many updates to testing suite. Faster style, better specs. [@miketheman][]
933

1034
# 1.2.0 / 2014-03-24
1135

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures datadog components'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.2.0'
7+
version '2.0.0'
88

99
%w(
1010
amazon

0 commit comments

Comments
 (0)