From 355c143eda597c33ff753a6f025300df975a3d19 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 01:45:10 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/miniflu?= =?UTF-8?q?x/miniflux=202.2.8=20=E2=86=92=202.2.9=20(#35720)?= 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 | `3a11ac1` -> `9d73fca` | 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.9`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-229-May-26-2025) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.8...2.2.9) - refactor(googlereader): remove redundant log message - refactor(googlereader): move constants to separate files - fix(webauthn): correct argument in debug log - fix(sanitizer): MathML tags are not fully supported by `golang.org/x/net/html` - fix(migrations): prevent failure at version 45 with long entry URLs - fix(locale): localize Git commit label in about page - fix(googlereader): return a 400 instead of 500 for invalid edit requests - fix(googlereader): handle various item ID formats - fix(googlereader): avoid panic for inexisting feed or category - fix(googlereader): `/items/contents` should accept short form item IDs - feat(webauthn): prefer creation of a client-side discoverable credential - feat(urlcleaner): remove the `ref` parameter from url - feat(settings): replace `div.panel` with paragraph tags for OAuth2 links - feat(settings): add validation for entry order and categories sorting order - feat(settings): add option to always open articles externally - feat(server): add liveness and readiness probes - feat(sanitizer): add MathML tags to the sanitizer - feat(sanitized): allow Spotify iframes - feat(rssbridge): support authentication token for RSS-Bridge - feat(response): change error response content type to plain text and escape HTML - feat(reader): populate feed description automatically - feat(locale): update Russian translation - feat(locale): update Polish translation - feat(locale): update French translation - feat(googlereader): avoid SQL query to fetch username in streamItemContentsHandler - feat(googlereader): add `mark-all-as-read` endpoint - feat(api): add new endpoints to manage API keys - ci: remove deprecated `reviewers` field from `dependantbot.yml` - chore(gitignore): ignore miniflux binary in root directory - build(deps): bump `golangci/golangci-lint-action` from `7` to `8` - build(deps): bump `golang.org/x/oauth2` from `0.29.0` to `0.30.0` - build(deps): bump `golang.org/x/net` from `0.39.0` to `0.40.0` - build(deps): bump `golang.org/x/image` from `0.26.0` to `0.27.0` - build(deps): bump `golang.org/x/crypto` from `0.37.0` to `0.38.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.23.3` to `2.23.8` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.23.1` to `2.23.3` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.12.3` to `0.13.0`
--- ### 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 0a5548bf573..b24028669f2 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.8 +appVersion: 2.2.9 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.4 +version: 16.6.5 diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index 597a9d551ee..92956b956da 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.8@sha256:3a11ac10969ec406d90eb9f2cec04e7d3b89bd9bc728bab6f036f604c4396f1c + tag: 2.2.9@sha256:9d73fcacc67f569ba610ac67629a4ea304992d079f975f47e9fcfb46339bbb61 persistence: config: enabled: true