From 525ceb2a4a6d54f769c57ebb45bfc8be7bf4750a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 10 Sep 2024 20:25:59 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.78.0@332ca1c by renovate (#26210) 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 | `0.77.3` -> `0.78.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold) ### [`v0.78.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.78.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.77.3...v0.78.0) Now you can set a creator, collection, license and tags straight away at upload time! That'll make things a bit easier... #### What's Changed ##### ✨ New Features ✨ - Set creator/collection/license/tags during upload by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2637](https://redirect.github.com/manyfold3d/manyfold/pull/2637) ##### 🐛 Bug Fixes 🐛 - Calculate tag list before model pagination is applied by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2633](https://redirect.github.com/manyfold3d/manyfold/pull/2633) - Fix download behaviour for ASCII files by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2634](https://redirect.github.com/manyfold3d/manyfold/pull/2634) - Make sure new tags are used in paths in bulk edit organize by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2638](https://redirect.github.com/manyfold3d/manyfold/pull/2638) - Fix incorrect DISTINCT queries by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2642](https://redirect.github.com/manyfold3d/manyfold/pull/2642) - Fix tags not being removed in bulk editor by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2653](https://redirect.github.com/manyfold3d/manyfold/pull/2653) - Move activity backfill to after permission-related DB changes by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2659](https://redirect.github.com/manyfold3d/manyfold/pull/2659) - Sweep up old cache files every hour by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2660](https://redirect.github.com/manyfold3d/manyfold/pull/2660) - Improve error visibility for failed uploads by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2664](https://redirect.github.com/manyfold3d/manyfold/pull/2664) - Make archive extraction thread-safe by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2665](https://redirect.github.com/manyfold3d/manyfold/pull/2665) - Fix changing presupported state causing database inconsistency by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2666](https://redirect.github.com/manyfold3d/manyfold/pull/2666) ##### 🛠️ Other Improvements 🛠️ - Update to Ruby 3.3.5 by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2641](https://redirect.github.com/manyfold3d/manyfold/pull/2641) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.77.3...v0.78.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). --- 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 2104083eceb..920c52ccc85 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.77.3 +appVersion: 0.78.0 dependencies: - name: common version: 24.1.15 @@ -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.3.5 +version: 0.4.0 diff --git a/charts/incubator/manyfold/values.yaml b/charts/incubator/manyfold/values.yaml index 16ab9aa965a..82ec60b1c5b 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.77.3@sha256:fc6c883d5d824a9bf53e8db1aadf77957be9c9dcaf063d9b39d52456979890f7 + tag: 0.78.0@sha256:332ca1c40fe58c26730e339709595825f8d727a67249f7cb263227b4479fc63e pullPolicy: IfNotPresent securityContext: