Release 2022-07-19 - (expected chart version 4.21.0)#2572
Merged
Conversation
Merge master back into develop for Release 2022-07-12
* charts/coturn: add support for multiple authentication secrets. * changelog: update for coturn secrets changes.
Added rough readme for multiverb's AsUnion.
* charts/cannon: fix syntax for manually setting tls certificate * Hi CI
Co-authored-by: Stefan Berthold <stefan.berthold@wire.com> Co-authored-by: Paolo Capriotti <paolo@capriotti.io> Co-authored-by: Stefan Matting <stefan@wire.com>
adding information on scripts and commands to create teams via SCIM
* Move the `Epoch` type to a separate module * Include timestamp for `POST /mls/messages` response starting in version v2
This makes sure that any IO exception thrown within the bracket results in the finaliser being called.
Fs 698/classified domains
* Port user-handle API to servant * Add summaries for endpoints Co-authored-by: Sandy Maguire <sandy@sandymaguire.me>
* give integration tests more time to run * changelog
* charts/brig: Fix default brandLabelUrl and remove brandLabel
brandLabel is unused
* charts/gundeck: Remove aws.connectionLimit
It is unused
* charts/galley: Fix typo in settings.featureFlags.validateSAMLEmails
* charts/galley: Honour .setttings.httpPoolSize
* Add changelog
* charts/nginz: Ensure rate limiting isn't commented out
* charts/nginz: Rate limit SSO endpoints less
* charts/galley: Set default value for settings.httpPoolSize
* charts/{nginz,cannon}: Allow overriding rate limit per user and addr
* charts/nginz: Increase burst from 5 to 10 for reqs_per_addr rate limiting
* Change the proposal hold time to 28 days
jschaul
approved these changes
Jul 19, 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-19] (Chart Release 4.21.0)
Release notes
their configuration due to changes in how the chart handles authentication
secrets. Please see below for further details. (coturn multi-tenancy support #2553)
API changes
Features
charts/wire-server: default log format everywhere to StructuredJSON format (introduced in Add new LogFormat: StructuredJSON #1951 and Correctly detect log level when rendering logs as structured JSON #1959) (charts/*: default logFormat=StructuredJSON format #2559)
The coturn chart now supports multiple authentication secrets, which permits
multiple backend instances to use the same TURN servers without needing to
share authentication secrets between the backend instances.
Correspondingly, the
.Values.secrets.zrestSecretconfiguration option, whichtook a single authentication secret as its argument, has been replaced with the
option
.Values.secrets.zrestSecrets(note spelling!), which instead takes alist of authentication secrets as its argument. (coturn multi-tenancy support #2553)
Add support for bare MLS proposals ([FS-509] Bare Proposal Support #2436)
Bug fixes and other updates
Fix a bug in charts/cannon. It's now possible to use a custom TLS certificate when enabling cannon's nginz sidecar container. (Previously only letsencrypt certificates worked, and were tested) (charts/cannon: fix syntax for manually setting tls certificate #2558)
Minor fixes in helmcharts:
Internal changes
Port brig UserHandle API to servant (Isovector/brig servant 2022 #2556)
Bump timeout for integration tests to 15 minutes (from 10 minutes), as 10 minutes is no longer enough. (give integration tests more time to run #2570)
Internal endpoints to
PATCHfeature status (Sqservices 1662 be internal patch team features #2555)Change the proposal hold time to 28 days ([FS-509] 28-day Proposal Hold Time #2568)