Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.19.0 #910

Merged
merged 1 commit into from
Feb 19, 2024
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 4.19.0 / 2024-02-19
* [FEATURE] Add support for installation of the datadog-fips-proxy package [#853] [@truthbk]
* [FEATURE] Add support for CWS on Windows [#907] [@paulcacheux]

# 4.18.0 / 2023-07-25
* [BUGFIX] Syntax update to support old chef-infra versions [#898] [@chouetz]
* [FEATURE] Update recipes to support amazonlinux 2023 installation [#896] [@chouetz]
Expand Down Expand Up @@ -1243,3 +1247,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@nichols2k]: https://github.com/nichols2k
[@chouetz]: https://github.com/chouetz
[@vigohe]: https://github.com/vigohe
[@paulcacheux]: https://github.com/paulcacheux
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 '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures datadog components'
version '4.18.0'
version '4.19.0'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
Expand Down
Loading