From 0b57605a5440074f4c4d956b7c9b5de651bf168f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 26 Apr 2026 12:47:53 +0200 Subject: [PATCH] =?UTF-8?q?fix(etherpad):=20update=20image=20ghcr.io/ether?= =?UTF-8?q?/etherpad=202.7.1=20=E2=86=92=202.7.2=20(#47564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ether/etherpad](https://redirect.github.com/ether/etherpad) | patch | `27230a7` → `b723fe5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
ether/etherpad (ghcr.io/ether/etherpad) ### [`v2.7.2`](https://redirect.github.com/ether/etherpad/blob/HEAD/CHANGELOG.md#272) [Compare Source](https://redirect.github.com/ether/etherpad/compare/2.7.1...2.7.2) ##### Notable enhancements and fixes - Accessibility pass: corrected dialog semantics, improved focus management, added missing icon labels, and set the `html lang` attribute correctly. - Chat: clicking the chat icon works again, disabled toggles render properly, and the username layout no longer overflows. - `/export/etherpad` now honors the `:rev` URL segment, so revision-specific exports return the requested revision instead of the latest. - Undo / redo now scrolls the viewport to follow the caret, so reverted edits stay in view. - Page Down / Page Up now scrolls by viewport height instead of a fixed line count, matching standard editor behavior on tall and short windows alike. - Editbar: caret is restored to the pad after changing a toolbar select, so typing continues in the document instead of falling through to the toolbar. - Admin: i18n is restored on `/admin` so the admin UI is translated again.
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/etherpad/Chart.yaml | 4 ++-- charts/stable/etherpad/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index f468a932ae9..055ea0e1716 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.7.1 +appVersion: 2.7.2 dependencies: - name: common version: 29.1.6 @@ -39,5 +39,5 @@ sources: - https://github.com/ether/etherpad-lite - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/etherpad type: application -version: 21.1.2 +version: 21.1.3 diff --git a/charts/stable/etherpad/values.yaml b/charts/stable/etherpad/values.yaml index d861f6b76f5..01ae34452be 100644 --- a/charts/stable/etherpad/values.yaml +++ b/charts/stable/etherpad/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/ether/etherpad pullPolicy: IfNotPresent - tag: 2.7.1@sha256:27230a75fa3b7ca16f9fb66cbae8d0d3d6346acdea55a285f84a7439ccb98ae8 + tag: 2.7.2@sha256:b723fe5f2594d5cf61f960a203a4eeb554a5d0435c3689722f575f91aa6ace50 securityContext: container: readOnlyRootFilesystem: false