chore(deps): update ghcr.io/miniflux/miniflux docker tag to v2.2.18#2947
Open
gabe565-renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update ghcr.io/miniflux/miniflux docker tag to v2.2.18#2947gabe565-renovate[bot] wants to merge 1 commit intomainfrom
gabe565-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Kustomization Diff
Click to expand--- kubernetes/gabernetes/apps/miniflux/app Kustomization: miniflux/app HelmRelease: miniflux/miniflux
+++ kubernetes/gabernetes/apps/miniflux/app Kustomization: miniflux/app HelmRelease: miniflux/miniflux
@@ -41,13 +41,13 @@
RUN_MIGRATIONS: '1'
TRUSTED_REVERSE_PROXY_NETWORKS: 10.42.0.0/16
TZ: America/Chicago
image:
pullPolicy: IfNotPresent
repository: ghcr.io/miniflux/miniflux
- tag: 2.2.17@sha256:802ab7d045826d047883476e2310bf59f5d9b3875f7a8106fa0c43638d01fd64
+ tag: 2.2.18@sha256:a3ca6bbc1f744b7b262c8ebf286b37ce938770d6d4d62e8bd73cce7f3939d887
probes:
liveness:
enabled: true
path: /liveness
type: HTTP
readiness: |
HelmRelease Diff
Click to expand--- HelmRelease: miniflux/miniflux Deployment: miniflux/miniflux
+++ HelmRelease: miniflux/miniflux Deployment: miniflux/miniflux
@@ -71,13 +71,13 @@
- name: RUN_MIGRATIONS
value: '1'
- name: TRUSTED_REVERSE_PROXY_NETWORKS
value: 10.42.0.0/16
- name: TZ
value: America/Chicago
- image: ghcr.io/miniflux/miniflux:2.2.17@sha256:802ab7d045826d047883476e2310bf59f5d9b3875f7a8106fa0c43638d01fd64
+ image: ghcr.io/miniflux/miniflux:2.2.18@sha256:a3ca6bbc1f744b7b262c8ebf286b37ce938770d6d4d62e8bd73cce7f3939d887
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
httpGet:
path: /liveness
port: 8080 |
64ff5c2 to
87fb0da
Compare
e0a7dcb to
f417be4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.17→2.2.18Release Notes
miniflux/v2 (ghcr.io/miniflux/miniflux)
v2.2.18: Miniflux 2.2.18Compare Source
Security
100.64.0.0/10) as non-public.Breaking Changes
To prevent potential SSRF, Miniflux now blocks access to services hosted on private networks by default.
FETCHER_ALLOW_PRIVATE_NETWORKS=1must now be enabled to access feeds hosted on a local network.INTEGRATION_ALLOW_PRIVATE_NETWORKS=1must now be enabled to access third-party integration services hosted on a local network.Improvements
ignore_entry_updatesfeed option to skip updating existing entries during scheduled polling.ar_SA) translation.gl_ES) translation.Bug Fixes
Dependencies
golang.org/x/netto 0.52.0.golang.org/x/cryptoto 0.49.0.golang.org/x/imageto 0.37.0.golang.org/x/oauth2to 0.36.0.github.com/go-webauthn/webauthnto 0.16.1.github.com/tdewolff/minify/v2to 2.24.10.Other Changes
go:fixdirective for deprecatedclient.New()to ease migration toNewClient().CharsetReader.As always, thank you to all contributors who helped improve Miniflux in this release.
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 these updates again.
This PR has been generated by Renovate Bot.