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 ghcr.io/miniflux/miniflux ( 2.2.2 → 2.2.3 ) #8337

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Nov 11, 2024

This PR contains the following updates:

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

Release Notes

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

v2.2.3

Compare Source

  • fix: unable to change password due to a typo in SQL parameter
  • fix: show only one player when there are several audio/video enclosures
  • feat(mediaproxy): pass original filename in Content-Disposition header
  • feat(mediaproxy): implement referer spoofing for restricted media resources
  • feat(integration): update Shiori integration to use new API endpoints for login/bookmark
  • build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0
  • build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0
  • build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
  • build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
  • build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.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 11, 2024 00:23
@bot-ross bot-ross bot added type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels Nov 11, 2024
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Nov 11, 2024

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

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

@@ -66,13 +66,13 @@

           value: '80'
         - name: RUN_MIGRATIONS
           value: '1'
         envFrom:
         - secretRef:
             name: miniflux-secret
-        image: ghcr.io/miniflux/miniflux:2.2.2-distroless@sha256:87b040bcb034f70bbeebbf7286b8e896bf5466aaa9634d362d3c3051e167e32d
+        image: ghcr.io/miniflux/miniflux:2.2.3-distroless@sha256:6b778e125817592cf67b7eaf4a2fbb7a269d59ea82c82bfaae0c7daee4bc4ef6
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Nov 11, 2024

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

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

@@ -45,13 +45,13 @@

               RUN_MIGRATIONS: '1'
             envFrom:
             - secretRef:
                 name: miniflux-secret
             image:
               repository: ghcr.io/miniflux/miniflux
-              tag: 2.2.2-distroless@sha256:87b040bcb034f70bbeebbf7286b8e896bf5466aaa9634d362d3c3051e167e32d
+              tag: 2.2.3-distroless@sha256:6b778e125817592cf67b7eaf4a2fbb7a269d59ea82c82bfaae0c7daee4bc4ef6
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@onedr0p onedr0p merged commit d8f58b8 into main Nov 11, 2024
10 checks passed
@onedr0p onedr0p deleted the renovate/main-ghcr.io-miniflux-miniflux-2.x branch November 11, 2024 00:40
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.

1 participant