chore(helm): update image ghcr.io/manyfold3d/manyfold 0.86.0 → 0.87.1 (#28906)

This PR contains the following updates:

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

---

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

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

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

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

This release was just going to be bugfixes, but then we added support
for a load of new file formats, particularly ones used for stuff like
game development or higher-end graphics work. So, you can now index
Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even
more. Take a look at the [supported
formats](https://manyfold.app/manual/supported_formats.html) page on the
website for the full list!

There's also an important bug fix for OIDC login, which should fix
issues with the redirect URL being incorrect.

#### What's Changed

#####  New Features 

- Index DXF files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3123](https://redirect.github.com/manyfold3d/manyfold/pull/3123)
- Many new formats (3DS, DAE, FBX, AMF, IGES and more!) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3124](https://redirect.github.com/manyfold3d/manyfold/pull/3124)

##### 🐛 Bug Fixes 🐛

- Prevent orphaned problems when merging models by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3118](https://redirect.github.com/manyfold3d/manyfold/pull/3118)
- Don't require PUBLIC_PORT if PUBLIC_HOSTNAME is set, unless it's a
non-default port by [@&#8203;Floppy](https://redirect.github.com/Floppy)
in
[https://github.com/manyfold3d/manyfold/pull/3122](https://redirect.github.com/manyfold3d/manyfold/pull/3122)

##### 🛠️ Other Improvements 🛠️

- Remove orphaned problems in "check all" job by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3117](https://redirect.github.com/manyfold3d/manyfold/pull/3117)
- Refactor and simplify old file removal code by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3121](https://redirect.github.com/manyfold3d/manyfold/pull/3121)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.87.0...v0.87.1

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

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

This release adds the ability to resolve problems in bulk; so if you
have a lot of missing files, or empty folders, now you can remove them
all in one go! There are also new application and database performance
dashboards, so you can see how your instance is performing, as well as
the usual collection of bug fixes.

#### What's Changed

#####  New Features 

- Add application and database performance dashboards by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3043](https://redirect.github.com/manyfold3d/manyfold/pull/3043)
- Add fediverse creator opengraph tags by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3047](https://redirect.github.com/manyfold3d/manyfold/pull/3047)
- Raise problems for zero-length files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3101](https://redirect.github.com/manyfold3d/manyfold/pull/3101)
- Resolve problems in bulk by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3108](https://redirect.github.com/manyfold3d/manyfold/pull/3108)
- Add pagination for bulk model editing page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3113](https://redirect.github.com/manyfold3d/manyfold/pull/3113)

##### 🐛 Bug Fixes 🐛

- Add @&#8203; to opengraph tag by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3049](https://redirect.github.com/manyfold3d/manyfold/pull/3049)
- Don't set SSL options if unavailable because of OpenSSL 1.x by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3098](https://redirect.github.com/manyfold3d/manyfold/pull/3098)
- Stop zero-length files showing as duplicates by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3100](https://redirect.github.com/manyfold3d/manyfold/pull/3100)
- Fix IOerror on getting file size by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3103](https://redirect.github.com/manyfold3d/manyfold/pull/3103)
- Discard old jobs that were queued up for removed objects by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3102](https://redirect.github.com/manyfold3d/manyfold/pull/3102)
- Fix file deletion errors caused by presupported links by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3112](https://redirect.github.com/manyfold3d/manyfold/pull/3112)
- Add tag completion on upload form by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3114](https://redirect.github.com/manyfold3d/manyfold/pull/3114)
- Restore tag sorting by name in dropdowns by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3116](https://redirect.github.com/manyfold3d/manyfold/pull/3116)

##### 🌍 Sustainability & Performance 🌍

- Remove unnecessary indexes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3050](https://redirect.github.com/manyfold3d/manyfold/pull/3050)

##### 🛠️ Other Improvements 🛠️

- Ignore admin and healthcheck paths in performance dashboard by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3080](https://redirect.github.com/manyfold3d/manyfold/pull/3080)
- Gather memory statistics for rails_performance by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3091](https://redirect.github.com/manyfold3d/manyfold/pull/3091)
- Improvements to problem list core by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3099](https://redirect.github.com/manyfold3d/manyfold/pull/3099)
- Update setting text to reflect empty file check by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3104](https://redirect.github.com/manyfold3d/manyfold/pull/3104)
- Exclude documents from duplicate detection by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3115](https://redirect.github.com/manyfold3d/manyfold/pull/3115)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.86.0...v0.87.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-11-07 16:28:12 +00:00
committed by GitHub
parent 0ac5f8f24f
commit 26452f599f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 0.86.0
appVersion: 0.87.1
dependencies:
- name: common
version: 25.1.5
@@ -40,4 +40,4 @@ sources:
- https://github.com/Floppy/van_dam
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
type: application
version: 0.12.2
version: 0.13.0
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.86.0@sha256:3e891f3ff1da8ad7b1850c06f94a06b81d8a1581f967ce13b2b3c141217ffaaa
tag: 0.87.1@sha256:0a5830c386b8c5929adf7f697ae8e236e58d921a2127dc0eb945c51c96944a51
pullPolicy: IfNotPresent
securityContext: