From f36f8f9a9d5e0fb94c3e9a299b5db97b2db03e14 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Jan 2025 14:08:18 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/minif?= =?UTF-8?q?lux/miniflux=202.2.4=20=E2=86=92=202.2.5=20(#31044)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `20adbf8` -> `bacc9b7` | --- > [!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
miniflux/v2 (docker.io/miniflux/miniflux) ### [`v2.2.5`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-225-January-20-2025) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.4...2.2.5) - tests(js): improve `.jshintrc` (strict comparison, etc...) - test(sanitizer): add a fuzzer - refactor(rewriter): use custom title case converter implementation instead of `golang.org/x/text/cases.Title()` - refactor(readingtime): replace `whatlanggo` package with an ad-hoc implementation - refactor(oauth2): no need to use `io.WriteString` when sha256 provides a way to obtain a sum in a single call - refactor(js): simplify a bit `keyboard_handler.js` - refactor(js): remove an outdated check for `{passive: true}` - refactor(js): minor refactoring of `touch_handler.js` - refactor(js): minor improvements in `app.js` - refactor(database): add special handling for PostgreSQL-specific migrations - fix(ui): reading preferences are reset if the form values are incorrect - fix(sanitizer): allow `
` tags - fix(finder): do not add redirections to the list of subscriptions to avoid confusion - fix: update Wallabag URL label to avoid confusion - fix: improve pagination when having identical publication date - fix: do not strip tags in Atom entry title - feat(ntfy): Add option to use internal links - feat(locale): update Polish translation - feat(locale): update German translation - feat(integration): add Discord integration - feat(database): add optional build support for SQLite - feat: validate usernames upon creation - feat: replace `%{?systemd_requires}` with `%{?systemd_ordering}` - feat: bump linter and minifier from ECMAScript 2017 to 2020 (ES11) - feat: add `fix_ghost_cards` rewrite rule - ci: tighten the CodeQL rules - ci: run Docker tests only when the Dockerfiles are modified - ci: run `-race -cover` only on Ubuntu jobs - ci: don't specify languages for CodeQL - ci: don't run `go vet ./...` as it's run as part of `golangci-lint` - ci: checkout before installing Go to improve cache efficiency - ci: avoid building Linux packages for each pull-request - build(deps): bump `golang.org/x/oauth2` from `0.24.0` to `0.25.0` - build(deps): bump `golang.org/x/net` from `0.33.0` to `0.34.0` - build(deps): bump `golang.org/x/crypto` from `0.31.0` to `0.32.0` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.21.2` to `2.21.3` - build(deps): bump `github.com/PuerkitoBio/goquery` from `1.10.0` to `1.10.1` - build(deps): bump `github.com/coreos/go-oidc/v3` from `3.11.0` to `3.12.0`
--- ### 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. --- - [ ] 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). --- charts/stable/miniflux/Chart.yaml | 4 ++-- charts/stable/miniflux/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 4fc7c5d3e3d..20131a80de5 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.2.4 +appVersion: 2.2.5 dependencies: - name: common version: 25.3.1 @@ -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.5.0 +version: 16.5.1 diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index 23ba215945e..68ac4524cec 100644 --- a/charts/stable/miniflux/values.yaml +++ b/charts/stable/miniflux/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: docker.io/miniflux/miniflux - tag: 2.2.4@sha256:20adbf84f0d8cd24b4ebbc138e31087419a274fd9c717c6a909b0773b4538b98 + tag: 2.2.5@sha256:bacc9b78ec61aa6533e50ca4616491b29ad329fee30432f8ea5404a2c7abc9a7 persistence: config: enabled: true