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

fix(container): update image docker.io/miniflux/miniflux to v2.0.45 #26

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/miniflux/miniflux patch 2.0.40 -> 2.0.45

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

miniflux/v2 (docker.io/miniflux/miniflux)

v2.0.45

Compare Source

  • Add media player to listen to audio and video podcasts with the possiblity to resume to last playback position
  • Add default tag names for Linkding integration
  • Mark only globally visible entries when marking all entries from UI
  • Use image included in feed as feed icon when available
  • Order history by changed_at and published_at
  • Remove title attribute from entry title links
  • Fix reading time that is not aligned correctly with the latest version of Safari
  • Use glyphs of the same size on keyboard shortcuts page
  • Add maskable versions of the PWA icon
  • Replace copyright header with SPDX identifier
  • Remove the "í" letter from the Portuguese "lido" word
  • Increase golangci-lint timeout value
  • Bump github.com/tdewolff/minify/v2, github.com/prometheus/client_golang, golang.org/x/* dependencies

v2.0.44

Compare Source

  • Add link to the URL rewrite rules documentation
  • Update scraping rules for ilpost.it
  • Update rewrite rules for theverge.com
  • Add a rewrite rule to remove clickbait titles
  • Make sure PROXY_IMAGES option is backward compatible with PROXY_OPTION and PROXY_MEDIA_TYPES
  • Add new rule to remove tables
  • Add support for searching well-known URLs in subdirectory
  • Add CSS word-wrap rule to break very long entry title into multiple lines
  • Add swipe as option for gesture navigation between entries. There are now 3 possible choices: none, double-tap, and swipe.
  • Prefer typographic punctuation in English translation
  • Process older entries first:
    • Feed entries are usually ordered from most to least recent.
    • Processing older entries first ensures that their creation timestamp
      is lower than that of newer entries.
    • This is useful when we order by creation, because then we get a
      consistent timeline.
  • Fix Grafana dashboard
  • Push Docker images to Quay.io (RedHat)
  • Bump golang.org/x/*, github.com/lib/pq, mvdan.cc/xurls/v2 and github.com/prometheus/client_golang dependencies

v2.0.43

Compare Source

  • Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler (CVE-2023-27592)

    Creating an RSS feed item with the inline description containing an <img> tag
    with a srcset attribute pointing to an invalid URL like
    http:a<script>alert(1)</script>, we can coerce the proxy handler into an error
    condition where the invalid URL is returned unescaped and in full.

    This results in JavaScript execution on the Miniflux instance as soon as the
    user is convinced to open the broken image.

  • Use r.RemoteAddr to check /metrics endpoint network access (CVE-2023-27591)

    HTTP headers like X-Forwarded-For or X-Real-Ip can be easily spoofed. As
    such, it cannot be used to test if the client IP is allowed.

    The recommendation is to use HTTP Basic authentication to protect the
    metrics endpoint, or run Miniflux behind a trusted reverse-proxy.

  • Add HTTP Basic authentication for /metrics endpoint

  • Add proxy support for several media types

  • Parse feed categories from RSS, Atom and JSON feeds

  • Ignore empty link when discovering feeds

  • Disable CGO explicitly to make sure the binary is statically linked

  • Add CSS classes to differentiate between category/feed/entry view and icons

  • Add rewrite and scraper rules for blog.cloudflare.com

  • Add color-scheme to themes

  • Add new keyboard shortcut to toggle open/close entry attachments section

  • Sanitizer: allow id attribute in <sup> element

  • Add Indonesian Language

  • Update translations

  • Update Docker Compose examples:

    • Run the application in one command
    • Bring back the health check condition to depends_on
    • Remove deprecated version element
  • Update scraping rules for ilpost.it

  • Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1

  • Bump github.com/tdewolff/minify/v2 from 2.12.4 to 2.12.5

  • Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4

  • Bump golang.org/x/* dependencies

v2.0.42

Compare Source

  • Fix header items wrapping
  • Add option to enable or disable double tap
  • Improve PWA display mode label in settings page
  • Bump golang.org/x/* dependencies
  • Update translations
  • Add scraping rule for ilpost.it
  • Update reading time HTML element after fetching the original web page
  • Add category feeds refresh feature

v2.0.41

Compare Source

  • Reverted PR #​1290 (follow the only link) because it leads to several panics/segfaults that prevent feed updates
  • Disable double-tap mobile gesture if swipe gesture is disabled
  • Skip integrations if there are no entries to push
  • Enable TLS-ALPN-01 challenge for ACME
    • This type of challenge works purely at the TLS layer and is compatible
      with SNI proxies. The existing HTTP-01 challenge support has been left
      as-is.
  • Preconfigure Miniflux for GitHub Codespaces
  • Updated golang.org/x/net/* dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/docker.io-miniflux-miniflux-2.x branch from bb3eefa to 733d236 Compare January 30, 2023 04:02
@renovate renovate bot requested a review from ebCrypto as a code owner January 30, 2023 04:02
@renovate renovate bot changed the title fix(container): update image docker.io/miniflux/miniflux to v2.0.41 fix(container): update image docker.io/miniflux/miniflux to v2.0.42 Jan 30, 2023
@renovate renovate bot force-pushed the renovate/docker.io-miniflux-miniflux-2.x branch from 733d236 to c19309d Compare March 17, 2023 07:14
@renovate renovate bot changed the title fix(container): update image docker.io/miniflux/miniflux to v2.0.42 fix(container): update image docker.io/miniflux/miniflux to v2.0.43 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/docker.io-miniflux-miniflux-2.x branch from c19309d to ee364b8 Compare May 7, 2023 03:45
@renovate renovate bot changed the title fix(container): update image docker.io/miniflux/miniflux to v2.0.43 fix(container): update image docker.io/miniflux/miniflux to v2.0.44 May 7, 2023
| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| docker     | docker.io/miniflux/miniflux | 2.0.40 | 2.0.45 |
@renovate renovate bot changed the title fix(container): update image docker.io/miniflux/miniflux to v2.0.44 fix(container): update image docker.io/miniflux/miniflux to v2.0.45 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/docker.io-miniflux-miniflux-2.x branch from ee364b8 to 98ed09e Compare June 22, 2023 17:37
@ebCrypto ebCrypto closed this Jul 3, 2023
@renovate renovate bot deleted the renovate/docker.io-miniflux-miniflux-2.x branch July 3, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant