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 ghcr.io/miniflux/miniflux to v2.0.50 #6376

Merged
merged 1 commit into from Nov 12, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Nov 12, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux patch 2.0.49 -> 2.0.50

Release Notes

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

v2.0.50

Compare Source

  • Add WebAuthn / Passkey integration
  • Add RSS-Bridge integration
  • Take RSS TTL field into consideration to schedule next check date
  • Show number of visible entries instead of number of read entries in feed list
  • OpenID Connect: Redirect to configured user home page after successful authentication
  • Google Reader API fixes:
    • user/{userID}/state/com.google/read is missing in categories section for read entries
    • Take ExcludeTargets into consideration in feed stream handler
  • Allow iframes pointing to Twitch videos
  • Filter feed entries based on URL or title
  • Take into consideration hide_globally property defined for categories in /v1/entries API endpoint
  • Add category ID to webhooks request body
  • Update date parser to parse more invalid date formats
  • Refactor feed discovery handler, and avoid an extra HTTP request if the URL provided is the feed
  • Refactor HTTP Client and LocalizedError packages
  • Refactor Batch Builder, and prevent accidental and excessive refreshes from the web UI
  • Refactor icon finder:
    • Continue the discovery process when the feed icon is invalid
    • Search all icons from the HTML document and do not stop on the first one
  • Add support for SVG icons with data URL without encoding
  • Expose next_check_at in the web ui and API
  • Add database indexes to improve performance
  • Change log level to warning for failed feeds refresh in cronjob
  • Do not log website without icon as warning
  • Add GitHub workflow to build binaries
  • Add GitHub extensions to devcontainer
  • Make sure to pull the latest base image when building the Docker image
  • Strip version prefix when building Debian package
  • Add github-cli and docker-outside-of-docker features to devcontainer
  • Bump golang.org/x/* dependencies
  • Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
  • Bump github.com/tdewolff/minify/v2 from 2.19.9 to 2.20.6
  • Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0
  • Bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0

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 Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner November 12, 2023 18:04
@bot-ross bot-ross bot added type/patch area/kubernetes Changes made in the kubernetes directory labels Nov 12, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Nov 12, 2023

--- kubernetes/apps/default/miniflux/app Kustomization: flux-system/cluster-apps-miniflux HelmRelease: default/miniflux

+++ kubernetes/apps/default/miniflux/app Kustomization: flux-system/cluster-apps-miniflux HelmRelease: default/miniflux

@@ -49,13 +49,13 @@

               RUN_MIGRATIONS: '1'
             envFrom:
             - secretRef:
                 name: miniflux-secret
             image:
               repository: ghcr.io/miniflux/miniflux
-              tag: 2.0.49
+              tag: 2.0.50
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Nov 12, 2023

--- kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

+++ kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

@@ -80,13 +80,13 @@

           value: '80'
         - name: RUN_MIGRATIONS
           value: '1'
         envFrom:
         - secretRef:
             name: miniflux-secret
-        image: ghcr.io/miniflux/miniflux:2.0.49
+        image: ghcr.io/miniflux/miniflux:2.0.50
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

@onedr0p onedr0p merged commit 758dc0a into main Nov 12, 2023
5 checks passed
@onedr0p onedr0p deleted the renovate/patch-flux branch November 12, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant