mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 17:34:10 -03:00
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.115.0 → 0.115.1 (#36574)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `ac1c305` -> `d79d7c1` | --- > [!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.115.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.115.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.115.0...v0.115.1) Bugfixes and accidentally-missed additions for v0.115.0, including the ability to specifically block AI crawlers but let others through. <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🐛 Bug Fixes 🐛 - Hide model library link if "show library" setting is off by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4417](https://redirect.github.com/manyfold3d/manyfold/pull/4417) - Hide filtered tags on creator and collection lists when signed out by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4418](https://redirect.github.com/manyfold3d/manyfold/pull/4418) - Remove accidentally-added debug code by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4419](https://redirect.github.com/manyfold3d/manyfold/pull/4419) ##### 🛠️ Other Improvements 🛠️ - Add "nofollow" to various links to stop web crawlers trying to load them by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4415](https://redirect.github.com/manyfold3d/manyfold/pull/4415) - Add option to exclude AI bots completely, site wide by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4416](https://redirect.github.com/manyfold3d/manyfold/pull/4416) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.115.0...v0.115.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: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.115.0
|
||||
appVersion: 0.115.1
|
||||
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: 3.6.0
|
||||
version: 3.6.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.115.0@sha256:ac1c305d55a24f1685acfc9e3029aa35222ecc358e453729250f7fd8e2a9a6d5
|
||||
tag: 0.115.1@sha256:d79d7c1490c9dcd6d5f4be10a08fa65d88afaeb7463f30ce58aee16ef52d8f09
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user