chore(helm): update image ghcr.io/manyfold3d/manyfold 0.112.0 → 0.113.0 (#36209)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `b3a2426` -> `1b24c12` | --- > [!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.113.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.113.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.112.0...v0.113.0) This release includes various updates to help when running public instances, including slightly better onboarding for new users. #### What's Changed ##### ✨ New Features ✨ - Add rate limits for signup, login and uploads by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4331](https://redirect.github.com/manyfold3d/manyfold/pull/4331) - Show user their quota usage by [@​matthewbadeau](https://redirect.github.com/matthewbadeau) in [https://github.com/manyfold3d/manyfold/pull/4333](https://redirect.github.com/manyfold3d/manyfold/pull/4333) - Protect signup with ALTCHA, a privacy-friendly and accessible CAPTCHA by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4332](https://redirect.github.com/manyfold3d/manyfold/pull/4332) - Add option to assign default role at signup by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4335](https://redirect.github.com/manyfold3d/manyfold/pull/4335) - Add a welcome page for new users by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4336](https://redirect.github.com/manyfold3d/manyfold/pull/4336) ##### 🐛 Bug Fixes 🐛 - Fix non-saving default visibility setting by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4334](https://redirect.github.com/manyfold3d/manyfold/pull/4334) - Add confirmation dialogs to all model, creator and collection delete buttons by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4338](https://redirect.github.com/manyfold3d/manyfold/pull/4338) - Fix error when entering an invalid site logo URL by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4339](https://redirect.github.com/manyfold3d/manyfold/pull/4339) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.112.0...v0.113.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.112.0
|
||||
appVersion: 0.113.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 3.3.0
|
||||
version: 3.4.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.112.0@sha256:b3a2426745395512ec4c662dc7f33d64c6c66f6e374a817e850a71d348a84bf5
|
||||
tag: 0.113.0@sha256:1b24c12a47e3d2c9c2bf4143f8461f43fc6cb5debe71a6fb62872547ebf9ccbd
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user