Update ghcr.io/miniflux/miniflux Docker tag to v2.2.13 #561

Merged
AverageMarcus merged 1 commits from renovate/ghcr.io-miniflux-miniflux-2.x into master 2025-09-19 07:15:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux (source) patch 2.2.12 -> 2.2.13

Release Notes

miniflux/v2 (ghcr.io/miniflux/miniflux)

v2.2.13: Miniflux 2.2.13

Compare Source

New Features
  • UI: Added a "Back to top" link for easier navigation.
  • Integrations:
    • Added support for Wallabag tags.
    • Added support for LinkTaco service to save articles.
🐛 Bug Fixes
  • API: Fixed issue where removed entries could still be returned. It was generating an error when fetching entries.
  • Icons: Improved handling of relative icon URLs within subfolders.
  • Timezone: Ensured only current IANA time zones are used. This avoids issues with Debian Trixie where deprecated time zones have been removed.
🛠 Refactoring & Improvements
  • Complete rewrite of the config parser with validation and consistency improvements.
  • Combined YouTube subscription parsing functions into a single function.
  • Simplified and optimized JavaScript files (modal_handler.js, removed isTouchSupported()).
  • Refactored internal code to consistently use time.Duration for time values across CLI, server, fetcher, metrics, and HTTP components.
  • Replaced "Bookmarks" with "Starred" across UI and codebase for consistency.
  • Template and UI cleanups: explicit template dependencies, moved inline SVGs to sprite.svg, improved layout.html consistency.
  • Strengthened the JavaScript Trusted Types policy to enhance security.
  • Updated translations for German, Polish, and French.
Performance
  • XML Parsing: Optimized filterValidXMLChars (~4% faster).
  • Sanitizer: Improved sanitization performance by ~10% using slices.Contains.
  • Converted slices to arrays in some internal structures for efficiency.
📦 Dependency Updates
  • go-webauthn/webauthn: 0.13.4 → 0.14.0
  • golang.org/x/net: 0.43.0 → 0.44.0
  • golang.org/x/image: 0.30.0 → 0.31.0
  • golang.org/x/crypto: 0.41.0 → 0.42.0
  • golang.org/x/term: 0.34.0 → 0.35.0
  • golang.org/x/oauth2: 0.30.0 → 0.31.0
  • tdewolff/minify/v2: 2.23.11 → 2.24.3
  • prometheus/client_golang: 1.23.0 → 1.23.2
  • GitHub Actions: setup-go and setup-python bumped from v5 → v6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/miniflux/miniflux](https://miniflux.app) ([source](https://github.com/miniflux/v2)) | patch | `2.2.12` -> `2.2.13` | --- ### Release Notes <details> <summary>miniflux/v2 (ghcr.io/miniflux/miniflux)</summary> ### [`v2.2.13`](https://github.com/miniflux/v2/releases/tag/2.2.13): Miniflux 2.2.13 [Compare Source](https://github.com/miniflux/v2/compare/v2.2.12...2.2.13) ##### ✨ New Features - **UI:** Added a "Back to top" link for easier navigation. - **Integrations:** - Added support for **Wallabag tags**. - Added support for **LinkTaco** service to save articles. ##### 🐛 Bug Fixes - **API:** Fixed issue where `removed` entries could still be returned. It was generating an error when fetching entries. - **Icons:** Improved handling of relative icon URLs within subfolders. - **Timezone:** Ensured only current IANA time zones are used. This avoids issues with Debian Trixie where deprecated time zones have been removed. ##### 🛠 Refactoring & Improvements - Complete rewrite of the config parser with validation and consistency improvements. - Combined YouTube subscription parsing functions into a single function. - Simplified and optimized JavaScript files (`modal_handler.js`, removed `isTouchSupported()`). - Refactored internal code to consistently use `time.Duration` for time values across CLI, server, fetcher, metrics, and HTTP components. - Replaced "Bookmarks" with "Starred" across UI and codebase for consistency. - Template and UI cleanups: explicit template dependencies, moved inline SVGs to `sprite.svg`, improved `layout.html` consistency. - Strengthened the JavaScript Trusted Types policy to enhance security. - Updated translations for German, Polish, and French. ##### ⚡ Performance - **XML Parsing:** Optimized `filterValidXMLChars` (\~4% faster). - **Sanitizer:** Improved sanitization performance by \~10% using `slices.Contains`. - Converted slices to arrays in some internal structures for efficiency. ##### 📦 Dependency Updates - **go-webauthn/webauthn:** 0.13.4 → 0.14.0 - **golang.org/x/net:** 0.43.0 → 0.44.0 - **golang.org/x/image:** 0.30.0 → 0.31.0 - **golang.org/x/crypto:** 0.41.0 → 0.42.0 - **golang.org/x/term:** 0.34.0 → 0.35.0 - **golang.org/x/oauth2:** 0.30.0 → 0.31.0 - **tdewolff/minify/v2:** 2.23.11 → 2.24.3 - **prometheus/client\_golang:** 1.23.0 → 1.23.2 - GitHub Actions: `setup-go` and `setup-python` bumped from v5 → v6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjQxLjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-09-19 03:07:16 +00:00
AverageMarcus merged commit 8d2ab9205a into master 2025-09-19 07:15:26 +00:00
AverageMarcus deleted branch renovate/ghcr.io-miniflux-miniflux-2.x 2025-09-19 07:15:27 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#561
No description provided.