chore(helm): update image ghcr.io/manyfold3d/manyfold 0.84.1 → 0.85.1 (#28129)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `3fc3dc6` -> `0b763e9` | 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.85.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.85.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.85.0...v0.85.1) Quick fix for a missing database field that accidentally didn't get added to production systems. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Add public IDs for users by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3011](https://redirect.github.com/manyfold3d/manyfold/pull/3011) ##### 🛠️ Other Improvements 🛠️ - Turn off jemalloc stats by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3012](https://redirect.github.com/manyfold3d/manyfold/pull/3012) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.85.0...v0.85.1 ### [`v0.85.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.85.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.84.1...v0.85.0) A small release, but hopefully good for usability! Following creators is now easier and more obvious with a new creator profile page, and Manyfold will also match existing accounts with OIDC logins. #### What's Changed ##### ✨ New Features ✨ - New creator profile page by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3002](https://redirect.github.com/manyfold3d/manyfold/pull/3002) ##### 🐛 Bug Fixes 🐛 - Update naming of sort button translations by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3004](https://redirect.github.com/manyfold3d/manyfold/pull/3004) - Rearrange layout of creator profile by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3008](https://redirect.github.com/manyfold3d/manyfold/pull/3008) - Don't use User username in activitypub IDs by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3009](https://redirect.github.com/manyfold3d/manyfold/pull/3009) ##### 🌍 Sustainability & Performance 🌍 - Try jemalloc and YJIT for performance improvements by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2987](https://redirect.github.com/manyfold3d/manyfold/pull/2987) ##### 🛠️ Other Improvements 🛠️ - Merge existing accounts with OIDC logins by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2991](https://redirect.github.com/manyfold3d/manyfold/pull/2991) - More accurate registration and usage data in nodeinfo by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2992](https://redirect.github.com/manyfold3d/manyfold/pull/2992) - Update erb_lint config to new naming by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3003](https://redirect.github.com/manyfold3d/manyfold/pull/3003) - Temporarily remove model and collection follow buttons by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3005](https://redirect.github.com/manyfold3d/manyfold/pull/3005) - Update translation strings (DE, PL, FR, ES) by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3006](https://redirect.github.com/manyfold3d/manyfold/pull/3006) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.84.1...v0.85.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.84.1
|
||||
appVersion: 0.85.1
|
||||
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.10.1
|
||||
version: 0.11.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.84.1@sha256:3fc3dc62798cbbaee2747bcc8c05a8891fe4dbc8504bde0b3624ae0540071739
|
||||
tag: 0.85.1@sha256:0b763e9b17dbe3491a11abb504bcab513513dbcd823a8f9a22ad5f1d93558030
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user