From 44a33c342c45b1f8052510219ae34b96e19406b1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 19 May 2026 19:46:19 +0200 Subject: [PATCH] =?UTF-8?q?feat(manyfold):=20update=20image=20ghcr.io/many?= =?UTF-8?q?fold3d/manyfold=200.140.1=20=E2=86=92=200.141.0=20(#48364)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `9bdc6cc` → `4ad9e3a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold) ### [`v0.141.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.141.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.140.1...v0.141.0) This release adds a couple of new features, and a few bugfixes, as well as some internal refactoring and improved tests. You can now set a preferred "landing page", like "my models" or "all creators", as well as the current "dashboard" - and that can be site-wide, or per-user. And, due to some of that internal refactoring, we now have syntax highlighting for some text files (e.g. Javascript). #### What's Changed ##### ✨ New Features ✨ - Add site-wide and user-specific setting for default landing page by [@​Floppy](https://redirect.github.com/Floppy) in [#​6133](https://redirect.github.com/manyfold3d/manyfold/pull/6133) - Add syntax highlighting for some files using Rouge by [@​Floppy](https://redirect.github.com/Floppy) in [#​6169](https://redirect.github.com/manyfold3d/manyfold/pull/6169) ##### 🐛 Bug Fixes 🐛 - Prevent escaping from library setup on first run by [@​Floppy](https://redirect.github.com/Floppy) in [#​6146](https://redirect.github.com/manyfold3d/manyfold/pull/6146) - Fix error when showing collections for federated items by [@​Floppy](https://redirect.github.com/Floppy) in [#​6162](https://redirect.github.com/manyfold3d/manyfold/pull/6162) - Allow multiple spaces in filenames by [@​Floppy](https://redirect.github.com/Floppy) in [#​6184](https://redirect.github.com/manyfold3d/manyfold/pull/6184) ##### 🌍 Internationalization 🌏 - Translations updated: fr by [@​Floppy](https://redirect.github.com/Floppy) in [#​6145](https://redirect.github.com/manyfold3d/manyfold/pull/6145) - Translations updated: pl by [@​Floppy](https://redirect.github.com/Floppy) in [#​6144](https://redirect.github.com/manyfold3d/manyfold/pull/6144) - Translations updated: zh-CN by [@​Floppy](https://redirect.github.com/Floppy) in [#​6141](https://redirect.github.com/manyfold3d/manyfold/pull/6141) - Translations updated: es by [@​Floppy](https://redirect.github.com/Floppy) in [#​6143](https://redirect.github.com/manyfold3d/manyfold/pull/6143) - Translations updated: ru by [@​Floppy](https://redirect.github.com/Floppy) in [#​6140](https://redirect.github.com/manyfold3d/manyfold/pull/6140) - Translations updated: de by [@​Floppy](https://redirect.github.com/Floppy) in [#​6139](https://redirect.github.com/manyfold3d/manyfold/pull/6139) - Translations updated: cs by [@​Floppy](https://redirect.github.com/Floppy) in [#​6142](https://redirect.github.com/manyfold3d/manyfold/pull/6142) - Translations updated: nl by [@​Floppy](https://redirect.github.com/Floppy) in [#​6137](https://redirect.github.com/manyfold3d/manyfold/pull/6137) - Translations updated: ja by [@​Floppy](https://redirect.github.com/Floppy) in [#​6138](https://redirect.github.com/manyfold3d/manyfold/pull/6138) ##### 🛠️ Other Improvements 🛠️ - Improve setup and user handling in request tests by [@​Floppy](https://redirect.github.com/Floppy) in [#​6155](https://redirect.github.com/manyfold3d/manyfold/pull/6155) - Unify file handling into a single system for server, browser and client, to allow customisation of viewers and apps by [@​Floppy](https://redirect.github.com/Floppy) in [#​6160](https://redirect.github.com/manyfold3d/manyfold/pull/6160) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] 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). --- charts/stable/manyfold/Chart.yaml | 4 ++-- charts/stable/manyfold/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml index 79d114dcd4f..b1fddca869c 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.140.1 +appVersion: 0.141.0 dependencies: - name: common version: 29.3.4 @@ -42,5 +42,5 @@ sources: - https://ghcr.io/manyfold3d/manyfold - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold type: application -version: 7.9.1 +version: 7.10.0 diff --git a/charts/stable/manyfold/values.yaml b/charts/stable/manyfold/values.yaml index 53fc9f513e4..8280598e302 100644 --- a/charts/stable/manyfold/values.yaml +++ b/charts/stable/manyfold/values.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/manyfold3d/manyfold - tag: 0.140.1@sha256:9bdc6cc6a2941eecbd987c33f0551aac538a2b874bbe4201162c7df0b9477064 + tag: 0.141.0@sha256:4ad9e3a018f3cdebcbdfc4d19fa5c53f5fd0397a8594262b9442ef9e59e1fff4 pullPolicy: IfNotPresent securityContext: container: