Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.89.0 → 0.91.3 (…
…#30288) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `d6bd5f4` -> `df60e0d` | --- > [!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.91.3`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.3) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.2...v0.91.3) Another little bugfix release for you all, while we keep working on an exciting geometry feature behind the scenes! #### What's Changed ##### 🐛 Bug Fixes 🐛 - Prevent bad URLs from causing page errors by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3311](https://redirect.github.com/manyfold3d/manyfold/pull/3311) - Fix file size calculation by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3315](https://redirect.github.com/manyfold3d/manyfold/pull/3315) **Full Changelog**: manyfold3d/manyfold@v0.91.2...v0.91.3 ### [`v0.91.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.1...v0.91.2) Just a small bugfix release for an issue where invalid domains would cause a page error on the Creator list. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Handle invalid domains safely in Link#site by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3306](https://redirect.github.com/manyfold3d/manyfold/pull/3306) **Full Changelog**: manyfold3d/manyfold@v0.91.1...v0.91.2 ### [`v0.91.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.0...v0.91.1) While we do some background work on the mechanics of some 3d model compression, here's a bugfix release to fix a few problems, including infinite redirection in single-user mode, and some fixes for running non-Postgres databases. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix report policy in multiuser mode without federation by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3284](https://redirect.github.com/manyfold3d/manyfold/pull/3284) - fix actor method calls within federails by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3295](https://redirect.github.com/manyfold3d/manyfold/pull/3295) - Use SameSite=Lax cookies to allow auto-login after linking by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3296](https://redirect.github.com/manyfold3d/manyfold/pull/3296) - Check database adapter name rather than class in regex checks by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3298](https://redirect.github.com/manyfold3d/manyfold/pull/3298) **Full Changelog**: manyfold3d/manyfold@v0.91.0...v0.91.1 ### [`v0.91.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.2...v0.91.0) This release is all about safety; we've added features for reporting abusive or illegal content, both for local users and across the Fediverse, and for blocking federation to or from particular domains. Federation is still at a very basic level, but we really wanted to get at least some basic safety features in early; it's important stuff! Moderators can view and resolve submitted reports in the new settings area introduced in the last release, and can also manage local accounts in a new user management UI. #### What's Changed ##### ✨ New Features ✨ - Add support for blocking domains so that they don't federate by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3221](https://redirect.github.com/manyfold3d/manyfold/pull/3221) - List received reports in moderation interface by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3250](https://redirect.github.com/manyfold3d/manyfold/pull/3250) - Add ability to resolve or ignore reports in moderation UI by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3257](https://redirect.github.com/manyfold3d/manyfold/pull/3257) - Add report buttons on detail pages and model preview cards by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3259](https://redirect.github.com/manyfold3d/manyfold/pull/3259) ##### 🛠️ Other Improvements 🛠️ - update report pages to cope with anonymous reports by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3255](https://redirect.github.com/manyfold3d/manyfold/pull/3255) - Show remote domain for anonymous reports by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3256](https://redirect.github.com/manyfold3d/manyfold/pull/3256) - Link to reported items from report UI by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3258](https://redirect.github.com/manyfold3d/manyfold/pull/3258) **Full Changelog**: manyfold3d/manyfold@v0.90.2...v0.91.0 ### [`v0.90.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.1...v0.90.2) Bugfix for missing translations in v0.90.0. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Restore accidentally-removed translations by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3247](https://redirect.github.com/manyfold3d/manyfold/pull/3247) **Full Changelog**: manyfold3d/manyfold@v0.90.1...v0.90.2 ### [`v0.90.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.0...v0.90.1) Bug fix release for editing settings in single-user model. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix user settings in single-user mode by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3246](https://redirect.github.com/manyfold3d/manyfold/pull/3246) **Full Changelog**: manyfold3d/manyfold@v0.90.0...v0.90.1 ### [`v0.90.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.89.0...v0.90.0) This release focuses on site administration and user management, with a redesign of the site settings area and a new user management section for moderators/admins. You can now also require moderator approval for new accounts, so you can let people sign themselves up, but also check that you want to let them in before they can access everything. Also, there's a change to the usage reporting; we've added the image name and system architecture to the report. This lets us see which image you're running (standard, solo, linuxserver), and also which CPU architecture you're on. At some point we'll deprecate the 32-bit ARM build and it would be good to know how many people are using it before we do. As always the exact data sent is visible in the admin area, and the aggregated stats are visible to all at [tracking.manyfold.app/stats](https://tracking.manyfold.app/stats). If you haven't already, please consider enabling the anonymous usage tracking; it *really* helps us out. (This change is listed as a "breaking change" in the changelog below as we feel it's important to highlight - you don't actually need to do anything though) #### What's Changed ##### 💥 Breaking Changes 💥 - Add image name and system architecture to usage report by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3213](https://redirect.github.com/manyfold3d/manyfold/pull/3213) ##### ✨ New Features ✨ - Add user listings for admins & moderators by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3209](https://redirect.github.com/manyfold3d/manyfold/pull/3209) - Add user editing for moderators by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3215](https://redirect.github.com/manyfold3d/manyfold/pull/3215) - Add ability to create new users in moderation interface by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3216](https://redirect.github.com/manyfold3d/manyfold/pull/3216) - Add ability to remove user accounts by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3217](https://redirect.github.com/manyfold3d/manyfold/pull/3217) - Add moderation link to reset user passwords by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3219](https://redirect.github.com/manyfold3d/manyfold/pull/3219) - Add option to require moderator approval for new signups by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3220](https://redirect.github.com/manyfold3d/manyfold/pull/3220) ##### 🐛 Bug Fixes 🐛 - Fix pghero link and user list by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3210](https://redirect.github.com/manyfold3d/manyfold/pull/3210) - Fix usage architecture report by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3222](https://redirect.github.com/manyfold3d/manyfold/pull/3222) - Fix translation file normalization by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3237](https://redirect.github.com/manyfold3d/manyfold/pull/3237) - Usage tracking: remove leading v from app version by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3235](https://redirect.github.com/manyfold3d/manyfold/pull/3235) ##### 🛠️ Other Improvements 🛠️ - Redesign site settings area, to allow future expansion by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3206](https://redirect.github.com/manyfold3d/manyfold/pull/3206) **Full Changelog**: manyfold3d/manyfold@v0.89.0...v0.90.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
- Loading branch information