chore(helm): update image quay.io/miniflux/miniflux 2.2.7 → 2.2.8 (#34692)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `be23e6d` -> `3a11ac1` | 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.8`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-228-April-22-2025) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.7...2.2.8) - refactor(js): replace `DomHelper` methods with standalone functions - refactor: avoid logging twice the feed errors in the background worker - fix(api): `hide_globally` categories field should be a boolean - fix(ui): add missing `await` when calling `navigator.share()` method - fix(ui): replace share link with a form button for better accessibility - feat(telegrambot): replace "Go to website" button with "Go to Miniflux" - feat(locale): update Polish translation - feat(locale): update German translation - feat(locale): update Chinese translation - feat(config): add `SCHEDULER_ROUND_ROBIN_MAX_INTERVAL` option - feat(cli): add `-reset-feed-next-check-at` argument - feat(api): add `update_content` query parameter to `/entries/{entryID}/fetch-content` endpoint - feat: use `Cache-Control` max-age and `Expires` headers to calculate next check - feat: implement proxy URL per feed - feat: add proxy rotation functionality - ci(linter): replace commitlint with a Python script - ci: add documentation issue template - build(deps): bump `golang.org/x/oauth2` from `0.28.0` to `0.29.0` - build(deps): bump `golang.org/x/net` from `0.38.0` to `0.39.0` - build(deps): bump `golang.org/x/image` from `0.25.0` to `0.26.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.22.4` to `2.23.1` - build(deps): bump `github.com/PuerkitoBio/goquery` from `1.10.2` to `1.10.3` - build(deps): bump `github.com/prometheus/client_golang` - build(deps): bump `github.com/mattn/go-sqlite3` from `1.14.24` to `1.14.28` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.12.2` to `0.12.3` - build(deps): bump `github.com/coreos/go-oidc/v3` from `3.13.0` to `3.14.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.7
|
||||
appVersion: 2.2.8
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
|
||||
- https://quay.io/miniflux/miniflux
|
||||
type: application
|
||||
version: 16.6.3
|
||||
version: 16.6.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: quay.io/miniflux/miniflux
|
||||
tag: 2.2.7@sha256:be23e6d4757b76aceffc05e4a3b0d029bea885da3bc5fa319ab9be3531dbf695
|
||||
tag: 2.2.8@sha256:3a11ac10969ec406d90eb9f2cec04e7d3b89bd9bc728bab6f036f604c4396f1c
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user