chore(deps): update container image outlinewiki/outline to v0.77.3@9e1eb28 by renovate (#24123)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | patch | `0.77.2` -> `0.77.3` | --- > [!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.3`](https://togithub.com/outline/outline/releases/tag/v0.77.3) [Compare Source](https://togithub.com/outline/outline/compare/v0.77.2...v0.77.3) ##### Fixes - Unable to scroll comment sidebar until multiple comments are posted - Error parsing attachment IDs when node data contains invalid src - Fix for type confusion with node attrs ([CVE-2024-40626](https://togithub.com/outline/outline/security/advisories/GHSA-888c-mvg8-v6wh)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
4492a76d93
commit
cc1de643d9
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.77.2
|
||||
appVersion: 0.77.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -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.3.1
|
||||
version: 14.3.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.77.2@sha256:c079fdadceae33b1d44fc87ecebd07f13dafab64129d14d70a62018769cca119
|
||||
tag: 0.77.3@sha256:9e1eb2875d11b631fc249845b72f6c93f1e11668731ae9f2f7957dda84dc4dfb
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue