fix(stash): update image docker.io/stashapp/stash v0.31.0 → v0.31.1 (#46925)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/stashapp/stash](https://stashapp.cc) ([source](https://redirect.github.com/stashapp/stash)) | patch | `422b4d2` → `df744af` | --- > [!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>stashapp/stash (docker.io/stashapp/stash)</summary> ### [`v0.31.1`](https://redirect.github.com/stashapp/stash/releases/tag/v0.31.1) [Compare Source](https://redirect.github.com/stashapp/stash/compare/v0.31.0...v0.31.1) ### Release Notes #### v0.31.1 - 2026-04-13 ##### 🎨 Improvements - Added warning when creating a parent tag using the tag tagger where the parent tag has no remote site id. ([#​6805](https://redirect.github.com/stashapp/stash/pull/6805)) ##### 🐛 Bug fixes - Fixed tag export outputting studios instead of tags. ([#​6819](https://redirect.github.com/stashapp/stash/pull/6819)) - Fixed memory leak in scanning process. ([#​6796](https://redirect.github.com/stashapp/stash/pull/6796)) - Schema migration 84 now attempts to de-duplicate folder entries to prevent unique constraint violations. ([#​6792](https://redirect.github.com/stashapp/stash/pull/6792)) - Fixed issue where navigating to a scene from the wall view on the scene or marker list page would require clicking Back twice to return to the previous page. ([#​6803](https://redirect.github.com/stashapp/stash/pull/6803)) - Page is now reset when changing the selected folder in the folder sidebar filter. ([#​6804](https://redirect.github.com/stashapp/stash/pull/6804)) - Fixed stash ID pill overflowing on mobile viewports. ([#​6807](https://redirect.github.com/stashapp/stash/pull/6807)) - Migration process now attempts to create the backup directory if it does not exist. ([#​6808](https://redirect.github.com/stashapp/stash/pull/6808)) - Fixed tag uniqueness check incorrectly interpreting `_` as a wildcard. ([#​6809](https://redirect.github.com/stashapp/stash/pull/6809)) - Fixed websocket connection error when sending messages containing certain unicode sequences. ([#​6810](https://redirect.github.com/stashapp/stash/pull/6810)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3Rhc2giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.31.0
|
||||
appVersion: 0.31.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.10
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stash
|
||||
- https://hub.docker.com/r/stashapp/stash
|
||||
type: application
|
||||
version: 19.1.1
|
||||
version: 19.1.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/stashapp/stash
|
||||
tag: v0.31.0@sha256:422b4d2a580e9f52c361264c3003f46a6ae9b7de76e6d08df091f104e90d8fa4
|
||||
tag: v0.31.1@sha256:df744af5a0c976e2ec671052ecc1f8a9aa757fa12b8f9930b59910b7295f0da6
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user