chore(deps): update container image ghcr.io/go-shiori/shiori to v1.6.3@6126179 by renovate (#21417)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/go-shiori/shiori](https://togithub.com/go-shiori/shiori) | patch | `v1.6.2` -> `v1.6.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-shiori/shiori (ghcr.io/go-shiori/shiori)</summary> ### [`v1.6.3`](https://togithub.com/go-shiori/shiori/releases/tag/v1.6.3) [Compare Source](https://togithub.com/go-shiori/shiori/compare/v1.6.2...v1.6.3) #### Changelog ##### Features - [`b8a3578`](https://togithub.com/go-shiori/shiori/commit/b8a3578) feat: api endpoint to serve readable content ([#​885](https://togithub.com/go-shiori/shiori/issues/885)) ##### Fixes - [`6254f77`](https://togithub.com/go-shiori/shiori/commit/6254f77) fix(ci): prevent tagging docker image as latest on every push ([#​882](https://togithub.com/go-shiori/shiori/issues/882)) - [`c77a542`](https://togithub.com/go-shiori/shiori/commit/c77a542) fix(ci): renamed deprecated golangci property ([#​887](https://togithub.com/go-shiori/shiori/issues/887)) - [`db313f5`](https://togithub.com/go-shiori/shiori/commit/db313f5) fix: authentication flow should abort early ([#​888](https://togithub.com/go-shiori/shiori/issues/888)) ##### Documentation - [`9bf3dae`](https://togithub.com/go-shiori/shiori/commit/9bf3dae) docs: add PikaPods managed hosting option ([#​881](https://togithub.com/go-shiori/shiori/issues/881)) ##### CI and Delivery - [`394d17b`](https://togithub.com/go-shiori/shiori/commit/394d17b) ci: create zip archives for windows builds ([#​884](https://togithub.com/go-shiori/shiori/issues/884)) - [`d358b7f`](https://togithub.com/go-shiori/shiori/commit/d358b7f) ci: replace deprecated --rm-dist with clean ([#​878](https://togithub.com/go-shiori/shiori/issues/878)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.2
|
||||
appVersion: 1.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.12
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- bookmark
|
||||
- bookmark-manager
|
||||
- web-interface
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -37,4 +37,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shiori
|
||||
- https://ghcr.io/go-shiori/shiori
|
||||
type: application
|
||||
version: 16.9.15
|
||||
version: 16.9.16
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/go-shiori/shiori
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.2@sha256:95485c7f19eeee98d2db3d382230724a2ffd51f9f4ed650b6f5ed562502cd508
|
||||
tag: v1.6.3@sha256:612617927ee59ee5ac95740985f7b75ade566e4f292982cce248dc25542d9256
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user