onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/miniflux/miniflux ( 2.2.0 ā†’ 2.2.1 ) #8138

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux (source) patch 2.2.0-distroless -> 2.2.1-distroless

Release Notes

miniflux/v2 (ghcr.io/miniflux/miniflux) ### [`v2.2.1`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-221-September-28-2024) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.0...2.2.1) - refactor: split processor package into smaller files - fix(mediaproxy): forward client user-agent to origin to bypass bot protection - fix: use root URL to generate absolute proxy URL - fix: remove progression save on shared entry - fix: add datasource variable and upgrade depecrated panels on the Grafana dashboard - feat(locale): update zh_CN translations - feat(locale): update Ukrainian translations - feat(locale): update Spanish translations - feat(locale): update Dutch translations - feat: use Bilibili API instead of web scraping to get videos watch time - feat: add pagination to shared entries listing - feat: add button to show only starred entries per category - build(deps): bump `golang.org/x/term` from `0.23.0` to `0.24.0` - build(deps): bump `golang.org/x/oauth2` from `0.22.0` to `0.23.0` - build(deps): bump `golang.org/x/net` from `0.28.0` to `0.29.0` - build(deps): bump `github.com/PuerkitoBio/goquery` from `1.9.2` to `1.10.0` - build(deps): bump `github.com/prometheus/client_golang` from `1.20.3` to `1.20.4` - build(deps): bump `github.com/go-webauthn/webauthn` from `0.10.2` to `0.11.2` - build: update go.mod to Go 1.23 - build: bump devcontainer version to go 1.23

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 1 week ago
--- 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.0-distroless@sha256:497cd57e0dd596b5f7c7f7e6c1fc7efd1bde02d52174c1f43d38122e2b67b748
+              tag: 2.2.1-distroless@sha256:89e73e27f88c25864f6c4643d0e00d01f79095a603ffbf5331cd866f665ee569
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 week ago
--- 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.0-distroless@sha256:497cd57e0dd596b5f7c7f7e6c1fc7efd1bde02d52174c1f43d38122e2b67b748
+        image: ghcr.io/miniflux/miniflux:2.2.1-distroless@sha256:89e73e27f88c25864f6c4643d0e00d01f79095a603ffbf5331cd866f665ee569
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0