chore(helm): update image ghcr.io/manyfold3d/manyfold 0.85.1 → 0.86.0 (#28287)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `0b763e9` -> `3e891f3` | 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.86.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.86.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.85.1...v0.86.0) This release adds another long-requested feature, a big download button for an entire model! No, I'm not sure how it took this long either. But, there's not just one download button - there are options! You can download just the supported files, just the unsupported, or just one particular file type! Note: The downloads are generated on the fly (and cached for 6 hours), so for large models it might take a little while to start downloading; we'll get some UI feedback for that into a future release so you can see what's happening. #### What's Changed ##### ✨ New Features ✨ - Add Download button for entire model, with file subset options by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3020](https://redirect.github.com/manyfold3d/manyfold/pull/3020) - Add opengraph metadata to creator pages by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3014](https://redirect.github.com/manyfold3d/manyfold/pull/3014) ##### 🐛 Bug Fixes 🐛 - Restore missing model page title by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3025](https://redirect.github.com/manyfold3d/manyfold/pull/3025) - Fix model supported/unsupported test by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3026](https://redirect.github.com/manyfold3d/manyfold/pull/3026) - Change to sidekiq-cron for more reliable job scheduling by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3033](https://redirect.github.com/manyfold3d/manyfold/pull/3033) ##### 🛠️ Other Improvements 🛠️ - Remove built-in log viewer; use Docker logs instead by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3013](https://redirect.github.com/manyfold3d/manyfold/pull/3013) - Translation updates (DE, ES, PL) by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3023](https://redirect.github.com/manyfold3d/manyfold/pull/3023) - Improvements to download UX and cache sweeping by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3034](https://redirect.github.com/manyfold3d/manyfold/pull/3034) - Hide cache clearance jobs from activity list by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3035](https://redirect.github.com/manyfold3d/manyfold/pull/3035) - Add proper markup to download links by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3041](https://redirect.github.com/manyfold3d/manyfold/pull/3041) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.85.1...v0.86.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 0.85.1
|
||||
appVersion: 0.86.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/Floppy/van_dam
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
|
||||
type: application
|
||||
version: 0.11.0
|
||||
version: 0.12.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.85.1@sha256:0b763e9b17dbe3491a11abb504bcab513513dbcd823a8f9a22ad5f1d93558030
|
||||
tag: 0.86.0@sha256:3e891f3ff1da8ad7b1850c06f94a06b81d8a1581f967ce13b2b3c141217ffaaa
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user