Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changes
<!-- markdownlint-disable MD003 -->
<!-- markdownlint-disable MD001 -->

# 4.1.1 / 2025-10-07
* [CHORE] Remove pycache directory during upgrades ([#871]).
* [CHORE] Fix CI Kitchen tests by using fork of kitchen-docker driver ([#873]).

# 4.1.0 / 2025-09-08

* [FEATURE] Support Remote Agent updates with Fleet Automation ([#866]).
Expand Down Expand Up @@ -1005,7 +1009,10 @@ Please read the [docs]() for more details.
[#856]: https://github.com/DataDog/puppet-datadog-agent/issues/856
[#860]: https://github.com/DataDog/puppet-datadog-agent/issues/860
[#866]: https://github.com/DataDog/puppet-datadog-agent/issues/866
[#867]: https://github.com/DataDog/puppet-datadog-agent/issues/868
[#867]: https://github.com/DataDog/puppet-datadog-agent/issues/867
[#868]: https://github.com/DataDog/puppet-datadog-agent/issues/868
[#871]: https://github.com/DataDog/puppet-datadog-agent/issues/871
[#873]: https://github.com/DataDog/puppet-datadog-agent/issues/873
[@Aramack]: https://github.com/Aramack
[@BIAndrews]: https://github.com/BIAndrews
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-datadog_agent",
"version": "4.1.0",
"version": "4.1.1",
"author": "James Turnbull <james@lovedthanlost.net>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <jaime.fullaondo@datadoghq.com>, Albert Vaca <albert.vaca@datadoghq.com>",
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
"license": "Apache-2.0",
Expand Down
Loading