|
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 |
2 | 54 |
|
3 | 55 | #### 🧨 Python compatibility change |
4 | 56 |
|
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. |
6 | 70 |
|
7 | 71 | ## 2021.2 (October 1, 2021) |
8 | 72 |
|
|
0 commit comments