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.0 → 2.2.1) #2853

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Sep 28, 2024

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

Compare Source

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner September 28, 2024 03:10
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Sep 28, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Sep 28, 2024

--- kubernetes/apps/home/miniflux/app Kustomization: flux-system/miniflux HelmRelease: home/miniflux

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

@@ -50,13 +50,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-blake
Copy link
Contributor Author

bot-blake bot commented Sep 28, 2024

--- HelmRelease: home/miniflux Deployment: home/miniflux

+++ HelmRelease: home/miniflux Deployment: home/miniflux

@@ -81,13 +81,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

@buroa buroa merged commit 58bcf0a into master Sep 28, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-miniflux-miniflux-2.x branch September 28, 2024 11:33
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