chore(deps): update docker.io/miniflux/miniflux docker tag to v2.2.7 #167

Merged
finn merged 1 commit from renovate/docker.io-miniflux-miniflux-2.x into main 2025-04-08 23:31:22 +00:00
Member

This PR contains the following updates:

Package Update Change
docker.io/miniflux/miniflux (source) patch 2.2.6 -> 2.2.7

Release Notes

miniflux/v2 (docker.io/miniflux/miniflux)

v2.2.7

Compare Source

  • test(api): update base URL after upgrading Hugo
  • refactor(rewrite): reorganize referer rules and remove obsolete mappings
  • refactor: combine feed icon handlers to use only externalIconID
  • fix(ui): update share feature to correctly select the title element and handle empty titles
  • fix(ui): update entry tags display logic to show links based on user authentication
  • fix(ui): remove touch-action style to prevent horizontal scrolling issues
  • fix(ui): log a warning for an empty client secret
  • fix(ui): change labels from "Read / Unread" to "Mark as Read"
  • fix(ui): avoid 500 errors and NaN when marking a deleted entry as read
  • fix(subscription): add /rss/feed.xml to the list of known feed URLs
  • fix(security): use a more restrictive CSP for untrusted content
  • fix(rewrite): remove obsolete rule for webtoons.com
  • fix(processor): add missing quotation marks to import comments
  • fix(googlereader): return enclosures in the streamItemContentsHandler response
  • fix: address minor issues detected by Go linters
  • feat(urlcleaner): add more Google Analytics parameters
  • feat(storage): reduce the number of SQL queries when fetching entry enclosures
  • feat(sanitizer): allow the <u> tag in feeds
  • feat(sanitizer): allow the <b> tag
  • feat(locale): update Polish translation
  • feat(locale): add Romanian translation
  • feat(integrations/ntfy): make ntfy topics configurable per feed
  • feat(googlereader): add a feed icon endpoint
  • feat: show database size on the about page
  • feat: add a make add string command to add new localized strings
  • docs: update README
  • docs: update client README to remove references to deprecated functions
  • ci: replace GitHub Issue Markdown templates with YAML forms
  • build(deps): bump golangci/golangci-lint-action from 6 to 7
  • build(deps): bump golang.org/x/term from 0.29.0 to 0.30.0
  • build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.28.0
  • build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0
  • build(deps): bump golang.org/x/image from 0.24.0 to 0.25.0
  • build(deps): bump golang.org/x/crypto from 0.33.0 to 0.36.0
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.21.3 to 2.22.4
  • build(deps): bump github.com/prometheus/client_golang
  • build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
  • build(deps): bump github.com/go-webauthn/webauthn from 0.11.2 to 0.12.2
  • build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5
  • build(deps): bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0

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 | |---|---|---| | [docker.io/miniflux/miniflux](https://miniflux.app) ([source](https://github.com/miniflux/v2)) | patch | `2.2.6` -> `2.2.7` | --- ### Release Notes <details> <summary>miniflux/v2 (docker.io/miniflux/miniflux)</summary> ### [`v2.2.7`](https://github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-227-April-1-2025) [Compare Source](https://github.com/miniflux/v2/compare/2.2.6...2.2.7) - test(api): update base URL after upgrading Hugo - refactor(rewrite): reorganize referer rules and remove obsolete mappings - refactor: combine feed icon handlers to use only `externalIconID` - fix(ui): update share feature to correctly select the title element and handle empty titles - fix(ui): update entry tags display logic to show links based on user authentication - fix(ui): remove touch-action style to prevent horizontal scrolling issues - fix(ui): log a warning for an empty client secret - fix(ui): change labels from "Read / Unread" to "Mark as Read" - fix(ui): avoid 500 errors and NaN when marking a deleted entry as read - fix(subscription): add `/rss/feed.xml` to the list of known feed URLs - fix(security): use a more restrictive CSP for untrusted content - fix(rewrite): remove obsolete rule for `webtoons.com` - fix(processor): add missing quotation marks to import comments - fix(googlereader): return enclosures in the `streamItemContentsHandler` response - fix: address minor issues detected by Go linters - feat(urlcleaner): add more Google Analytics parameters - feat(storage): reduce the number of SQL queries when fetching entry enclosures - feat(sanitizer): allow the `<u>` tag in feeds - feat(sanitizer): allow the `<b>` tag - feat(locale): update Polish translation - feat(locale): add Romanian translation - feat(integrations/ntfy): make ntfy topics configurable per feed - feat(googlereader): add a feed icon endpoint - feat: show database size on the about page - feat: add a `make add string` command to add new localized strings - docs: update README - docs: update client README to remove references to deprecated functions - ci: replace GitHub Issue Markdown templates with YAML forms - build(deps): bump `golangci/golangci-lint-action` from `6` to `7` - build(deps): bump `golang.org/x/term` from `0.29.0` to `0.30.0` - build(deps): bump `golang.org/x/oauth2` from `0.26.0` to` 0.28.0 ` - build(deps): bump `golang.org/x/net` from `0.35.0` to `0.38.0` - build(deps): bump `golang.org/x/image` from `0.24.0` to `0.25.0` - build(deps): bump `golang.org/x/crypto` from `0.33.0` to `0.36.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.21.3` to `2.22.4` - build(deps): bump `github.com/prometheus/client_golang` - build(deps): bump `github.com/golang-jwt/jwt/v5` from `5.2.1` to `5.2.2` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.11.2` to `0.12.2` - build(deps): bump `github.com/go-jose/go-jose/v4` from `4.0.2` to `4.0.5` - build(deps): bump `github.com/coreos/go-oidc/v3` from `3.12.0` to `3.13.0` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-04-08 23:30:53 +00:00
chore(deps): update docker.io/miniflux/miniflux docker tag to v2.2.7
All checks were successful
/ diff-and-deploy (push) Successful in 2m19s
bea0e200a0
finn merged commit bea0e200a0 into main 2025-04-08 23:31:22 +00:00
finn deleted branch renovate/docker.io-miniflux-miniflux-2.x 2025-04-08 23:31:22 +00:00
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: JankySolutions/infra#167
No description provided.