chore(helm): update image ghcr.io/manyfold3d/manyfold 0.119.0 → 0.120.1 (#37956)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `3d12108` -> `33c11db` | --- > [!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.120.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.120.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.120.0...v0.120.1) A small but important bugfix for instances that show libraries in the navbar. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix error in navbar when "show libraries" is enabled by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4578](https://redirect.github.com/manyfold3d/manyfold/pull/4578) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.120.0...v0.120.1 ### [`v0.120.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.120.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.119.0...v0.120.0) This week's release brings some improvements to scanning processes. You can now run a metadata scan for any set of filtered models, including using a new search term for path matching, and you can run the new file check scan on an individual library. There's also a new `manyfold links sync` command to batch-synchronise links, including a `--match` argument if you want to just sync with a single site, and errors with the sync will now be reported in the Problems list. #### What's Changed ##### ✨ New Features ✨ - Add syntax to search by model path by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4562](https://redirect.github.com/manyfold3d/manyfold/pull/4562) - Add option to scan menu to rescan the current selection of models by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4564](https://redirect.github.com/manyfold3d/manyfold/pull/4564) - Add button to scan a single library by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4566](https://redirect.github.com/manyfold3d/manyfold/pull/4566) - Add `manyfold links sync` command to batch run link synchronisations by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4568](https://redirect.github.com/manyfold3d/manyfold/pull/4568) ##### 🛠️ Other Improvements 🛠️ - Refactor Filterable concern to use new FilterService by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4565](https://redirect.github.com/manyfold3d/manyfold/pull/4565) - Improve error handling and reporting for sync URLs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4567](https://redirect.github.com/manyfold3d/manyfold/pull/4567) - Add ngrok tunnel autostart to bin/dev by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4569](https://redirect.github.com/manyfold3d/manyfold/pull/4569) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.119.0...v0.120.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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.119.0
|
||||
appVersion: 0.120.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 4.6.2
|
||||
version: 4.7.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.119.0@sha256:3d1210867a037c380ae66a8b637c0d905a6b71424f17c7ba355f028631fbe901
|
||||
tag: 0.120.1@sha256:33c11dbc45aa66f21da5bce837de83cfca41964cf64a9aec8fe91301271ff021
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user