-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ MAJOR UPDATE: Feature: add matrix sliding sync and matrix authentication service subcharts #560
Merged
Conversation
This file contains 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
jessebot
changed the title
add matrix sliding sync subchart
Feature: add matrix sliding sync subchart
May 18, 2024
… set web client location if element is enabled
…known/matrix/client endpoint
jessebot
changed the title
Feature: add matrix sliding sync subchart
Feature: add matrix sliding sync and matrix authentication service subcharts
May 22, 2024
…and ingress is also enabled
jessebot
changed the title
Feature: add matrix sliding sync and matrix authentication service subcharts
⚠️ MAJOR UPDATE: Feature: add matrix sliding sync and matrix authentication service subcharts
May 28, 2024
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.
Changes
bumps element version to
v1.11.67
and closes Update vectorim/element-web Docker tag to v1.11.67 #562adds some more auto-generated values.yaml docs
soft deprecates the
synapse.ingress.host
parameter, and hard deprecates thesynapse.tls.enabled
parameter, in favor of propersynapse.ingress.hosts
andsynapse.ingress.tls
parameters. Because of this,matrix.hostname
is now required. All in all, this would look like this:adds
web_client_location
by default to homeserver.yaml ifelement.enabled
is set totrue
add
matrix.require_auth_for_profile_requests
,matrix.limit_profile_requests_to_users_who_share_rooms
,matrix.federation_client_minimum_tls_version
, andmatrix.password_config
parameters for the homeserver.yamlsets
matrix.federation.enabled
andmatrix.federation.ingress.enabled
tofalse
by default, so that it's opt-inupdates all the matrix-org/synapse (archived) URLs in values.yaml docs to element-hq/synapse (fork)
element.integrations.enabled
is set tofalse
because those are paid features, and they should be opt-inCloses Add support for sliding sync #556 by adding the matrix sliding sync chart as a sub-chart of this chart. This is needed for the new version of Element, currently called element-x during it's beta phase. For more info, please see matrix-org/sliding-sync.
new
syncv3
(sliding sync) helm valuesAlso adds a section to the README explaining how to return the correct json for requests to https://matrix.example.com/.well-known/matrix/client by using
matrix.extra_well_known_client_content
:Closes MAS - matrix authentication service helm sub-chart needed #561
adds the matrix authentication service chart as a sub-chart of this chart which implements msc3861 which you can read more about in this blog post by matrix.org. This is needed for the new version of Element, currently called element-x during it's beta phase. For more info, please see matrix-org/matrix-authentication-service. Includes two new values.yaml sections:
matrix.experimental_features.msc3861
, andmas
.new
mas
helm valuesnew
matrix.experimental_features.msc3861
helm values