From 1a7730257f6e81e007b7dd0acb9f22b05af73c67 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 9 Aug 2025 18:21:55 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/manyfol?= =?UTF-8?q?d3d/manyfold=200.119.0=20=E2=86=92=200.120.1=20(#37956)?= 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 | `3d12108` -> `33c11db` | --- > [!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.120.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.120.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.120.0...v0.120.1) A small but important bugfix for instances that show libraries in the navbar. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix error in navbar when "show libraries" is enabled by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4578](https://redirect.github.com/manyfold3d/manyfold/pull/4578) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.120.0...v0.120.1 ### [`v0.120.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.120.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.119.0...v0.120.0) This week's release brings some improvements to scanning processes. You can now run a metadata scan for any set of filtered models, including using a new search term for path matching, and you can run the new file check scan on an individual library. There's also a new `manyfold links sync` command to batch-synchronise links, including a `--match` argument if you want to just sync with a single site, and errors with the sync will now be reported in the Problems list. #### What's Changed ##### ✨ New Features ✨ - Add syntax to search by model path by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4562](https://redirect.github.com/manyfold3d/manyfold/pull/4562) - Add option to scan menu to rescan the current selection of models by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4564](https://redirect.github.com/manyfold3d/manyfold/pull/4564) - Add button to scan a single library by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4566](https://redirect.github.com/manyfold3d/manyfold/pull/4566) - Add `manyfold links sync` command to batch run link synchronisations by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4568](https://redirect.github.com/manyfold3d/manyfold/pull/4568) ##### 🛠️ Other Improvements 🛠️ - Refactor Filterable concern to use new FilterService by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4565](https://redirect.github.com/manyfold3d/manyfold/pull/4565) - Improve error handling and reporting for sync URLs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4567](https://redirect.github.com/manyfold3d/manyfold/pull/4567) - Add ngrok tunnel autostart to bin/dev by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4569](https://redirect.github.com/manyfold3d/manyfold/pull/4569) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.119.0...v0.120.0
--- ### 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 704d0d5a925..d8a37b216ba 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.119.0 +appVersion: 0.120.1 dependencies: - name: common version: 28.15.1 @@ -42,5 +42,5 @@ sources: - https://ghcr.io/manyfold3d/manyfold - https://github.com/truecharts/charts/tree/master/charts/stable/manyfold type: application -version: 4.6.2 +version: 4.7.0 diff --git a/charts/stable/manyfold/values.yaml b/charts/stable/manyfold/values.yaml index cf43be2df3d..0987d28b945 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.119.0@sha256:3d1210867a037c380ae66a8b637c0d905a6b71424f17c7ba355f028631fbe901 + tag: 0.120.1@sha256:33c11dbc45aa66f21da5bce837de83cfca41964cf64a9aec8fe91301271ff021 pullPolicy: IfNotPresent securityContext: container: