From c0be7bf4df9a6d7fa0491af7af3574b146bda38c Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Tue, 7 Oct 2025 11:48:28 -0400 Subject: [PATCH] release puppet module 4.1.1 --- CHANGELOG.md | 9 ++++++++- metadata.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c015f3..5c35ff4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Changes +# 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]). @@ -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 diff --git a/metadata.json b/metadata.json index 84fb1615..55063b27 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "4.1.0", + "version": "4.1.1", "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",