From dd46f492a78a1cef1e7e5f8881f3c52d3b5b2be7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 8 Oct 2024 19:05:48 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.81.0@9c5c3d1 by renovate (#27421) 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.80.1` -> `0.81.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.81.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.81.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.80.1...v0.81.0) There's a lot of work in this release, but perhaps not much is too visible. We're working on ActivityPub interoperability with platforms like Mastodon, and there's a lot of work under the hood to get us there. The visible ActivityPub interaction stuff is very near though, hopefully you'll get to see it within a week in v0.82.0! This release does have a few bug fixes though, and a new feature whereby you can split a model's files into two parts through the bulk file editor. So, if you merged things by accident, now you can undo it! #### What's Changed ##### ✨ New Features ✨ - Split selected files into new model when bulk editing by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2864](https://redirect.github.com/manyfold3d/manyfold/pull/2864) - Improve social previews by description and image, and improving title by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2870](https://redirect.github.com/manyfold3d/manyfold/pull/2870) - Make ActivityPub messages Mastodon-compatible with HTTP signatures by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2803](https://redirect.github.com/manyfold3d/manyfold/pull/2803) - Working responses to ActivityPub follow requests from Mastodon servers by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2846](https://redirect.github.com/manyfold3d/manyfold/pull/2846) - Automatically accept ActivityPub follow requests by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2833](https://redirect.github.com/manyfold3d/manyfold/pull/2833) ##### 🐛 Bug Fixes 🐛 - Use Rails's built-in health endpoint by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2792](https://redirect.github.com/manyfold3d/manyfold/pull/2792) - Remove up-front keypair generation data task by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2802](https://redirect.github.com/manyfold3d/manyfold/pull/2802) - Avoid creating duplicate problems by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2813](https://redirect.github.com/manyfold3d/manyfold/pull/2813) - Fix backgrounded organize jobs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2814](https://redirect.github.com/manyfold3d/manyfold/pull/2814) - Ignore SSL EOF errors from badly configured servers by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2835](https://redirect.github.com/manyfold3d/manyfold/pull/2835) - Fix activity data migration by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2838](https://redirect.github.com/manyfold3d/manyfold/pull/2838) - Fix error browsing collections with library filter by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2855](https://redirect.github.com/manyfold3d/manyfold/pull/2855) - Fix search by removing preview_file preload by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2856](https://redirect.github.com/manyfold3d/manyfold/pull/2856) - Fix bug with not extracting files from root of zipfile by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2857](https://redirect.github.com/manyfold3d/manyfold/pull/2857) - Fixed another edge case in path stripping by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2863](https://redirect.github.com/manyfold3d/manyfold/pull/2863) - fix actor UUID persistence by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2867](https://redirect.github.com/manyfold3d/manyfold/pull/2867) - Fix missing tags when splitting a model by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2868](https://redirect.github.com/manyfold3d/manyfold/pull/2868) - Fix error with image previews in social graph by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2871](https://redirect.github.com/manyfold3d/manyfold/pull/2871) - Fix description meta tag by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2872](https://redirect.github.com/manyfold3d/manyfold/pull/2872) - Fix image path in meta tags by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2873](https://redirect.github.com/manyfold3d/manyfold/pull/2873) - Skip target fetch for new follow path by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2879](https://redirect.github.com/manyfold3d/manyfold/pull/2879) ##### 🌍 Sustainability & Performance 🌍 - Organize models in background after editing by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2812](https://redirect.github.com/manyfold3d/manyfold/pull/2812) ##### 🛠️ Other Improvements 🛠️ - Test that creators can be looked up by acct URI by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2791](https://redirect.github.com/manyfold3d/manyfold/pull/2791) - Translation updates (DE, ES, PL) by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2795](https://redirect.github.com/manyfold3d/manyfold/pull/2795) - Enable japanese and portuguese on translation.io by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2798](https://redirect.github.com/manyfold3d/manyfold/pull/2798) - Keypair management for ActivityPub actors by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2801](https://redirect.github.com/manyfold3d/manyfold/pull/2801) - Use Mastodon-compatible actor types by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2808](https://redirect.github.com/manyfold3d/manyfold/pull/2808) - Delay background jobs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2810](https://redirect.github.com/manyfold3d/manyfold/pull/2810) - Update federails to get UUIDs for actor URLs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2866](https://redirect.github.com/manyfold3d/manyfold/pull/2866) - Add remote follow support, so you can hit "follow" on other instances by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2875](https://redirect.github.com/manyfold3d/manyfold/pull/2875) - Move remote follow route to standard path by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2877](https://redirect.github.com/manyfold3d/manyfold/pull/2877) - Improve opengraph output by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2881](https://redirect.github.com/manyfold3d/manyfold/pull/2881) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.80.1...v0.81.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 aae5a6b5c69..f1e5dcf849c 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.80.1 +appVersion: 0.81.0 dependencies: - name: common version: 25.0.0 @@ -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.8.0 +version: 0.9.0 diff --git a/charts/incubator/manyfold/values.yaml b/charts/incubator/manyfold/values.yaml index 64c95c168bf..cb2f0448d17 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.80.1@sha256:4060b459b0f3eb5e8dc4474a835cfe660abb429f4653db8bbac8fd67847b223e + tag: 0.81.0@sha256:9c5c3d19b6cde7e33ba64a06c8dcf662492687c13dea9a0d5a6b5df49441db1e pullPolicy: IfNotPresent securityContext: