chore(helm): update image ghcr.io/manyfold3d/manyfold 0.117.0 → 0.119.0 (#37849)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `3dd3b6a` -> `3d12108` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.119.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.119.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.118.0...v0.119.0)

This is mostly a bugfix release for sync features and zip downloads, but
there's one new efficiency feature as well. You can now enable creation
of image thumbnails, which should help the list pages load faster.

That uses some disk space though, so it's optional; enable it in the
"Downloads" settings area (no, that's not really a good place for it, a
settings reorganisation is probably going to have to happen soon).

#### What's Changed

#####  New Features 

- Automatically generate more efficient image sizes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4520](https://redirect.github.com/manyfold3d/manyfold/pull/4520)

##### 🐛 Bug Fixes 🐛

- Only choose accessible models as preview for collection by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4538](https://redirect.github.com/manyfold3d/manyfold/pull/4538)
- Fix behaviour of default library setting when libraries are destroyed
by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4539](https://redirect.github.com/manyfold3d/manyfold/pull/4539)
- Set correct owner when importing from URL by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4546](https://redirect.github.com/manyfold3d/manyfold/pull/4546)
- Fix creator matches by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4548](https://redirect.github.com/manyfold3d/manyfold/pull/4548)
- Fix file permissions and times in zip downloads by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4550](https://redirect.github.com/manyfold3d/manyfold/pull/4550)
- Sync model slugs from remote by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4549](https://redirect.github.com/manyfold3d/manyfold/pull/4549)
- Fix attachment mtime/ctime classes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4551](https://redirect.github.com/manyfold3d/manyfold/pull/4551)
- Handle nil mtime/ctime for files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4553](https://redirect.github.com/manyfold3d/manyfold/pull/4553)
- Add imagmagick to docker runtime build by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4555](https://redirect.github.com/manyfold3d/manyfold/pull/4555)
- Use a json\_extract query to find files without derivatives by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4556](https://redirect.github.com/manyfold3d/manyfold/pull/4556)
- Only do image derivatives for images by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4557](https://redirect.github.com/manyfold3d/manyfold/pull/4557)
- Add JPEG/WEBP/HEIC support to imagemagick by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4559](https://redirect.github.com/manyfold3d/manyfold/pull/4559)

##### 🛠️ Other Improvements 🛠️

- Use a more meaningful temporary name when importing by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4542](https://redirect.github.com/manyfold3d/manyfold/pull/4542)
- Store sync time for links by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4543](https://redirect.github.com/manyfold3d/manyfold/pull/4543)
- Rename object\_id to model\_id in deserializers by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4547](https://redirect.github.com/manyfold3d/manyfold/pull/4547)
- URL parameter for per\_page on problems list by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4554](https://redirect.github.com/manyfold3d/manyfold/pull/4554)
- Handle and log image conversion failures in backfill job by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4558](https://redirect.github.com/manyfold3d/manyfold/pull/4558)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.118.0...v0.119.0

###
[`v0.118.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.118.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.117.0...v0.118.0)

A big new feature this time out: external site synchronisation! Now you
can link your local models to their pages on Thingiverse, Cults3D and
MyMiniFactory and automatically import metadata and images; and for
Thingiverse, we can even sync 3d files!

This lets you easily add better data to your model, and easily keep it
up to date. Even cooler, you can now just paste an external URL into the
search bar, and if Manyfold understands it, it will automatically create
a new model and import everything it can!

This is manually-triggered for now, but we'll be adding automation and
scheduling in future so your library can stay permanently up to date.
Check out the [user
guide](https://manyfold.app/manual/integrations.html) for more details!

#### What's Changed

#####  New Features 

- Load metadata from MyMiniFactory by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4467](https://redirect.github.com/manyfold3d/manyfold/pull/4467)
- Load metadata from Thingiverse API by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4470](https://redirect.github.com/manyfold3d/manyfold/pull/4470)
- Import images from MyMiniFactory and Thingiverse during sync by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4477](https://redirect.github.com/manyfold3d/manyfold/pull/4477)
- Download model files from Thingiverse during sync by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4478](https://redirect.github.com/manyfold3d/manyfold/pull/4478)
- Sync metadata from Cults3d links by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4480](https://redirect.github.com/manyfold3d/manyfold/pull/4480)
- (Temporarily disabled) Import model metadata from Thangs by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4481](https://redirect.github.com/manyfold3d/manyfold/pull/4481)
- Manual control for synchronizing with remote links - click the sync
icon by a link! by [@&#8203;Floppy](https://redirect.github.com/Floppy)
in
[https://github.com/manyfold3d/manyfold/pull/4490](https://redirect.github.com/manyfold3d/manyfold/pull/4490)
- Auto-create creator records for models when syncing from remote APIs
by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4495](https://redirect.github.com/manyfold3d/manyfold/pull/4495)
- Import/create models, creators and collections from URLs (Thingiverse,
MMF, Cults3D, Thangs) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4497](https://redirect.github.com/manyfold3d/manyfold/pull/4497)
- Set creators for collections if syncing from MMF or Thingiverse by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4505](https://redirect.github.com/manyfold3d/manyfold/pull/4505)
- Match known links if entered in search bar by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4511](https://redirect.github.com/manyfold3d/manyfold/pull/4511)
- Automatically create models from synced Thingiverse and MyMiniFactory
collections. by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4512](https://redirect.github.com/manyfold3d/manyfold/pull/4512)
- Check for updated files and grab new version if available by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4517](https://redirect.github.com/manyfold3d/manyfold/pull/4517)

##### 🔒 Security 🔒

- Add rel="noreferrer" for privacy on all outgoing links by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4513](https://redirect.github.com/manyfold3d/manyfold/pull/4513)

##### 🐛 Bug Fixes 🐛

- Preserve existing tags on sync by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4492](https://redirect.github.com/manyfold3d/manyfold/pull/4492)
- Fix preview model for Thangs imports by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4498](https://redirect.github.com/manyfold3d/manyfold/pull/4498)
- Check links can be imported before redirecting to import page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4507](https://redirect.github.com/manyfold3d/manyfold/pull/4507)
- Allow underscores in Cults3d path components by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4508](https://redirect.github.com/manyfold3d/manyfold/pull/4508)
- Fix refactored file import code by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4509](https://redirect.github.com/manyfold3d/manyfold/pull/4509)
- Fix tag list error on Cults3d sync by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4510](https://redirect.github.com/manyfold3d/manyfold/pull/4510)
- Fix error when downloading some Thingiverse models by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4524](https://redirect.github.com/manyfold3d/manyfold/pull/4524)
- Fix missing save in update\_from\_url by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4525](https://redirect.github.com/manyfold3d/manyfold/pull/4525)

##### 🛠️ Other Improvements 🛠️

- Refactor API deserializers to remove repetition by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4473](https://redirect.github.com/manyfold3d/manyfold/pull/4473)
- Configure API keys in site settings UI by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4474](https://redirect.github.com/manyfold3d/manyfold/pull/4474)
- Small icon to indicate if a link will be used for sync by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4475](https://redirect.github.com/manyfold3d/manyfold/pull/4475)
- Throws 422 if user update fails on first use by
[@&#8203;matthewbadeau](https://redirect.github.com/matthewbadeau) in
[https://github.com/manyfold3d/manyfold/pull/4485](https://redirect.github.com/manyfold3d/manyfold/pull/4485)
- Synchronise creator slugs with remote sites by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4503](https://redirect.github.com/manyfold3d/manyfold/pull/4503)
- Show metadata (links, creator, etc) on creator & collection listing
pages by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4506](https://redirect.github.com/manyfold3d/manyfold/pull/4506)
- Format integrations page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4522](https://redirect.github.com/manyfold3d/manyfold/pull/4522)
- Disabled Thangs sync temporarily until API usage terms are clearer by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/4519](https://redirect.github.com/manyfold3d/manyfold/pull/4519)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.117.0...v0.118.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-07-28 14:48:21 +02:00
committed by GitHub
parent 740903c185
commit bf5b45b017
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.117.0
appVersion: 0.119.0
dependencies:
- name: common
version: 28.13.0
@@ -42,5 +42,5 @@ sources:
- https://ghcr.io/manyfold3d/manyfold
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
type: application
version: 4.3.0
version: 4.4.0
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.117.0@sha256:3dd3b6a558dfb164f8d8739fbceeda2416fbeb934a7f182831e36b627bfe81d0
tag: 0.119.0@sha256:3d1210867a037c380ae66a8b637c0d905a6b71424f17c7ba355f028631fbe901
pullPolicy: IfNotPresent
securityContext:
container: