Update outlinewiki/outline Docker tag to v0.87.3 #1359

Merged
alexlebens merged 1 commits from renovate/outlinewiki-outline-0.x into main 2025-09-03 18:33:47 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.86.1 -> 0.87.3

Release Notes

outline/outline (outlinewiki/outline)

v0.87.3

Compare Source

What's Changed

Improvements
  • It is now possible to give group users "Manage" permissions so they can add and remove other users from a group.
Fixes
  • OIDC flow broken when using an authentication provider on a private network in v0.87.0
  • Importing nested lists from HTML now works correctly

v0.87.2

Compare Source

v0.87.1

Compare Source

v0.87.0

Compare Source

[!WARNING]
Skip this version, use v0.87.3 due to a breaking issue causing failing CSP in some browsers.

[!NOTE]
This version includes multiple proactive security fixes for issues discovered during a routine security audit. Please see associated advisories:

What's Changed

Improvements
Fixes
Editor
Other

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.86.1...v0.87.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `0.86.1` -> `0.87.3` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.87.3`](https://github.com/outline/outline/releases/tag/v0.87.3) [Compare Source](https://github.com/outline/outline/compare/v0.87.2...v0.87.3) #### What's Changed ##### Improvements - It is now possible to give group users "Manage" permissions so they can add and remove other users from a group. ##### Fixes - OIDC flow broken when using an authentication provider on a private network in `v0.87.0` - Importing nested lists from HTML now works correctly ### [`v0.87.2`](https://github.com/outline/outline/compare/v0.87.1...v0.87.2) [Compare Source](https://github.com/outline/outline/compare/v0.87.1...v0.87.2) ### [`v0.87.1`](https://github.com/outline/outline/compare/v0.87.0...v0.87.1) [Compare Source](https://github.com/outline/outline/compare/v0.87.0...v0.87.1) ### [`v0.87.0`](https://github.com/outline/outline/releases/tag/v0.87.0) [Compare Source](https://github.com/outline/outline/compare/v0.86.1...v0.87.0) > \[!WARNING] > Skip this version, use v0.87.3 due to a breaking issue causing failing CSP in some browsers. > \[!NOTE] > This version includes multiple proactive security fixes for issues discovered during a routine security audit. Please see associated advisories: > > - https://github.com/outline/outline/security/advisories/GHSA-fp2g-2283-rwvj > - https://github.com/outline/outline/security/advisories/GHSA-jfhx-7phw-9gq3 > - https://github.com/outline/outline/security/advisories/GHSA-gcj7-c9jv-fhgf #### What's Changed ##### Improvements - Add notifications for reactions in https://github.com/outline/outline/pull/9893 - It is now possible to split an existing code block by typing triple backticks in https://github.com/outline/outline/pull/9959 - Implement right-click context menu in https://github.com/outline/outline/pull/9883 (Available on document lists now, elsewhere soon) - Added `relationships` API endpoints in https://github.com/outline/outline/pull/9402 - Improved error boundary with option to clear cache on repeated errors… in https://github.com/outline/outline/pull/9891 - Added support for encrypted environment variables with [dotenvx](https://dotenvx.com) in https://github.com/outline/outline/pull/9921 ##### Fixes ##### Editor - fix: Line-height too compact on editor headings in https://github.com/outline/outline/pull/9942 - fix: Scroll-to-anchor reliability in https://github.com/outline/outline/pull/9945 - fix: "Table of contents" shortcut on macOS in https://github.com/outline/outline/pull/10002 - fix: Issue with draft comment being lost when navigating directly between documents in https://github.com/outline/outline/pull/9997 - Use Sorting of mentions in a table now act correctly in https://github.com/outline/outline/pull/10011 - fix: Image caption parsed as separate paragraph on copy/paste in https://github.com/outline/outline/pull/10020 - fix: Image pasted twice in copy/paste https://github.com/outline/outline/pull/9938 ##### Other - fix: Tighten rate limits on `email.callback` endpoint in https://github.com/outline/outline/pull/9917 - fix: Use `safeEqual` in `VerificationCode` verify method in https://github.com/outline/outline/pull/9915 - fix: Allow user account lookup with mismatching email capitalization in https://github.com/outline/outline/pull/9929 - fix: Remove `attachments.redirect` sw caching in https://github.com/outline/outline/pull/9927 - fix: Remove `mime-types` usage from the browser in https://github.com/outline/outline/pull/9926 - fix: Upgrade `request-filtering-agent` in https://github.com/outline/outline/pull/9937 - fix: Increase timeout on remote file storage operations in https://github.com/outline/outline/pull/9936 - fix: Properly truncate multiline labels in sidebar in https://github.com/outline/outline/pull/9940 - fix: Drafts without a collection should be publishable by all members with update rights in https://github.com/outline/outline/pull/9941 - fix: Standardize request filtering between cloud / self-hosted in https://github.com/outline/outline/pull/9914 - chore: Removed usage of `vite-static-copy` plugin in https://github.com/outline/outline/pull/9916 - fix: Document move/copy/publish dialog now behaves better in https://github.com/outline/outline/pull/9947 - fix: Usage of `ctx.attachment` overrides explicit `Content-Type` in https://github.com/outline/outline/pull/9949 - chore: More CSP hardening in https://github.com/outline/outline/pull/9951 - fix: Frontend requests do not always send `Content-Type` header in request in https://github.com/outline/outline/pull/9954 - Display correct child document structure & auto open shared document section in https://github.com/outline/outline/pull/9854 - fix: Unable to use `DATABASE_HOST` env in https://github.com/outline/outline/pull/9977 - Include collection attachments in json export in https://github.com/outline/outline/pull/10010 - Skip Notion linked database views in https://github.com/outline/outline/pull/10018 - Map export endpoint to read permissions in https://github.com/outline/outline/pull/10019 - fix documents.import permission checks for shared parent in https://github.com/outline/outline/pull/9996 - fix: Show API key creator name in settings page in https://github.com/outline/outline/pull/10041 - fix: Update unique db constraint to account for revoked share links in https://github.com/outline/outline/pull/10022 - Add CSRF middleware in https://github.com/outline/outline/pull/10051 #### New Contributors - [@&#8203;volodymyrkoval](https://github.com/volodymyrkoval) made their first contribution in https://github.com/outline/outline/pull/9935 - [@&#8203;esafev](https://github.com/esafev) made their first contribution in https://github.com/outline/outline/pull/10031 **Full Changelog**: https://github.com/outline/outline/compare/v0.86.1...v0.87.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the
image
label 2025-09-01 15:01:53 +00:00
renovate-bot added 1 commit 2025-09-01 15:01:54 +00:00
Update outlinewiki/outline Docker tag to v0.87.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 30s
6599057294
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 6599057294 to d10de2ca1c 2025-09-01 16:02:14 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from d10de2ca1c to 570cf5687a 2025-09-01 16:03:34 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 570cf5687a to 71f9e366c6 2025-09-01 18:01:36 +00:00 Compare
renovate-bot changed title from Update outlinewiki/outline Docker tag to v0.87.0 to Update outlinewiki/outline Docker tag to v0.87.1 2025-09-01 18:01:37 +00:00
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 71f9e366c6 to 4ef136f8e5 2025-09-01 21:03:28 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 4ef136f8e5 to d935201fd3 2025-09-01 22:03:18 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from d935201fd3 to f1690681ca 2025-09-02 10:03:25 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from f1690681ca to 78c0bcc9b7 2025-09-02 11:01:54 +00:00 Compare
renovate-bot changed title from Update outlinewiki/outline Docker tag to v0.87.1 to Update outlinewiki/outline Docker tag to v0.87.2 2025-09-02 11:01:56 +00:00
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 78c0bcc9b7 to ff42a17408 2025-09-02 13:03:09 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from ff42a17408 to e8813178a4 2025-09-02 16:04:49 +00:00 Compare
renovate-bot changed title from Update outlinewiki/outline Docker tag to v0.87.2 to Update outlinewiki/outline Docker tag to v0.87.3 2025-09-02 16:04:50 +00:00
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from e8813178a4 to ba62c2d445 2025-09-02 16:06:20 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from ba62c2d445 to 7fd48e14a6 2025-09-02 17:04:44 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 7fd48e14a6 to 3abc210eb5 2025-09-03 02:03:06 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 3abc210eb5 to 598f98d818 2025-09-03 03:03:57 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 598f98d818 to 7ed1b9c150 2025-09-03 05:03:36 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 7ed1b9c150 to 895401e3a8 2025-09-03 09:03:40 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 895401e3a8 to ba487a98a6 2025-09-03 10:03:31 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from ba487a98a6 to f65a47907a 2025-09-03 11:03:33 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from f65a47907a to 6825955d0e 2025-09-03 13:02:31 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 6825955d0e to 97cd8a777f 2025-09-03 13:04:44 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 97cd8a777f to 2fcdd1c172 2025-09-03 14:05:23 +00:00 Compare
alexlebens merged commit 1c7a34bcf5 into main 2025-09-03 18:33:47 +00:00
alexlebens deleted branch renovate/outlinewiki-outline-0.x 2025-09-03 18:33:47 +00:00
Sign in to join this conversation.
No description provided.