Skip to content

Commit d5b822a

Browse files
authored
[7.71.x] Release integrations for RC5 (DataDog#21374) (DataDog#21375)
* [Release] Bumped datadog_checks_base version to 37.20.0 * [Release] Bumped redisdb version to 8.1.1 * [Release] Bumped velero version to 3.0.2
1 parent cccdf23 commit d5b822a

File tree

11 files changed

+25
-10
lines changed

11 files changed

+25
-10
lines changed

datadog_checks_base/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 37.20.0 / 2025-09-17
6+
7+
***Added***:
8+
9+
* Add support for customizable cache keys to be used by the agent persistent cache. This allows integrations developers to define when the cache will be invalidated for each integration. ([#21316](https://github.com/DataDog/integrations-core/pull/21316))
10+
* Upgrade ddtrace to 3.12.5 ([#21360](https://github.com/DataDog/integrations-core/pull/21360))
11+
512
## 37.19.0 / 2025-09-05
613

714
***Added***:

datadog_checks_base/changelog.d/21316.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

datadog_checks_base/changelog.d/21360.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "37.19.0"
4+
__version__ = "37.20.0"

redisdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 8.1.1 / 2025-09-17
6+
7+
***Fixed***:
8+
9+
* Downgrade redis module ([#21366](https://github.com/DataDog/integrations-core/pull/21366))
10+
511
## 8.1.0 / 2025-09-05
612

713
***Added***:

redisdb/changelog.d/21366.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

redisdb/datadog_checks/redisdb/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "8.1.0"
5+
__version__ = "8.1.1"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ datadog-celery==2.0.1
3030
datadog-ceph==4.1.0; sys_platform != 'win32'
3131
datadog-cert-manager==6.0.1
3232
datadog-checkpoint-quantum-firewall==1.0.0
33-
datadog-checks-base==37.19.0
33+
datadog-checks-base==37.20.0
3434
datadog-checks-dependency-provider==3.0.0
3535
datadog-checks-downloader==8.0.0
3636
datadog-cilium==6.0.1
@@ -181,7 +181,7 @@ datadog-pulsar==3.2.1
181181
datadog-quarkus==2.0.1
182182
datadog-rabbitmq==8.1.0
183183
datadog-ray==3.0.1
184-
datadog-redisdb==8.1.0
184+
datadog-redisdb==8.1.1
185185
datadog-rethinkdb==5.1.0
186186
datadog-riak==5.1.1
187187
datadog-riakcs==4.8.0
@@ -228,7 +228,7 @@ datadog-twemproxy==3.0.0
228228
datadog-twistlock==6.0.1
229229
datadog-varnish==4.0.0
230230
datadog-vault==7.0.1
231-
datadog-velero==3.0.1
231+
datadog-velero==3.0.2
232232
datadog-vertica==6.1.1
233233
datadog-vllm==3.0.1
234234
datadog-voltdb==6.0.1

velero/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 3.0.2 / 2025-09-17
6+
7+
***Fixed***:
8+
9+
* Remove usage of bitnami images for testing and add ruff rules from parent directory ([#21274](https://github.com/DataDog/integrations-core/pull/21274))
10+
511
## 3.0.1 / 2025-08-07 / Agent 7.70.0
612

713
***Fixed***:

velero/changelog.d/21274.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)