Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/miniflux/miniflux docker tag to v2.2.4 #1429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux (source) patch 2.2.3 -> 2.2.4

Release Notes

miniflux/v2 (ghcr.io/miniflux/miniflux)

v2.2.4

Compare Source

  • test(rewrite): add unit test for referer rewrite function
  • refactor(subscription): use strings.HasSuffix instead of a regex in FindSubscriptionsFromYouTubePlaylistPage
  • refactor(sanitizer): use token.String() instead of html.EscapeString(token.Data)
  • refactor(sanitizer): simplify isValidTag
  • refactor(sanitizer): simplify hasRequiredAttributes
  • refactor(sanitizer): remove condition because config.Opts is guaranteed to never be nil
  • refactor(sanitizer): remove a now-useless function after refactoring
  • refactor(sanitizer): refactor conditions to highlight their similitude, enabling further refactoring
  • refactor(sanitizer): optimize strip_tags.go
  • refactor(sanitizer): micro-optimizations of srcset.go
  • refactor(sanitizer): merge two conditions
  • refactor(sanitizer): inline a function in sanitizeAttributes and fix a bug in it
  • refactor(sanitizer): inline a condition in sanitizeSrcsetAttr
  • refactor(sanitizer): improve rewriteIframeURL()
  • refactor(sanitizer): Google+ isn't a thing anymore
  • refactor(sanitizer): change the scope of a variable
  • refactor(rewriter): replace regex with URL parsing for referrer override
  • refactor(rewriter): avoid the use of regex in addDynamicImage
  • refactor(rewrite): remove unused function arguments
  • refactor(readability): various improvements and optimizations
  • refactor(readability): simplify the regexes in readability.go
  • refactor(processor): use URL parsing instead of a regex
  • refactor(processor): improve the rewrite URL rule regex
  • refactor(locale): delay parsing of translations until they're used
  • refactor(js): factorise a line in app.js
  • refactor(handler): delay store.UserByID() as much as possible
  • refactor(css): replace -ms-text-size-adjust with text-size-adjust
  • refactor(css): remove -webkit-clip-path
  • refactor(css): factorise .pagination-next and .pagination-last together
  • refactor: use a better construct than doc.Find(…).First()
  • refactor: use min/max instead of math.Min/math.Max
  • refactor: refactor internal/reader/readability/testdata
  • refactor: optimize sanitizeAttributes
  • refactor: get rid of numberOfPluralFormsPerLanguage test-only variable
  • fix(storage): replace timezone function call with view
  • fix(consistency): align feed modification behavior between API and UI
  • fix(ci): fix grammar in pull-request template
  • fix: load icon from site URL instead of feed URL
  • fix: feed icon from xml ignored during force refresh
  • feat(rewrite)!: remove parse_markdown rewrite rule
  • feat(mediaproxy): update predefined referer spoofing rules for restricted media resources
  • feat(locale): update translations to clarify readeck URL instead of readeck API endpoint
  • feat(locale): update German translations
  • feat(locale): update Chinese translations
  • feat(apprise): update SendNotification to handle multiple entries and add logging
  • feat(apprise): add title in notification request body
  • feat: resize favicons before storing them in the database
  • feat: optionally fetch watch time from YouTube API instead of website
  • feat: only show the commit URL if it's not empty on /about
  • feat: add predefined scraper rules for arstechnica.com
  • feat: add date-based entry filtering rules
  • chore: remove blog.laravel.com rewrite rule
  • build(deps): bump library/alpine in /packaging/docker/alpine to 3.21
  • build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0
  • build(deps): bump golang.org/x/net from 0.31.0 to 0.33.0
  • build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.21.1 to 2.21.2

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 20, 2024 22:06
Copy link

--- . Kustomization: flux-system/flux-system HelmRelease: applications/miniflux

+++ . Kustomization: flux-system/flux-system HelmRelease: applications/miniflux

@@ -15,13 +15,13 @@

         name: bjw-s-charts
         namespace: applications
       interval: 1h
   values:
     image:
       repository: ghcr.io/miniflux/miniflux
-      tag: 2.2.3
+      tag: 2.2.4
     service:
       main:
         ports:
           http:
             port: 8080
     envFrom:

Copy link

--- . HelmRelease: applications/miniflux Deployment: applications/miniflux

+++ . HelmRelease: applications/miniflux Deployment: applications/miniflux

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: miniflux
-        image: ghcr.io/miniflux/miniflux:2.2.3
+        image: ghcr.io/miniflux/miniflux:2.2.4
         imagePullPolicy: null
         env:
         - name: ADMIN_USERNAME
           value: boet
         - name: BASE_URL
           value: https://feed.bo0tzz.me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants