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 ( 2.2.2 → 2.2.3 ) #7508

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant 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.

| datasource | package                   | from  | to    |
| ---------- | ------------------------- | ----- | ----- |
| docker     | ghcr.io/miniflux/miniflux | 2.2.2 | 2.2.3 |
@lab-assistant lab-assistant bot added renovate/container type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Nov 11, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Nov 11, 2024

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

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

@@ -38,13 +38,13 @@

             - secretRef:
                 name: miniflux-secret
             - secretRef:
                 name: miniflux-db-secret
             image:
               repository: ghcr.io/miniflux/miniflux
-              tag: 2.2.2-distroless
+              tag: 2.2.3-distroless
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Nov 11, 2024

--- HelmRelease: selfhosted/miniflux Deployment: selfhosted/miniflux

+++ HelmRelease: selfhosted/miniflux Deployment: selfhosted/miniflux

@@ -55,13 +55,13 @@

           value: '1'
         envFrom:
         - secretRef:
             name: miniflux-secret
         - secretRef:
             name: miniflux-db-secret
-        image: ghcr.io/miniflux/miniflux:2.2.2-distroless
+        image: ghcr.io/miniflux/miniflux:2.2.3-distroless
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 8080
           initialDelaySeconds: 30

@bjw-s bjw-s merged commit 99b102a into main Nov 11, 2024
14 checks passed
@bjw-s bjw-s deleted the renovate/main-ghcr.io-miniflux-miniflux-2.x branch November 11, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant