Skip to content

Commit 66f640f

Browse files
authored
Release 3.6 (#88)
1 parent 19ddfe0 commit 66f640f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 3.6 / 2023-07-10
4+
5+
* [FEATURE] Update signing keys [#83][]
6+
37
## 3.5 / 2023-01-12
48

59
* [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
99103
[#65]: https://github.com/DataDog/datadog-formula/issues/65
100104
[#67]: https://github.com/DataDog/datadog-formula/issues/67
101105
[#68]: https://github.com/DataDog/datadog-formula/issues/68
102-
[#69]: https://github.com/DataDog/datadog-formula/issues/69
106+
[#69]: https://github.com/DataDog/datadog-formula/issues/69
107+
[#83]: https://github.com/DataDog/datadog-formula/issues/83

datadog/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set formula_version = '3.5' %}
1+
{% set formula_version = '3.6' %}
22

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

0 commit comments

Comments
 (0)