Skip to content

Commit

Permalink
Prepare 3.4 release (#72)
Browse files Browse the repository at this point in the history
Updates changelog & formula version.
  • Loading branch information
KSerrania authored Aug 12, 2021
1 parent c5877ac commit 806b0db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 3.4 / 2021-08-12

* [FEATURE] Install datadog-signing-keys on Debian-based platforms [#69][]
* [FEATURE] Implement improvements to APT keys management [#68][]
* [FEATURE] Enable repo_gpgcheck for Agent > 5 yum repos [#67][]
* [FEATURE] Add 'CURRENT' public key entry, get keys from keys.datadoghq.com [#65][]

## 3.3 / 2020-11-16

* [FEATURE] Trust new Datadog GPG keys [#63][]
Expand Down Expand Up @@ -84,4 +91,8 @@ This release contains breaking changes to the pillar file structure. Please read
[#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
[#63]: https://github.com/DataDog/datadog-formula/issues/63
[#63]: https://github.com/DataDog/datadog-formula/issues/63
[#65]: https://github.com/DataDog/datadog-formula/issues/65
[#67]: https://github.com/DataDog/datadog-formula/issues/67
[#68]: https://github.com/DataDog/datadog-formula/issues/68
[#69]: https://github.com/DataDog/datadog-formula/issues/69
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.3' %}
{% set formula_version = '3.4' %}

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

0 comments on commit 806b0db

Please sign in to comment.