Skip to content

Commit

Permalink
Release 4.11.1 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored Aug 24, 2021
1 parent 5749a16 commit 5b8c78c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

# 4.11.1 / 2021-08-24

* [BUGFIX] Support cookbook renaming [#810][] [@lchayoun][]
* [BUGFIX] Use YAML.dump instead of to_yaml [#813][] [@mbaitelman][]

# 4.11.0 / 2021-08-10

* [FEATURE] Get keys from keys.datadoghq.com, not Ubuntu keyserver, and other improvements to APT keys management [#796][] [@bkabrda][]
Expand Down Expand Up @@ -990,6 +995,8 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#803]: https://github.com/DataDog/chef-datadog/issues/803
[#804]: https://github.com/DataDog/chef-datadog/issues/804
[#806]: https://github.com/DataDog/chef-datadog/issues/806
[#810]: https://github.com/DataDog/chef-datadog/issues/810
[#813]: https://github.com/DataDog/chef-datadog/issues/813
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand Down Expand Up @@ -1097,6 +1104,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@lefthand]: https://github.com/lefthand
[@martinisoft]: https://github.com/martinisoft
[@mattrobenolt]: https://github.com/mattrobenolt
[@mbaitelman]: https://github.com/mbaitelman
[@mfischer-zd]: https://github.com/mfischer-zd
[@mhebbar1]: https://github.com/mhebbar1
[@mikelaning]: https://github.com/mikelaning
Expand Down Expand Up @@ -1149,4 +1157,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@wolf31o2]: https://github.com/wolf31o2
[@xt99]: https://github.com/xt99
[@yannmh]: https://github.com/yannmh
[@zshenker]: https://github.com/zshenker
[@zshenker]: https://github.com/zshenker
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.11.0'
version '4.11.1'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
Expand Down

0 comments on commit 5b8c78c

Please sign in to comment.