chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.80.1@4060b45 by renovate (#26854)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `0.80.0` -> `0.80.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.80.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.80.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.80.0...v0.80.1) Quick bugfix for an error when creating new libraries using the suggested path. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix library path safety check by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2787](https://redirect.github.com/manyfold3d/manyfold/pull/2787) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.80.0...v0.80.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.80.0
|
||||
appVersion: 0.80.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
@@ -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.6.0
|
||||
version: 0.6.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.80.0@sha256:73ccc7bd10fc2089dac82f2a821701afa8bc783b582767a7064a310d2c2ff4c9
|
||||
tag: 0.80.1@sha256:4060b459b0f3eb5e8dc4474a835cfe660abb429f4653db8bbac8fd67847b223e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user