feat(manyfold): update image ghcr.io/manyfold3d/manyfold 0.140.1 → 0.141.0 (#48364)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `9bdc6cc` → `4ad9e3a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.141.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.141.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.140.1...v0.141.0) This release adds a couple of new features, and a few bugfixes, as well as some internal refactoring and improved tests. You can now set a preferred "landing page", like "my models" or "all creators", as well as the current "dashboard" - and that can be site-wide, or per-user. And, due to some of that internal refactoring, we now have syntax highlighting for some text files (e.g. Javascript). #### What's Changed ##### ✨ New Features ✨ - Add site-wide and user-specific setting for default landing page by [@​Floppy](https://redirect.github.com/Floppy) in [#​6133](https://redirect.github.com/manyfold3d/manyfold/pull/6133) - Add syntax highlighting for some files using Rouge by [@​Floppy](https://redirect.github.com/Floppy) in [#​6169](https://redirect.github.com/manyfold3d/manyfold/pull/6169) ##### 🐛 Bug Fixes 🐛 - Prevent escaping from library setup on first run by [@​Floppy](https://redirect.github.com/Floppy) in [#​6146](https://redirect.github.com/manyfold3d/manyfold/pull/6146) - Fix error when showing collections for federated items by [@​Floppy](https://redirect.github.com/Floppy) in [#​6162](https://redirect.github.com/manyfold3d/manyfold/pull/6162) - Allow multiple spaces in filenames by [@​Floppy](https://redirect.github.com/Floppy) in [#​6184](https://redirect.github.com/manyfold3d/manyfold/pull/6184) ##### 🌍 Internationalization 🌏 - Translations updated: fr by [@​Floppy](https://redirect.github.com/Floppy) in [#​6145](https://redirect.github.com/manyfold3d/manyfold/pull/6145) - Translations updated: pl by [@​Floppy](https://redirect.github.com/Floppy) in [#​6144](https://redirect.github.com/manyfold3d/manyfold/pull/6144) - Translations updated: zh-CN by [@​Floppy](https://redirect.github.com/Floppy) in [#​6141](https://redirect.github.com/manyfold3d/manyfold/pull/6141) - Translations updated: es by [@​Floppy](https://redirect.github.com/Floppy) in [#​6143](https://redirect.github.com/manyfold3d/manyfold/pull/6143) - Translations updated: ru by [@​Floppy](https://redirect.github.com/Floppy) in [#​6140](https://redirect.github.com/manyfold3d/manyfold/pull/6140) - Translations updated: de by [@​Floppy](https://redirect.github.com/Floppy) in [#​6139](https://redirect.github.com/manyfold3d/manyfold/pull/6139) - Translations updated: cs by [@​Floppy](https://redirect.github.com/Floppy) in [#​6142](https://redirect.github.com/manyfold3d/manyfold/pull/6142) - Translations updated: nl by [@​Floppy](https://redirect.github.com/Floppy) in [#​6137](https://redirect.github.com/manyfold3d/manyfold/pull/6137) - Translations updated: ja by [@​Floppy](https://redirect.github.com/Floppy) in [#​6138](https://redirect.github.com/manyfold3d/manyfold/pull/6138) ##### 🛠️ Other Improvements 🛠️ - Improve setup and user handling in request tests by [@​Floppy](https://redirect.github.com/Floppy) in [#​6155](https://redirect.github.com/manyfold3d/manyfold/pull/6155) - Unify file handling into a single system for server, browser and client, to allow customisation of viewers and apps by [@​Floppy](https://redirect.github.com/Floppy) in [#​6160](https://redirect.github.com/manyfold3d/manyfold/pull/6160) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.140.1...v0.141.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYW55Zm9sZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.140.1
|
||||
appVersion: 0.141.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 7.9.1
|
||||
version: 7.10.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.140.1@sha256:9bdc6cc6a2941eecbd987c33f0551aac538a2b874bbe4201162c7df0b9477064
|
||||
tag: 0.141.0@sha256:4ad9e3a018f3cdebcbdfc4d19fa5c53f5fd0397a8594262b9442ef9e59e1fff4
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user