From c4e428473475b7064465972b81f75fb532a23b7a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Sep 2024 08:30:44 +0200 Subject: [PATCH] chore(deps): update container image miniflux/miniflux to v2.2.1@5950f53 by renovate (#27005) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
miniflux/v2 (miniflux/miniflux) ### [`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
--- ### 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. --- - [ ] 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). --- charts/stable/miniflux/Chart.yaml | 4 ++-- charts/stable/miniflux/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 187b4d19b56..25478cbde13 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -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 diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index ffa19cc7217..77b28ef9d39 100644 --- a/charts/stable/miniflux/values.yaml +++ b/charts/stable/miniflux/values.yaml @@ -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