From 99bdb252006a65844978de392eb73d3ba0f5b920 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 23 Apr 2025 08:18:56 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/miniflu?= =?UTF-8?q?x/miniflux=202.2.7=20=E2=86=92=202.2.8=20(#34692)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `be23e6d` -> `3a11ac1` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
miniflux/v2 (quay.io/miniflux/miniflux) ### [`v2.2.8`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-228-April-22-2025) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.7...2.2.8) - refactor(js): replace `DomHelper` methods with standalone functions - refactor: avoid logging twice the feed errors in the background worker - fix(api): `hide_globally` categories field should be a boolean - fix(ui): add missing `await` when calling `navigator.share()` method - fix(ui): replace share link with a form button for better accessibility - feat(telegrambot): replace "Go to website" button with "Go to Miniflux" - feat(locale): update Polish translation - feat(locale): update German translation - feat(locale): update Chinese translation - feat(config): add `SCHEDULER_ROUND_ROBIN_MAX_INTERVAL` option - feat(cli): add `-reset-feed-next-check-at` argument - feat(api): add `update_content` query parameter to `/entries/{entryID}/fetch-content` endpoint - feat: use `Cache-Control` max-age and `Expires` headers to calculate next check - feat: implement proxy URL per feed - feat: add proxy rotation functionality - ci(linter): replace commitlint with a Python script - ci: add documentation issue template - build(deps): bump `golang.org/x/oauth2` from `0.28.0` to `0.29.0` - build(deps): bump `golang.org/x/net` from `0.38.0` to `0.39.0` - build(deps): bump `golang.org/x/image` from `0.25.0` to `0.26.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.22.4` to `2.23.1` - build(deps): bump `github.com/PuerkitoBio/goquery` from `1.10.2` to `1.10.3` - build(deps): bump `github.com/prometheus/client_golang` - build(deps): bump `github.com/mattn/go-sqlite3` from `1.14.24` to `1.14.28` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.12.2` to `0.12.3` - build(deps): bump `github.com/coreos/go-oidc/v3` from `3.13.0` to `3.14.1`
--- ### 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 86456e8fedd..0a5548bf573 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.2.7 +appVersion: 2.2.8 dependencies: - name: common version: 25.4.10 @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - https://quay.io/miniflux/miniflux type: application -version: 16.6.3 +version: 16.6.4 diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index 877222ad5a7..597a9d551ee 100644 --- a/charts/stable/miniflux/values.yaml +++ b/charts/stable/miniflux/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: quay.io/miniflux/miniflux - tag: 2.2.7@sha256:be23e6d4757b76aceffc05e4a3b0d029bea885da3bc5fa319ab9be3531dbf695 + tag: 2.2.8@sha256:3a11ac10969ec406d90eb9f2cec04e7d3b89bd9bc728bab6f036f604c4396f1c persistence: config: enabled: true