Open renovate[bot] opened 4 months ago
--- HelmRelease: default/miniflux Deployment: default/miniflux
+++ HelmRelease: default/miniflux Deployment: default/miniflux
@@ -59,13 +59,13 @@
value: '80'
- name: RUN_MIGRATIONS
value: '1'
envFrom:
- secretRef:
name: miniflux-secret
- image: ghcr.io/miniflux/miniflux:2.1.3
+ image: ghcr.io/miniflux/miniflux:2.1.4
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 80
--- kubernetes/apps/default/miniflux/app Kustomization: flux-system/miniflux HelmRelease: default/miniflux
+++ kubernetes/apps/default/miniflux/app Kustomization: flux-system/miniflux HelmRelease: default/miniflux
@@ -36,13 +36,13 @@
RUN_MIGRATIONS: '1'
envFrom:
- secretRef:
name: miniflux-secret
image:
repository: ghcr.io/miniflux/miniflux
- tag: 2.1.3
+ tag: 2.1.4
resources:
limits:
memory: 256M
requests:
cpu: 12m
memory: 64M
--- kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ConfigMap: home-automation/frigate-configmap
+++ kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ConfigMap: home-automation/frigate-configmap
@@ -74,20 +74,19 @@
# frigate_basement_hq: rtspx://192.168.1.1:7441/ClBFQnBDDpfV3LeX
# frigate_basement_lq: rtspx://192.168.1.1:7441/RCB8niMyOC24qh2G
go2rtc:
streams:
reolink_rlc1212a_frontdoor:
- # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}#video=copy#audio=copy#audio=opus"
- - rtsp://{REOLINK_USERNAME}:{REOLINK_PASSWORD}@10.10.32.4:554
+ - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}#video=copy#audio=copy#audio=opus"
+ # - rtsp://{REOLINK_USERNAME}:{REOLINK_PASSWORD}@10.10.32.4:554
reolink_rlc1212a_frontdoor_sub:
- # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}"
- - rtsp://{REOLINK_USERNAME}:{REOLINK_PASSWORD}@10.10.32.4:554
- # ffmpeg:
- # bin: ffmpeg
- # volume: "-af \"volume=30dB\""
+ - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}"
+ ffmpeg:
+ bin: ffmpeg
+ volume: "-af \"volume=30dB\""
cameras:
reolink_rlc1212a_frontdoor:
enabled: True
ffmpeg:
inputs:
This PR contains the following updates:
2.1.3
->2.1.4
Release Notes
miniflux/v2 (ghcr.io/miniflux/miniflux)
### [`v2.1.4`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-214-July-9-2024) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.1.3...2.1.4) - test: add unit tests for `IsModified()` behaviour - refactor: improve YouTube page feed detection - fix(ui): settings form is not populated correctly after validation errors - fix(ui): playback speed indicator precision - fix(ui): playback speed indicator on shared entries - fix(integration): preserve existing Pinboard bookmarks - fix(googlereader): set `CrawlTimeMsec` to the correct precision - fix(build): failed to solve container image `arm64v8/golang:1.22-bookworm` - fix(build): add `distroless` suffix on `latest` tag in GitHub workflow - fix: use `ETag` as a stronger validator than `Last-Modified` - fix: update `theverge.com` rewrite rule to avoid duplicate image - fix: incorrect Go package comment `reader/readingtime` - fix: error out for improper rewrite regexp when processing feed entries - fix: ensures that session cookies are not expiring before the session is cleaned up from the database as per `CLEANUP_REMOVE_SESSIONS_DAYS` - fix: `` aspect ratio with `height: auto` - feat(ui): add `viewport-fit=cover` - feat(sanitizer): add support for HTML hidden attribute - feat(locale): update French translations - feat(integration): add Raindrop integration - feat(integration): add feed name to Telegram message - feat(integration): add Betula integration - feat: use of insecure TLS ciphers when "Allow self-signed or invalid certificates" is enabled to workaround some broken websites - feat: discover feeds from a Youtube playlist pages - feat: add navigation to last/first page - feat: add global block and keep filters - feat: add description field to feed settings - feat: add `pitchfork.com` scraping rule - feat: add `FETCH_NEBULA_WATCH_TIME` config option - Bump `github.com/PuerkitoBio/goquery` from` 1.9.1 ` to` 1.9.2 ` - Bump `github.com/prometheus/client_golang` from `1.19.0` to `1.19.1` - build(deps): bump `library/alpine` in `/packaging/docker/alpine` - build(deps): bump `golangci/golangci-lint-action` from `4` to `6` - build(deps): bump `golang.org/x/term` from `0.19.0` to `0.22.0` - build(deps): bump `golang.org/x/oauth2` from `0.19.0` to `0.21.0` - build(deps): bump `golang.org/x/net` from `0.22.0` to `0.27.0` - build(deps): bump `golang.org/x/crypto` from `0.24.0` to `0.25.0` - build(deps): bump `github.com/yuin/goldmark` from `1.7.1` to `1.7.4` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.20.20` to `2.20.36` - build(deps): bump `github.com/coreos/go-oidc/v3` from `3.10.0` to `3.11.0` - build(deps): bump `docker/build-push-action` from `5` to `6`Configuration
📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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 was generated by Mend Renovate. View the repository job log.