mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 23:04:01 -03:00
chore(container): update image stashapp/stash to by renovate (#27751)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stashapp/stash](https://stashapp.cc) ([source](https://redirect.github.com/stashapp/stash)) | patch | `b2bfd8d` -> `28a04a0` | --- > [!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>stashapp/stash (stashapp/stash)</summary> ### [`v0.27.2`](https://redirect.github.com/stashapp/stash/releases/tag/v0.27.2) [Compare Source](https://redirect.github.com/stashapp/stash/compare/v0.27.1...v0.27.2) ### Release Notes #### v0.27.2 - 2024-10-16 ##### 🎨 Improvements - Scene player now shows the starting position when resume time is set. ([#​5379](https://redirect.github.com/stashapp/stash/pull/5379)) ##### 🐛 Bug fixes - Fixed items being selected twice when selecting items in the Grid list. ([#​5377](https://redirect.github.com/stashapp/stash/pull/5377)) - Fixed 62 migration error for some users. ([#​5363](https://redirect.github.com/stashapp/stash/pull/5363)) - Fixed scenes incorrectly autoplaying on queue selection. ([#​5379](https://redirect.github.com/stashapp/stash/pull/5379)) - Videos no longer begin playing when seeking before video has started. ([#​5379](https://redirect.github.com/stashapp/stash/pull/5379)) - Videos will now resume from the correct time when switching sources due to error. ([#​5379](https://redirect.github.com/stashapp/stash/pull/5379)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.27.1
|
||||
appVersion: 0.27.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/stash
|
||||
- https://hub.docker.com/r/stashapp/stash
|
||||
type: application
|
||||
version: 17.4.1
|
||||
version: 17.4.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: stashapp/stash
|
||||
tag: v0.27.1@sha256:b2bfd8ddf706a69ea788e3ca9e6121cb35b9adb8a24c38fa9183cdeb8234c7da
|
||||
tag: v0.27.2@sha256:28a04a0db254602c60af337e46770544f4b3f3e0cc0772603a673f6424336a61
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user