chore(deps): update ghcr.io/miniflux/miniflux docker tag to v2.1.3 #42

Merged
renovate merged 1 commits from renovate/ghcr.io-miniflux-miniflux-2.x into master 2024-04-28 02:05:30 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/miniflux/miniflux (source) patch 2.1.2 -> 2.1.3

Release Notes

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

v2.1.3

Compare Source

  • api: rand.Intn(math.MaxInt64) causes tests to fail on 32-bit architectures (use rand.Int() instead)
  • ci: use docker/metadata-action instead of deprecated shell-scripts
  • database: remove entries_feed_url_idx index because entry URLs can exceeds btree index size limit
  • finder: find feeds from YouTube playlist
  • http/response: add brotli compression support
  • integration/matrix: fix function name in comment
  • packaging: specify container registry explicitly (e.g., Podman does not use docker.io by default)
  • packaging: use make miniflux instead of duplicating go build arguments (this leverages Go's PIE build mode)
  • reader/fetcher: add brotli content encoding support
  • reader/processor: minimize feed entries HTML content
  • reader/rewrite: add a rule for oglaf.com
  • storage: change GetReadTime() function to use entries_feed_id_hash_key index
  • ui: add seek and speed controls to media player
  • ui: add tag entries page
  • ui: fix JavaScript error when clicking on unread counter
  • ui: use FORCE_REFRESH_INTERVAL config for category refresh
  • Bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20
  • Bump golang.org/x/net from 0.22.0 to 0.24.0
  • Bump golang.org/x/term from 0.18.0 to 0.19.0
  • Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0
  • Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/miniflux/miniflux](https://miniflux.app) ([source](https://github.com/miniflux/v2)) | patch | `2.1.2` -> `2.1.3` | --- ### Release Notes <details> <summary>miniflux/v2 (ghcr.io/miniflux/miniflux)</summary> ### [`v2.1.3`](https://github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-213-April-27-2024) [Compare Source](https://github.com/miniflux/v2/compare/2.1.2...2.1.3) - `api`: `rand.Intn(math.MaxInt64)` causes tests to fail on 32-bit architectures (use `rand.Int()` instead) - `ci`: use `docker/metadata-action` instead of deprecated shell-scripts - `database`: remove `entries_feed_url_idx` index because entry URLs can exceeds btree index size limit - `finder`: find feeds from YouTube playlist - `http/response`: add brotli compression support - `integration/matrix`: fix function name in comment - `packaging`: specify container registry explicitly (e.g., Podman does not use `docker.io` by default) - `packaging`: use `make miniflux` instead of duplicating `go build` arguments (this leverages Go's PIE build mode) - `reader/fetcher`: add brotli content encoding support - `reader/processor`: minimize feed entries HTML content - `reader/rewrite`: add a rule for `oglaf.com` - `storage`: change `GetReadTime()` function to use `entries_feed_id_hash_key` index - `ui`: add seek and speed controls to media player - `ui`: add tag entries page - `ui`: fix JavaScript error when clicking on unread counter - `ui`: use `FORCE_REFRESH_INTERVAL` config for category refresh - Bump `github.com/tdewolff/minify/v2` from `2.20.19` to `2.20.20` - Bump `golang.org/x/net` from `0.22.0` to `0.24.0` - Bump `golang.org/x/term` from `0.18.0` to `0.19.0` - Bump `golang.org/x/oauth2` from `0.18.0` to `0.19.0` - Bump `github.com/yuin/goldmark` from `1.7.0` to `1.7.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-04-28 02:05:30 +02:00
ci/woodpecker/pr/gitleaks Pipeline was successful Details
ci/woodpecker/pull_request_closed/gitleaks Pipeline was successful Details
ci/woodpecker/push/gitleaks Pipeline was successful Details
ci/woodpecker/pull_request_closed/ansible-lint Pipeline was successful Details
ci/woodpecker/pr/ansible-lint Pipeline was successful Details
ci/woodpecker/push/ansible-lint Pipeline was successful Details
5704035a77
chore(deps): update ghcr.io/miniflux/miniflux docker tag to v2.1.3
renovate scheduled this pull request to auto merge when all checks succeed 2024-04-28 02:05:30 +02:00
renovate merged commit 5704035a77 into master 2024-04-28 02:05:30 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mg/homeserver#42
No description provided.