feat(container): update ghcr.io/element-hq/ess-helm/matrix-stack ( 26.2.3 ➔ 26.3.0 ) #743
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
cluster
hcloud
cluster
home
renovate
container
renovate
helm
renovate
opentofu
type
digest
type
major
type
minor
type
patch
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
homelab/kops!743
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-element-hq-ess-helm-matrix-stack-26.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
26.2.3→26.3.0Release Notes
element-hq/ess-helm (ghcr.io/element-hq/ess-helm/matrix-stack)
v26.3.0Compare Source
Removed / Breaking Changes
Matrix RTC: Change the default ports to move them to the proper default Kubernetes static range.
Kubernetes default static range contains ports 30000-30085. The new Matrix RTC exposed services have been moved to :
If you want to keep using the previously set static ports, you can do so by adding the following to your values files :
(#1118, #1123)
Added
synapse.redis,hookshot.redis) allowing use of managed Redis services (AWS Elasticache, Azure Cache for Redis, etc.) instead of the internal Redis deployment. Each Redis-using component uses the chart Redis unless it has been independently configured with an external Redis. When external Redis is configured for all components, the internal Redis Deployment, Service, ConfigMap, and ServiceAccount are automatically skipped. (#1143)Changed
Remove unstable MSC2965 details from Well Known Files.
Native OIDC (Matrix Authentication Service) support is advertised through
/auth_metadataavailability.The classic Element applications need to be upgraded to the following versions:
(#898)
Migration script : Add supports automatically discovering extra files referenced by Synapse configuration and outputs them to Kubernetes ConfigMaps manifests. (#1067, #1085, #1117)
Add support for Synapse workers discovery in migration script. (#1080, #1106)
Use double quotes string-scalar in
Chart.yamlfor consistency with CI values files. (#1081, #1084)Add optional file pattern argument to
scripts/ct-lint.shto allow selective linting of files, similar toscripts/assemble_ci_values_files_from_fragments.sh. (#1103)Matrix Authentication Service: Remove hardcoded
kidfrom secret keys in the config file, and let Matrix Authentication Service automatically derive them.Matrix Authentication Service includes the
kidit used when signing JWTs, likeid_tokens, which helps consumers verify using the right key. The Matrix specifications doesn't make use ofid_tokens, so there is no impact changing thekidand letting it derive one automatically at runtime. (#1112)Upgrade Element Web to v1.12.12.
Highlights:
Full Changelogs:
(#1120)
Upgrade Matrix Authentication Service to v1.13.0.
Highlights:
Full Changelogs:
(#1121)
Upgrade Synapse to v1.149.1.
Highlights:
/syncmissing membership event instate_after(experimental MSC4222 implementation) in some scenariosFull Changelogs:
(#1122)
Upgrade Matrix RTC SFU to 1.9.12.
Full Changelogs:
(#1127)
Upgrade MatrixRTC authoriser to v0.4.1 for MSC4195 compliance.
Highlights:
Full Changelogs:
(#1128)
Fixed
Matrix RTC: Fix an issue where LiveKit would crash if setting
exposedServices.turnTLS.portto443when not usingHostPortportType. (#1079)Fix HAProxy memory leak in dual-stack clusters.
In dual-stack clusters the IP of the backend server for each Synapse
Podflaps between the IPv4 & IPv6 address every second or so. This causes a memory leak.
Configure HAProxy to only use the IPv4 or IPv6 address based on the value of
networking.ipFamily. In the case ofdual-stack(the default value), the IPv4address is used. As such IPv6 only clusters must now set
networking.ipFamily: ipv6. (#1124)Fix Element Admin not starting in an IPv6 only cluster. (#1125)
Fix Hookshot not starting in an IPv6 only cluster. (#1126)
Documentation
Internal
KeyErrorbeing raised when logging the reason a volume could not be found in configuration consistency tests. (#1095)chart_from_ci_cacheto include specific details about missing charts and cache locations. (#1102)poetrywithuvfor python package manager. (#1129)matrix-toolsimage sometimes not being pushed until we retry the job. (#1142)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.