Update image ghcr.io/cross-seed/cross-seed to v6.0.0-34 #575

Merged
jahanson merged 1 commit from renovate/ghcr.io-cross-seed-cross-seed-6.x into main 2024-09-05 23:14:17 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/cross-seed/cross-seed patch 6.0.0-32 -> 6.0.0-34

Release Notes

cross-seed/cross-seed (ghcr.io/cross-seed/cross-seed)

v6.0.0-34

Compare Source

  • fix(logging/webhook): log request before error in invalid webhook (#​784) 0c51d38
  • fix(logging/webhook): log request recvd before error in invalid webhook 8552466

v6.0.0-33

Compare Source

  • enhancement(rss): support pagination for rss if gap longer than rssCadence (#​758) f8da686
  • Implement pagination on a per-indexer basis with async generators 89564da
  • Extract single-indexer makeRequest function bf4afa3
  • add combineAsyncIterables helper 5faa53a
  • add ttl to logOnce helper 54c8b4b
  • add dev overrides 0fca545
  • switch to using AbortSignal.timeout everywhere f7bb083
  • clean up indexer and torznab types 9d43b29
  • Add RSS pagination 006941c
  • deserialize indexer objects (#​781) 05b8af7
  • Move last db call into indexers.ts 1c17120
  • consolidate field selection c80462a
  • use hydrated indexer objects everywhere e53436a
  • define caps more rigorously a9dd30c
  • fix(action/inject): prevent cross-seed inject if no client (#​779) 98d0920
  • Discard changes to src/clients/TorrentClient.ts 77617fa
  • Discard changes to src/action.ts 2d0622c
  • Discard changes to src/inject.ts cfa4064
  • Prevent usage of cross-seed inject without a client c0b796b
  • [EXAMPLE] Adds test framework via vitest (#​772) a8941b0
  • add npm run test to ci c76e753
  • Linting 604f2a2
  • Added more usage of the fileFactory f918ce9
  • Implemented a factory pattern for generating fixtures b83c2a9
  • Removed a bunch of 'as File's 7974051
  • Typo 4e214d2
  • Added examples for testing regexes 986e8d7
  • Added support for test coverage 2a6cc2e
  • Added some example tests for the utils file da53c15
  • Add asdf file to gitignore ad76009

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/cross-seed/cross-seed](https://github.com/cross-seed/cross-seed) | patch | `6.0.0-32` -> `6.0.0-34` | --- ### Release Notes <details> <summary>cross-seed/cross-seed (ghcr.io/cross-seed/cross-seed)</summary> ### [`v6.0.0-34`](https://github.com/cross-seed/cross-seed/releases/tag/v6.0.0-34) [Compare Source](https://github.com/cross-seed/cross-seed/compare/v6.0.0-33...v6.0.0-34) - fix(logging/webhook): log request before error in invalid webhook ([#&#8203;784](https://github.com/cross-seed/cross-seed/issues/784)) [`0c51d38`](https://github.com/cross-seed/cross-seed/commit/0c51d38) - fix(logging/webhook): log request recvd before error in invalid webhook [`8552466`](https://github.com/cross-seed/cross-seed/commit/8552466) ### [`v6.0.0-33`](https://github.com/cross-seed/cross-seed/releases/tag/v6.0.0-33) [Compare Source](https://github.com/cross-seed/cross-seed/compare/v6.0.0-32...v6.0.0-33) - enhancement(rss): support pagination for rss if gap longer than rssCadence ([#&#8203;758](https://github.com/cross-seed/cross-seed/issues/758)) [`f8da686`](https://github.com/cross-seed/cross-seed/commit/f8da686) - Implement pagination on a per-indexer basis with async generators [`89564da`](https://github.com/cross-seed/cross-seed/commit/89564da) - Extract single-indexer makeRequest function [`bf4afa3`](https://github.com/cross-seed/cross-seed/commit/bf4afa3) - add combineAsyncIterables helper [`5faa53a`](https://github.com/cross-seed/cross-seed/commit/5faa53a) - add ttl to logOnce helper [`54c8b4b`](https://github.com/cross-seed/cross-seed/commit/54c8b4b) - add dev overrides [`0fca545`](https://github.com/cross-seed/cross-seed/commit/0fca545) - switch to using AbortSignal.timeout everywhere [`f7bb083`](https://github.com/cross-seed/cross-seed/commit/f7bb083) - clean up indexer and torznab types [`9d43b29`](https://github.com/cross-seed/cross-seed/commit/9d43b29) - Add RSS pagination [`006941c`](https://github.com/cross-seed/cross-seed/commit/006941c) - deserialize indexer objects ([#&#8203;781](https://github.com/cross-seed/cross-seed/issues/781)) [`05b8af7`](https://github.com/cross-seed/cross-seed/commit/05b8af7) - Move last db call into indexers.ts [`1c17120`](https://github.com/cross-seed/cross-seed/commit/1c17120) - consolidate field selection [`c80462a`](https://github.com/cross-seed/cross-seed/commit/c80462a) - use hydrated indexer objects everywhere [`e53436a`](https://github.com/cross-seed/cross-seed/commit/e53436a) - define caps more rigorously [`a9dd30c`](https://github.com/cross-seed/cross-seed/commit/a9dd30c) - fix(action/inject): prevent `cross-seed inject` if no client ([#&#8203;779](https://github.com/cross-seed/cross-seed/issues/779)) [`98d0920`](https://github.com/cross-seed/cross-seed/commit/98d0920) - Discard changes to src/clients/TorrentClient.ts [`77617fa`](https://github.com/cross-seed/cross-seed/commit/77617fa) - Discard changes to src/action.ts [`2d0622c`](https://github.com/cross-seed/cross-seed/commit/2d0622c) - Discard changes to src/inject.ts [`cfa4064`](https://github.com/cross-seed/cross-seed/commit/cfa4064) - Prevent usage of cross-seed inject without a client [`c0b796b`](https://github.com/cross-seed/cross-seed/commit/c0b796b) - \[EXAMPLE] Adds test framework via `vitest` ([#&#8203;772](https://github.com/cross-seed/cross-seed/issues/772)) [`a8941b0`](https://github.com/cross-seed/cross-seed/commit/a8941b0) - add npm run test to ci [`c76e753`](https://github.com/cross-seed/cross-seed/commit/c76e753) - Linting [`604f2a2`](https://github.com/cross-seed/cross-seed/commit/604f2a2) - Added more usage of the fileFactory [`f918ce9`](https://github.com/cross-seed/cross-seed/commit/f918ce9) - Implemented a factory pattern for generating fixtures [`b83c2a9`](https://github.com/cross-seed/cross-seed/commit/b83c2a9) - Removed a bunch of 'as File's [`7974051`](https://github.com/cross-seed/cross-seed/commit/7974051) - Typo [`4e214d2`](https://github.com/cross-seed/cross-seed/commit/4e214d2) - Added examples for testing regexes [`986e8d7`](https://github.com/cross-seed/cross-seed/commit/986e8d7) - Added support for test coverage [`2a6cc2e`](https://github.com/cross-seed/cross-seed/commit/2a6cc2e) - Added some example tests for the utils file [`da53c15`](https://github.com/cross-seed/cross-seed/commit/da53c15) - Add asdf file to gitignore [`ad76009`](https://github.com/cross-seed/cross-seed/commit/ad76009) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OC4xIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
smeagol-help added 1 commit 2024-09-01 19:02:05 -05:00
smeagol-help changed title from Update ghcr.io/cross-seed/cross-seed Docker tag to v6.0.0-34 to Update image ghcr.io/cross-seed/cross-seed to v6.0.0-34 2024-09-05 18:33:19 -05:00
jahanson merged commit e2d20689a9 into main 2024-09-05 23:14:17 -05:00
jahanson deleted branch renovate/ghcr.io-cross-seed-cross-seed-6.x 2024-09-05 23:14:17 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: jahanson/theshire#575
No description provided.