This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | minor | `57717fc` -> `ffe0737` | --- > [!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.85.0`](https://redirect.github.com/outline/outline/releases/tag/v0.85.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.84.0...v0.85.0) <img width="938" alt="image" src="https://github.com/user-attachments/assets/1545516f-8cb2-4df8-8fea-f8ad65ae49ff" /> #### What's Changed ##### Installation screen We added a new screen when installing Outline for the first time which allows setting up a workspace in the database with email before setting up any SSO providers. This should provide an easier onboarding experience for new users. ##### Editor improvements - Tables now have the ability to merge and split cells across rows and columns, use this to create more complex layouts. - Added a new shortcut to create a table, just type `|--` on a new line to insert a table. - It is now possible to specify an exact pixel size for images in [https://github.com/outline/outline/pull/9288](https://redirect.github.com/outline/outline/pull/9288) - Add Dart and Flutter syntax highlighting is now supported in [https://github.com/outline/outline/pull/9346](https://redirect.github.com/outline/outline/pull/9346) ##### OIDC improvements We now support the `.well-known` discovery endpoint, meaning OIDC can be configured with just `OIDC_ISSUER_URL`, `OIDC_CLIENT_ID`, and `OIDC_CLIENT_SECRET`. Much simpler than the previous approach. PKCE is now also used if the discovery endpoint signals support. ##### Other Improvements - Editor blocks can now be moved up and down with Cmd+Alt+Arrow keys in [https://github.com/outline/outline/pull/9502](https://redirect.github.com/outline/outline/pull/9502) - New menu option to apply a template to existing document in [https://github.com/outline/outline/pull/9236](https://redirect.github.com/outline/outline/pull/9236) - Hungarian language support in [https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230) - English (UK) language support in [https://github.com/outline/outline/pull/9336](https://redirect.github.com/outline/outline/pull/9336) - There is now an option to disable commenting per-collection in [https://github.com/outline/outline/pull/9295](https://redirect.github.com/outline/outline/pull/9295) - Add sitemap to publicly shared documents with indexing enabled in [https://github.com/outline/outline/pull/9334](https://redirect.github.com/outline/outline/pull/9334) - Add `attachments.list` API endpoint in [https://github.com/outline/outline/pull/9259](https://redirect.github.com/outline/outline/pull/9259) - Add warning to user on large documents in [https://github.com/outline/outline/pull/9282](https://redirect.github.com/outline/outline/pull/9282) - Add workspace description setting in [https://github.com/outline/outline/pull/9345](https://redirect.github.com/outline/outline/pull/9345) - Add option to show modified timestamp on publicly shared docs in [https://github.com/outline/outline/pull/9347](https://redirect.github.com/outline/outline/pull/9347) - Add support for individual database environment variables in [https://github.com/outline/outline/pull/9344](https://redirect.github.com/outline/outline/pull/9344) - API: `allowIndexing` and `showLastUpdated` can now be set in `shares.create` in [https://github.com/outline/outline/pull/9476](https://redirect.github.com/outline/outline/pull/9476) ##### Fixes - Fix flash of previous value after editing title in sidebar for documents by [@​MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya) in [https://github.com/outline/outline/pull/9197](https://redirect.github.com/outline/outline/pull/9197) - We now fallback to `id_token` when OIDC userinfo endpoint is sparse by [@​xadammr](https://redirect.github.com/xadammr) in [https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172) - Add encoding meta tag to exported HTML in [https://github.com/outline/outline/pull/9207](https://redirect.github.com/outline/outline/pull/9207) - Archived documents should not show in @​mention suggestio[https://github.com/outline/outline/pull/9208](https://redirect.github.com/outline/outline/pull/9208)l/9208 - Icon on collection home does not match sidebar when private in [https://github.com/outline/outline/pull/9209](https://redirect.github.com/outline/outline/pull/9209) - Reset editing state when collection/document title is unmodified in [https://github.com/outline/outline/pull/9221](https://redirect.github.com/outline/outline/pull/9221) - Consider active collections only for index computation in [https://github.com/outline/outline/pull/9225](https://redirect.github.com/outline/outline/pull/9225) - Remove # from stored filesystem keys in [https://github.com/outline/outline/pull/9231](https://redirect.github.com/outline/outline/pull/9231) - Resolve index collision when restoring collection in [https://github.com/outline/outline/pull/9229](https://redirect.github.com/outline/outline/pull/9229) - Increase `defaultSignedUrlExpires` from 60s to 5 minutes in [https://github.com/outline/outline/pull/9233](https://redirect.github.com/outline/outline/pull/9233) - Fix misalignment between email and comment mentions in [https://github.com/outline/outline/pull/9234](https://redirect.github.com/outline/outline/pull/9234) - Image caption uncentered in [https://github.com/outline/outline/pull/9239](https://redirect.github.com/outline/outline/pull/9239) - Fixed document URL generation for titles with only special characters in [https://github.com/outline/outline/pull/9258](https://redirect.github.com/outline/outline/pull/9258) - Initial avatars in notification popover malformed in [https://github.com/outline/outline/pull/9274](https://redirect.github.com/outline/outline/pull/9274) - perf: Various improvements to collaborators facepile in [https://github.com/outline/outline/pull/9281](https://redirect.github.com/outline/outline/pull/9281) - Skip fetching children for unsupported Notion blocks in [https://github.com/outline/outline/pull/9289](https://redirect.github.com/outline/outline/pull/9289) - Prevent outdated clients from connecting to collaboration server in [https://github.com/outline/outline/pull/9291](https://redirect.github.com/outline/outline/pull/9291) - Properly escape backslashes in search queries in [https://github.com/outline/outline/pull/9297](https://redirect.github.com/outline/outline/pull/9297) - Prevented multiple context menus from being open simultaneously in [https://github.com/outline/outline/pull/9298](https://redirect.github.com/outline/outline/pull/9298) - JSON import goes through MD serialization in [https://github.com/outline/outline/pull/9309](https://redirect.github.com/outline/outline/pull/9309) - read-only styles not applied to history in [https://github.com/outline/outline/pull/9319](https://redirect.github.com/outline/outline/pull/9319) - Canonical meta tag is incorrect for documents shared to custom domain in [https://github.com/outline/outline/pull/9398](https://redirect.github.com/outline/outline/pull/9398) - Use br tag for breaks inside tables in [https://github.com/outline/outline/pull/9405](https://redirect.github.com/outline/outline/pull/9405) - Persist document icon & color in import flow in [https://github.com/outline/outline/pull/9421](https://redirect.github.com/outline/outline/pull/9421) - Show integrations breadcrumb for Linear scene in [https://github.com/outline/outline/pull/9418](https://redirect.github.com/outline/outline/pull/9418) - Regression in `collections.info` endpoint disallowed find by urlId in [https://github.com/outline/outline/pull/9423](https://redirect.github.com/outline/outline/pull/9423) - Ensure notification relationships are loaded in `EmailProcessor` in [https://github.com/outline/outline/pull/9426](https://redirect.github.com/outline/outline/pull/9426) - Memberships loaded for incorrect user in collection add_user/remove_user in [https://github.com/outline/outline/pull/9428](https://redirect.github.com/outline/outline/pull/9428) - Handle Notion linked database errors in [https://github.com/outline/outline/pull/9429](https://redirect.github.com/outline/outline/pull/9429) - Fixed a regression in the design of facepile overflow in [https://github.com/outline/outline/pull/9439](https://redirect.github.com/outline/outline/pull/9439) - Login via email not properly redirects to desktop app in [https://github.com/outline/outline/pull/9440](https://redirect.github.com/outline/outline/pull/9440) - All documents now show again in CMD+K when searching by title in [https://github.com/outline/outline/pull/9445](https://redirect.github.com/outline/outline/pull/9445) - Skip showing archived docs in shared section in [https://github.com/outline/outline/pull/9451](https://redirect.github.com/outline/outline/pull/9451) - Public share search offset is incorrect in [https://github.com/outline/outline/pull/9465](https://redirect.github.com/outline/outline/pull/9465) - Use `Retry-After` header for Notion rate-limit retries in [https://github.com/outline/outline/pull/9467](https://redirect.github.com/outline/outline/pull/9467) - Client and server validation differ for subdomains in [https://github.com/outline/outline/pull/9468](https://redirect.github.com/outline/outline/pull/9468) - Paginated list edgecase in [https://github.com/outline/outline/pull/9484](https://redirect.github.com/outline/outline/pull/9484) - Not correctly catching linked databases in [https://github.com/outline/outline/pull/9497](https://redirect.github.com/outline/outline/pull/9497) - Fix OIDC login failures with Base64 avatar URLs in [https://github.com/outline/outline/pull/9501](https://redirect.github.com/outline/outline/pull/9501) - OIDC logout redirect unreliable in [https://github.com/outline/outline/pull/9508](https://redirect.github.com/outline/outline/pull/9508) - Various fixes for HTML -> Markdown conversion in [https://github.com/outline/outline/pull/9509](https://redirect.github.com/outline/outline/pull/9509) - Add OAuth support to search query source enum by [@​andycop](https://redirect.github.com/andycop) in [https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511) - Double title appears on some imported documents in [https://github.com/outline/outline/pull/9522](https://redirect.github.com/outline/outline/pull/9522) #### New Contributors - [@​MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya) made their first contribution in [https://github.com/outline/outline/pull/9202](https://redirect.github.com/outline/outline/pull/9202) - [@​xadammr](https://redirect.github.com/xadammr) made their first contribution in [https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172) - [@​urbalazs](https://redirect.github.com/urbalazs) made their first contribution in [https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230) - [@​andycop](https://redirect.github.com/andycop) made their first contribution in [https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511) **Full Changelog**: https://github.com/outline/outline/compare/v0.84.0...v0.85.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0