From c8a8f387918f4db3b32088d6276c6cf1c40abe9a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 13 Jan 2026 22:43:26 +0100 Subject: [PATCH] =?UTF-8?q?feat(manyfold):=20update=20image=20ghcr.io/many?= =?UTF-8?q?fold3d/manyfold=200.130.4=20=E2=86=92=200.131.0=20(#43500)?= 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 | `d494784` -> `b4118b5` | --- > [!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
manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold) ### [`v0.131.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.131.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.130.4...v0.131.0) This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files. We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready. #### What's Changed ##### ✨ New Features ✨ - Add User Groups, lists of users that creators can use to manage access to their content by [@​Floppy](https://redirect.github.com/Floppy) in [#​5152](https://redirect.github.com/manyfold3d/manyfold/pull/5152) - API endpoints for user group management by [@​Floppy](https://redirect.github.com/Floppy) in [#​5276](https://redirect.github.com/manyfold3d/manyfold/pull/5276) - Add support for Rhino 3DM files, with rendering by [@​Floppy](https://redirect.github.com/Floppy) in [#​5279](https://redirect.github.com/manyfold3d/manyfold/pull/5279) ##### 🐛 Bug Fixes 🐛 - Allow saving tour state without validation by [@​Floppy](https://redirect.github.com/Floppy) in [#​5268](https://redirect.github.com/manyfold3d/manyfold/pull/5268) - skip deeper user validation if only saving simple user preferences by [@​Floppy](https://redirect.github.com/Floppy) in [#​5273](https://redirect.github.com/manyfold3d/manyfold/pull/5273) - Fix policy check when logged out by [@​Floppy](https://redirect.github.com/Floppy) in [#​5274](https://redirect.github.com/manyfold3d/manyfold/pull/5274) ##### 🌍 Internationalization 🌏 - Translations updated: cs by [@​Floppy](https://redirect.github.com/Floppy) in [#​5264](https://redirect.github.com/manyfold3d/manyfold/pull/5264) - Translations updated: zh-CN by [@​Floppy](https://redirect.github.com/Floppy) in [#​5261](https://redirect.github.com/manyfold3d/manyfold/pull/5261) - Translations updated: es by [@​Floppy](https://redirect.github.com/Floppy) in [#​5186](https://redirect.github.com/manyfold3d/manyfold/pull/5186) - Translations updated: nl by [@​Floppy](https://redirect.github.com/Floppy) in [#​5260](https://redirect.github.com/manyfold3d/manyfold/pull/5260) - Translations updated: pl by [@​Floppy](https://redirect.github.com/Floppy) in [#​5259](https://redirect.github.com/manyfold3d/manyfold/pull/5259) - Translations updated: ja by [@​Floppy](https://redirect.github.com/Floppy) in [#​5258](https://redirect.github.com/manyfold3d/manyfold/pull/5258) - Translations updated: de by [@​Floppy](https://redirect.github.com/Floppy) in [#​5230](https://redirect.github.com/manyfold3d/manyfold/pull/5230) - Translations updated: ru by [@​Floppy](https://redirect.github.com/Floppy) in [#​5263](https://redirect.github.com/manyfold3d/manyfold/pull/5263) - Translations updated: fr by [@​Floppy](https://redirect.github.com/Floppy) in [#​5262](https://redirect.github.com/manyfold3d/manyfold/pull/5262) - Translations updated: es by [@​Floppy](https://redirect.github.com/Floppy) in [#​5270](https://redirect.github.com/manyfold3d/manyfold/pull/5270) ##### 🛠️ Other Improvements 🛠️ - Change default port in development mode to match production by [@​Floppy](https://redirect.github.com/Floppy) in [#​5267](https://redirect.github.com/manyfold3d/manyfold/pull/5267) **Full Changelog**:
--- ### 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. --- - [ ] 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 a23da44d8cb..476b19b1ac0 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.130.4 +appVersion: 0.131.0 dependencies: - name: common version: 28.29.17 @@ -44,5 +44,5 @@ sources: - https://ghcr.io/manyfold3d/manyfold - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold type: application -version: 4.39.7 +version: 4.40.0 diff --git a/charts/stable/manyfold/values.yaml b/charts/stable/manyfold/values.yaml index 42094f582bf..43c4464f219 100644 --- a/charts/stable/manyfold/values.yaml +++ b/charts/stable/manyfold/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/manyfold3d/manyfold - tag: 0.130.4@sha256:d4947843493042e8398151743f9d113f61397977a3ff2f98bfa059a780a91138 + tag: 0.131.0@sha256:b4118b5f2221930115596fcd218fda537ed224c223a6d173c807927a1f47bed4 pullPolicy: IfNotPresent securityContext: container: