Skip to content

Commit 1b98a58

Browse files
committed
Update CHANGELOG for 2022.1 release
1 parent bab41b0 commit 1b98a58

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

CHANGELOG.md

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,72 @@
1-
## 2021.3 (Upcoming)
1+
## 2022.1 (May 16, 2021)
2+
3+
### Features (some, not all…)
4+
5+
Add Santa team ID rules.
6+
7+
Multiple Elasticsearch indices/aliases for event lifecycle management.
8+
9+
Add event routing keys. Use routing keys for the event stores.
10+
11+
Refactor Puppet inventory souce.
12+
13+
Add Workspace ONE inventory source.
14+
15+
Add iOS and Android apps to inventory.
16+
17+
Upgrade to Django 3.2 LTS.
18+
19+
Replace U2F by WebAuthN for 2FA.
20+
21+
Add API endpoints for Munki, Osquery, and Santa enrollements.
22+
23+
Add shards in Monolith/Munki PkgInfos and Submanifests.
24+
25+
Add last seen filter to inventory machine list
26+
27+
Add inventory (JMESPath) and Osquery compliance checks
28+
29+
Collect AWS EC2 information in inventory.
30+
31+
Collect macOS profiles & payloads in inventory.
32+
33+
New incident architecture. Add incidents for Munki reinstalls and failed installs.
34+
35+
Bulk store worker on GCP Pub/Sub.
36+
37+
Add Santa metrics and targets views.
38+
39+
Add event linked objects search.
40+
41+
Splunk can be used as frontend store.
42+
43+
Shards for Santa Allow unknown and Upload all events options
44+
45+
Munki managed installs collection and metrics
46+
47+
Monolith managed installs collection and metrics
48+
49+
mdmcerts management commannd for the MDM vendor and push certificates
50+
51+
Secret engines can be used to encrypt the secrets stored in the database.
52+
53+
### Backward incompatibilities
254

355
#### 🧨 Python compatibility change
456

5-
Zentral support for python 3.6 dropped. Zentral supports python 3.7, 3.8, 3.9.
57+
Zentral support for python 3.6 dropped. Zentral supports python 3.7, 3.8, 3.9, and 3.10.
58+
59+
#### 🧨 GCP Pub/Sub subscription filters removed
60+
61+
They could not be updated, and are not compatible with the event routing keys.
62+
63+
#### 💣 Puppet integration
64+
65+
The Puppet module has been refactored, and PuppetDB instances must be configured in the setup section.
66+
67+
#### ⚠️ event filters for event stores
68+
69+
`excluded_event_types` and `included_event_types` are deprecated. They have been replaced by `excluded_event_filters` and `included_event_filters` respectively.
670

771
## 2021.2 (October 1, 2021)
872

0 commit comments

Comments
 (0)