mirror of
https://github.com/truecharts/charts.git
synced 2026-07-22 13:09:49 -03:00
chore(helm): update image docker.io/miniflux/miniflux 2.2.1 → 2.2.2 (#28582)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `5950f53` -> `7d3e21d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>miniflux/v2 (docker.io/miniflux/miniflux)</summary> ### [`v2.2.2`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-222-October-29-2024) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.1...2.2.2) - fix(webauthn): add backup eligibility flag workaround to avoid a 401 response - fix: update `Last-Modified` if it changes in a 304 response - feat(webauthn): show help message regarding username and non-discoverable credentials - feat(rss): calculate hash based on item title/content for feeds without GUID and link - feat(locale): update Chinese translations - feat(locale): update Polish translations - feat(integration): add Cubox integration - feat(client): add `custom_js` field to Go API client - feat(api): add endpoint for user integration status - feat: update feed icon during force refresh - feat: take `Retry-After` header into consideration for rate limited feeds - feat: set entry URL to rewritten URL if a rewrite rule is defined - feat: replace `xurls` third-party module with an ad-hoc regexp - feat: add new settings option to allow external fonts - feat: add custom user JavaScript similar to custom CSS - chore: update test case comment - build(deps): bump `golang.org/x/net` from `0.29.0` to `0.30.0` - build(deps): bump `github.com/yuin/goldmark` from `1.7.4` to `1.7.8` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.20.37` to `2.21.1` - build(deps): bump `github.com/prometheus/client_golang` - build(deps): bump `github.com/andybalholm/brotli` from `1.1.0` to `1.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.1
|
||||
appVersion: 2.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
|
||||
- https://hub.docker.com/r/miniflux/miniflux
|
||||
type: application
|
||||
version: 16.3.1
|
||||
version: 16.3.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/miniflux/miniflux
|
||||
tag: 2.2.1@sha256:5950f5395ba02125c0d04b4287e6ab0467715112b9dcdc435ce89a52f595d473
|
||||
tag: 2.2.2@sha256:7d3e21d8c81b6ee3b1a177bba0099821c4eaa0ab38e7a7c0be461ed271e6c33f
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user