chore(helm): update image ghcr.io/manyfold3d/manyfold 0.100.1 → 0.101.0 (#32041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `63c69a8` -> `0db2d0b` | --- > [!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.101.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.101.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.100.1...v0.101.0) Now that Manyfold instances can connect to each other, it might be pretty handy to be able to tell which one you're looking at. So, we've now got themes! You can easily select one of 26 different looks for your instance, thanks to the great [Bootswatch](https://bootswatch.com) theme collection. Just go to the new "appearance" settings page to choose your favourite! We've also got the usual bugfixes, but there's one really big one; we can now render 3MF files that use the "production extension" properly! So, if you've saved your slicer projects as 3MF, downloaded something with print information already added, or had another sort of 3MF file that wasn't rendering, hopefully you'll find it's now working properly! <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### ✨ New Features ✨ - Add the ability to select from bootwatch themes by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3583](https://redirect.github.com/manyfold3d/manyfold/pull/3583) - Add theme chooser in site settings area by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3586](https://redirect.github.com/manyfold3d/manyfold/pull/3586) ##### 🐛 Bug Fixes 🐛 - Fix various 3MF display issues, including production extension by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3584](https://redirect.github.com/manyfold3d/manyfold/pull/3584) - Fix error showing download list if there are files without extensions by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3585](https://redirect.github.com/manyfold3d/manyfold/pull/3585) - Force puma to bind to IPv6 addresses by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3587](https://redirect.github.com/manyfold3d/manyfold/pull/3587) - Fix menu clipping when previews are missing by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3588](https://redirect.github.com/manyfold3d/manyfold/pull/3588) - Check that s3 endpoints are full URLs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3589](https://redirect.github.com/manyfold3d/manyfold/pull/3589) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.100.1...v0.101.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.100.1
|
||||
appVersion: 0.101.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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.26.2
|
||||
version: 0.27.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.100.1@sha256:63c69a8686f6baaa2d4ee9eb30043689281249d439d0206a9d7d93fb849236a7
|
||||
tag: 0.101.0@sha256:0db2d0b301cab79a1b17fe8f8f23512838b5f08ff5118660924bba388e2cdb39
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user