diff --git a/cisco_aci/CHANGELOG.md b/cisco_aci/CHANGELOG.md index 9b016cad1a62e..57200b1e09aef 100644 --- a/cisco_aci/CHANGELOG.md +++ b/cisco_aci/CHANGELOG.md @@ -2,6 +2,12 @@ +## 2.4.2 / 2023-12-04 + +***Fixed***: + +* Bump the cryptography version to 41.0.6 ([#16322](https://github.com/DataDog/integrations-core/pull/16322)) + ## 2.4.1 / 2023-10-26 / Agent 7.49.0 ***Fixed***: diff --git a/cisco_aci/datadog_checks/cisco_aci/__about__.py b/cisco_aci/datadog_checks/cisco_aci/__about__.py index 1747d376dbecb..6df2d018628f6 100644 --- a/cisco_aci/datadog_checks/cisco_aci/__about__.py +++ b/cisco_aci/datadog_checks/cisco_aci/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "2.4.1" +__version__ = "2.4.2" diff --git a/cisco_aci/pyproject.toml b/cisco_aci/pyproject.toml index 3954644b51330..ef9005b8daeb5 100644 --- a/cisco_aci/pyproject.toml +++ b/cisco_aci/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==41.0.5; python_version > '3.0'", + "cryptography==41.0.6; python_version > '3.0'", ] [project.urls] diff --git a/datadog_checks_base/CHANGELOG.md b/datadog_checks_base/CHANGELOG.md index 0d4a405465029..3d187e76d44df 100644 --- a/datadog_checks_base/CHANGELOG.md +++ b/datadog_checks_base/CHANGELOG.md @@ -2,6 +2,12 @@ +## 34.3.1 / 2023-12-04 + +***Fixed***: + +* Bump the cryptography version to 41.0.6 ([#16322](https://github.com/DataDog/integrations-core/pull/16322)) + ## 34.3.0 / 2023-11-10 ***Added***: diff --git a/datadog_checks_base/datadog_checks/base/__about__.py b/datadog_checks_base/datadog_checks/base/__about__.py index e5f872bfedaa1..63ee9bc36ddca 100644 --- a/datadog_checks_base/datadog_checks/base/__about__.py +++ b/datadog_checks_base/datadog_checks/base/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2018-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "34.3.0" +__version__ = "34.3.1" diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index 03778dc430db0..690fe1c2eaafc 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -20,7 +20,7 @@ cm-client==45.0.4 confluent-kafka==2.3.0; python_version > '3.0' contextlib2==0.6.0.post1; python_version < '3.0' cryptography==3.3.2; python_version < '3.0' -cryptography==41.0.5; python_version > '3.0' +cryptography==41.0.6; python_version > '3.0' ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0' ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0' ddtrace==1.11.2; python_version > '3.0' diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index 6f3ed22a447c6..7229a7a0c5ca7 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -43,7 +43,7 @@ deps = [ "cachetools==5.3.2; python_version > '3.0'", "contextlib2==0.6.0.post1; python_version < '3.0'", "cryptography==3.3.2; python_version < '3.0'", - "cryptography==41.0.5; python_version > '3.0'", + "cryptography==41.0.6; python_version > '3.0'", "ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'", "ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'", "ddtrace==1.11.2; python_version > '3.0'", diff --git a/http_check/CHANGELOG.md b/http_check/CHANGELOG.md index 7ed3cf4f04625..95daed0b3e81e 100644 --- a/http_check/CHANGELOG.md +++ b/http_check/CHANGELOG.md @@ -2,6 +2,12 @@ +## 9.2.3 / 2023-12-04 + +***Fixed***: + +* Bump the cryptography version to 41.0.6 ([#16322](https://github.com/DataDog/integrations-core/pull/16322)) + ## 9.2.2 / 2023-11-10 ***Fixed***: diff --git a/http_check/datadog_checks/http_check/__about__.py b/http_check/datadog_checks/http_check/__about__.py index fec78136125a8..453ce19db5cec 100644 --- a/http_check/datadog_checks/http_check/__about__.py +++ b/http_check/datadog_checks/http_check/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2018-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "9.2.2" +__version__ = "9.2.3" diff --git a/http_check/pyproject.toml b/http_check/pyproject.toml index af2ecb697c119..a9e083deab823 100644 --- a/http_check/pyproject.toml +++ b/http_check/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==41.0.5; python_version > '3.0'", + "cryptography==41.0.6; python_version > '3.0'", "requests-ntlm==1.1.0; python_version < '3.0'", "requests-ntlm==1.2.0; python_version > '3.0'", ] diff --git a/mysql/CHANGELOG.md b/mysql/CHANGELOG.md index 9dea30bceb031..970de03011a88 100644 --- a/mysql/CHANGELOG.md +++ b/mysql/CHANGELOG.md @@ -2,6 +2,12 @@ +## 11.4.1 / 2023-12-04 + +***Fixed***: + +* Bump the cryptography version to 41.0.6 ([#16322](https://github.com/DataDog/integrations-core/pull/16322)) + ## 11.4.0 / 2023-11-10 ***Added***: diff --git a/mysql/datadog_checks/mysql/__about__.py b/mysql/datadog_checks/mysql/__about__.py index 3d51e61a03154..2197ffe3ed981 100644 --- a/mysql/datadog_checks/mysql/__about__.py +++ b/mysql/datadog_checks/mysql/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "11.4.0" +__version__ = "11.4.1" diff --git a/mysql/pyproject.toml b/mysql/pyproject.toml index 61fe420f904e3..b8d443b078e26 100644 --- a/mysql/pyproject.toml +++ b/mysql/pyproject.toml @@ -42,7 +42,7 @@ deps = [ "cachetools==3.1.1; python_version < '3.0'", "cachetools==5.3.2; python_version > '3.0'", "cryptography==3.3.2; python_version < '3.0'", - "cryptography==41.0.5; python_version > '3.0'", + "cryptography==41.0.6; python_version > '3.0'", "futures==3.4.0; python_version < '3.0'", "pymysql==0.10.1; python_version < '3.0'", "pymysql==1.1.0; python_version > '3.0'", diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 68f56b5107be3..ea290917e5ba6 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -19,11 +19,11 @@ datadog-cassandra-nodetool==1.12.1 datadog-cassandra==1.17.1 datadog-ceph==2.9.1; sys_platform != 'win32' datadog-cert-manager==3.1.1 -datadog-checks-base==34.3.0 +datadog-checks-base==34.3.1 datadog-checks-dependency-provider==1.3.1 datadog-checks-downloader==4.4.0 datadog-cilium==3.2.0 -datadog-cisco-aci==2.4.1 +datadog-cisco-aci==2.4.2 datadog-citrix-hypervisor==3.0.0 datadog-clickhouse==3.1.0 datadog-cloud-foundry-api==3.1.0 @@ -65,7 +65,7 @@ datadog-hdfs-datanode==4.0.0; sys_platform != 'win32' datadog-hdfs-namenode==4.0.0; sys_platform != 'win32' datadog-hive==1.9.1 datadog-hivemq==1.7.1 -datadog-http-check==9.2.2 +datadog-http-check==9.2.3 datadog-hudi==2.2.1 datadog-hyperv==1.10.1; sys_platform == 'win32' datadog-ibm-ace==2.1.0 @@ -103,7 +103,7 @@ datadog-mcache==4.0.0; sys_platform != 'win32' datadog-mesos-master==3.2.1; sys_platform != 'win32' datadog-mesos-slave==3.2.1; sys_platform != 'win32' datadog-mongo==6.0.2 -datadog-mysql==11.4.0 +datadog-mysql==11.4.1 datadog-nagios==1.12.1 datadog-network==3.0.0 datadog-nfsstat==1.12.1; sys_platform == 'linux2' @@ -156,7 +156,7 @@ datadog-teamcity==4.0.1 datadog-temporal==2.0.0 datadog-tenable==1.4.1 datadog-teradata==2.0.0; sys_platform != 'darwin' -datadog-tls==2.13.1 +datadog-tls==2.13.2 datadog-tokumx==3.2.0 datadog-tomcat==1.12.2 datadog-torchserve==2.0.0 diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index 8f35d5814859d..f04cde2e8fcb7 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -2,6 +2,12 @@ +## 2.13.2 / 2023-12-04 + +***Fixed***: + +* Bump the cryptography version to 41.0.6 ([#16322](https://github.com/DataDog/integrations-core/pull/16322)) + ## 2.13.1 / 2023-10-26 / Agent 7.49.0 ***Fixed***: diff --git a/tls/datadog_checks/tls/__about__.py b/tls/datadog_checks/tls/__about__.py index bd4a2bb9b7079..324d7b2f84069 100644 --- a/tls/datadog_checks/tls/__about__.py +++ b/tls/datadog_checks/tls/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2019-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '2.13.1' +__version__ = '2.13.2' diff --git a/tls/pyproject.toml b/tls/pyproject.toml index 481d7429cf720..727c7f4468aa4 100644 --- a/tls/pyproject.toml +++ b/tls/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "cryptography==3.3.2; python_version < '3.0'", - "cryptography==41.0.5; python_version > '3.0'", + "cryptography==41.0.6; python_version > '3.0'", "ipaddress==1.0.23; python_version < '3.0'", "service-identity[idna]==21.1.0", ]