Skip to content

Commit 34e639c

Browse files
authored
Update changelog for datadog puppet module v4.0.1 (#855)
* Update changelog for datadog puppet module v4.0.1 * Update metadata.json version to 4.0.1 * fix version in changelog
1 parent 5684083 commit 34e639c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changes
55
<!-- markdownlint-disable MD003 -->
66
<!-- markdownlint-disable MD001 -->
77

8+
# 4.0.1 / 2025-04-03
9+
10+
* [BUGFIX] Bump uri from 1.0.2 to 1.0.3 ([#846]).
11+
* [BUGFIX] Fix Datadog Reports ([#848]).
12+
* [BUGFIX] Fix tcp_check for multi-instances ([#851]).
13+
* [BUGFIX] Fix do not set empty tls_protocols_allowed and tls_ciphers for elasticsearch ([#852])(thanks [@nielstholenaar]).
14+
815
# 4.0.0 / 2025-03-10
916

1017
This release has multiple breaking changes. You may need to update your module integration. Note that module
@@ -978,6 +985,10 @@ Please read the [docs]() for more details.
978985
[#824]: https://github.com/DataDog/puppet-datadog-agent/issues/824
979986
[#835]: https://github.com/DataDog/puppet-datadog-agent/issues/835
980987
[#838]: https://github.com/DataDog/puppet-datadog-agent/issues/838
988+
[#846]: https://github.com/DataDog/puppet-datadog-agent/issues/846
989+
[#848]: https://github.com/DataDog/puppet-datadog-agent/issues/848
990+
[#851]: https://github.com/DataDog/puppet-datadog-agent/issues/851
991+
[#852]: https://github.com/DataDog/puppet-datadog-agent/issues/852
981992
[@Aramack]: https://github.com/Aramack
982993
[@BIAndrews]: https://github.com/BIAndrews
983994
[@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": "4.0.0",
3+
"version": "4.0.1",
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)