chore(helm): update image quay.io/miniflux/miniflux 2.2.10 → 2.2.11 (#37784)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/miniflux/miniflux](https://miniflux.app)
([source](https://redirect.github.com/miniflux/v2)) | patch | `ae3a397`
-> `d8e0f95` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>miniflux/v2 (quay.io/miniflux/miniflux)</summary>

###
[`v2.2.11`](https://redirect.github.com/miniflux/v2/releases/tag/2.2.11):
Miniflux 2.2.11

[Compare
Source](https://redirect.github.com/miniflux/v2/compare/v2.2.10...2.2.11)

#####  New Features

- **TLS support for Unix sockets**: Miniflux can now serve TLS over Unix
domain sockets using `CERT_FILE` and `KEY_FILE`
([#fcf86e3](https://redirect.github.com/miniflux/v2/commit/fcf86e3)).
- **RSS fallback**: If a feed entry has no URL, Miniflux now uses the
enclosure URL as a fallback
([#d9de9d1](https://redirect.github.com/miniflux/v2/commit/d9de9d1)).
- **Bearer token for Linkwarden**: The Linkwarden integration now uses
Bearer token authorization instead of cookies
([#&#8203;1d11623](https://redirect.github.com/miniflux/v2/commit/1d11623)).
- **Cookie policy improvement**: `SameSiteStrictMode` is enforced for
cookies when OAuth2/OIDC is not used
([#&#8203;135ce1d](https://redirect.github.com/miniflux/v2/commit/135ce1d)).
- **Readability engine**: Avoid removing elements with the `content`
class during readability parsing
([#&#8203;66b269e](https://redirect.github.com/miniflux/v2/commit/66b269e)).

##### 🛠️ Improvements

- **Massive readability engine refactoring** and performance
optimizations:

- Improved performance of `getClassWeight`, `getLinkDensity`, and
`transformMisusedDivsIntoParagraphs`.
- Simplified and optimized internal logic of `removeUnlikelyCandidates`,
`getSelectionLength`, and `getArticle`.
  - Reduced memory allocation in sanitizer and readability components.
- **Storage optimization**: Strings are now truncated on the Go side to
respect `tsvector` limits, reducing DB load and ensuring valid UTF-8
([#&#8203;703f113](https://redirect.github.com/miniflux/v2/commit/703f113)).
- **Simplified and clarified internal code structure**:

- Major cleanup and size optimization of internal structs (`Feed`,
`FeedCreationRequest`, etc.).
  - Reduced memory use and improved CPU cache locality.
- Numerous refactors across `config`, `template`, `locale`,
`subscription`, and `fetcher` modules.

##### 🐛 Bug Fixes

- Fixed an issue with feeds having excessive leading whitespace causing
parser buffer issues
([#&#8203;54abd0a](https://redirect.github.com/miniflux/v2/commit/54abd0a)).
- Properly preserve UTF-8 when truncating strings for full-text search
([#&#8203;703f113](https://redirect.github.com/miniflux/v2/commit/703f113)).
- Fixed logic error in enclosure type detection
([#&#8203;50d5cb9](https://redirect.github.com/miniflux/v2/commit/50d5cb9)).
- Fixed incorrect filter rule parsing of Windows-style newlines
([#dc81725](https://redirect.github.com/miniflux/v2/commit/dc81725)).
- Fixed a panic in `startAutoCertTLSServer` function when using Let's
Encrypt automatic certificates
([#f7a6b02](https://redirect.github.com/miniflux/v2/commit/f7a6b02))
- Improved UI spacing consistency around header/footer
([#&#8203;32fbb4e](https://redirect.github.com/miniflux/v2/commit/32fbb4e)).

##### ⚠️ Breaking Changes

- **Windows binary no longer distributed**: Windows is no longer a
supported platform for binary distribution. Users must build from source
if needed
([#b470b18](https://redirect.github.com/miniflux/v2/commit/b470b18)).

##### 🧪 Tests & CI

- Test coverage significantly increased for modules like `readability`,
`sanitizer`, `processor`, `locale`, and `storage`.
- Commit linter updated to support new Git revert message format.

##### 🐘 Docker & Environment

- Base Docker image updated to Alpine 3.22.
- PostgreSQL Docker example updated to use the latest version.

##### 🌐 Localization

- Updated Chinese and German translations.

##### 🔒 Dependency Updates

- Bumped `github.com/go-webauthn/webauthn` to `0.13.4`
- Bumped `github.com/tdewolff/minify/v2` to `2.23.10`
- Bumped `golang.org/x/*` modules: `image`, `net`, `term`, `crypto`
- Bumped `github.com/andybalholm/brotli` to `1.2.0`

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
TrueCharts Bot
2025-07-27 14:23:03 +02:00
committed by GitHub
parent 86eb81df12
commit 7a10f2beee
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.2.10
appVersion: 2.2.11
dependencies:
- name: common
version: 28.13.0
@@ -37,5 +37,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
- https://quay.io/miniflux/miniflux
type: application
version: 17.1.0
version: 17.1.1

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: quay.io/miniflux/miniflux
tag: 2.2.10@sha256:ae3a397ca765d9011ce00f2bfeb1f29bf8e6199c38b2883d41ec80f66cd3be50
tag: 2.2.11@sha256:d8e0f95eaa319211642e22e7ee78f59b1c224071b40670635ad29c4f04e7b036
persistence:
config:
enabled: true