chore(helm): update image ghcr.io/manyfold3d/manyfold 0.109.1 → 0.109.2 (#35113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `19adede` -> `2778e2d` | --- > [!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.109.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.109.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.109.1...v0.109.2) We had a bug with saving user preferences in the last release, due to a dependency upgrade. We should have caught it, but it slipped by us. It's now fixed, but unfortunately if you experienced the bug, your preferences will be set back to the defaults; fortunately that's just user-level things though, like problem severities, and various display options like renderer, pagination, and tag cloud. Sorry for the inconvenience! #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix error with parameter format on user settings page by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4113](https://redirect.github.com/manyfold3d/manyfold/pull/4113) ##### 🛠️ Other Improvements 🛠️ - Remove no longer needed allow_api_access method by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4101](https://redirect.github.com/manyfold3d/manyfold/pull/4101) - Improve download creation process by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4102](https://redirect.github.com/manyfold3d/manyfold/pull/4102) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.109.1...v0.109.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.109.1
|
||||
appVersion: 0.109.2
|
||||
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: 2.8.1
|
||||
version: 2.8.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.109.1@sha256:19adedeabb5e214b8a7cebfdcf91e76646f693b3307532326aff9f9315cb6abb
|
||||
tag: 0.109.2@sha256:2778e2d22efbc941b0c6ed8c97807e694fe89bfb454761e23c6ef1e5392a5ea2
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user