Skip to content

Commit 147bdd3

Browse files
authored
[Release] Bumped http_check version to 2.4.0 (DataDog#2326)
1 parent 5a8a0d1 commit 147bdd3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

http_check/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG - http_check
22

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+
38
## 2.3.0 / 2018-09-04
49

510
* [Fixed] Update cryptography to 2.3. See [#1927](https://github.com/DataDog/integrations-core/pull/1927).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2018
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "2.3.0"
4+
__version__ = "2.4.0"

requirements-agent-release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gunicorn==1.2.1; sys_platform != 'win32'
3232
haproxy==1.3.1
3333
hdfs_datanode==1.3.1; sys_platform != 'win32'
3434
hdfs_namenode==1.3.1; sys_platform != 'win32'
35-
http_check==2.3.0
35+
http_check==2.4.0
3636
iis==2.1.1; sys_platform == 'win32'
3737
istio==2.0.0
3838
kafka==1.1.1

0 commit comments

Comments
 (0)