fix(etherpad): update image ghcr.io/ether/etherpad 2.7.0 → 2.7.1 (#47439)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ether/etherpad](https://redirect.github.com/ether/etherpad-lite) | patch | `6d8bcfd` → `27230a7` | --- > [!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 <details> <summary>ether/etherpad-lite (ghcr.io/ether/etherpad)</summary> ### [`v2.7.1`](https://redirect.github.com/ether/etherpad-lite/blob/HEAD/CHANGELOG.md#271) [Compare Source](https://redirect.github.com/ether/etherpad-lite/compare/2.7.0...2.7.1) ##### Notable enhancements and fixes - fixed stop harcoding lang=en, letting the client auto detect locale - Stop mutating the shared plugin registry during sanitization - Preserve non-breaking space </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ldGhlcnBhZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.7.0
|
||||
appVersion: 2.7.1
|
||||
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.1
|
||||
version: 21.1.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/ether/etherpad
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.7.0@sha256:6d8bcfd1dc659d09016e49da98dd32e628101c4169a75599db91e388c471ea40
|
||||
tag: 2.7.1@sha256:27230a75fa3b7ca16f9fb66cbae8d0d3d6346acdea55a285f84a7439ccb98ae8
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user