Skip to content

Commit 7f93cb4

Browse files
authored
Release puppet module 3.24.0 (#836)
* release puppet module 3.24.0 * fix changelog * update release date
1 parent 9e534c5 commit 7f93cb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes
22
=======
3+
4+
# 3.24.0 / 2025-02-25
5+
6+
* [BUGFIX] Fix incorrect SSL parameter data type for postgres integration ([#824])
7+
* [FEATURE] Add missing SSL parameters for redis integration ([#835])
8+
39
# 3.23.0 / 2024-12-09
410

511
* [FEATURE] Add support for `DD_REMOTE_POLICIES` ([#821])
@@ -937,6 +943,8 @@ Please read the [docs]() for more details.
937943
[#806]: https://github.com/DataDog/puppet-datadog-agent/issues/806
938944
[#820]: https://github.com/DataDog/puppet-datadog-agent/issues/820
939945
[#821]: https://github.com/DataDog/puppet-datadog-agent/issues/821
946+
[#824]: https://github.com/DataDog/puppet-datadog-agent/issues/824
947+
[#835]: https://github.com/DataDog/puppet-datadog-agent/issues/835
940948
[@Aramack]: https://github.com/Aramack
941949
[@BIAndrews]: https://github.com/BIAndrews
942950
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"author": "James Turnbull <james@lovedthanlost.net>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <jaime.fullaondo@datadoghq.com>, Albert Vaca <albert.vaca@datadoghq.com>",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)