chore(helm): update image docker.io/outlinewiki/outline 0.85.1 → 0.86.0 (#38149)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | minor | `490b5de` -> `9ddb74b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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> ### [`v0.86.0`](https://redirect.github.com/outline/outline/releases/tag/v0.86.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.85.1...v0.86.0) > \[!NOTE]\ > If you run the collaboration service separately it ***must*** be updated and restarted before the client and API to avoid errors. <img width="1680" height="740" alt="collection-sharing" src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461" /> #### What's Changed This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default). Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version. ##### Other improvements - Added OTP sign-in codes for mobile PWA in [https://github.com/outline/outline/pull/9556](https://redirect.github.com/outline/outline/pull/9556) - A paste menu to convert a list of URLs to mentions is now displaced in [https://github.com/outline/outline/pull/9646](https://redirect.github.com/outline/outline/pull/9646) - You can now update the url of an embed without reinserting in [https://github.com/outline/outline/pull/9479](https://redirect.github.com/outline/outline/pull/9479) - The collaboration service can now be scaled across multiple servers in [https://github.com/outline/outline/pull/9625](https://redirect.github.com/outline/outline/pull/9625) - References are now prefetched on hover in [https://github.com/outline/outline/pull/9722](https://redirect.github.com/outline/outline/pull/9722) - We improved the wrapping behavior in inline code marks in [https://github.com/outline/outline/pull/9724](https://redirect.github.com/outline/outline/pull/9724) - The `Up` arrow in a comment input now jumps to editing previous comment in [https://github.com/outline/outline/pull/9727](https://redirect.github.com/outline/outline/pull/9727) - Clicking items in the sidebar is now even faster than before in [https://github.com/outline/outline/pull/9733](https://redirect.github.com/outline/outline/pull/9733) - Added support for Tella.tv embeds in [https://github.com/outline/outline/pull/9775](https://redirect.github.com/outline/outline/pull/9775) - Hundreds of new and improved translations ##### Fixes ##### Editor - fix: Include image caption as alt attribute in [https://github.com/outline/outline/pull/9554](https://redirect.github.com/outline/outline/pull/9554) - fix: Empty placeholder shows up when no text but image in paragraph in [https://github.com/outline/outline/pull/9593](https://redirect.github.com/outline/outline/pull/9593) - fix: Remote table modifications cause CellSelection to be lost in [https://github.com/outline/outline/pull/9596](https://redirect.github.com/outline/outline/pull/9596) - fix: Element overlaying last backlink in [https://github.com/outline/outline/pull/9699](https://redirect.github.com/outline/outline/pull/9699) - fix: YouTube fullscreen popups are blocked in [https://github.com/outline/outline/pull/9706](https://redirect.github.com/outline/outline/pull/9706) - fix: Anchor with some UTF8 characters not correctly decoding in [https://github.com/outline/outline/pull/9778](https://redirect.github.com/outline/outline/pull/9778) - fix: Alignment not copied onto new table rows in [https://github.com/outline/outline/pull/9785](https://redirect.github.com/outline/outline/pull/9785) - fix: Col/row selection on table with merged cells in [https://github.com/outline/outline/pull/9786](https://redirect.github.com/outline/outline/pull/9786) - fix: Toggling table full width should always go … fullwidth in [https://github.com/outline/outline/pull/9792](https://redirect.github.com/outline/outline/pull/9792) ##### Other - fix: Importer truncates newlines in captions in [https://github.com/outline/outline/pull/9544](https://redirect.github.com/outline/outline/pull/9544) - fix: Incorrect parsing of hard breaks from Markdown in [https://github.com/outline/outline/pull/9548](https://redirect.github.com/outline/outline/pull/9548) - fix: Make shared document content available to screenreaders in [https://github.com/outline/outline/pull/9549](https://redirect.github.com/outline/outline/pull/9549) - fix: JSON export->import loses content in [https://github.com/outline/outline/pull/9582](https://redirect.github.com/outline/outline/pull/9582) - fix: Remove incorrectly nested "recently viewed" docs from explorer in [https://github.com/outline/outline/pull/9597](https://redirect.github.com/outline/outline/pull/9597) - fix: Blank page is rendered when link to draft without collection is shared in [https://github.com/outline/outline/pull/9605](https://redirect.github.com/outline/outline/pull/9605) - fix: Viewers unable to connect personal Slack in [https://github.com/outline/outline/pull/9614](https://redirect.github.com/outline/outline/pull/9614) - fix: Refresh tokens do not work with OIDC discovery in [https://github.com/outline/outline/pull/9618](https://redirect.github.com/outline/outline/pull/9618) - Fix middle mouse button link behavior in [https://github.com/outline/outline/pull/9632](https://redirect.github.com/outline/outline/pull/9632) - chore: Add exponential backoff / retry for database deadlocks in [https://github.com/outline/outline/pull/9671](https://redirect.github.com/outline/outline/pull/9671) - fix: Linking from one shared sub-document to another share in [https://github.com/outline/outline/pull/9689](https://redirect.github.com/outline/outline/pull/9689) - fix: Title content after period sometimes stripped in import in [https://github.com/outline/outline/pull/9712](https://redirect.github.com/outline/outline/pull/9712) - fix: Letter icon incorrect in picker and sidebar in [https://github.com/outline/outline/pull/9720](https://redirect.github.com/outline/outline/pull/9720) - fix: Unnecessary remounts at breakpoints by [@​charliecreates](https://redirect.github.com/charliecreates)\[bot] in[https://github.com/outline/outline/pull/9730](https://redirect.github.com/outline/outline/pull/9730)0 - fix: Hide inline comments when disabled in [https://github.com/outline/outline/pull/9732](https://redirect.github.com/outline/outline/pull/9732) - chore: Improve group membership dialogs in [https://github.com/outline/outline/pull/9693](https://redirect.github.com/outline/outline/pull/9693) - fix: Documents accessible only through group memberships do not appear in search results in [https://github.com/outline/outline/pull/9738](https://redirect.github.com/outline/outline/pull/9738) - fix: extract domain from user email in Slack authentication by [@​naaa760](https://redirect.github.com/naaa760) in [https://github.com/outline/outline/pull/9742](https://redirect.github.com/outline/outline/pull/9742) - fix: emails parameter on users.list should be case insensitive in [https://github.com/outline/outline/pull/9755](https://redirect.github.com/outline/outline/pull/9755) - fix: Improve importer to be more resilient to hidden directories in [https://github.com/outline/outline/pull/9762](https://redirect.github.com/outline/outline/pull/9762) - fix: Remote results causes `cmd+k` state reset in [https://github.com/outline/outline/pull/9793](https://redirect.github.com/outline/outline/pull/9793) - fix: Allow `<br>` tags to represent breaks in API markdown input in [https://github.com/outline/outline/pull/9794](https://redirect.github.com/outline/outline/pull/9794) - fix: Nested lists flatten in confluence import in [https://github.com/outline/outline/pull/9797](https://redirect.github.com/outline/outline/pull/9797) - Improve webhook disabling heuristic with time-based analysis in [https://github.com/outline/outline/pull/9800](https://redirect.github.com/outline/outline/pull/9800) - fix: duplicate highlight shortcut key label by [@​k2on](https://redirect.github.com/k2on) in [https://github.com/outline/outline/pull/9806](https://redirect.github.com/outline/outline/pull/9806) - Allow disconnecting analytics integrations in [https://github.com/outline/outline/pull/9823](https://redirect.github.com/outline/outline/pull/9823) - Autofocus search input when opening icon picker in [https://github.com/outline/outline/pull/9839](https://redirect.github.com/outline/outline/pull/9839) - fix: refresh token rotation is broken in OAuth provider implementation in [https://github.com/outline/outline/pull/9847](https://redirect.github.com/outline/outline/pull/9847) - fix: Various issues with JSON import in [https://github.com/outline/outline/pull/9850](https://redirect.github.com/outline/outline/pull/9850) #### New Contributors - [@​TheAlexLichter](https://redirect.github.com/TheAlexLichter) made their first contribution in [https://github.com/outline/outline/pull/9629](https://redirect.github.com/outline/outline/pull/9629) - [@​camc314](https://redirect.github.com/camc314) made their first contribution in [https://github.com/outline/outline/pull/9695](https://redirect.github.com/outline/outline/pull/9695) - [@​charliecreates](https://redirect.github.com/charliecreates)\[bot] made their first contribution in[https://github.com/outline/outline/pull/9730](https://redirect.github.com/outline/outline/pull/9730)0 - [@​naaa760](https://redirect.github.com/naaa760) made their first contribution in [https://github.com/outline/outline/pull/9742](https://redirect.github.com/outline/outline/pull/9742) - [@​k2on](https://redirect.github.com/k2on) made their first contribution in [https://github.com/outline/outline/pull/9806](https://redirect.github.com/outline/outline/pull/9806) **Full Changelog**: https://github.com/outline/outline/compare/v0.85.1...v0.86.0 </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.85.1
|
||||
appVersion: 0.86.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||
- https://hub.docker.com/r/outlinewiki/outline
|
||||
type: application
|
||||
version: 16.4.1
|
||||
version: 16.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.85.1@sha256:490b5de174d0f7be9b9d482cf9769b66438d9ce844d12f3c348ba80e36590c0a
|
||||
tag: 0.86.0@sha256:9ddb74b3771daf25856d6411d88e902329894f02e9a1bb42ba4598470708fe36
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user