From d9a468a10e9a1444bb67a100cf4c9b6b7f4e708a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 21 Oct 2024 20:22:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/manyfol?= =?UTF-8?q?d3d/manyfold=200.84.1=20=E2=86=92=200.85.1=20(#28129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold) ### [`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
--- ### 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. --- - [ ] 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). --- charts/incubator/manyfold/Chart.yaml | 4 ++-- charts/incubator/manyfold/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/manyfold/Chart.yaml b/charts/incubator/manyfold/Chart.yaml index a29017c4aa9..15f5c4aff79 100644 --- a/charts/incubator/manyfold/Chart.yaml +++ b/charts/incubator/manyfold/Chart.yaml @@ -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 diff --git a/charts/incubator/manyfold/values.yaml b/charts/incubator/manyfold/values.yaml index bbfa3ab841f..c42c7272801 100644 --- a/charts/incubator/manyfold/values.yaml +++ b/charts/incubator/manyfold/values.yaml @@ -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: