Release 2022-07-12 - (expected chart version 4.19.0)#2551
Merged
akshaymankar merged 34 commits intomasterfrom Jul 12, 2022
Merged
Release 2022-07-12 - (expected chart version 4.19.0)#2551akshaymankar merged 34 commits intomasterfrom
akshaymankar merged 34 commits intomasterfrom
Conversation
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Backup and disaster recovery instructions
* Only log IO exceptions, not polysemy errors * Make sure that the Resource effect is run last * Remove redundant Error Wai.Error effect
Merge master back into develop for Release 2022-07-05
* create Redis client parser for CLUSTER INFO command * use CLUSTER INFO to determine the state of the Redis cluster * establish cluster connection only when state is OK * retry initial connecting attempt to Redis
Co-authored-by: Stefan Berthold <stefan.berthold@wire.com> Co-authored-by: Stefan Matting <stefan@wire.com>
Co-authored-by: Zebot <zebot@users.noreply.github.com>
The chart in wire-server provides defaults for the parent chart (`inbucket/inbucket`) to simplify it's usage in Wire test environments. Co-authored-by: jschaul <jschaul@users.noreply.github.com>
battermann
approved these changes
Jul 12, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[2022-07-12] (Chart Release 4.19.0)
Release notes
Deploy spar before galley (Sqservices 1548 be csv export from tm created on date missing in some instances #2543)
Upgrade team-settings version to 4.11.0-v0.31.1-0-9e64150 (Update team-settings version in Helm chart [skip ci] #2180)
API changes
Features
2nd factor authentication code generation is rate limited now (Sqservices 1436 improve security of 2nd factor authentication #2522)
The team member CSV export now fills
created_onfor SCIM users (Sqservices 1548 be csv export from tm created on date missing in some instances #2543)Internal changes
Add Helm chart for inbucket. Inbucket is a SMTP server that does not relay, but instead display received mail in a webapp and make them accessible via an API. (Add inbucket Helm chart #2544)
Bump saml2-web-sso (Bump saml2-web-sso. #2545, Bump saml2-web-sso. (again) #2546)
use checkedConnectCluster to avoid dropping requests to Redis when Gundeck reconnects to the Redis cluster (use checkedConnectCluster to Redis in Gundeck #2542)
Do not log polysemy errors in Galley (Only log IO exceptions, not polysemy errors #2531)
Remove old crypto-cli tool from the ubuntu image (Remove old crypto-cli tool from the ubuntu image #2538)
Federation changes
Added new-remote-conversation RPC, used to notify a backend of a remote conversation the first time any user from that backend is added to it. (Sending MLS messages to remote conversations #2378)
Added federation endpoint
send-mls-messageused to send messages to remote converesations (Sending MLS messages to remote conversations #2378)