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

# 4.22.3 / 2026-01-21
* [MISC] Bump rack to 2.2.20 [#966]
* [MISC] Bump nokogiri from 1.18.8 to 1.18.9, rexml from 3.3.9 to 3.4.2, rack from 2.2.13 to 2.2.18 [#962]

# 4.22.3 / 2025-10-06

* [MISC] Bump nokogiri from 1.15.7 to 1.18.8 [#953]
Expand Down Expand Up @@ -1122,6 +1126,8 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#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
[#962]: https://github.com/DataDog/chef-datadog/issues/962
[#966]: https://github.com/DataDog/chef-datadog/issues/966
[@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.3'
version '4.22.4'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
Expand Down
Loading