chore(helm): update image ghcr.io/manyfold3d/manyfold 0.121.0 → 0.122.0 (#38665)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `66d41e3` -> `f19eb7b` | --- > [!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.122.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.122.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.121.0...v0.122.0) This release fixes a few bugs, and changes folder organization errors to use the normal Problem system. That means that now you can see folders that don't match the path template in the problem list, and easily resolve a load of them at the same time, rather than one-by-one on the model page as you had to before. #### What's Changed ##### ✨ New Features ✨ - Add three CERN licenses by [@​MikeCoats](https://redirect.github.com/MikeCoats) in [https://github.com/manyfold3d/manyfold/pull/4633](https://redirect.github.com/manyfold3d/manyfold/pull/4633) - Change folder organize buttons into Problems in the list, with standard resolution method by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4657](https://redirect.github.com/manyfold3d/manyfold/pull/4657) ##### 🐛 Bug Fixes 🐛 - Support underscores in MMF usernames by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4640](https://redirect.github.com/manyfold3d/manyfold/pull/4640) - Use common folder name for model name after merge by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4646](https://redirect.github.com/manyfold3d/manyfold/pull/4646) - Remove Go error codes when parsing information from Thingiverse READMEs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4648](https://redirect.github.com/manyfold3d/manyfold/pull/4648) - Allow puntuation in usernames for better OIDC matching by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4649](https://redirect.github.com/manyfold3d/manyfold/pull/4649) - Handle punctuation when generating titles by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4650](https://redirect.github.com/manyfold3d/manyfold/pull/4650) - Fix Thingiverse error filtering case sensitivity by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4651](https://redirect.github.com/manyfold3d/manyfold/pull/4651) ##### 🛠️ Other Improvements 🛠️ - Translation updates by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4647](https://redirect.github.com/manyfold3d/manyfold/pull/4647) #### New Contributors - [@​MikeCoats](https://redirect.github.com/MikeCoats) made their first contribution in [https://github.com/manyfold3d/manyfold/pull/4633](https://redirect.github.com/manyfold3d/manyfold/pull/4633) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.121.0...v0.122.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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.121.0
|
||||
appVersion: 0.122.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 4.11.5
|
||||
version: 4.12.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.121.0@sha256:66d41e35fb96a1ac731a0f77dcd817dc854e841c18d397a8cfedaf2cc1f36589
|
||||
tag: 0.122.0@sha256:f19eb7b819153e0def0be669717b6ebaf61d4a934798525ab8e08d340e280c08
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user