Commit 7cc1b76 1 parent c347979 commit 7cc1b76 Copy full SHA for 7cc1b76
File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- # 1.3 .0 / Unreleased
4
+ # 2.0 .0 / 2014-08-22
5
5
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 ] [ ]
6
29
* [ OPTIMIZE] Remove extra ` apt-get ` call during Agent recipe run, [ @miketheman ] [ ]
7
30
* [ FEATURE] Add ` kafka ` monitoring recipe & tests, [ #113 ] [ ] [ @qqfr2507 ] [ ]
8
31
* [ FEATURE] Allow database name to be passed into postgres template, [ @miketheman ] [ ]
32
+ * [ MISC] Many updates to testing suite. Faster style, better specs. [ @miketheman ] [ ]
9
33
10
34
# 1.2.0 / 2014-03-24
11
35
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs/Configures datadog components'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '1.2 .0'
7
+ version '2.0 .0'
8
8
9
9
%w(
10
10
amazon
You can’t perform that action at this time.
0 commit comments