Update freshrss/freshrss Docker tag to v1.26.2 #256

Merged
renovate-bot merged 1 commits from renovate/freshrss-freshrss-1.x into main 2025-05-04 21:30:43 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
freshrss/freshrss (source) patch 1.26.1 -> 1.26.2

Release Notes

FreshRSS/FreshRSS (freshrss/freshrss)

v1.26.2

Compare Source


Configuration

📅 Schedule: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | |---|---|---| | [freshrss/freshrss](https://freshrss.org/) ([source](https://github.com/FreshRSS/FreshRSS)) | patch | `1.26.1` -> `1.26.2` | --- ### Release Notes <details> <summary>FreshRSS/FreshRSS (freshrss/freshrss)</summary> ### [`v1.26.2`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#2025-05-03-FreshRSS-1262) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.26.1...1.26.2) - Features - Implement JSON string concatenation with & operator [#&#8203;7414](https://github.com/FreshRSS/FreshRSS/pull/7414) - Support multiple JSON fragments in HTML+XPath+JSON mode [#&#8203;7369](https://github.com/FreshRSS/FreshRSS/pull/7369) - Bug fixing - Fix escaping of tag search [#&#8203;7468](https://github.com/FreshRSS/FreshRSS/pull/7468) - Fix CLI parsing of Boolean flags [#&#8203;7430](https://github.com/FreshRSS/FreshRSS/pull/7430) - Fix API for labels with slash [#&#8203;7437](https://github.com/FreshRSS/FreshRSS/pull/7437) - SimplePie - Fix support for feeds with XML preamble + DTD [#&#8203;7515](https://github.com/FreshRSS/FreshRSS/pull/7515), [simplepie#914](https://github.com/simplepie/simplepie/pull/914) - Merged upstream [#&#8203;7434](https://github.com/FreshRSS/FreshRSS/pull/7434) - Upstream fix [simplepie#912](https://github.com/simplepie/simplepie/pull/912) - Security - Disallow `<iframe srcdoc="">` [#&#8203;7494](https://github.com/FreshRSS/FreshRSS/pull/7494), [CVE-2025-32015](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-wgrq-mcwc-8f8v) - Disallow `<button formaction="">` [#&#8203;7506](https://github.com/FreshRSS/FreshRSS/pull/7506) - Improve favicons hash to avoid favicon pollution [#&#8203;7505](https://github.com/FreshRSS/FreshRSS/pull/7505), [CVE-2025-46339](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-8f79-3q3w-43c4) - Add `Content-Security-Policy` HTTP headers to favicons [#&#8203;7471](https://github.com/FreshRSS/FreshRSS/pull/7471), [CVE-2025-31136](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-f6r4-jrvc-cfmr) - Web scraping forbid security HTTP headers in cURL [#&#8203;7496](https://github.com/FreshRSS/FreshRSS/pull/7496), [CVE-2025-46341](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-w3m8-wcf4-h8vm) - Add some HTTP headers `Referrer-Policy: same-origin` [#&#8203;6303](https://github.com/FreshRSS/FreshRSS/pull/6303), [#&#8203;7478](https://github.com/FreshRSS/FreshRSS/pull/7478) - Use HTTP POST for logout [#&#8203;7489](https://github.com/FreshRSS/FreshRSS/pull/7489), [CVE-2025-31482](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-vpmc-3fv2-jmgp) - Make update URL read-only [#&#8203;7477](https://github.com/FreshRSS/FreshRSS/pull/7477) - Fix for extensions: Restrict valid paths in `ext.php` [#&#8203;7479](https://github.com/FreshRSS/FreshRSS/pull/7479), [CVE-2025-31134](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-jjm2-4hf7-9x65) - Fix for extensions: Secure serving of user files [#&#8203;7495](https://github.com/FreshRSS/FreshRSS/pull/7495) - Extensions - Fix file serving for symlinked extensions [#&#8203;7545](https://github.com/FreshRSS/FreshRSS/pull/7545) - Catch extension exceptions in override [#&#8203;7475](https://github.com/FreshRSS/FreshRSS/pull/7475) - JavaScript: new event to detect context loaded [#&#8203;7452](https://github.com/FreshRSS/FreshRSS/pull/7452) - Deployment - Apache: add check for `mod_filter` to ensure that `AddOutputFilterByType` works [#&#8203;7419](https://github.com/FreshRSS/FreshRSS/pull/7419) - UI - Accessibility: Add `:focus` style to some dropdown menus [#&#8203;7491](https://github.com/FreshRSS/FreshRSS/pull/7491) - New size option for the *Mark as read* button [#&#8203;7314](https://github.com/FreshRSS/FreshRSS/pull/7314) - Update `bcrypt.js` from 2.4.4 to 3.0.2 [#&#8203;7449](https://github.com/FreshRSS/FreshRSS/pull/7449) - Various UI and style improvements: [#&#8203;7168](https://github.com/FreshRSS/FreshRSS/pull/7168), [#&#8203;7526](https://github.com/FreshRSS/FreshRSS/pull/7526) - I18n - Rework credits [#&#8203;7426](https://github.com/FreshRSS/FreshRSS/pull/7426) - Improve French [#&#8203;7432](https://github.com/FreshRSS/FreshRSS/pull/7432) - Improve Italian [#&#8203;7540](https://github.com/FreshRSS/FreshRSS/pull/7540) - Improve Polish [#&#8203;7508](https://github.com/FreshRSS/FreshRSS/pull/7508) - Improve Turkish [#&#8203;7442](https://github.com/FreshRSS/FreshRSS/pull/7442) - Misc. - Improve PHP code [#&#8203;7431](https://github.com/FreshRSS/FreshRSS/pull/7431), [#&#8203;7488](https://github.com/FreshRSS/FreshRSS/pull/7488), [#&#8203;7534](https://github.com/FreshRSS/FreshRSS/pull/7534) - Update dev dependencies [#&#8203;7480](https://github.com/FreshRSS/FreshRSS/pull/7480), [#&#8203;7482](https://github.com/FreshRSS/FreshRSS/pull/7482), [#&#8203;7483](https://github.com/FreshRSS/FreshRSS/pull/7483), [#&#8203;7484](https://github.com/FreshRSS/FreshRSS/pull/7484), [#&#8203;7485](https://github.com/FreshRSS/FreshRSS/pull/7485), [#&#8203;7486](https://github.com/FreshRSS/FreshRSS/pull/7486), [#&#8203;7487](https://github.com/FreshRSS/FreshRSS/pull/7487), [#&#8203;7533](https://github.com/FreshRSS/FreshRSS/pull/7533), [#&#8203;7535](https://github.com/FreshRSS/FreshRSS/pull/7535), [#&#8203;7536](https://github.com/FreshRSS/FreshRSS/pull/7536), [#&#8203;7537](https://github.com/FreshRSS/FreshRSS/pull/7537), [#&#8203;7538](https://github.com/FreshRSS/FreshRSS/pull/7538) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added 1 commit 2025-05-04 21:01:01 +00:00
Update freshrss/freshrss Docker tag to v1.26.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 13s
9c7bffce5d
renovate-bot merged commit 98eb87e7ce into main 2025-05-04 21:30:43 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#256
No description provided.