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.49 #6209

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Oct 15, 2023

This PR contains the following updates:

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

Release Notes

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

v2.0.49

Compare Source

  • Implement structured logging using log/slog package. New config options available:
    • LOG_FORMAT: json or text
    • LOG_LEVEL: debug, info, warning, or error
    • LOG_FILE: sdterr, stdout, or a file path
    • The DEBUG option is now deprecated in favor of LOG_LEVEL
  • API Improvements:
    • Add endpoint /v1/version
    • Add endpoint PUT /v1/entries to update entry title and content
    • Add endpoint /v1/icons/{iconID}
    • Add endpoint /v1/flush-history to flush history
    • Make the category optional when creating feeds for API clients who don't support categories
    • Add enclosures to GET /v1/entries endpoint
    • Add published_after, published_before, changed_after and changed_before options to /v1/entries endpoint
  • Telegram integration improvements:
    • Replace feed HTML link with a button to avoid page preview issues
    • Add the possibility to disable buttons
  • Add Bruno Miniflux API collection in contrib folder (Bruno is an open source alternative to Postman/Insomnia)
  • Add command line argument to export user feeds as OPML
  • Add new rewrite rules add_hn_links_using_hack and add_hn_links_using_opener to open HN comments with iOS apps
  • Fix timestamp format for Expires response header
  • Fix Javascript error when reading time option is disabled
  • Fix Apprise logic to handle feed service URLs
  • Fix missing word in force refresh message
  • Remove deprecated PreferServerCipherSuites TLS option
  • Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo because getlang doesn't seems to be updated anymore
  • Bump github.com/mccutchen/go-httpbin/v2 from 2.11.0 to 2.11.1
  • Bump golang.org/x/* dependencies

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 October 15, 2023 19:04
@bot-ross bot-ross bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 15, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 15, 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

@@ -47,13 +47,13 @@

       RUN_MIGRATIONS: '1'
     envFrom:
     - secretRef:
         name: miniflux-secret
     image:
       repository: ghcr.io/miniflux/miniflux
-      tag: 2.0.48
+      tag: 2.0.49
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.devbu.io
         enabled: true
         hosts:

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 15, 2023

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

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

@@ -34,13 +34,13 @@

             name: miniflux-secret
         image: ghcr.io/onedr0p/postgres-init:14.8
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: miniflux
-        image: ghcr.io/miniflux/miniflux:2.0.48
+        image: ghcr.io/miniflux/miniflux:2.0.49
         imagePullPolicy: null
         env:
         - name: BASE_URL
           value: https://miniflux.devbu.io
         - name: CREATE_ADMIN
           value: '1'

@onedr0p onedr0p merged commit 6c1d651 into main Oct 15, 2023
5 checks passed
@onedr0p onedr0p deleted the renovate/patch-flux branch October 15, 2023 19:23
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