You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+113Lines changed: 113 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,116 @@
1
+
# [2022-09-27] (Chart Release 4.24.0)
2
+
3
+
## Release notes
4
+
5
+
6
+
* For users of the (currently alpha) coturn Helm chart, **manual action is
7
+
required** when upgrading to this version. The labels applied to the Kubernetes
8
+
manifests in this chart have changed, in order to match the conventions used
9
+
in the wire-server charts. However, this may mean that upgrading with Helm can
10
+
fail, due to changes to the `StatefulSet` included in this chart -- in this
11
+
case, the `StatefulSet` must be deleted before the chart is upgraded. (#2677)
12
+
13
+
* wire-server helm charts: Adjust default CPU/Memory resources: Remove CPU limits to avoid CPU throttling; adjust request CPU and memory based on observed values. Overall this decreases the amount of CPU/memory that the wire-server chart needs to install/schedule pods. (#2675)
14
+
15
+
* Upgrade team-settings version to 4.12.1-v0.31.5-0-0167ea4 (#2180)
16
+
17
+
* Upgrade webapp version to 2022-09-20-production.0-v0.31.2-0-7f74074 (#2302)
18
+
19
+
20
+
## API changes
21
+
22
+
23
+
* Add new endpoint `/mls/commit-bundles` for submitting MLS `CommitBundle`s. A `CommitBundle` is a triple consisting of a commit message, an optional welcome message and a public group state. (#2688)
24
+
25
+
* MLS: Store and expose group info via `GET /conversations/:domain/:id/groupinfo` (#2721)
26
+
27
+
* Add /mls/public-keys to nginz chart (#2676)
28
+
29
+
* Users being kicked out results in member-leave events originating from the user who caused the change in the conversation (#2724)
30
+
31
+
* Leaving an MLS conversation is now possible using the regular endpoint `DELETE /conversations/{cnv_domain}/{cnv}/members/{usr_domain}/{usr}`. When a user leaves, the backend sends external remove proposals for all their clients in the corresponding MLS group. (#2667)
32
+
33
+
* Validate remotely claimed key packages (#2692)
34
+
35
+
36
+
## Features
37
+
38
+
39
+
* The coturn chart now has support for exposing its metric endpoint with a
40
+
ServiceMonitor, which can be ingested by third-party metrics collection tools. (#2677)
* External remove proposals are now sent to a group when a user is deleted (#2650)
45
+
46
+
* Allow non-admins to commit add proposals in MLS conversations (#2691)
47
+
48
+
* Optionally add invitation urls to the body of `/teams/{tid}/invitations`. This allows further processing; e.g. to send those links with custom emails or distribute them as QR codes. See [docs](https://docs.wire.com/developer/reference/config-options.html#expose-invitation-urls-to-team-admin) for details and privacy implications. (#2684)
49
+
50
+
51
+
## Bug fixes and other updates
52
+
53
+
54
+
* SCIM user deletion suffered from a couple of race conditions. The user in now first deleted in spar, because this process depends on data from brig. Then, the user is deleted in brig. If any error occurs, the SCIM deletion request can be made again. This change depends on brig being completely deployed before using the SCIM deletion endpoint in brig. In the unlikely event of using SCIM deletion during the deployment, these requests can be retried (in case of error). (#2637)
55
+
56
+
* The 2nd factor password challenge team feature is disabled for SSO users (#2693)
57
+
58
+
* Less surprising handling of SIGINT, SIGTERM for proxy, stern. Increase grace period for shutdown from 5s to 30s for all services. (#2715)
59
+
60
+
61
+
## Documentation
62
+
63
+
64
+
* Drop Client model (unused) from old swagger.
65
+
Add a description and example data for mls_public_keys field in new swagger. (#2657)
66
+
67
+
* Document user deactivation (aka suspension) with SCIM. (#2720)
68
+
69
+
* Monitoring page showed wrong wrong configuration charts. Updated prometheus-operator to kube-prometheus-stack chart in the documentation. (#2708)
* Allow legalhold tokens access to `/converations/<uuid>` endpoint (#2682, #2726)
80
+
81
+
* Move Brig.Sem.* modules to Brig.Effects (consistency) (#2672)
82
+
83
+
* The labels applied to resources in the coturn chart have been changed to
84
+
reflect the conventions in the wire-server charts. (#2677)
85
+
86
+
* Drop the `managed` column from `team_conv` table in Galley (#2127)
87
+
88
+
* Fix link in PR template (#2673)
89
+
90
+
* In Gundeck's 'notifications' cassandra table, switch to [TWCS](https://cassandra.apache.org/doc/latest/cassandra/operating/compaction/twcs.html) compaction strategy, which should be more efficient for this workload, and possibly bring performance benefits to latencies.
91
+
It may be beneficial to run a manual compaction before rolling out this
92
+
change (but things should also work without this manual operation).
93
+
In case you have time, run the following from a cassandra machine before deploying this update: `nodetool compact gundeck notifications`. (#2615)
94
+
95
+
* Add regular expression support to libzauth ACL language (#2714)
96
+
97
+
* Make test API calls point to the most recent version by default (#2695)
98
+
99
+
* Clients and key package refs in an MLS conversation are now stored in their own table. (#2667)
100
+
101
+
* Refactor MLS test framework (#2678)
102
+
103
+
* Update mls-test-cli to version 0.5 (#2685)
104
+
105
+
* Added rusty-jwt-tools to docker images (#2686)
106
+
107
+
* The account API is now migrated to servant. (#2699, #2700, #2701, #2702, #2703, #2704, #2705, #2707)
108
+
109
+
* Update nginz and cannon ACLs to match api-versioned paths (#2725)
110
+
111
+
* For wire-server cloud, on kubernetes 1.21+, favour topology-aware routing, which reduces unnecessary inter-availability-zone traffic, reducing latency and cloud provider cross-AZ traffic costs. (#2723)
0 commit comments