diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d1930e..63c015f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Changes +# 4.1.0 / 2025-09-08 + +* [FEATURE] Support Remote Agent updates with Fleet Automation ([#866]). +* [CHORE] Fix CI Kitchen tests by including `libyaml-dev` installation required by `psych` sub-dependency ([#868]). + # 4.0.3 / 2025-04-14 * [BUGFIX] Handle Windows Agent pinned version above 7.46 ([#860]). @@ -999,6 +1004,8 @@ Please read the [docs]() for more details. [#852]: https://github.com/DataDog/puppet-datadog-agent/issues/852 [#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 [@Aramack]: https://github.com/Aramack [@BIAndrews]: https://github.com/BIAndrews [@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni diff --git a/metadata.json b/metadata.json index 2ba12644..84fb1615 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "4.0.3", + "version": "4.1.0", "author": "James Turnbull , Rob Terhaar , Jaime Fullaondo , Albert Vaca ", "summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog", "license": "Apache-2.0",