This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | minor | `51db3e8` -> `9fcb1f4` | --- > [!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.2.0`](https://redirect.github.com/outline/outline/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v1.1.0...v1.2.0) > \[!NOTE] > The [docker entrypoint](https://redirect.github.com/outline/outline/blob/main/Dockerfile#L47) changed in this release and the production image no longer uses Yarn – if you were *overriding* the entrypoint it may fail to start until this is updated. #### What's Changed ##### Highlights **Diagrams.net** diagrams are now fully supported, insert new diagrams through the block menu or by uploading an existing png that was created in Diagrams.net – the original diagram data will be preserved and can be edited by clicking the "Edit" button in the image toolbar. **Custom emoji** are now available – upload your own custom emoji in the admin settings and use them in your documents, comments, reactions, and icons. **Improved revision history** with the ability to download any revision as HTML or Markdown, toggle whether changes are visible, and an improved rendering engine that retains more of the original document's formatting and structure. **Authentication provider management** has been added to the settings, allowing admins to view and manage all configured authentication providers in one place. This includes the ability to disable providers, which will prevent users from signing in with that provider but will not delete any existing accounts. **Passkey support** has been added as an optional login method. You can now sign in with biometric authentication (TouchId, Windows Hello) or security keys instead of a password. Existing workspaces will need to enable this on the authentication providers screen. ##### Other improvements - The sidebar design was improved and refined in [#​10684](https://redirect.github.com/outline/outline/pull/10684) - It is now possible to upload and embed PDFs in [#​10198](https://redirect.github.com/outline/outline/pull/10198) - A "Popular" tab is now available for documents, popular docs are ranked higher in search in [#​10721](https://redirect.github.com/outline/outline/pull/10721) - A visual color palette is now available in the icon picker in [#​10696](https://redirect.github.com/outline/outline/pull/10696) - Avatar changes are now synced automatically from iDP in [#​10718](https://redirect.github.com/outline/outline/pull/10718) - User initials now supported in mention search in [#​10797](https://redirect.github.com/outline/outline/pull/10797) - New option to distribute table columns evenly in [#​10645](https://redirect.github.com/outline/outline/pull/10645) - Mermaid diagrams now have an explicit "Edit" option in the toolbar in [#​11060](https://redirect.github.com/outline/outline/pull/11060) - Added filtering to the notifications UI in [#​10916](https://redirect.github.com/outline/outline/pull/10916) - Added CSV export for member list in [#​10803](https://redirect.github.com/outline/outline/pull/10803) - Added CIDR range support to `ALLOWED_PRIVATE_IP_ADDRESSES` in [#​10923](https://redirect.github.com/outline/outline/pull/10923) - Add ContextMenu to RevisionListItem in [#​10952](https://redirect.github.com/outline/outline/pull/10952) - The GitHub integration now supports fetching details on public issues/PRs in [#​10827](https://redirect.github.com/outline/outline/pull/10827) - It is no longer required to use a public bucket for avatar images in [#​10977](https://redirect.github.com/outline/outline/pull/10977) - Implemented RFC 9700 hardening against refresh token reuse in [#​10960](https://redirect.github.com/outline/outline/pull/10960) - PKCE OAuth clients can now use refresh tokens in [#​10769](https://redirect.github.com/outline/outline/pull/10769) - Support for PostgreSQL multi-host connection URIs in `DATABASE_URL` in [#​10754](https://redirect.github.com/outline/outline/pull/10754) - Many internal performance improvements ##### Fixes - Fixed display issues in share dialog in [#​10662](https://redirect.github.com/outline/outline/pull/10662) - Incompatibility between path and query search terms in [#​10667](https://redirect.github.com/outline/outline/pull/10667) - Restored ability to resize shared sidebar in [#​10669](https://redirect.github.com/outline/outline/pull/10669) - UI does not update when deleting API key in [#​10670](https://redirect.github.com/outline/outline/pull/10670) - Invalid access of `firstChild` for mermaid diagrams in [#​10668](https://redirect.github.com/outline/outline/pull/10668) - Plain text copy-to-clipboard serializer no longer squashes blocks in [#​10683](https://redirect.github.com/outline/outline/pull/10683) - When TOC extends beyond window bounds ensure headings scroll in [#​10687](https://redirect.github.com/outline/outline/pull/10687) - Added missing drop cursor in top position in [#​10689](https://redirect.github.com/outline/outline/pull/10689) - `Empty trash` button is now hidden when missing permissions in [#​10704](https://redirect.github.com/outline/outline/pull/10704) - Fixed search popover on public pages in [#​10717](https://redirect.github.com/outline/outline/pull/10717) - Multiple improvements to sitemap generation for public shares in [#​10716](https://redirect.github.com/outline/outline/pull/10716) - Fixed in-document find fails with multiple escaped characters in [#​10735](https://redirect.github.com/outline/outline/pull/10735) - Improved validation of urls extracted from data transfer event in [#​10740](https://redirect.github.com/outline/outline/pull/10740) - Middle-mouse button on internal link in Firefox no longer opens multiple tabs in [#​10748](https://redirect.github.com/outline/outline/pull/10748) - Fixed collection filter returning documents from all collections when no search query in [#​10775](https://redirect.github.com/outline/outline/pull/10775) - Templates are now inserted at cursor position instead of document start in [#​10783](https://redirect.github.com/outline/outline/pull/10783) - Shift paste with selection no longer inserts next to selection in [#​10799](https://redirect.github.com/outline/outline/pull/10799) - Fixed an issue where some Mermaid diagrams can't be expanded in [#​10807](https://redirect.github.com/outline/outline/pull/10807) - Collection overview now respects the separeat editing mode setting in [#​10816](https://redirect.github.com/outline/outline/pull/10816) - Query strings not forwarded on internal links from editor in [#​10854](https://redirect.github.com/outline/outline/pull/10854) - Shutdown during migrations does not release mutex lock in [#​10879](https://redirect.github.com/outline/outline/pull/10879) - `profileId` extraction in OIDC does not fallback to `token.sub` in [#​10882](https://redirect.github.com/outline/outline/pull/10882) - Fixed an issue where custom rate limiters were ignored due to mountPath mismatch in [#​10893](https://redirect.github.com/outline/outline/pull/10893) - Viewer role now replaced correctly on downgrade to guest in [#​10877](https://redirect.github.com/outline/outline/pull/10877) - Validation of `SECRET_KEY` environment variable tightened in [#​10897](https://redirect.github.com/outline/outline/pull/10897) - Fixed double pagination in `documents.list` and `documents.archived` with `sort=index` in [#​10895](https://redirect.github.com/outline/outline/pull/10895) - Comment actions now reliably appear in mobile drawer in [#​10904](https://redirect.github.com/outline/outline/pull/10904) - Fixed extra newlines in pasted code blocks in [#​10958](https://redirect.github.com/outline/outline/pull/10958) - Parser crash when pasting inline code containing checkboxes by [@​hdoo42](https://redirect.github.com/hdoo42) in [#​10949](https://redirect.github.com/outline/outline/pull/10949) - Fixed an issue where context menus could have context menus (menuception) in [#​10974](https://redirect.github.com/outline/outline/pull/10974) - Fixed invisible email buttons in iOS Mail dark mode in [#​10976](https://redirect.github.com/outline/outline/pull/10976) - Restored 'Create a doc' item in mention menu in [#​10980](https://redirect.github.com/outline/outline/pull/10980) - User with "can edit" permission on sub-document can now sort child documents in [#​10990](https://redirect.github.com/outline/outline/pull/10990) - Large base64 images pasted as HTML are now correctly handled in [#​10982](https://redirect.github.com/outline/outline/pull/10982) - Appending content via API no longer messes with existing document content in [#​10998](https://redirect.github.com/outline/outline/pull/10998) - Image warp exiting lightbox now correct in [#​10999](https://redirect.github.com/outline/outline/pull/10999) - Grips are now positioned correctly adjacent merged table cells in [#​11003](https://redirect.github.com/outline/outline/pull/11003) - Export no longer link to a non-accessible location for non-admins in [#​11070](https://redirect.github.com/outline/outline/pull/11070) #### New Contributors - [@​nwleedev](https://redirect.github.com/nwleedev) made their first contribution in [#​10759](https://redirect.github.com/outline/outline/pull/10759) - [@​hdoo42](https://redirect.github.com/hdoo42) made their first contribution in [#​10949](https://redirect.github.com/outline/outline/pull/10949) **Full Changelog**: <https://github.com/outline/outline/compare/v1.1.0...v1.2.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3V0bGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- Co-authored-by: alfi0812 <admin@alfi0812.de>
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 the 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 that 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