chore(deps): update container image miniflux/miniflux to v2.2.1@5950f53 by renovate (#27005)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `2.2.0` -> `2.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>miniflux/v2 (miniflux/miniflux)</summary> ### [`v2.2.1`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-221-September-28-2024) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.0...2.2.1) - refactor: split processor package into smaller files - fix(mediaproxy): forward client user-agent to origin to bypass bot protection - fix: use root URL to generate absolute proxy URL - fix: remove progression save on shared entry - fix: add datasource variable and upgrade depecrated panels on the Grafana dashboard - feat(locale): update zh_CN translations - feat(locale): update Ukrainian translations - feat(locale): update Spanish translations - feat(locale): update Dutch translations - feat: use Bilibili API instead of web scraping to get videos watch time - feat: add pagination to shared entries listing - feat: add button to show only starred entries per category - build(deps): bump `golang.org/x/term` from `0.23.0` to `0.24.0` - build(deps): bump `golang.org/x/oauth2` from `0.22.0` to `0.23.0` - build(deps): bump `golang.org/x/net` from `0.28.0` to `0.29.0` - build(deps): bump `github.com/PuerkitoBio/goquery` from `1.9.2` to `1.10.0` - build(deps): bump `github.com/prometheus/client_golang` from `1.20.3` to `1.20.4` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.10.2` to `0.11.2` - build: update go.mod to Go 1.23 - build: bump devcontainer version to go 1.23 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.0
|
||||
appVersion: 2.2.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
|
||||
- https://hub.docker.com/r/miniflux/miniflux
|
||||
type: application
|
||||
version: 16.2.3
|
||||
version: 16.2.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: miniflux/miniflux
|
||||
tag: 2.2.0@sha256:6af80564e67447512dc724474d7c882bb6f55e31b4453b93cceb3d6c0ee63a5a
|
||||
tag: 2.2.1@sha256:5950f5395ba02125c0d04b4287e6ab0467715112b9dcdc435ce89a52f595d473
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user