feat(manyfold): update image ghcr.io/manyfold3d/manyfold 0.133.1 → 0.134.0 (#45912)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `cd15bc7` → `1a7c6bd` |

---

> [!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

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

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

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

This release adds a whole new feature - lists! Logged-in users can now
create private lists of models, maybe to "print later", track "already
printed", or otherwise collect in whatever way they like. Lists are
distinct from collections, which are shared; these are just *yours*
(though we might add sharing in future).

As well as creating your own lists, there's a special one more oriented
towards social use... "Liked"! This links up to the new "like" button
you'll see on model cards and pages. In a future release we'll federate
the likes between instances too so you can get an accurate count, but
it's just local for now.

We've also got a new "open in" ability for Creality Print, and also for
a really fun project called [FlockXR](https://flockxr.com), a 3D
creation tool for young people with a Scratch-like interface, whom we
met through our [NGI Zero](https://nlnet.nl/ngizero) funding and are
happy to support!

#### What's Changed

#####  New Features 

- Add "open in" link for FlockXR by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5604](https://redirect.github.com/manyfold3d/manyfold/pull/5604)
- Add lists, a flexible way to privately collect together models (e.g
TODO list, favourites, etc) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5646](https://redirect.github.com/manyfold3d/manyfold/pull/5646)
- Add the ability to "Like" models by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5696](https://redirect.github.com/manyfold3d/manyfold/pull/5696)
- Add "open in Creality Print" by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5711](https://redirect.github.com/manyfold3d/manyfold/pull/5711)

##### 🐛 Bug Fixes 🐛

- Set list owner correctly by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5690](https://redirect.github.com/manyfold3d/manyfold/pull/5690)
- Don't show *everyone's* lists to admins in the normal views by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5691](https://redirect.github.com/manyfold3d/manyfold/pull/5691)
- Fix list deletion errors by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5698](https://redirect.github.com/manyfold3d/manyfold/pull/5698)
- handle liked list lookup failure by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5703](https://redirect.github.com/manyfold3d/manyfold/pull/5703)
- fix list creation job by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5712](https://redirect.github.com/manyfold3d/manyfold/pull/5712)

##### 🌍 Internationalization 🌏

- Translations updated: ja by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5665](https://redirect.github.com/manyfold3d/manyfold/pull/5665)
- Translations updated: zh-CN by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5664](https://redirect.github.com/manyfold3d/manyfold/pull/5664)
- Translations updated: cs by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5663](https://redirect.github.com/manyfold3d/manyfold/pull/5663)
- Translations updated: ru by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5662](https://redirect.github.com/manyfold3d/manyfold/pull/5662)
- Translations updated: de by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5661](https://redirect.github.com/manyfold3d/manyfold/pull/5661)
- Translations updated: pl by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5660](https://redirect.github.com/manyfold3d/manyfold/pull/5660)
- Translations updated: fr by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5659](https://redirect.github.com/manyfold3d/manyfold/pull/5659)
- Translations updated: nl by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5658](https://redirect.github.com/manyfold3d/manyfold/pull/5658)
- Translations updated: es by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5628](https://redirect.github.com/manyfold3d/manyfold/pull/5628)

##### 🛠️ Other Improvements 🛠️

- Update footer with new links and logotype by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5629](https://redirect.github.com/manyfold3d/manyfold/pull/5629)
- Improve testing of form deserializers by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5553](https://redirect.github.com/manyfold3d/manyfold/pull/5553)
- Show when item was added in list show page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5677](https://redirect.github.com/manyfold3d/manyfold/pull/5677)
- Tighten up security checks around managing list items by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;5688](https://redirect.github.com/manyfold3d/manyfold/pull/5688)

**Full Changelog**:
<https://github.com/manyfold3d/manyfold/compare/v0.133.1...v0.134.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWFueWZvbGQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2026-03-09 19:31:33 +01:00
committed by GitHub
parent 7c2e3688b6
commit b3fed1d281
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 0.133.1
appVersion: 0.134.0
dependencies:
- name: common
version: 28.33.0
@@ -47,5 +47,5 @@ sources:
- https://ghcr.io/manyfold3d/manyfold
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold
type: application
version: 4.50.0
version: 4.51.0
+1 -1
View File
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.133.1@sha256:cd15bc7670c639caaa75284f46a8a19133115836d72a65e61f4bd9d31eef7cd2
tag: 0.134.0@sha256:1a7c6bd96c26d49667220d25debf151c20dab6ce14f305942a9546f3932b7575
pullPolicy: IfNotPresent
securityContext:
container: