chore(helm): update image ghcr.io/go-shiori/shiori v1.7.2 → v1.7.4 (#30573)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/go-shiori/shiori](https://redirect.github.com/go-shiori/shiori) | patch | `b7eb94e` -> `c49bd7e` | --- > [!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>go-shiori/shiori (ghcr.io/go-shiori/shiori)</summary> ### [`v1.7.4`](https://redirect.github.com/go-shiori/shiori/releases/tag/v1.7.4) [Compare Source](https://redirect.github.com/go-shiori/shiori/compare/v1.7.3...v1.7.4) #### Changelog ##### Fixes - [`8aacdda`](https://redirect.github.com/go-shiori/shiori/commit/8aacdda7b716a464604b42104cf13e05e464b47b) fix: incorrectly set cookie's expires value in login.js ([#​1049](https://redirect.github.com/go-shiori/shiori/issues/1049)) ### [`v1.7.3`](https://redirect.github.com/go-shiori/shiori/releases/tag/v1.7.3) [Compare Source](https://redirect.github.com/go-shiori/shiori/compare/v1.7.2...v1.7.3) #### Changelog ##### Features - [`45bd4d6`](https://redirect.github.com/go-shiori/shiori/commit/45bd4d693f5e3f3cd3afdf25538bcb7e39fbf2f7) feat: fixes to webroot feature and improvements to development using it ([#​1046](https://redirect.github.com/go-shiori/shiori/issues/1046)) ##### Fixes - [`e1e5828`](https://redirect.github.com/go-shiori/shiori/commit/e1e58289a2fbfce93678d056d386b938a33dd43b) fix: login redirect not working properly after component refactor ([#​1044](https://redirect.github.com/go-shiori/shiori/issues/1044)) - [`d75de89`](https://redirect.github.com/go-shiori/shiori/commit/d75de897012d932f2c9c2a200a190d6b7cb5f6bb) fix: use mysql json default as expression ([#​1048](https://redirect.github.com/go-shiori/shiori/issues/1048)) - [`f23c982`](https://redirect.github.com/go-shiori/shiori/commit/f23c982ee330364f987a734056bf9eb4ab3be38c) fix: webroot not working in archive view ([#​1043](https://redirect.github.com/go-shiori/shiori/issues/1043)) ##### Documentation - [`8be5775`](https://redirect.github.com/go-shiori/shiori/commit/8be57753133e9c316aea4b8d3bf3e435d33201ff) docs(kubernetes): add tmp volume ([#​1040](https://redirect.github.com/go-shiori/shiori/issues/1040)) ##### CI and Delivery - [`306487a`](https://redirect.github.com/go-shiori/shiori/commit/306487a1452010286562018823530b5668f4a330) ci: fix alpine latest not being built ([#​1035](https://redirect.github.com/go-shiori/shiori/issues/1035)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.7.2
|
||||
appVersion: 1.7.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/go-shiori/shiori/pkgs/container/shiori
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shiori
|
||||
type: application
|
||||
version: 18.5.0
|
||||
version: 18.5.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/go-shiori/shiori
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.7.2@sha256:b7eb94ee5ccf24716b4d502961aa9d8b9e9f6d2014cb6553739c25f6d3f29116
|
||||
tag: v1.7.4@sha256:c49bd7e05c5e759188d2affb16c254a23b68f28f99b888930cdd5dbccde1bbb0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user