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

Add author and PR number to changelog #923

Merged
merged 2 commits into from
Jul 10, 2024
Merged
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changes
=======

# 4.20.0 / 2024-07-09
* [FEATURE] Add feature `ec2_prefer_imdsv2` collect instance metadata preferring the IMDSv2 endpoint.
* [FEATURE] Add feature `ec2_prefer_imdsv2` collect instance metadata preferring the IMDSv2 endpoint [#857] [@whsbp]
spencergilbert marked this conversation as resolved.
Show resolved Hide resolved

# 4.19.0 / 2024-02-19
* [FEATURE] Add support for installation of the datadog-fips-proxy package [#853] [@truthbk]
Expand Down Expand Up @@ -1063,6 +1063,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#850]: https://github.com/DataDog/chef-datadog/issues/850
[#852]: https://github.com/DataDog/chef-datadog/issues/852
[#856]: https://github.com/DataDog/chef-datadog/issues/856
[#857]: https://github.com/DataDog/chef-datadog/issues/857
[#858]: https://github.com/DataDog/chef-datadog/issues/858
[#859]: https://github.com/DataDog/chef-datadog/issues/859
[#860]: https://github.com/DataDog/chef-datadog/issues/860
Expand Down Expand Up @@ -1251,3 +1252,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@chouetz]: https://github.com/chouetz
[@vigohe]: https://github.com/vigohe
[@paulcacheux]: https://github.com/paulcacheux
[@whsbp]: https://github.com/whsbp
Loading