Skip to content

Commit

Permalink
Port the cryptography bump to master (#16326)
Browse files Browse the repository at this point in the history
* Bump the cryptography version to 41.0.6 (#16322)

* Release integrations after the cryptography bump (#16325)

* [Release] Bumped cisco_aci version to 2.4.2

* [Release] Bumped datadog_checks_base version to 34.3.1

* [Release] Bumped http_check version to 9.2.3

* [Release] Bumped mysql version to 11.4.1

* [Release] Bumped tls version to 2.13.2

* [Release] Update metadata
  • Loading branch information
FlorentClarret authored Dec 4, 2023
1 parent c009a97 commit 8949364
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 16 deletions.
6 changes: 6 additions & 0 deletions cisco_aci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
2 changes: 1 addition & 1 deletion cisco_aci/datadog_checks/cisco_aci/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion cisco_aci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 6 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down
6 changes: 6 additions & 0 deletions http_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
2 changes: 1 addition & 1 deletion http_check/datadog_checks/http_check/__about__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion http_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]
Expand Down
6 changes: 6 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down
10 changes: 5 additions & 5 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
2 changes: 1 addition & 1 deletion tls/datadog_checks/tls/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 8949364

Please sign in to comment.