Skip to content

feat(container): update ghcr.io/miniflux/miniflux ( 2.1.4 → 2.2.0 ) #1267

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

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux (source) minor 2.1.4 -> 2.2.0

Release Notes

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

v2.2.0

Compare Source

  • refactor: simplify Youtube feeds discovery
  • fix(integration): define content encoding explicitly when sending article body to Readeck
  • fix(fever): correct sorting direction when using max_id argument
  • fix(client): Return nil and error if endpoint is an empty string
  • fix: video poster image URL is encoded twice when using MEDIA_PROXY_MODE=all
  • fix: use BASE_URL instead of r.Host to generate absolute media proxy URL
  • fix: panic during YouTube channel feed discovery
  • fix: honor hide_globally when creating a new feed through the api
  • fix: align pagination correctly on small screens with non-English text
  • fix: store.GetEnclosure() should return nil if no rows are returned
  • feat(locale): update Turkish translations
  • feat(locale): update French translations
  • feat(locale): update Chinese` translations
  • feat(integration): add ntfy integration
  • feat(api): add API routes /v1/enclosures/{enclosureID}
  • feat: validate OAUTH2_PROVIDER config option value
  • feat: remove YouTube video page subscription finder because meta[itemprop="channelId"] no longer exists
  • feat: remove well-known URL parameter trackers
  • feat: mark media as read when playback reaches 90%
  • feat: change log level to info when running migrations
  • feat: allow customizing the display name of the OpenID Connect provider
  • feat: add support for base HTML element when discovering feeds
  • feat: add support for aside HTML element in entry content
  • feat: Add option to disable local auth form
  • feat: add license info to Javascript files for LibreJS compatibility
  • feat: add FETCH_BILIBILI_WATCH_TIME config option
  • docs: update links to filtering rules
  • chore: avoid using legacy key/value format in Dockerfile
  • build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0
  • build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
  • build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.36 to 2.20.37
  • build(deps): bump github.com/prometheus/client_golang
  • build: update GitHub Actions to Go 1.23
  • build: publish OCI images only if PUBLISH_DOCKER_IMAGES=true
  • build: bump Alpine Linux build image to v3.20
  • build: add sha256 checksum file for published binaries

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from martinohmann as a code owner August 18, 2024 23:20
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Aug 18, 2024
Copy link

kustomization changes in kubernetes/main

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

@@ -51,13 +51,13 @@

               RUN_MIGRATIONS: 1
             envFrom:
             - secretRef:
                 name: miniflux
             image:
               repository: ghcr.io/miniflux/miniflux
-              tag: 2.1.4@sha256:e4fe75639f41e184668c33b0aec12ba0e3e740fedf9cc89a91d7a1ab43c2f5f4
+              tag: 2.2.0@sha256:6af80564e67447512dc724474d7c882bb6f55e31b4453b93cceb3d6c0ee63a5a
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

helmrelease changes in kubernetes/main

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

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

@@ -81,13 +81,13 @@

           value: '80'
         - name: RUN_MIGRATIONS
           value: '1'
         envFrom:
         - secretRef:
             name: miniflux
-        image: ghcr.io/miniflux/miniflux:2.1.4@sha256:e4fe75639f41e184668c33b0aec12ba0e3e740fedf9cc89a91d7a1ab43c2f5f4
+        image: ghcr.io/miniflux/miniflux:2.2.0@sha256:6af80564e67447512dc724474d7c882bb6f55e31b4453b93cceb3d6c0ee63a5a
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

@martinohmann martinohmann merged commit 90e31f9 into main Aug 19, 2024
7 checks passed
@renovate renovate bot deleted the renovate/main-flux branch August 19, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant