fix(outline): update image docker.io/outlinewiki/outline 1.7.0 → 1.7.1 (#47838)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | patch | `e1b2fe4` → `361df70` | --- > [!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>outline/outline (docker.io/outlinewiki/outline)</summary> ### [`v1.7.1`](https://redirect.github.com/outline/outline/releases/tag/v1.7.1) [Compare Source](https://redirect.github.com/outline/outline/compare/v1.7.0...v1.7.1) #### What's Changed ##### Improvements - MCP responses now include breadcrumbs ([#​12203](https://redirect.github.com/outline/outline/pull/12203)), summaries ([#​12241](https://redirect.github.com/outline/outline/pull/12241)), and title guidance ([#​12242](https://redirect.github.com/outline/outline/pull/12242)) - MCP now has `delete_document` and `delete_collection` tools ([#​12245](https://redirect.github.com/outline/outline/pull/12245)) - Per-share branding lets you override the title and logo on individual public shares ([#​12003](https://redirect.github.com/outline/outline/pull/12003)) - When navigating to document from search results there is now a UI element to clear search highlights ([#​12165](https://redirect.github.com/outline/outline/pull/12165)) - OAuth account linking flows refactored ([#​12246](https://redirect.github.com/outline/outline/pull/12246)) - Self-hosted instances can now tune rate limiting with the new `RATE_LIMITER_MULTIPLIER` configuration option ([#​12226](https://redirect.github.com/outline/outline/pull/12226)) - Default model creation rate limits raised from 10/min to 25/min ([#​12236](https://redirect.github.com/outline/outline/pull/12236)) - Improved table-of-contents positioning on shared documents ([#​12171](https://redirect.github.com/outline/outline/pull/12171)) - Improved sidebar performance ([#​12215](https://redirect.github.com/outline/outline/pull/12215)) - Added a Redis healthcheck for better monitoring and resilience ([#​12157](https://redirect.github.com/outline/outline/pull/12157)) ##### Fixes - `Shift-Tab` on a list item inside a toggle block no longer outdents the entire block ([#​12162](https://redirect.github.com/outline/outline/pull/12162)) - Code blocks now expand correctly when printing ([#​12193](https://redirect.github.com/outline/outline/pull/12193)) - API keys created with global read/write scope are now saved correctly ([#​12225](https://redirect.github.com/outline/outline/pull/12225)) - Republishing a document now updates `lastModifiedById` as expected ([#​12227](https://redirect.github.com/outline/outline/pull/12227)) - Suspended users are no longer counted toward the cached group member count ([#​12197](https://redirect.github.com/outline/outline/pull/12197)) - Post-login redirects with invalid paths are now handled correctly in Firefox ([#​12218](https://redirect.github.com/outline/outline/pull/12218)) - Fixed incorrect `Mod-ArrowLeft` behavior inside heading nodes in Firefox ([#​12219](https://redirect.github.com/outline/outline/pull/12219)) - Autofocus now works inside lazy-loaded modals and popovers ([#​12146](https://redirect.github.com/outline/outline/pull/12146)) - Stricter validation on table attributes ([#​12156](https://redirect.github.com/outline/outline/pull/12156)) and the subscription creation endpoint ([#​12240](https://redirect.github.com/outline/outline/pull/12240)) - Resolved a parseXML error originating from the AWS SDK ([#​12231](https://redirect.github.com/outline/outline/pull/12231)) - Many dependency updates **Full Changelog**: <https://github.com/outline/outline/compare/v1.7.0...v1.7.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vdXRsaW5lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.7.0
|
||||
appVersion: 1.7.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/outline
|
||||
- https://hub.docker.com/r/outlinewiki/outline
|
||||
type: application
|
||||
version: 21.5.0
|
||||
version: 21.5.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.7.0@sha256:e1b2fe44da3face60bb8bee0f91730e45cc58fc06c47309a6364a20894997ad4
|
||||
tag: 1.7.1@sha256:361df7040e6f0d7abac768b99f40122197921626a7e69501aabb5fcb496fc1b4
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user