diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3f465..09608b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## 3.6 / 2023-07-10 + +* [FEATURE] Update signing keys [#83][] + ## 3.5 / 2023-01-12 * [DEPRECATION] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it. @@ -99,4 +103,5 @@ This release contains breaking changes to the pillar file structure. Please read [#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 \ No newline at end of file +[#69]: https://github.com/DataDog/datadog-formula/issues/69 +[#83]: https://github.com/DataDog/datadog-formula/issues/83 diff --git a/datadog/map.jinja b/datadog/map.jinja index 1c8f60e..4e3ac27 100644 --- a/datadog/map.jinja +++ b/datadog/map.jinja @@ -1,4 +1,4 @@ -{% set formula_version = '3.5' %} +{% set formula_version = '3.6' %} {% set os_family_map = salt['grains.filter_by']({ 'Debian': {},