chore(deps): update container image miniflux/miniflux to v2.0.51@9f3bca6 (#16172)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [miniflux/miniflux](https://miniflux.app)
([source](https://togithub.com/miniflux/v2)) | patch | `2.0.50` ->
`2.0.51` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>miniflux/v2 (miniflux/miniflux)</summary>

###
[`v2.0.51`](https://togithub.com/miniflux/v2/blob/HEAD/ChangeLog#Version-2051-December-13-2023)

[Compare
Source](https://togithub.com/miniflux/v2/compare/2.0.50...2.0.51)

-   Add Omnivore integration
-   Fixes for the regressions introduced in version 2.0.50:
    -   Ensure all HTML documents are encoded in UTF-8
- Send default User-Agent and HTTP caching headers when making HTTP
requests
- Allow Youtube links to be opened outside the `iframe` (avoid
`ERR_BLOCKED_BY_RESPONSE` error)
-   Fix inaccessible metrics endpoint when listening on Unix socket
- Allow renaming and moving feed at the same time in the Google Reader
API
- Log `nb_jobs` only when number of jobs is larger than 0 in background
scheduler
- Deduplicate feed URLs when parsing HTML document during discovery
process
- Calculate a virtual weekly count based on the average updating
frequency (`POLLING_SCHEDULER=entry_frequency`)
- Update GitHub Actions workflow to be able to run the linter and tests
on-demand
-   Add `SCHEDULER_ROUND_ROBIN_MIN_INTERVAL` config option
- Add links to GitHub for the commit hash and the version in the about
page
-   Use "starred" rather than "bookmarked" in English translation
-   Update Chinese (CN & TW) translation
-   Bump `github.com/google/uuid` from `1.4.0` to `1.5.0`
-   Bump `github.com/coreos/go-oidc/v3` from `3.7.0` to `3.9.0`
-   Bump `github.com/tdewolff/minify/v2` from `2.20.6` to `2.20.9`
-   Bump `github.com/go-webauthn/webauthn` from `0.8.6` to `0.9.4`
-   Bump `golang.org/x/oauth2` from `0.14.0` to `0.15.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
TrueCharts Bot 2023-12-16 14:04:11 +01:00 committed by GitHub
parent b5c64e0476
commit 42199b7630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: miniflux
version: 12.0.4
appVersion: 2.0.50
version: 12.0.5
appVersion: 2.0.51
description: Miniflux is a minimalist and opinionated feed reader.
home: https://truecharts.org/charts/incubator/miniflux
icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.0.50@sha256:759712dd554234b28b229bb9695f31e99b4771018d2ccefdd825a1ebe66ee219
tag: 2.0.51@sha256:9f3bca6a95428c04c8fb54ee723a5f69b9e419b0bf5dfd7a4d70dfb0414d60f1
persistence:
config:
enabled: true