ca2c8eb9e9 
					 
					
						
						
							
							Update outlinewiki/outline Docker tag to v0.86.1 ( #1188 )  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 8s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m26s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-08-10 22:01:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be60de8ada 
					 
					
						
						
							
							Update outlinewiki/outline Docker tag to v0.86.0 ( #1158 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 7s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m7s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `0.85.1` -> `0.86.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.86.0`](https://github.com/outline/outline/releases/tag/v0.86.0 )
[Compare Source](https://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 
- A paste menu to convert a list of URLs to mentions is now displaced in https://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 
- The collaboration service can now be scaled across multiple servers in https://github.com/outline/outline/pull/9625 
- References are now prefetched on hover in https://github.com/outline/outline/pull/9722 
- We improved the wrapping behavior in inline code marks in https://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 
- Clicking items in the sidebar is now even faster than before in https://github.com/outline/outline/pull/9733 
- Added support for Tella.tv embeds in https://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 
- fix: Empty placeholder shows up when no text but image in paragraph in https://github.com/outline/outline/pull/9593 
- fix: Remote table modifications cause CellSelection to be lost in https://github.com/outline/outline/pull/9596 
- fix: Element overlaying last backlink in https://github.com/outline/outline/pull/9699 
- fix: YouTube fullscreen popups are blocked in https://github.com/outline/outline/pull/9706 
- fix: Anchor with some UTF8 characters not correctly decoding in https://github.com/outline/outline/pull/9778 
- fix: Alignment not copied onto new table rows in https://github.com/outline/outline/pull/9785 
- fix: Col/row selection on table with merged cells in https://github.com/outline/outline/pull/9786 
- fix: Toggling table full width should always go … fullwidth in https://github.com/outline/outline/pull/9792 
##### Other
- fix: Importer truncates newlines in captions in https://github.com/outline/outline/pull/9544 
- fix: Incorrect parsing of hard breaks from Markdown in https://github.com/outline/outline/pull/9548 
- fix: Make shared document content available to screenreaders in https://github.com/outline/outline/pull/9549 
- fix: JSON export->import loses content in https://github.com/outline/outline/pull/9582 
- fix: Remove incorrectly nested "recently viewed" docs from explorer in https://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 
- fix: Viewers unable to connect personal Slack in https://github.com/outline/outline/pull/9614 
- fix: Refresh tokens do not work with OIDC discovery in https://github.com/outline/outline/pull/9618 
- Fix middle mouse button link behavior in https://github.com/outline/outline/pull/9632 
- chore: Add exponential backoff / retry for database deadlocks in https://github.com/outline/outline/pull/9671 
- fix: Linking from one shared sub-document to another share in https://github.com/outline/outline/pull/9689 
- fix: Title content after period sometimes stripped in import in https://github.com/outline/outline/pull/9712 
- fix: Letter icon incorrect in picker and sidebar in https://github.com/outline/outline/pull/9720 
- fix: Unnecessary remounts at breakpoints by [@​charliecreates](https://github.com/charliecreates )\[bot] in https://github.com/outline/outline/pull/9730 
- fix: Hide inline comments when disabled in https://github.com/outline/outline/pull/9732 
- chore: Improve group membership dialogs in https://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 
- fix: extract domain from user email in Slack authentication by [@​naaa760](https://github.com/naaa760 ) in https://github.com/outline/outline/pull/9742 
- fix: emails parameter on users.list should be case insensitive in https://github.com/outline/outline/pull/9755 
- fix: Improve importer to be more resilient to hidden directories in https://github.com/outline/outline/pull/9762 
- fix: Remote results causes `cmd+k` state reset in https://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 
- fix: Nested lists flatten in confluence import in https://github.com/outline/outline/pull/9797 
- Improve webhook disabling heuristic with time-based analysis in https://github.com/outline/outline/pull/9800 
- fix: duplicate highlight shortcut key label by [@​k2on](https://github.com/k2on ) in https://github.com/outline/outline/pull/9806 
- Allow disconnecting analytics integrations in https://github.com/outline/outline/pull/9823 
- Autofocus search input when opening icon picker in https://github.com/outline/outline/pull/9839 
- fix: refresh token rotation is broken in OAuth provider implementation in https://github.com/outline/outline/pull/9847 
- fix: Various issues with JSON import in https://github.com/outline/outline/pull/9850 
#### New Contributors
- [@​TheAlexLichter](https://github.com/TheAlexLichter ) made their first contribution in https://github.com/outline/outline/pull/9629 
- [@​camc314](https://github.com/camc314 ) made their first contribution in https://github.com/outline/outline/pull/9695 
- [@​charliecreates](https://github.com/charliecreates )\[bot] made their first contribution in https://github.com/outline/outline/pull/9730 
- [@​naaa760](https://github.com/naaa760 ) made their first contribution in https://github.com/outline/outline/pull/9742 
- [@​k2on](https://github.com/k2on ) made their first contribution in https://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**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1158 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-08-07 16:29:36 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fc2a7a874 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.19.0 ( #1066 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 15s 
				
			 
		
			
				
	process-repository / process-repository (push) Failing after 29s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m18s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.18.0` -> `1.19.0` |
---
### 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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1066 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-30 23:07:54 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6db65c1fa 
					 
					
						
						
							
							change redis service  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 31s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m50s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 19:10:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90762f9147 
					 
					
						
						
							
							switch service  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 19s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m32s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 19:01:04 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c78c576933 
					 
					
						
						
							
							remove valkey  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 8s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m23s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 18:45:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c0a2f93a39 
					 
					
						
						
							
							change redis  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 13s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m23s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 18:42:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d9b1ed4179 
					 
					
						
						
							
							fix security context  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 14s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m38s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 18:12:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a16b5763a7 
					 
					
						
						
							
							add redis replciation  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 40s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m6s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 17:56:17 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11fae5bd22 
					 
					
						
						
							
							Update Helm release app-template to v4.2.0 ( #1050 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 9s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m6s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.1.2` -> `4.2.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.2.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.2.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.1.2...app-template-4.2.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.2.0
  - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
  - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.2.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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1050 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-29 21:06:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2389ef8c72 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.22 ( #932 )  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 10s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m53s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-16 03:02:19 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						162d3ff031
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.21  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 10s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 15s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m30s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-15 17:01:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						647ace1b01
	 
					 
					
						
						
							
							Update outlinewiki/outline Docker tag to v0.85.1  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m37s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 9s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Successful in 8s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-12 02:01:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6009bf8ec6
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.20  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 1m46s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 13s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Successful in 13s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-09 07:02:46 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb2897d31a 
					 
					
						
						
							
							shorten retention  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 42s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m35s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-08 20:17:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						760a276fab
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.17  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 10s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m25s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Successful in 33s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-08 14:01:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ebe19fed6 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.18.0 ( #847 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 11s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m40s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.17.3` -> `1.18.0` |
---
### 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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #847 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-08 01:52:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e358614d74 
					 
					
						
						
							
							Update outlinewiki/outline Docker tag to v0.85.0 ( #844 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 9s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m22s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `0.84.0` -> `0.85.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.85.0`](https://github.com/outline/outline/releases/tag/v0.85.0 )
[Compare Source](https://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 
- Add Dart and Flutter syntax highlighting is now supported in https://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 
- New menu option to apply a template to existing document in https://github.com/outline/outline/pull/9236 
- Hungarian language support in https://github.com/outline/outline/pull/9230 
- English (UK) language support in https://github.com/outline/outline/pull/9336 
- There is now an option to disable commenting per-collection in https://github.com/outline/outline/pull/9295 
- Add sitemap to publicly shared documents with indexing enabled in https://github.com/outline/outline/pull/9334 
- Add `attachments.list` API endpoint in https://github.com/outline/outline/pull/9259 
- Add warning to user on large documents in https://github.com/outline/outline/pull/9282 
- Add workspace description setting in https://github.com/outline/outline/pull/9345 
- Add option to show modified timestamp on publicly shared docs in https://github.com/outline/outline/pull/9347 
- Add support for individual database environment variables in https://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 
##### Fixes
- Fix flash of previous value after editing title in sidebar for documents by [@​MehdiBouzouaya](https://github.com/MehdiBouzouaya ) in https://github.com/outline/outline/pull/9197 
- We now fallback to `id_token` when OIDC userinfo endpoint is sparse by [@​xadammr](https://github.com/xadammr ) in https://github.com/outline/outline/pull/9172 
- Add encoding meta tag to exported HTML in https://github.com/outline/outline/pull/9207 
- Archived documents should not show in @​mention suggestions in https://github.com/outline/outline/pull/9208 
- Icon on collection home does not match sidebar when private in https://github.com/outline/outline/pull/9209 
- Reset editing state when collection/document title is unmodified in https://github.com/outline/outline/pull/9221 
- Consider active collections only for index computation in https://github.com/outline/outline/pull/9225 
- Remove # from stored filesystem keys in https://github.com/outline/outline/pull/9231 
- Resolve index collision when restoring collection in https://github.com/outline/outline/pull/9229 
- Increase `defaultSignedUrlExpires` from 60s to 5 minutes in https://github.com/outline/outline/pull/9233 
- Fix misalignment between email and comment mentions in https://github.com/outline/outline/pull/9234 
- Image caption uncentered in https://github.com/outline/outline/pull/9239 
- Fixed document URL generation for titles with only special characters in https://github.com/outline/outline/pull/9258 
- Initial avatars in notification popover malformed in https://github.com/outline/outline/pull/9274 
- perf: Various improvements to collaborators facepile in https://github.com/outline/outline/pull/9281 
- Skip fetching children for unsupported Notion blocks in https://github.com/outline/outline/pull/9289 
- Prevent outdated clients from connecting to collaboration server in https://github.com/outline/outline/pull/9291 
- Properly escape backslashes in search queries in https://github.com/outline/outline/pull/9297 
- Prevented multiple context menus from being open simultaneously in https://github.com/outline/outline/pull/9298 
- JSON import goes through MD serialization in https://github.com/outline/outline/pull/9309 
- read-only styles not applied to history in https://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 
- Use br tag for breaks inside tables in https://github.com/outline/outline/pull/9405 
- Persist document icon & color in import flow in https://github.com/outline/outline/pull/9421 
- Show integrations breadcrumb for Linear scene in https://github.com/outline/outline/pull/9418 
- Regression in `collections.info` endpoint disallowed find by urlId in https://github.com/outline/outline/pull/9423 
- Ensure notification relationships are loaded in `EmailProcessor` in https://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 
- Handle Notion linked database errors in https://github.com/outline/outline/pull/9429 
- Fixed a regression in the design of facepile overflow  in https://github.com/outline/outline/pull/9439 
- Login via email not properly redirects to desktop app in https://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 
- Skip showing archived docs in shared section in https://github.com/outline/outline/pull/9451 
- Public share search offset is incorrect in https://github.com/outline/outline/pull/9465 
- Use `Retry-After` header for Notion rate-limit retries in https://github.com/outline/outline/pull/9467 
- Client and server validation differ for subdomains in https://github.com/outline/outline/pull/9468 
- Paginated list edgecase in https://github.com/outline/outline/pull/9484 
- Not correctly catching linked databases in https://github.com/outline/outline/pull/9497 
- Fix OIDC login failures with Base64 avatar URLs in https://github.com/outline/outline/pull/9501 
- OIDC logout redirect unreliable in https://github.com/outline/outline/pull/9508 
- Various fixes for HTML -> Markdown conversion in https://github.com/outline/outline/pull/9509 
- Add OAuth support to search query source enum by [@​andycop](https://github.com/andycop ) in https://github.com/outline/outline/pull/9511 
- Double title appears on some imported documents in https://github.com/outline/outline/pull/9522 
#### New Contributors
- [@​MehdiBouzouaya](https://github.com/MehdiBouzouaya ) made their first contribution in https://github.com/outline/outline/pull/9202 
- [@​xadammr](https://github.com/xadammr ) made their first contribution in https://github.com/outline/outline/pull/9172 
- [@​urbalazs](https://github.com/urbalazs ) made their first contribution in https://github.com/outline/outline/pull/9230 
- [@​andycop](https://github.com/andycop ) made their first contribution in https://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**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #844 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-05 04:56:17 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9f47a699e
	 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.17.3  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 34s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 7s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-28 21:45:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ad8783802
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.16  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 46s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-26 11:01:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea88ac3607
	 
					 
					
						
						
							
							Update Helm release app-template to v4.1.2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 1m5s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m10s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-24 15:03:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54ea2f161b
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.15  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 50s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Failing after 1m21s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-18 21:03:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						358fd8595e
	 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.17.2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 1m24s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m57s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-18 06:01:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						824c613d8c
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.14  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 44s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m36s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-16 15:03:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca5db479a4
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.13  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 5s 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 40s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m1s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-14 13:01:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3badd27fe2
	 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.17.1  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 42s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-12 19:50:33 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06ae5bb79e 
					 
					
						
						
							
							Update Helm release app-template to v4.1.1  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m1s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-12 12:03:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f83c7b518e
	 
					 
					
						
						
							
							Update Helm release app-template to v4.1.0  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have not met minimum release age requirement 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 1m31s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-11 15:02:13 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b0e7fde03d
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.12  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 42s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m1s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-11 02:01:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c96f92c5c1
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.11  
						
						
						
						
					 
					
						2025-06-08 21:48:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						840bac6c07 
					 
					
						
						
							
							swtich to external  
						
						
						
						
					 
					
						2025-05-29 22:10:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1bb700b89 
					 
					
						
						
							
							switch local  
						
						
						
						
					 
					
						2025-05-29 21:31:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9911e1a268 
					 
					
						
						
							
							add local route  
						
						
						
						
					 
					
						2025-05-29 21:31:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ec6682c6f 
					 
					
						
						
							
							fix  
						
						
						
						
					 
					
						2025-05-29 19:34:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5cb7c77951 
					 
					
						
						
							
							update policy  
						
						
						
						
					 
					
						2025-05-29 19:32:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						785d74e92b 
					 
					
						
						
							
							remove minio  
						
						
						
						
					 
					
						2025-05-29 18:32:04 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d88b2dedb 
					 
					
						
						
							
							change to use ceph  
						
						
						
						
					 
					
						2025-05-29 18:26:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30804653a9 
					 
					
						
						
							
							fix namespace  
						
						
						
						
					 
					
						2025-05-29 18:19:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aae2162104 
					 
					
						
						
							
							add bucket  
						
						
						
						
					 
					
						2025-05-29 18:15:13 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2546ac40c1
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.9  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 15s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-22 08:20:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63a57fdeab
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.8  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 16s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-20 12:30:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c136551fb 
					 
					
						
						
							
							enable persistance, replpication, and resources to valkey instances  
						
						
						
						
					 
					
						2025-05-19 19:42:17 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93d9d258af
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.7  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 28s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-19 10:00:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4abab72cac 
					 
					
						
						
							
							fix labels  
						
						
						
						
					 
					
						2025-05-17 17:09:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0d8d05ad0 
					 
					
						
						
							
							update app-template chart  
						
						
						
						
					 
					
						2025-05-16 19:26:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abb47d5cdb 
					 
					
						
						
							
							upgrade version and api  
						
						
						
						
					 
					
						2025-05-16 15:43:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d2563aca9 
					 
					
						
						
							
							Update Helm release postgres-cluster to v5.1.0  
						
						
						
						
					 
					
						2025-05-16 20:34:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						651f359605
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.6  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 25s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-16 06:01:16 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8bfa42edf
	 
					 
					
						
						
							
							Update cloudflared Docker tag to v1.14.8  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 20s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-16 01:35:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2cc436ec0d
	 
					 
					
						
						
							
							Update valkey Docker tag to v3.0.5  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 1m44s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-15 19:31:02 +00:00