Skip to content

Commit

Permalink
Release 3.3 (#64)
Browse files Browse the repository at this point in the history
Release version 3.3 of the formula.
  • Loading branch information
KSerrania authored Nov 16, 2020
1 parent ac148f2 commit 6f2cfca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 3.3 / 2020-11-16

* [FEATURE] Trust new Datadog GPG keys [#63][]

## 3.2 / 2020-08-31

* [FEATURE] Allow installing third-party integrations [#57][] & [#58][]
Expand Down Expand Up @@ -79,4 +83,5 @@ This release contains breaking changes to the pillar file structure. Please read
[#52]: https://github.com/DataDog/datadog-formula/issues/52
[#57]: https://github.com/DataDog/datadog-formula/issues/57
[#58]: https://github.com/DataDog/datadog-formula/issues/58
[#59]: https://github.com/DataDog/datadog-formula/issues/59
[#59]: https://github.com/DataDog/datadog-formula/issues/59
[#63]: https://github.com/DataDog/datadog-formula/issues/63
2 changes: 1 addition & 1 deletion datadog/map.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set formula_version = '3.0' %}
{% set formula_version = '3.3' %}

{% set os_family_map = salt['grains.filter_by']({
'Debian': {},
Expand Down

0 comments on commit 6f2cfca

Please sign in to comment.