chore(deps): update miniflux/miniflux docker tag to v2.2.14 #505

Closed
renovate-bot wants to merge 1 commit from renovate/miniflux-miniflux-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
miniflux/miniflux (source) patch 2.2.13 -> 2.2.14

Release Notes

miniflux/v2 (miniflux/miniflux)

v2.2.14: Miniflux 2.2.14

Compare Source

New Features
  • Go Client: Allow passing a custom http.Client and add context support to API methods.
  • UI: Redirect users back to the original page after logging in.
  • Template: Improved Content Security Policy: extracted CSP generation into a function, added systematic nonces, and changed default-src to 'none' for stronger security.
  • Integrations:
    • Added tags option for the Karakeep integration.
    • Added new Archive.org integration.
  • Rewrite Rules:
    • Added remove_img_blur_params rule.
    • Added add_image_title rule for explainxkcd.com.
🧰 Improvements & Refactoring
  • Replaced custom modal with native <dialog> element for simpler, more accessible UI.
  • Simplified date parsing in the reader and XML encoding logic.
  • Optimized sanitizer functions (hasRequiredAttributes, hasValidURIScheme, isBlockedResource).
  • Replaced fmt.Errorf with errors.New where applicable.
  • Removed dependency on hstore in the database layer and relaxed implicit NOT NULL for serial types.
  • Simplified Fever API slice sizing and various internal cleanups.
  • Preallocated slices and optimized string/number conversions for better performance.
🧪 Tests
  • Added test cases for XML encoding behavior.
🐛 Bug Fixes
  • Fixed CSS layout overflow when external links are too long.
  • Fixed JSON Feed parser to fallback to external_url when url is missing.
  • Updated scraper rule for Dark Reading.
📚 Documentation
  • Clarified the POLLING_FREQUENCY environment variable in the documentation.
🏗️ Build & CI
  • Updated dependencies:

    • github.com/tdewolff/minify/v2 → 2.24.4
    • golang.org/x/net → 0.46.0
    • golang.org/x/image → 0.32.0
    • golang.org/x/oauth2 → 0.32.0
    • github.com/coreos/go-oidc/v3 → 3.16.0
    • github/codeql-action → 4
  • Updated make lint and enabled additional Go linters (perfsprint, goheader).

📝 Additional Notes

If you are seeing this Postgres error: Error: pq: must be owner of extension hstore, you can fix it by running the following SQL command as a superuser for the Miniflux database:

DROP EXTENSION hstore;

This error means you initially created the hstore extension as a different database user than the one you are currently using for Miniflux.

For more details, look at the Git commit history.


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 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [miniflux/miniflux](https://miniflux.app) ([source](https://github.com/miniflux/v2)) | patch | `2.2.13` -> `2.2.14` | --- ### Release Notes <details> <summary>miniflux/v2 (miniflux/miniflux)</summary> ### [`v2.2.14`](https://github.com/miniflux/v2/releases/tag/2.2.14): Miniflux 2.2.14 [Compare Source](https://github.com/miniflux/v2/compare/2.2.13...2.2.14) ##### ✨ New Features - **Go Client:** Allow passing a custom `http.Client` and add context support to API methods. - **UI:** Redirect users back to the original page after logging in. - **Template:** Improved Content Security Policy: extracted CSP generation into a function, added systematic nonces, and changed `default-src` to `'none'` for stronger security. - **Integrations:** - Added **tags option** for the Karakeep integration. - Added new **Archive.org** integration. - **Rewrite Rules:** - Added `remove_img_blur_params` rule. - Added `add_image_title` rule for *explainxkcd.com*. ##### 🧰 Improvements & Refactoring - Replaced custom modal with native `<dialog>` element for simpler, more accessible UI. - Simplified date parsing in the reader and XML encoding logic. - Optimized sanitizer functions (`hasRequiredAttributes`, `hasValidURIScheme`, `isBlockedResource`). - Replaced `fmt.Errorf` with `errors.New` where applicable. - Removed dependency on `hstore` in the database layer and relaxed implicit `NOT NULL` for serial types. - Simplified Fever API slice sizing and various internal cleanups. - Preallocated slices and optimized string/number conversions for better performance. ##### 🧪 Tests - Added test cases for XML encoding behavior. ##### 🐛 Bug Fixes - Fixed CSS layout overflow when external links are too long. - Fixed JSON Feed parser to fallback to `external_url` when `url` is missing. - Updated scraper rule for *Dark Reading*. ##### 📚 Documentation - Clarified the `POLLING_FREQUENCY` environment variable in the documentation. ##### 🏗️ Build & CI - Updated dependencies: - `github.com/tdewolff/minify/v2` → 2.24.4 - `golang.org/x/net` → 0.46.0 - `golang.org/x/image` → 0.32.0 - `golang.org/x/oauth2` → 0.32.0 - `github.com/coreos/go-oidc/v3` → 3.16.0 - `github/codeql-action` → 4 - Updated `make lint` and enabled additional Go linters (`perfsprint`, `goheader`). ##### 📝 Additional Notes If you are seeing this Postgres error: `Error: pq: must be owner of extension hstore`, you can fix it by running the following SQL command as a superuser for the Miniflux database: ```sql DROP EXTENSION hstore; ``` This error means you initially created the `hstore` extension as a different database user than the one you are currently using for Miniflux. For more details, look at the Git commit history. </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update miniflux/miniflux docker tag to v2.2.14
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
8b58481ed2
catalin closed this pull request 2025-10-26 18:01:10 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.2.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.2.14`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
catalin/fukuops!505
No description provided.