chore(helm): update image ghcr.io/manyfold3d/manyfold 0.91.3 → 0.93.0 (#30777)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `df60e0d` -> `568dfbc` |

---

> [!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.93.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.93.0)

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

Just a small release for translation updates, bugfixes, and a new
message when no activities are shown on the front page.

#### What's Changed

#####  New Features 

- Add message on home page with no activity by
[@&#8203;mtancoigne](https://redirect.github.com/mtancoigne) in
[https://github.com/manyfold3d/manyfold/pull/3375](https://redirect.github.com/manyfold3d/manyfold/pull/3375)
- Translation updates across DE, PL, ES and lots for FR by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3376](https://redirect.github.com/manyfold3d/manyfold/pull/3376)

##### 🐛 Bug Fixes 🐛

- Fix error viewing OIDC users by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3373](https://redirect.github.com/manyfold3d/manyfold/pull/3373)

##### 🛠️ Other Improvements 🛠️

- Improved syntax for single-arg block parameters by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3369](https://redirect.github.com/manyfold3d/manyfold/pull/3369)

#### New Contributors

- [@&#8203;mtancoigne](https://redirect.github.com/mtancoigne) made
their first contribution in
[https://github.com/manyfold3d/manyfold/pull/3375](https://redirect.github.com/manyfold3d/manyfold/pull/3375)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.92.0...v0.93.0

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

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

Happy New Year! This first release of 2025 has a late Christmas present;
a new rendering mode, which should help your previews look more
realistic! Choose "Realistic with shadows" in your user settings, and
you should get something like this:

![Rendering with ambient
occlusion](https://redirect.github.com/user-attachments/assets/1f263a7c-6ff7-4595-bc2f-d2f6934041df)

There are also a couple of bugfixes in this release, but most of the
work is still going on behind the scenes on some fairly complex geometry
work that we hope to release soon.

#### What's Changed

#####  New Features 

- Add shadowed rendering mode using an SSAO pass by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3352](https://redirect.github.com/manyfold3d/manyfold/pull/3352)

##### 🐛 Bug Fixes 🐛

- Fix scan failure when library path contains a space by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3353](https://redirect.github.com/manyfold3d/manyfold/pull/3353)
- Fix error when auto-creating federation actors by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3354](https://redirect.github.com/manyfold3d/manyfold/pull/3354)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.91.3...v0.92.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2025-01-10 09:59:37 +01:00
committed by GitHub
parent 7e3fc51116
commit 43f79fb373
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 0.91.3
appVersion: 0.93.0
dependencies:
- name: common
version: 25.3.1
@@ -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.20.1
version: 0.21.1

View File

@@ -1,6 +1,6 @@
image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.91.3@sha256:df60e0d8ca37528c5be47fb0983ae2cf9a50eba19118c61bd80c565f1bd83356
tag: 0.93.0@sha256:568dfbc25d9bf91ebaf0d24bf0a3ee7c32d5376279849c7993c9bc86ccc1c9cf
pullPolicy: IfNotPresent
securityContext: