From 33f0881993b63623c57c97941f767abb9d53fd78 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 19 Mar 2025 14:22:11 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/manyfol?= =?UTF-8?q?d3d/manyfold=200.103.2=20=E2=86=92=200.104.0=20(#33431)?= 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 | `4c57b70` -> `0b28b91` | --- > [!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.104.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.104.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.103.2...v0.104.0) This release makes it easier to include content from Manyfold elsewhere on the web, by adding support for the oEmbed standard. On many blog platforms, you should now be able to just paste in a public model, creator or collection URL, and get a nice preview. If the platform you're using allows it, you might even get a proper 3D view if you've got a model selected as the preview file! We've also got two long-requested features for you; deleting libraries (finally), and the ability to open a file directly in your slicer. Currently OrcaSlicer and Cura are supported, but we will add more in future when we can! We could do PrusaSlicer and Bambu Studio as well, but they will only open files from Printables or Makerworld respectively; perhaps in time we can convince them to open that up a bit. #### What's Changed ##### ✨ New Features ✨ - OEmbed support for model URLs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3740](https://redirect.github.com/manyfold3d/manyfold/pull/3740) - Delete library button added to library settings by [@​matthewbadeau](https://redirect.github.com/matthewbadeau) in [https://github.com/manyfold3d/manyfold/pull/3627](https://redirect.github.com/manyfold3d/manyfold/pull/3627) - Download straight into slicers from model detail page by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3779](https://redirect.github.com/manyfold3d/manyfold/pull/3779) - Add dropdown menu for files including "open in slicer" actions by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3791](https://redirect.github.com/manyfold3d/manyfold/pull/3791) ##### 🐛 Bug Fixes 🐛 - Make file removal safer by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3786](https://redirect.github.com/manyfold3d/manyfold/pull/3786) - Fix foreign key errors by removing default scope on files by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3790](https://redirect.github.com/manyfold3d/manyfold/pull/3790) - Absorb shrine error after library deletion by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3793](https://redirect.github.com/manyfold3d/manyfold/pull/3793) ##### 🛠️ Other Improvements 🛠️ - Add oEmbed autodiscovery tags for creators and collections by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3764](https://redirect.github.com/manyfold3d/manyfold/pull/3764) - Improve access tests by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3763](https://redirect.github.com/manyfold3d/manyfold/pull/3763) - Signed download URLs for model files by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3778](https://redirect.github.com/manyfold3d/manyfold/pull/3778) - Ensure that library deletion doesn't remove files on disk by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3789](https://redirect.github.com/manyfold3d/manyfold/pull/3789) - Change rubocop includes to plugins by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3792](https://redirect.github.com/manyfold3d/manyfold/pull/3792) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.103.2...v0.104.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 aafbba49e8e..6b0640c26d5 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.103.2 +appVersion: 0.104.0 dependencies: - name: common version: 25.4.10 @@ -39,4 +39,4 @@ sources: - https://ghcr.io/manyfold3d/manyfold - https://github.com/truecharts/charts/tree/master/charts/stable/manyfold type: application -version: 2.2.3 +version: 2.3.0 diff --git a/charts/stable/manyfold/values.yaml b/charts/stable/manyfold/values.yaml index 706694c7e78..2f281b8d55b 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.103.2@sha256:4c57b7015302589b94885fc024f60b842fe4bdc82d0dee4c9421baf5101dd2bc + tag: 0.104.0@sha256:0b28b91c2bc9a0aa509bd18028e5d328e9490542581ececb680cbdf9e34baaef pullPolicy: IfNotPresent securityContext: container: