chore(deps): update container image outlinewiki/outline to v0.77.1@caaec95 by renovate (#23367)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | patch | `0.77.0` -> `0.77.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.77.1`](https://togithub.com/outline/outline/releases/tag/v0.77.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.77.0...v0.77.1) ##### Fixes - **Restores ARM architecture compatibility** (Docker image switched from Alpine -> Debian slim) - Fixed an issue that could cause the app to become unresponsive when zooming out of an image - Restored the `text` field in outgoing document webhooks - Page scroll now resets correctly on mobile when navigating between documents - Tables with a single remaining column now automatically fill available width </details> --- ### Configuration 📅 **Schedule**: 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.77.0
|
||||
appVersion: 0.77.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.6
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||
- https://hub.docker.com/r/outlinewiki/outline
|
||||
type: application
|
||||
version: 14.1.1
|
||||
version: 14.1.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.77.0@sha256:e697bcc347fb37a16c4e19bf165487e4072db4fdcf9e92016f24a00c11cf273d
|
||||
tag: 0.77.1@sha256:caaec9502c53f79d3d851531d72a11a6892bf9d9c8a66a902af5dc16d8cd4f90
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user