feat(container): update image ghcr.io/home-operations/stash ( 0.30.1 ➔ 0.31.0 )#112
Merged
gravity182 merged 1 commit intomainfrom Mar 30, 2026
Merged
Conversation
--- kubernetes/apps/default/stash/app Kustomization: default/stash HelmRelease: default/stash
+++ kubernetes/apps/default/stash/app Kustomization: default/stash HelmRelease: default/stash
@@ -92,13 +92,13 @@
STASH_METADATA: /metadata/
STASH_PORT: 9999
STASH_STASH: /library/
TZ: Europe/Moscow
image:
repository: ghcr.io/home-operations/stash
- tag: 0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
+ tag: 0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
@@ -163,13 +163,13 @@
env:
HOME: /tmp
PIP_DISABLE_PIP_VERSION_CHECK: '1'
PIP_NO_CACHE_DIR: '1'
image:
repository: ghcr.io/home-operations/stash
- tag: 0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
+ tag: 0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
strategy: Recreate
defaultPodOptions:
securityContext:
fsGroup: 1001
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1001 |
--- HelmRelease: default/stash Deployment: default/stash
+++ HelmRelease: default/stash Deployment: default/stash
@@ -88,13 +88,13 @@
- name: HOME
value: /tmp
- name: PIP_DISABLE_PIP_VERSION_CHECK
value: '1'
- name: PIP_NO_CACHE_DIR
value: '1'
- image: ghcr.io/home-operations/stash:0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
+ image: ghcr.io/home-operations/stash:0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
name: install-python-deps
volumeMounts:
- mountPath: /blobs
name: blobs
- mountPath: /cache
name: cache
@@ -138,13 +138,13 @@
- name: STASH_PORT
value: '9999'
- name: STASH_STASH
value: /library/
- name: TZ
value: Europe/Moscow
- image: ghcr.io/home-operations/stash:0.30.1@sha256:27d901751302236407f544bf45bd02c1b19eb33ee0a3e45333018ecfc28496d1
+ image: ghcr.io/home-operations/stash:0.31.0@sha256:2e04fb3fe054b95a8b2f11076145a6532015290b1042db4431ba5807e6a09893
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 9999
initialDelaySeconds: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.1→0.31.0Release Notes
stashapp/stash (ghcr.io/home-operations/stash)
v0.31.0Compare Source
Release Notes
v0.31.0 - 2026-03-30
✨ New Features
Reveal in file managerbutton to file info panel when running locally. (#6587).stashignoresupport for gitignore-style scan exclusions. (#6485)From Clipboardoption to Set Image dropdown button (on secure connections). (#6637)🎨 Improvements
Show studio as textis true. (#6716)d dkeyboard shortcut to delete scene in scene details page. (#6755)STASH_HW_DRI_DEVICEenvironment variable. (#6728){phash}inqueryURLscraper field. (#6701)🐛 Bug fixes
not equalscustom field filtering to include results where the field is not set. (#6742)Scale up to fitlightbox option not persisting correctly in some circumstances. (#6743)Api Changes
ReactFontAwesomein the plugin API. (#6487)destroyFilesmutation to delete file entries from the database. (#6437)destroy_file_entryflag to destroy inputs to destroy file entries when destroying scenes, images, and galleries. (#6437)basenameandparent_foldersfields to thefoldertype. (#6494)basenamefilter field toFolderFilterType. (#6494)parent_folderfilter field toGalleryFilterType. (#6636)career_lengthfield is deprecated in favour ofcareer_startandcareer_end.Configuration
📅 Schedule: Branch creation - "before 10am on monday" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.