fix(manyfold): update image ghcr.io/manyfold3d/manyfold 0.139.1 → 0.139.2 (#48037)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `89277be` → `dd5886f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.139.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.139.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.139.1...v0.139.2) Just a few bugfixes for collection editing, form style, and API uploads. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix saving printed flag by [@​Floppy](https://redirect.github.com/Floppy) in [#​6079](https://redirect.github.com/manyfold3d/manyfold/pull/6079) - Fix collections form input behaviour and restore "new collection" button by [@​Floppy](https://redirect.github.com/Floppy) in [#​6080](https://redirect.github.com/manyfold3d/manyfold/pull/6080) - Fix dropdown styling by [@​Floppy](https://redirect.github.com/Floppy) in [#​6081](https://redirect.github.com/manyfold3d/manyfold/pull/6081) - Fix API authentication on /upload endpoints by [@​Floppy](https://redirect.github.com/Floppy) in [#​6084](https://redirect.github.com/manyfold3d/manyfold/pull/6084) ##### 🛠️ Other Improvements 🛠️ - Add info on alternative docker image sources to example compose file by [@​Floppy](https://redirect.github.com/Floppy) in [#​6078](https://redirect.github.com/manyfold3d/manyfold/pull/6078) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.139.1...v0.139.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYW55Zm9sZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.139.1
|
||||
appVersion: 0.139.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 7.6.2
|
||||
version: 7.6.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.139.1@sha256:89277bef8dbe12fe9bf536cb9f9da2dddcc23ff9bd683c1c328183e784484707
|
||||
tag: 0.139.2@sha256:dd5886f1bf9cf5c892a042497baf7936885a8bb9cc4f125a71defed38d703834
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user