chore(deps): update container image miniflux/miniflux to v2.1.3@6ea1595 by renovate (#21590)

This PR contains the following updates:

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

---

> [!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.1.3`](https://togithub.com/miniflux/v2/blob/HEAD/ChangeLog#Version-213-April-27-2024)

[Compare Source](https://togithub.com/miniflux/v2/compare/2.1.2...2.1.3)

- `api`: `rand.Intn(math.MaxInt64)` causes tests to fail on 32-bit
architectures (use `rand.Int()` instead)
- `ci`: use `docker/metadata-action` instead of deprecated shell-scripts
- `database`: remove `entries_feed_url_idx` index because entry URLs can
exceeds btree index size limit
-   `finder`: find feeds from YouTube playlist
-   `http/response`: add brotli compression support
-   `integration/matrix`: fix function name in comment
- `packaging`: specify container registry explicitly (e.g., Podman does
not use `docker.io` by default)
- `packaging`: use `make miniflux` instead of duplicating `go build`
arguments (this leverages Go's PIE build mode)
-   `reader/fetcher`: add brotli content encoding support
-   `reader/processor`: minimize feed entries HTML content
-   `reader/rewrite`: add a rule for `oglaf.com`
- `storage`: change `GetReadTime()` function to use
`entries_feed_id_hash_key` index
-   `ui`: add seek and speed controls to media player
-   `ui`: add tag entries page
-   `ui`: fix JavaScript error when clicking on unread counter
-   `ui`: use `FORCE_REFRESH_INTERVAL` config for category refresh
-   Bump `github.com/tdewolff/minify/v2` from `2.20.19` to `2.20.20`
-   Bump `golang.org/x/net` from `0.22.0` to `0.24.0`
-   Bump `golang.org/x/term` from `0.18.0` to `0.19.0`
-   Bump `golang.org/x/oauth2` from `0.18.0` to `0.19.0`
-   Bump `github.com/yuin/goldmark` from `1.7.0` to `1.7.1`

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot 2024-05-05 12:56:15 +02:00 committed by GitHub
parent d2e40c2775
commit dd0083088e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.1.2
appVersion: 2.1.3
dependencies:
- name: common
version: 23.0.0
@ -24,7 +24,7 @@ keywords:
- miniflux
- rss
- news
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
- https://hub.docker.com/r/miniflux/miniflux
type: application
version: 15.0.5
version: 15.0.6

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.1.2@sha256:d70bc29c869aa905e9eee8218f59771e237b6f727ad88e1bc565cdc25b9e053a
tag: 2.1.3@sha256:6ea15959079a83c717716d64bf6a76e0865e201b13777626b8467c99f8a4fd15
persistence:
config:
enabled: true