From 460659f526aa7a80e154de6a316741375bd01f64 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 29 Aug 2025 22:28:36 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/miniflu?= =?UTF-8?q?x/miniflux=202.2.11=20=E2=86=92=202.2.12=20(#38680)?= 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 | `d8e0f95` -> `b435a1e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.12`](https://redirect.github.com/miniflux/v2/releases/tag/2.2.12): Miniflux 2.2.12 [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.11...2.2.12) ##### ✨ New Features - Keep only metadata of removed entries to reduce database size. - Removed entry status is now immutable and cannot be changed back to `unread` or `read` status. - SVG favicons are now minified before storing them in the database. - Added support for resizing WebP images. - Main menu now includes icons. - Added Progressive Web App (PWA) shortcuts for quick access to common actions. - Added direct link to the Apache 2.0 license on the About page. - Feed-level webhook URLs now take priority when saving entries. - New option: `POLLING_LIMIT_PER_HOST` to limit concurrent requests per host. Limits the number of concurrent requests to the same hostname when polling feeds. This helps prevent overwhelming a single server during batch processing by the worker pool. - Added a rewrite rule to remove useless heading images on Phoronix articles. - Use Golang's built-in VCS feature to get commit and build date when not specified by `LDFLAGS`. - Disable OAuth2 and WebAuthn routes when the feature is not enabled. - Added request URI logging in authentication handlers. ##### 🛠 Fixes - Limited `tsvector` indexing to the first 500K characters to avoid PostgreSQL limits. - Use `rel=apple-touch-icon` instead of `rel=apple-touch-icon-precomposed.png`. - Fixed broken WebAuthn error alert message on the settings page. - Reverted `SameSiteStrict` cookie mode because it forces people to authenticate each time when using the PWA on Android. - Prevent stale data by forcing reload when navigating back from articles (fix for Chrome's **bfcache**). - Fixed URL detection capturing newlines in media descriptions. ##### ⚡ Performance Improvements - Optimized SQL queries (`FetchJobs`, `markFeedAsRead`) by removing unnecessary joins and heavy-weight operations. - Improved memory usage by minimizing SVGs, static images, and templates. - WebAuthn script (`webauthn.js`) is no longer loaded when the feature is disabled. - Replaced regex-based YouTube and Invidious video ID extraction with URL parsing. - Introspect the translation files at load time. - Parse and merge filters only once per refresh. ##### 🔧 Refactoring & Internal Changes - Extensive refactoring across UI, templates, storage, and fetcher to simplify code and reduce memory allocations. - Replaced `interface{}` with `any` (Go 1.18+ idiomatic usage). - Reorganized JavaScript code: simplified functions, reduced duplication, and modernized handlers. - `app.js` bundle and service worker files are now loaded as a JavaScript module. - Use request builder in media proxy handler. ##### 📚 Documentation - Fixed typos and updated default values in the man page. - Removed `ChangeLog` file (release notes are visible on GitHub and the official website - use the commit history for more details). ##### 🛠 Dependencies - Updated GitHub Actions workflows to use Go version **1.25**. - Updated dependencies: - `golang.org/x/net` → 0.43.0 - `golang.org/x/image` → 0.30.0 - `golang.org/x/term` → 0.34.0 - `github.com/tdewolff/minify/v2` → 2.23.11 - `github.com/coreos/go-oidc/v3` → 3.15.0 - `github.com/prometheus/client_golang` → 1.23.0 - GitHub Actions: `actions/checkout` bumped to v5 ##### ✅ Tests - Added API integration tests for fetching categories with counters. - Added tests for icon URL discovery, SVG minification error handling, and version format enforcement. - Added unit tests for `RequestBuilder`. - Avoided building a temporary binary for integration tests. For more details, look at the commit history.
--- ### 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 f48027194a8..02b2e70ea58 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.11 +appVersion: 2.2.12 dependencies: - name: common version: 28.16.2 @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - https://quay.io/miniflux/miniflux type: application -version: 17.3.2 +version: 17.3.3 diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index 78e8ca9e5f9..a14233c5b5a 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.11@sha256:d8e0f95eaa319211642e22e7ee78f59b1c224071b40670635ad29c4f04e7b036 + tag: 2.2.12@sha256:b435a1ea2408f996c8d4c00c4f46523fa9203971ee1e85b1fe7ad3f0e7ae617f persistence: config: enabled: true