chore(helm): update image quay.io/miniflux/miniflux 2.2.8 → 2.2.9 (#35720)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `3a11ac1` -> `9d73fca` | 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.9`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-229-May-26-2025) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.8...2.2.9) - refactor(googlereader): remove redundant log message - refactor(googlereader): move constants to separate files - fix(webauthn): correct argument in debug log - fix(sanitizer): MathML tags are not fully supported by `golang.org/x/net/html` - fix(migrations): prevent failure at version 45 with long entry URLs - fix(locale): localize Git commit label in about page - fix(googlereader): return a 400 instead of 500 for invalid edit requests - fix(googlereader): handle various item ID formats - fix(googlereader): avoid panic for inexisting feed or category - fix(googlereader): `/items/contents` should accept short form item IDs - feat(webauthn): prefer creation of a client-side discoverable credential - feat(urlcleaner): remove the `ref` parameter from url - feat(settings): replace `div.panel` with paragraph tags for OAuth2 links - feat(settings): add validation for entry order and categories sorting order - feat(settings): add option to always open articles externally - feat(server): add liveness and readiness probes - feat(sanitizer): add MathML tags to the sanitizer - feat(sanitized): allow Spotify iframes - feat(rssbridge): support authentication token for RSS-Bridge - feat(response): change error response content type to plain text and escape HTML - feat(reader): populate feed description automatically - feat(locale): update Russian translation - feat(locale): update Polish translation - feat(locale): update French translation - feat(googlereader): avoid SQL query to fetch username in streamItemContentsHandler - feat(googlereader): add `mark-all-as-read` endpoint - feat(api): add new endpoints to manage API keys - ci: remove deprecated `reviewers` field from `dependantbot.yml` - chore(gitignore): ignore miniflux binary in root directory - build(deps): bump `golangci/golangci-lint-action` from `7` to `8` - build(deps): bump `golang.org/x/oauth2` from `0.29.0` to `0.30.0` - build(deps): bump `golang.org/x/net` from `0.39.0` to `0.40.0` - build(deps): bump `golang.org/x/image` from `0.26.0` to `0.27.0` - build(deps): bump `golang.org/x/crypto` from `0.37.0` to `0.38.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.23.3` to `2.23.8` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.23.1` to `2.23.3` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.12.3` to `0.13.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: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.8
|
||||
appVersion: 2.2.9
|
||||
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.4
|
||||
version: 16.6.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: quay.io/miniflux/miniflux
|
||||
tag: 2.2.8@sha256:3a11ac10969ec406d90eb9f2cec04e7d3b89bd9bc728bab6f036f604c4396f1c
|
||||
tag: 2.2.9@sha256:9d73fcacc67f569ba610ac67629a4ea304992d079f975f47e9fcfb46339bbb61
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user