From 43f79fb373a255d95237cb2db86497bafc71d3f8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 10 Jan 2025 09:59:37 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/manyfol?= =?UTF-8?q?d3d/manyfold=200.91.3=20=E2=86=92=200.93.0=20(#30777)?= 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 | `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
manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold) ### [`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 [@​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 [@​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 [@​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 [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3369](https://redirect.github.com/manyfold3d/manyfold/pull/3369) #### New Contributors - [@​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 [@​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 [@​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 [@​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
--- ### 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). Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/incubator/manyfold/Chart.yaml | 4 ++-- charts/incubator/manyfold/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/manyfold/Chart.yaml b/charts/incubator/manyfold/Chart.yaml index fdfb2f800ca..acd3d4bc91f 100644 --- a/charts/incubator/manyfold/Chart.yaml +++ b/charts/incubator/manyfold/Chart.yaml @@ -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 \ No newline at end of file diff --git a/charts/incubator/manyfold/values.yaml b/charts/incubator/manyfold/values.yaml index 9be1d690b24..4682361fe70 100644 --- a/charts/incubator/manyfold/values.yaml +++ b/charts/incubator/manyfold/values.yaml @@ -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: