From 042664cf076f30836b42257e0609a2079646eb3c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:25:30 +0000 Subject: [PATCH] chore(deps): update outlinewiki/outline docker tag to v1.6.1 (#4857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | patch | `1.6.0` → `1.6.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
outline/outline (outlinewiki/outline) ### [`v1.6.1`](https://github.com/outline/outline/releases/tag/v1.6.1) [Compare Source](https://github.com/outline/outline/compare/v1.6.0...v1.6.1) #### What's Changed ##### Fixes and improvements - A bug affecting file and image upload in the editor was fixed in [#​11803](https://github.com/outline/outline/pull/11803) - MCP: Now has tools to move documents within a collection in [#​11799](https://github.com/outline/outline/pull/11799) - MCP: Now supports API key header authentication in [#​11798](https://github.com/outline/outline/pull/11798) - Added Tahoe-compatible icon variants for PWA in [#​11762](https://github.com/outline/outline/pull/11762) - Fixed a race condition when editing title while doc is saving would reset the title in [#​11764](https://github.com/outline/outline/pull/11764) - Added support for the new GitLab `work_items` URL structure in [#​11795](https://github.com/outline/outline/pull/11795) - Print layout now respects full-width option by [@​wmTJc9IK0Q](https://github.com/wmTJc9IK0Q) in [#​11768](https://github.com/outline/outline/pull/11768) - Fixed a page hang with corrupted PNG upload in [#​11783](https://github.com/outline/outline/pull/11783) - Improved validation of `SMTP_FROM_EMAIL` and `SMTP_REPLY_EMAIL` in [#​11784](https://github.com/outline/outline/pull/11784) - Custom port is now preserved in OAuth metadata URLs when self-hosted behind a reverse proxy in [#​11791](https://github.com/outline/outline/pull/11791) - It is now possible to "Create a nested doc" when using @​mention in [#​11800](https://github.com/outline/outline/pull/11800) - Added a guard against concurrent restore while deleting by [@​dearlordylord](https://github.com/dearlordylord) in [#​11775](https://github.com/outline/outline/pull/11775) #### New Contributors - [@​dearlordylord](https://github.com/dearlordylord) made their first contribution in [#​11775](https://github.com/outline/outline/pull/11775) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4857 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/outline/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/outline/values.yaml b/clusters/cl01tl/helm/outline/values.yaml index 0464d732b..9a5aac71d 100644 --- a/clusters/cl01tl/helm/outline/values.yaml +++ b/clusters/cl01tl/helm/outline/values.yaml @@ -12,7 +12,7 @@ outline: main: image: repository: outlinewiki/outline - tag: 1.6.0 + tag: 1.6.1 pullPolicy: IfNotPresent env: - name: NODE_ENV