File tree 3 files changed +7
-2
lines changed
datadog_checks/http_check
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG - http_check
2
2
3
+ ## 2.4.0 / 2018-10-01
4
+
5
+ * [ Fixed] Fix fetching ca_certs from init_config. See [ #2318 ] ( https://github.com/DataDog/integrations-core/pull/2318 ) .
6
+ * [ Added] Allow configuring cert expiration time in seconds. See [ #2290 ] ( https://github.com/DataDog/integrations-core/pull/2290 ) .
7
+
3
8
## 2.3.0 / 2018-09-04
4
9
5
10
* [ Fixed] Update cryptography to 2.3. See [ #1927 ] ( https://github.com/DataDog/integrations-core/pull/1927 ) .
Original file line number Diff line number Diff line change 1
1
# (C) Datadog, Inc. 2018
2
2
# All rights reserved
3
3
# Licensed under a 3-clause BSD style license (see LICENSE)
4
- __version__ = "2.3 .0"
4
+ __version__ = "2.4 .0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ gunicorn==1.2.1; sys_platform != 'win32'
32
32
haproxy==1.3.1
33
33
hdfs_datanode==1.3.1; sys_platform != 'win32'
34
34
hdfs_namenode==1.3.1; sys_platform != 'win32'
35
- http_check==2.3 .0
35
+ http_check==2.4 .0
36
36
iis==2.1.1; sys_platform == 'win32'
37
37
istio==2.0.0
38
38
kafka==1.1.1
You can’t perform that action at this time.
0 commit comments