This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | major | `c0818e8` -> `e52f498` | --- > [!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> ### [`v1.0.1`](https://redirect.github.com/outline/outline/releases/tag/v1.0.1) [Compare Source](https://redirect.github.com/outline/outline/compare/v1.0.0...v1.0.1) ##### Fixes - It is now possible to select an image and leave a comment in [#​10474](https://redirect.github.com/outline/outline/pull/10474) - Fixed mis-sizing of inline math in [#​10494](https://redirect.github.com/outline/outline/pull/10494) - Fixed cannot access `crypto.randomUUID()` error when running Outline without SSL in [#​10491](https://redirect.github.com/outline/outline/pull/10491) - Fixed some YouTube embeds failing to load with `Error 153` due to not passing referrer in [#​10503](https://redirect.github.com/outline/outline/pull/10503) - Embeds on collection overview can now be resized in [#​10498](https://redirect.github.com/outline/outline/pull/10498) **Full Changelog**: <https://github.com/outline/outline/compare/v1.0.0...v1.0.1> ### [`v1.0.0`](https://redirect.github.com/outline/outline/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.87.4...v1.0.0) #### What's Changed Welcome to Outline **v1.0.0**! This is a major milestone for the project, marking the culmination of many years of development and community contributions. Of course there's a raft of new features, improvements, and bug fixes included in this release as always. ##### Highlights <img width="3360" height="1480" alt="image" src="https://github.com/user-attachments/assets/b19c90a4-5c98-409f-9677-3aa86e0e1319" /> The **image lightbox** has improved again this release with added support for zooming and panning of images. We also enabled opening mermaid diagrams directly in the lightbox so you can get a closer look at complex diagrams. <img width="3360" height="1480" alt="image" src="https://github.com/user-attachments/assets/25ef6d39-001a-43f6-9f13-9a5136a689f0" /> A **new display mode** for URL's in documents has been added, which shows a mention-style chip instead of a full URL preview. This is great for keeping documents clean while still providing context for links. You can now **mention groups** in documents and comments, making it easier to notify entire teams or departments at once. It is also possible to disable mentioning for specific groups if needed. ##### Other Improvements - Documents and collections in the sidebar now have context menus in [#​10181](https://redirect.github.com/outline/outline/pull/10181) - Added the option to choose default TOC visibility on public shares in [#​10283](https://redirect.github.com/outline/outline/pull/10283) - Added plantuml embedding by [@​patroldo](https://redirect.github.com/patroldo) in [#​10379](https://redirect.github.com/outline/outline/pull/10379) - It's now possible to edit image source URLs by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10258](https://redirect.github.com/outline/outline/pull/10258) - Added six new shape icons to choose from in [#​10203](https://redirect.github.com/outline/outline/pull/10203) - Permanent deletion of documents is now restricted to admins only in [#​10254](https://redirect.github.com/outline/outline/pull/10254) - Added a script to allow resetting encrypted data in [#​10238](https://redirect.github.com/outline/outline/pull/10238) - Typed out urls in the editor are now auto-linked on space character by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10266](https://redirect.github.com/outline/outline/pull/10266) - Added a "safe-area" in context menus to prevent misclicks in [#​10415](https://redirect.github.com/outline/outline/pull/10415) - Hundreds of new and updated translations - \[API] Added `includePrivate` param to `export_all` endpoint to allow exporting only public collections in [#​10401](https://redirect.github.com/outline/outline/pull/10401) - \[API] unsent invites are now included in the `users.invite` endpoint response in [#​10383](https://redirect.github.com/outline/outline/pull/10383) - \[API] `originalDocumentId` is now available in `sourceMetadata` when duplicating documents in [#​10215](https://redirect.github.com/outline/outline/pull/10215) - \[API] `groups.list` endpoint now returns a `total` parameter in pagination by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10268](https://redirect.github.com/outline/outline/pull/10268) - \[API] `shares.info`, and `subscriptions.info` now return `204` rather than `404` responses in [#​10441](https://redirect.github.com/outline/outline/pull/10441) ##### Fixes - Fixed comment sidebar bouncing in and out in [#​10202](https://redirect.github.com/outline/outline/pull/10202) - Add a height cap to popovers in [#​10218](https://redirect.github.com/outline/outline/pull/10218) - Fixed Notion import failure with `size of undefined` in [#​10225](https://redirect.github.com/outline/outline/pull/10225) - Non-reactive `Facepile` on group settings table in [#​10227](https://redirect.github.com/outline/outline/pull/10227) - Allow new `DATABASE_` env variables to work with migrations/creation in [#​10216](https://redirect.github.com/outline/outline/pull/10216) - Fixed `/desktop-redirect` should never be post-login saved path in [#​10237](https://redirect.github.com/outline/outline/pull/10237) - Recognise `authentication_required` for some OIDC providers by [@​lukegb](https://redirect.github.com/lukegb) in [#​10252](https://redirect.github.com/outline/outline/pull/10252) - Add `clipboard-read; clipboard-write` permissions to embedded Frame in [#​10282](https://redirect.github.com/outline/outline/pull/10282) - Massively reduced upfront component loading, improving performance in [#​10285](https://redirect.github.com/outline/outline/pull/10285) - Increase `jsonLimit` to 5MB for API requests in [#​10287](https://redirect.github.com/outline/outline/pull/10287) - Allow admins to bypass allowed domains in [#​10290](https://redirect.github.com/outline/outline/pull/10290) - Fix print layout in Firefox by [@​wmTJc9IK0Q](https://redirect.github.com/wmTJc9IK0Q) in [#​10264](https://redirect.github.com/outline/outline/pull/10264) - Letter icon not displayed correctly in 'Starred' section in [#​10292](https://redirect.github.com/outline/outline/pull/10292) - Fixed CORS err on img download by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10279](https://redirect.github.com/outline/outline/pull/10279) - Fixed an overlap of unread badge on long titles in sidebar in [#​10296](https://redirect.github.com/outline/outline/pull/10296) - Prefer non-deleted teams in `teamProvisioner` in [#​10298](https://redirect.github.com/outline/outline/pull/10298) - Allow formatting toolbar to appear with cell selection in [#​10299](https://redirect.github.com/outline/outline/pull/10299) - Empty state for no collections in [#​10300](https://redirect.github.com/outline/outline/pull/10300) - feat: Restore 'Copy' button on public code blocks in [#​10301](https://redirect.github.com/outline/outline/pull/10301) - Do not update `lastModifiedById` on deleted documents in [#​10302](https://redirect.github.com/outline/outline/pull/10302) - CSRF validation issues on Firefox in [#​10317](https://redirect.github.com/outline/outline/pull/10317) - change list children to match list parent when list style changes by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10315](https://redirect.github.com/outline/outline/pull/10315) - Fix Redis `collaborationClient` reusing same property as `defaultClient` in [#​10336](https://redirect.github.com/outline/outline/pull/10336) - Fixed mobile Safari sidebar navigation issue by [@​eweren](https://redirect.github.com/eweren) in [#​10329](https://redirect.github.com/outline/outline/pull/10329) - Prevent reload loop when collaborative service editor version is ahead in [#​10326](https://redirect.github.com/outline/outline/pull/10326) - editorVersion property on document should be updated through collaborative session in [#​10325](https://redirect.github.com/outline/outline/pull/10325) - Default destination path for nested document duplication in [#​10339](https://redirect.github.com/outline/outline/pull/10339) - `RedisAdapter` does not respect url arg in [#​10341](https://redirect.github.com/outline/outline/pull/10341) - Restore comment content on error by [@​salihudickson](https://redirect.github.com/salihudickson) in [#​10342](https://redirect.github.com/outline/outline/pull/10342) - New Crowdin updates by [@​outline-translations](https://redirect.github.com/outline-translations) in [#​10294](https://redirect.github.com/outline/outline/pull/10294) - Icon in editor suggestions missing spacing in [#​10354](https://redirect.github.com/outline/outline/pull/10354) - Fixed potential for repeat submission when inline editing titles by [@​Ali-ovo](https://redirect.github.com/Ali-ovo) in [#​10355](https://redirect.github.com/outline/outline/pull/10355) - Template settings no longer show to guest users in [#​10361](https://redirect.github.com/outline/outline/pull/10361) - Fixed a single frame blank flash when saving comments in [#​10362](https://redirect.github.com/outline/outline/pull/10362) - Enable workspace creation from Discord without `DISCORD_SERVER_ID` in [#​10380](https://redirect.github.com/outline/outline/pull/10380) - Display fallback instead of error if cannot unfurl URL in [#​10370](https://redirect.github.com/outline/outline/pull/10370) - Added clarity to error message when private IP address is blocked in [#​10391](https://redirect.github.com/outline/outline/pull/10391) - Cascade of client-side paranoid deletion in [#​10393](https://redirect.github.com/outline/outline/pull/10393) - Change behavior of `SMTP_SECURE=false` in [#​10399](https://redirect.github.com/outline/outline/pull/10399) - Horizontal rule menu appears in read-only editor in [#​10413](https://redirect.github.com/outline/outline/pull/10413) - Creating new doc offline in sidebar leaves corrupt state in UI in [#​10412](https://redirect.github.com/outline/outline/pull/10412) - Combination of `<br>` and inline nodes in table cell is not imported correctly in [#​10416](https://redirect.github.com/outline/outline/pull/10416) - Updated table styling to include a touch of rounding in [#​10421](https://redirect.github.com/outline/outline/pull/10421) - Improved Redis retry behavior in [#​10440](https://redirect.github.com/outline/outline/pull/10440) - Simplify logic for suppressing markdown copy in [#​10450](https://redirect.github.com/outline/outline/pull/10450) - Felayed notifications will now include a note in the subject in [#​10447](https://redirect.github.com/outline/outline/pull/10447) - Protect against empty content passed to Backticks component in [#​10456](https://redirect.github.com/outline/outline/pull/10456) - Fixed several cases where Linear links would fail to convert to mentions correctly in [#​10458](https://redirect.github.com/outline/outline/pull/10458) - Guard against crawlers consuming magic links in [#​10457](https://redirect.github.com/outline/outline/pull/10457) - 4x improvement on perf of editor menus in [#​10465](https://redirect.github.com/outline/outline/pull/10465) - List conversion inside heading nodes is now prevented by [@​huiseo](https://redirect.github.com/huiseo) in [#​10462](https://redirect.github.com/outline/outline/pull/10462) - Email magic links strategy was changed to allow reuse within time bounds from the same IP in [#​10471](https://redirect.github.com/outline/outline/pull/10471) - Automatically replace base64 encoded images in `documents.update` in [#​10402](https://redirect.github.com/outline/outline/pull/10402) #### New Contributors - [@​pirateIV](https://redirect.github.com/pirateIV) made their first contribution in [#​10228](https://redirect.github.com/outline/outline/pull/10228) - [@​lukegb](https://redirect.github.com/lukegb) made their first contribution in [#​10252](https://redirect.github.com/outline/outline/pull/10252) - [@​wmTJc9IK0Q](https://redirect.github.com/wmTJc9IK0Q) made their first contribution in [#​10264](https://redirect.github.com/outline/outline/pull/10264) - [@​tobiasge](https://redirect.github.com/tobiasge) made their first contribution in [#​10204](https://redirect.github.com/outline/outline/pull/10204) - [@​eweren](https://redirect.github.com/eweren) made their first contribution in [#​10329](https://redirect.github.com/outline/outline/pull/10329) - [@​AlexHladin](https://redirect.github.com/AlexHladin) made their first contribution in [#​10318](https://redirect.github.com/outline/outline/pull/10318) - [@​AnastasiyaHladina](https://redirect.github.com/AnastasiyaHladina) made their first contribution in [#​10397](https://redirect.github.com/outline/outline/pull/10397) - [@​patroldo](https://redirect.github.com/patroldo) made their first contribution in [#​10379](https://redirect.github.com/outline/outline/pull/10379) - [@​huiseo](https://redirect.github.com/huiseo) made their first contribution in [#​10462](https://redirect.github.com/outline/outline/pull/10462) **Full Changelog**: <https://github.com/outline/outline/compare/v0.87.4...v1.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
title
| title |
|---|
| README |
General Info
For more information about this Chart, please check the docs on the TrueCharts website
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Installation
Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
helm install mychart oci://oci.trueforge.org/truecharts/outline
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website
Chart Specific Guides and information
All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://trueforge.org/truecharts/stable/outline
Configuration Options
To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/outline/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml
Support
Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!
All Rights Reserved - The TrueCharts Project