Skip to content

Comments

Release 2022-06-08 - (expected chart version 4.13.0)#2461

Merged
battermann merged 82 commits intomasterfrom
release_2022-06-08_09_20
Jun 8, 2022
Merged

Release 2022-06-08 - (expected chart version 4.13.0)#2461
battermann merged 82 commits intomasterfrom
release_2022-06-08_09_20

Conversation

@zebot
Copy link
Contributor

@zebot zebot commented Jun 8, 2022

[2022-06-08] (Chart Release 4.13.0)

Release notes

API changes

Features

Bug fixes and other updates

Documentation

Internal changes

Federation changes

akshaymankar and others added 30 commits May 18, 2022 21:51
* charts/brig: Support running brig with GeoIP database

Co-authored-by: jschaul <jschaul@users.noreply.github.com>
* New internal brig endpoints for galley use

* Tests

* chore(changelog)
Merge master back into develop for release 2022-05-18
…#2416)

Co-authored-by: jschaul <jschaul@users.noreply.github.com>
* Convert CSV endpoint to Servant

* Add response header support to LowLevelStream
Co-authored-by: Paolo Capriotti <paolo@capriotti.io>
* Add security response about wire.com outage on 2022-05-23

Co-authored-by: sanojwr <97119542+sanojwr@users.noreply.github.com>
By default, incoming network traffic for websockets comes through these network
hops:

Internet -> LoadBalancer -> kube-proxy -> nginx-ingress-controller -> nginz -> cannon

In order to have graceful draining of websockets when something gets restarted (as implemented in #2416 ), as it is not easily possible to implement the graceful draining on nginx-ingress-controller or nginz by itself, with this PR there is now
a configuration option to get the following network hops:

Internet -> separate LoadBalancer for cannon only -> kube-proxy -> [nginz->cannon (2 containers in the same pod)]

More context:
https://wearezeta.atlassian.net/wiki/spaces/PS/pages/585564424/How+to+gracefully+drain+cannon+but+not+so+slowly

FUTUREWORK: this introduces some nginz config duplication; some way to refactor this (e.g. by moving charts/{cannon, nginz}/* to charts/wire-server/ in a backwards-compatible way) would allow to reduce this duplication.

Co-authored-by: jschaul <jschaul@users.noreply.github.com>
* Simplify the federated welcome message request

* Add a couple of tests for remote welcomes

* Reuse sendLocalWelcomes

* We never fail when dereferencing on the remote end fails

* Log a remote backend failing to decode a message

* Federation call: throw internal error

* Parallelise sending welcome messages

Co-authored-by: Paolo Capriotti <paolo@capriotti.io>
Export NIX_BUILD_SHELL for cabal also.
elland and others added 23 commits June 2, 2022 12:13
They've deleted the versions we use from the latest index. More details:
bitnami/charts#10539
Explain user lookup by email or handle.
Email localization when provisioning users with SCIM.
Added TTL query field to features API.
* List all `/self*` endpoints of brig so the catch all `/self` doesn't forward `/self/consent` to brig
* Ensure that `envs: [ all ]` is set for `/self/consent` and `/signatures`. This was missed in a previous PR
@zebot zebot temporarily deployed to cachix June 8, 2022 09:21 Inactive
@battermann battermann temporarily deployed to cachix June 8, 2022 09:29 Inactive
@smatting smatting self-requested a review June 8, 2022 09:36
Copy link
Contributor

@smatting smatting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait for CI before merging

@battermann battermann merged commit e5583b9 into master Jun 8, 2022
@battermann battermann deleted the release_2022-06-08_09_20 branch June 8, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.