chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.76.1@d376fd4 by renovate (#25824)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `0.76.0` -> `0.76.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.76.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.76.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.76.0...v0.76.1) A few bugfixes for ActivityPub and database migration. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Exclude followable objects from nodeinfo stats by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2558](https://redirect.github.com/manyfold3d/manyfold/pull/2558) - Don't set standard ports in URL options by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2559](https://redirect.github.com/manyfold3d/manyfold/pull/2559) - Exclude healthcheck endpoint from forced SSL by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2561](https://redirect.github.com/manyfold3d/manyfold/pull/2561) - Include scheme in federails site host config by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2562](https://redirect.github.com/manyfold3d/manyfold/pull/2562) - Remove foreign key before dropping index by [@​AevumDecessus](https://redirect.github.com/AevumDecessus) in [https://github.com/manyfold3d/manyfold/pull/2560](https://redirect.github.com/manyfold3d/manyfold/pull/2560) - Create actor for default user if missing on create activities by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2564](https://redirect.github.com/manyfold3d/manyfold/pull/2564) #### New Contributors - [@​AevumDecessus](https://redirect.github.com/AevumDecessus) made their first contribution in [https://github.com/manyfold3d/manyfold/pull/2560](https://redirect.github.com/manyfold3d/manyfold/pull/2560) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.76.0...v0.76.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42My4wIiwidXBkYXRlZEluVmVyIjoiMzguNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
fbc7fb3b89
commit
586c885412
|
@ -4,9 +4,9 @@ annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.15"
|
truecharts.org/max_helm_version: "3.15"
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: incubator
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.54.1
|
appVersion: 0.76.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.14
|
version: 24.1.14
|
||||||
|
@ -24,7 +24,7 @@ dependencies:
|
||||||
import-values: []
|
import-values: []
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
|
description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
|
||||||
home: https://truecharts.org/charts/stable/van-dam
|
home: https://truecharts.org/charts/incubator/van-dam
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.webp
|
||||||
keywords:
|
keywords:
|
||||||
- vanDAM
|
- vanDAM
|
||||||
|
@ -36,8 +36,8 @@ maintainers:
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
name: van-dam
|
name: van-dam
|
||||||
sources:
|
sources:
|
||||||
- https://ghcr.io/floppy/van_dam
|
- https://ghcr.io/manyfold3d/manyfold
|
||||||
- https://github.com/Floppy/van_dam
|
- https://github.com/Floppy/van_dam
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/van-dam
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.2
|
version: 0.1.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/manyfold3d/manyfold
|
repository: ghcr.io/manyfold3d/manyfold
|
||||||
tag: 0.76.0@sha256:5c4c847e71d29beef74cc18bd6445b91269511c0ee2bf5d2bdc49c414377f2d2
|
tag: 0.76.1@sha256:d376fd4b8c7c9576db543087c71b701041cca18bcf36fde85935490678c0968c
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in New Issue