chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.77.2@dc37c27 by renovate (#25982)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `0.77.1` -> `0.77.2` | --- > [!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.77.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.77.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.77.1...v0.77.2) This release brings a few privacy improvements after the initial release of public sharing in v0.77.0; you can no longer predict URLs of models, and private tags are hidden. #### What's Changed ##### 🔒 Security 🔒 - Change ID numbers in URLs to more secure randomised strings by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2625](https://redirect.github.com/manyfold3d/manyfold/pull/2625) - Only show public tags when logged out by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2627](https://redirect.github.com/manyfold3d/manyfold/pull/2627) ##### 🐛 Bug Fixes 🐛 - Restore automatic login in single user mode by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2626](https://redirect.github.com/manyfold3d/manyfold/pull/2626) ##### 🛠️ Other Improvements 🛠️ - Don't show sharing settings in single-user mode by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2628](https://redirect.github.com/manyfold3d/manyfold/pull/2628) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.77.1...v0.77.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNjguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
6217b5125c
commit
27b59b1641
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: incubator
|
truecharts.org/train: incubator
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.77.1
|
appVersion: 0.77.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.14
|
version: 24.1.14
|
||||||
|
@ -40,4 +40,4 @@ sources:
|
||||||
- https://github.com/Floppy/van_dam
|
- https://github.com/Floppy/van_dam
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.2
|
version: 0.3.3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/manyfold3d/manyfold
|
repository: ghcr.io/manyfold3d/manyfold
|
||||||
tag: 0.77.1@sha256:58de451bc1b17f90be0ab3e07501c5e757cb801f1f0d904fcbc3932af8201c79
|
tag: 0.77.2@sha256:dc37c279027d972a7e9626104ddb253a7a0c0f847e83a7be87cc88e46b415817
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in New Issue