Skip to content
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

feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.4 ) #5420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/cross-seed/cross-seed minor 6.0.0 -> 6.8.4

Release Notes

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

v6.8.4

Compare Source

What's Changed

Full Changelog: cross-seed/cross-seed@v6.8.3...v6.8.4

v6.8.3

Compare Source

  • fix(config): properly initialize default variables (#​866) 9e69460

What's Changed

Full Changelog: cross-seed/cross-seed@v6.8.2...v6.8.3

v6.8.2

Compare Source

  • fix(rtorrent): get correct save path for ensemble (#​863) 34db4db
  • fix(rtorrent): get correct save path for ensemble 3819aa6

What's Changed

Full Changelog: cross-seed/cross-seed@v6.8.1...v6.8.2

v6.8.1

Compare Source

What's Changed

Full Changelog: cross-seed/cross-seed@v6.8.0...v6.8.1

v6.8.0

Compare Source

  • enhancement(action/linking): support multiple linkDirs (#​861) 67c2e08
  • only warn on incorrect linkDir drive for symlink if multiple linkDirs ae8d7f1
  • move getLinkDir to action 0b94975
  • enhancement(action/linking): support multiple linkDirs bd8e8e0

What's Changed

Full Changelog: cross-seed/cross-seed@v6.7.0...v6.8.0

v6.7.0

Compare Source

  • fix(zod/webhook): corrects bad logic on path validation in webhook api calls (#​860) 5cc1cab
  • enhancement(dataDirs): support rss/announce matching (#​857) 199df38
  • fix(zod/webhook): corrects bad logic on path validation in webhook api calls 09f34be
  • move memDB schema to db.ts d6fbac4
  • only reindex changed paths for dataDirs 9f24e58
  • better logging with indexer failures a590dbe
  • use memoization when creating File[] 9941211
  • enhancement(dataDirs): support rss/announce matching 99addfb

What's Changed

Full Changelog: cross-seed/cross-seed@v6.6.0...v6.7.0

v6.6.0

Compare Source

  • ehancement(pushNotifier): additional info in response (#​856) 8d26823
  • fix(checkNewCandidateMatch): skip unparsable entries (#​855) 6da6a7d
  • enhancement(inject): skip recheck for complete data/ensemble (#​853) 98d7097
  • enhancement(config/blockList): prevent useless blockList entries (#​852) 7869235
  • group searchee info into object ca861da
  • only display error for unapplicable blocklist entries 0d4589a
  • enhanment(inject): skip recheck for complete data/ensemble matches d80bad7
  • ehancement(pushNotifier): add if paused to response 54d0b4d
  • fix(checkNewCandidateMatch): skip unparsable entries 3ce5908
  • enhancement(config/blockList): prevent useless blockList entries 864be2e

What's Changed

Full Changelog: cross-seed/cross-seed@v6.5.2...v6.6.0

v6.5.2

Compare Source

What's Changed

Full Changelog: cross-seed/cross-seed@v6.5.1...v6.5.2

v6.5.1

Compare Source

With the introduction of ensemble in the previous release (v6.5.0) it is necessary to, if you do not use a linkDir with injection, set seasonFromEpisode to null. This option defaults to enabled by default and requires disabling if not utilizing linking.
  • update(cli/ensemble): add cli arg --no-season-from-episodes (#​846) 1ea96b7
  • allow seasonFromEpisodes with save or non-linking 5e23694
  • fix(searchee): use reduce instead to avoid call stack size limit (#​848) cebddff
  • update(config-template): Fix comment for disabling seasonFromEpisodes (#​847) a3c97ef
  • use reduce to avoid call stack size limit 98bac94
  • update(cli/ensemble): add cli arg --no-season-from-episodes 73a3923

What's Changed
New Contributors

Full Changelog: cross-seed/cross-seed@v6.5.0...v6.5.1

v6.5.0

Compare Source

  • feat(match): ensemble matching for episodes (#​668) d6adcd6
  • update docs for blocklist a3b56a6
  • clean up code d37aca4
  • round ensemble length for rss/announce a177a37
  • drop linking requirement for matchMode if using action save cc6e9ca
  • rename logReason to logEnsemble ad32d3c
  • clarify ensemble logic 4f73a38
  • track mtimeMs for data/virtual to detect incomplete source 0c0dad8
  • ensemble matching f782c68

What's Changed

Full Changelog: cross-seed/cross-seed@v6.4.1...v6.5.0

v6.4.1

Compare Source


What's Changed

Full Changelog: cross-seed/cross-seed@v6.4.0...v6.4.1

What's Changed

Full Changelog: cross-seed/cross-seed@v6.4.0...v6.4.1

v6.4.0

Compare Source

  • enhancement(blocklist): torrent categories, tags, labels, sizes, and tracker hosts (#​773) c1dacae
  • remove unused parsing for non qbit clients aa7d8ad
  • support legacy style blocklisting 4fbcbcc
  • remove colon, rename hash to infohash, use regex for parsing 6bff4be
  • use sanitizeTrackerUrls c57516d
  • throw error if save paths can't be validated 2124082
  • blocklist torrent categories, tags, and tracker host 886cd75

What's Changed

Full Changelog: cross-seed/cross-seed@v6.3.0...v6.4.0

v6.3.0

Compare Source

  • fix(zod/linkdir): do not require linkdir for risky or partial when action is save (#​842) 5be51cb
  • feat(action/inject): resume injections below size threshold and readd skipRecheck (#​750) e6f5b9a
  • fix(zod/linkdir): do not require linkdir for risky or partial when action is save 7333428
  • clarify schema 8cf86f9
  • Only log "waiting for tasks" when inject is ran manually 52dce19
  • rename maxRemainingForResume to autoResumeMaxDownload 1652e81
  • readd skipRecheck since we can now resume torrents e766ccb
  • resume partials and always recheck-resume data/virtual f842ed6

What's Changed

Full Changelog: cross-seed/cross-seed@v6.2.3...v6.3.0

v6.2.3

Compare Source

  • enhancement(torrentDir): verify contents against client (#​841) eaf6d7c
  • verify torrentDir contents match clients 7821bec

What's Changed

Full Changelog: cross-seed/cross-seed@v6.2.2...v6.2.3

v6.2.2

Compare Source

  • fix(searchee): handle errors when creating data based searchees (#​840) 25f965d
  • handle errors when creating data based searchees 87f7fd2

What's Changed

Full Changelog: cross-seed/cross-seed@v6.2.1...v6.2.2

v6.2.1

Compare Source

  • fix(decide/cache): optimize query for using cached torrents (#​818) 13255e6
  • update docstring 374a394
  • only cache decisions with snatches 9650d49
  • use set instead of array for infoHashestoExclude a94033f
  • check link as well as guid for decision cache 438bfe1
  • optimize query for using cached torrents e64bd14
  • enhancement(config): better path verification at startup (#​835) 13847ab
  • fix unmarked nullish runtimeConfig options 40bef4f
  • test dataDirs linking after config validation 3ffa054
  • clarify docs 49d28c9
  • change relative dir to warning and clean up code a4029de
  • ensure duplicateCategory paths are valid on injection 64dc0b9
  • require absolute paths (except outputDir) e63493d
  • cross-seed inject requires inject action 88b1e64
  • handle errors when creating dataFiles 7847440
  • added checks for torrentDir and outputDir a1ccd47
  • none of cross-seed's dirs can be a child of any other 42c43ac
  • validate linking on startup 1b4f337
  • fix subfolder detection with cross platform paths 6aaee43

What's Changed

Full Changelog: cross-seed/cross-seed@v6.2.0...v6.2.1

v6.2.0

Compare Source

  • remove vscode file ee3dbf7
  • add vscode to gitignore f8825df
  • feat: add simple /api/ping endpoint (#​833) f61cfb8
  • enhancement(searchLimit): per unique queries on each indexer (#​821) 3ea48b5
  • enhancement(rss): better pagination using last seen candidates (#​826) aea6387
  • update(config-template): clarify usage across data and torrent for option descriptions (#​836) 35812c0
  • comments: primary http api endpoint and functions a431ee1
  • feat: add simple /api/ping endpoint ca5d283
  • use comparing 834504c
  • update logging for rss f03b7a1
  • change column name to last_seen_guid 3e3bd8e
  • use lastRun as fallback for deleted torrent 9fbc8b6
  • store last seen rss guid in db 91936e0
  • searchLimit per unique queries per indexer 3f9d8ea

What's Changed

Full Changelog: cross-seed/cross-seed@v6.1.1...v6.2.0

v6.1.1

Compare Source

  • enhancement(general): extract non feature functionality for upcoming features (#​783) e8facac
  • season regex matches season XX 7440979

v6.1.0

Compare Source

  • add(api/status): introduce status endpoint for health checks (#​828) dfe44bf
  • enforce appropriate methods on api endpoints 45167b6
  • introduce status endpoint for health checks a4b4af6

v6.0.1

Compare Source

  • Increase default searchLimit to 400 (#​832) a85e953
  • Increase searchLimit to 400 f1838fe
  • update(config-template): updates reference links to the documentation ca900ba


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.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 26, 2024

--- kubernetes/cluster-0/apps/media/cross-seed/app Kustomization: flux-system/cross-seed HelmRelease: media/cross-seed

+++ kubernetes/cluster-0/apps/media/cross-seed/app Kustomization: flux-system/cross-seed HelmRelease: media/cross-seed

@@ -36,13 +36,13 @@

             args:
             - daemon
             env:
               TZ: America/New_York
             image:
               repository: ghcr.io/cross-seed/cross-seed
-              tag: 6.0.0@sha256:58547efee5c8c14ed2cc1005abe90fd0f1c079599f4dbf9f353645f9c3f1e267
+              tag: 6.8.4@sha256:996896878ab462ded031552824c4fd773a2cf484582829029eda323b3c01e1b4
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 26, 2024

--- HelmRelease: media/cross-seed Deployment: media/cross-seed

+++ HelmRelease: media/cross-seed Deployment: media/cross-seed

@@ -45,13 +45,13 @@

       containers:
       - args:
         - daemon
         env:
         - name: TZ
           value: America/New_York
-        image: ghcr.io/cross-seed/cross-seed:6.0.0@sha256:58547efee5c8c14ed2cc1005abe90fd0f1c079599f4dbf9f353645f9c3f1e267
+        image: ghcr.io/cross-seed/cross-seed:6.8.4@sha256:996896878ab462ded031552824c4fd773a2cf484582829029eda323b3c01e1b4
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 26, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.13s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 3.32s
✅ YAML prettier 1 0 0.39s
✅ YAML yamllint 1 0 0.37s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/cross-seed/cross-seed ( 5.9.2 → 6.0.0 ) feat(container)!: Update image ghcr.io/cross-seed/cross-seed ( 5.9.2 → 6.0.0 ) - autoclosed Nov 27, 2024
@renovate renovate bot closed this Nov 27, 2024
@renovate renovate bot deleted the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch November 27, 2024 01:18
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/cross-seed/cross-seed ( 5.9.2 → 6.0.0 ) - autoclosed feat(container)!: Update image ghcr.io/cross-seed/cross-seed ( 5.9.2 → 6.0.0 ) Nov 27, 2024
@renovate renovate bot reopened this Nov 27, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 60657eb to 83696e4 Compare November 27, 2024 04:49
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/cross-seed/cross-seed ( 5.9.2 → 6.0.0 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.1.1 ) Nov 27, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 83696e4 to d8c46c0 Compare November 27, 2024 06:35
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from d8c46c0 to 6a838cd Compare December 13, 2024 10:58
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.1.1 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.0 ) Dec 13, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.0 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.1 ) Dec 16, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch 2 times, most recently from 8f79d06 to 4984142 Compare December 18, 2024 11:26
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.1 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.3 ) Dec 18, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 4984142 to 6f61beb Compare December 20, 2024 20:16
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.2.3 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.4.1 ) Dec 20, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.4.1 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.0 ) Dec 21, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch 2 times, most recently from 3a1419a to e82c07f Compare December 21, 2024 18:15
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.0 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.1 ) Dec 21, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from e82c07f to 207a363 Compare December 23, 2024 01:41
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.1 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.2 ) Dec 23, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 207a363 to ec3be64 Compare December 29, 2024 04:33
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.5.2 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.6.0 ) Dec 29, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from ec3be64 to 7ac4ae9 Compare December 31, 2024 03:32
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.6.0 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.0 ) Dec 31, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 7ac4ae9 to 20a9251 Compare January 1, 2025 04:20
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.0 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.1 ) Jan 1, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 20a9251 to a2f18c6 Compare January 2, 2025 04:51
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.1 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.2 ) Jan 2, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from a2f18c6 to 790c6cd Compare January 3, 2025 19:47
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.2 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.3 ) Jan 3, 2025
… 6.8.4 )

| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| docker     | ghcr.io/cross-seed/cross-seed | 6.0.0 | 6.8.4 |
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-cross-seed-cross-seed-6.x branch from 790c6cd to 89d3b99 Compare January 3, 2025 22:56
@renovate renovate bot changed the title feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.3 ) feat(container): update image ghcr.io/cross-seed/cross-seed ( 6.0.0 → 6.8.4 ) Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants