mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 20:54:43 -03:00
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.124.0 → 0.125.0 (#40463)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `6c2d9b8` -> `577476a` | --- > [!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.125.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.125.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.124.0...v0.125.0) A mixture of small features and bugfixes this time round; support for opening in Lychee, searchable dropdowns, matching fixes and URL import help. #### What's Changed ##### ✨ New Features ✨ - Add links to open in Lychee Slicer by [@​Floppy](https://redirect.github.com/Floppy) in [#​4764](https://redirect.github.com/manyfold3d/manyfold/pull/4764) - Make all select boxes searchable by typing by [@​Floppy](https://redirect.github.com/Floppy) in [#​4766](https://redirect.github.com/manyfold3d/manyfold/pull/4766) ##### 🐛 Bug Fixes 🐛 - Only match supported/unsupported files together if they have the same extension by [@​Floppy](https://redirect.github.com/Floppy) in [#​4773](https://redirect.github.com/manyfold3d/manyfold/pull/4773) ##### 🌍 Sustainability & Performance 🌍 - Combine standard and solo docker builds more efficiently by [@​Floppy](https://redirect.github.com/Floppy) in [#​4789](https://redirect.github.com/manyfold3d/manyfold/pull/4789) ##### 🛠️ Other Improvements 🛠️ - Add help panel to import to show which sites are supported and configured by [@​Floppy](https://redirect.github.com/Floppy) in [#​4774](https://redirect.github.com/manyfold3d/manyfold/pull/4774) - Cache apt installs and fail tests fast to speed up build process by [@​Floppy](https://redirect.github.com/Floppy) in [#​4788](https://redirect.github.com/manyfold3d/manyfold/pull/4788) - Prepare for docker smoke testing by [@​Floppy](https://redirect.github.com/Floppy) in [#​4785](https://redirect.github.com/manyfold3d/manyfold/pull/4785) - Configure smoke test properly by [@​Floppy](https://redirect.github.com/Floppy) in [#​4790](https://redirect.github.com/manyfold3d/manyfold/pull/4790) - Translation update by [@​Floppy](https://redirect.github.com/Floppy) in [#​4756](https://redirect.github.com/manyfold3d/manyfold/pull/4756) - Use assimp 3d library directly rather than calling the binary by [@​Floppy](https://redirect.github.com/Floppy) in [#​4784](https://redirect.github.com/manyfold3d/manyfold/pull/4784) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.124.0...v0.125.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.124.0
|
||||
appVersion: 0.125.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -45,5 +45,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 4.22.0
|
||||
version: 4.23.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.124.0@sha256:6c2d9b87fead3a348c795dc57372b97122f3219f331d61afec6018dbb2cf619a
|
||||
tag: 0.125.0@sha256:577476a2b450f5c50c840e881d6a42f8ff8e6a41b36b4bfd73c8922ccedd769b
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user