Skip to content

Commit

Permalink
[release] 3.2.0 (#636)
Browse files Browse the repository at this point in the history
* [release] 3.1.1

* Support SLES 15 (gpg key import).

* [release] 3.2.0
  • Loading branch information
remeh authored Jul 25, 2019
1 parent 3891466 commit 16da76a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 3.2.0 / 2019-07-25

* [FEATURE] Support the `extra_config` field in the system-probe recipe. See [#635][] [@kevinconaway][]
* [BUGFIX] Fix the support of SLES 15 by supporting recent versions of `gpg` while importing the GPG key. See [#631][] [@KSerrania][]
* [MISC] Allow custom prefix for Windows agent artifact. See [#634][] [@truthbk][]

# 3.1.0 / 2019-07-10

* [FEATURE] Add support of the `system-probe` Agent. See [#626][] [@shang-wang][]
Expand Down Expand Up @@ -753,12 +759,16 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#618]: https://github.com/DataDog/chef-datadog/issues/618
[#626]: https://github.com/DataDog/chef-datadog/issues/626
[#628]: https://github.com/DataDog/chef-datadog/issues/628
[#631]: https://github.com/DataDog/chef-datadog/issues/631
[#634]: https://github.com/DataDog/chef-datadog/issues/634
[#635]: https://github.com/DataDog/chef-datadog/issues/635
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@BrentOnRails]: https://github.com/BrentOnRails
[@DorianZaccaria]: https://github.com/DorianZaccaria
[@EasyAsABC123]: https://github.com/EasyAsABC123
[@JoeDeVries]: https://github.com/JoeDeVries
[@KSerrania]: https://github.com/KSerrania
[@LeoCavaille]: https://github.com/LeoCavaille
[@MiguelMoll]: https://github.com/MiguelMoll
[@NBParis]: https://github.com/NBParis
Expand Down Expand Up @@ -832,6 +842,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@jtimberman]: https://github.com/jtimberman
[@juliandunn]: https://github.com/juliandunn
[@jvrplmlmn]: https://github.com/jvrplmlmn
[@kevinconaway]: https://github.com/kevinconaway
[@khouse]: https://github.com/khouse
[@kindlyseth]: https://github.com/kindlyseth
[@krasnoukhov]: https://github.com/krasnoukhov
Expand Down Expand Up @@ -880,6 +891,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@thisismana]: https://github.com/thisismana
[@timusg]: https://github.com/timusg
[@tmichelet]: https://github.com/tmichelet
[@truthbk]: https://github.com/truthbk
[@uzyexe]: https://github.com/uzyexe
[@wk8]: https://github.com/wk8
[@wolf31o2]: https://github.com/wolf31o2
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures datadog components'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.0'
version '3.2.0'
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 16da76a

Please sign in to comment.