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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 4.22.3 / 2025-10-06

* [MISC] Bump nokogiri from 1.15.7 to 1.18.8 [#953]
* [MISC] Remove pycache during upgrades [#959]
* [MISC] Fix for Agent 5 `kitchen-docker-tests` [#961]
* [MISC] Documentation changes [#957], [#958]

# 4.22.2 / 2025-04-17
* [MISC] Clean-up activesupport removal [#951]
* [MISC] Drop activesupport dependency [#950]
Expand Down Expand Up @@ -1110,6 +1117,11 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#946]: https://github.com/DataDog/chef-datadog/issues/946
[#950]: https://github.com/DataDog/chef-datadog/issues/950
[#951]: https://github.com/DataDog/chef-datadog/issues/951
[#953]: https://github.com/DataDog/chef-datadog/issues/953
[#957]: https://github.com/DataDog/chef-datadog/issues/957
[#958]: https://github.com/DataDog/chef-datadog/issues/958
[#959]: https://github.com/DataDog/chef-datadog/issues/959
[#961]: https://github.com/DataDog/chef-datadog/issues/961
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'package@datadoghq.com'
license 'Apache-2.0'
description 'Installs/Configures datadog components'
version '4.22.2'
version '4.22.3'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
Expand Down
Loading