chore(deps): update container image outlinewiki/outline to v0.79.1@0785351 by renovate (#25995)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://redirect.github.com/outline/outline) | patch | `0.79.0` -> `0.79.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.79.1`](https://redirect.github.com/outline/outline/releases/tag/v0.79.1) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.79.0...v0.79.1) ##### Improvements - Adds `Docker` and `Nginx` as code editor syntax highlighting options - Adds a "Permissions…" menu item to documents ##### Fixes - Fixes failing docker health check when `PORT` is not explicitly defined in environment - Fixes inscrutable error if `URL` is not defined in environment - Fixes failing migration if `group_user` table contains existing duplicate rows. </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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC42OC4xIiwidXBkYXRlZEluVmVyIjoiMzguNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
parent
422a425b8b
commit
b5e17a96f0
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.79.0
|
||||
appVersion: 0.79.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
|
@ -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.6.0
|
||||
version: 14.6.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.79.0@sha256:0c7790ce42dfe454102be515d0e152395f0e0bb8df09764e708a2858b00c8c6c
|
||||
tag: 0.79.1@sha256:0785351e332e07c426bdcbfea93521887ac0970d2269739702f19dbd3f7d3699
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue