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

chore(deps): update all non-major dependencies (minor) #238

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
app-template minor 1.1.3 -> 1.3.2
authelia/authelia patch 4.37.2 -> 4.37.5
cert-manager minor v1.10.2 -> v1.11.0
codercom/code-server minor 4.8.3 -> 4.10.0
ghcr.io/onedr0p/bazarr patch 1.1.2 -> 1.1.4
ghcr.io/onedr0p/jellyfin patch 10.8.8 -> 10.8.9
ghcr.io/onedr0p/prowlarr-develop minor 1.0.1.2220 -> 1.3.1.2796
ghcr.io/onedr0p/radarr minor 4.2.4.6635 -> 4.3.2.6857
ghcr.io/onedr0p/readarr-develop patch 0.1.1.1320 -> 0.1.4.1596
jacobalberty/unifi minor v7.2.95 -> v7.3.83
koenkk/zigbee2mqtt minor 1.28.4 -> 1.30.2
longhorn (source) minor 1.3.2 -> 1.4.0
vaultwarden/server minor 1.26.0 -> 1.27.0

Release Notes

authelia/authelia

v4.37.5

Compare Source

Bug Fixes
Docker Container
  • docker pull authelia/authelia:4.37.5
  • docker pull ghcr.io/authelia/authelia:4.37.5

v4.37.4

Compare Source

Bug Fixes
Docker Container
  • docker pull authelia/authelia:4.37.4
  • docker pull ghcr.io/authelia/authelia:4.37.4

v4.37.3

Compare Source

Bug Fixes
Docker Container
  • docker pull authelia/authelia:4.37.3
  • docker pull ghcr.io/authelia/authelia:4.37.3
cert-manager/cert-manager

v1.11.0

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.11.0 includes a drastic reduction in cert-manager's runtime memory usage, a slew of improvements to AKS integrations and various other tweaks, fixes and improvements, all towards cert-manager's goal of being the best way to handle certificates in modern Cloud Native applications.

Community

Thanks again to all open-source contributors with commits in this release, including:

Thanks also to the following cert-manager maintainers for their contributions during this release:

Thanks also to the CNCF, which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the PrivateCA Issuer.

In addition, massive thanks to Jetstack (by Venafi) for contributing developer time and resources towards the continued maintenance of cert-manager projects.

Changes since cert-manager v1.10

For an overview of new features, see the v1.11 release notes!

Feature
  • Helm: allow configuring the image used by ACME HTTP-01 solver (#​5554, @​yann-soubeyrand)
  • Add the --max-concurrent-challenges controller flag to the helm chart (#​5638, @​lvyanru8200)
  • Adds the ability to specify a custom CA bundle in Issuers when connecting to an ACME server (#​5644, @​SgtCoDFish)
  • Enable testing against Kubernetes 1.26 and test with Kubernetes 1.26 by default (#​5646, @​SgtCoDFish)
  • Experimental make targets for pushing images to an OCI registry using ko and redeploying cert-manager to the cluster referenced by your current KUBECONFIG context. (#​5655, @​wallrj)
  • Add ability to run acmesolver pods as root if desired. The default is still to run as non-root. (#​5546, @​cmcga1125)
  • Add support for DC and UID in LiteralSubject field, all mandatory OIDs are now supported for LDAP certificates (rfc4514). (#​5587, @​SpectralHiss)
  • Add support for Workload Identity to AzureDNS resolver (#​5570, @​weisdd)
  • Breaking: updates the gateway API integration to use the more stable v1beta1 API version. Any users of the cert-manager ExperimentalGatewayAPISupport alpha feature must ensure that v1beta of Gateway API is installed in cluster. (#​5583, @​lvyanru8200)
  • Certificate secrets get refreshed if the keystore format change (#​5597, @​sathyanarays)
  • Introducing UseCertificateRequestBasicConstraints feature flag to enable Basic Constraints in the Certificate Signing Request (#​5552, @​sathyanarays)
  • Return error when Gateway has a cross-namespace secret ref (#​5613, @​mmontes11)
  • Signers fire an event on CertificateRequests which have not been approved yet. Used for informational purposes so users understand why a request is not progressing. (#​5535, @​JoshVanL)
Bug or Regression
  • Don't log errors relating to self-signed issuer checks for external issuers (#​5681, @​SgtCoDFish)
  • Fixed a bug in AzureDNS resolver that led to early reconciliations in misconfigured Workload Identity-enabled setups (when Federated Identity Credential is not linked with a controller's k8s service account) (#​5663, @​weisdd)
  • Use manually specified temporary directory template when verifying CRDs (#​5680, @​SgtCoDFish)
  • vcert was upgraded to v4.23.0, fixing two bugs in cert-manager. The first bug was preventing the Venafi issuer from renewing certificates when using TPP has been fixed. You should no longer see your certificates getting stuck with WebSDK CertRequest Module Requested Certificate or This certificate cannot be processed while it is in an error state. Fix any errors, and then click Retry.. The second bug that was fixed prevented the use of algorithm: Ed25519 in Certificate resources with VaaS. (#​5674, @​maelvls)
  • Upgrade golang/x/net to fix CVE-2022-41717 (#​5632, @​SgtCoDFish)
  • Bug fix: When using feature gates with the helm chart, enable feature gate flags on webhook as well as controller (#​5584, @​lvyanru8200)
  • Fix golang.org/x/text vulnerability (#​5562, @​SgtCoDFish)
  • Fixes a bug that caused the Vault issuer to omit the Vault namespace in requests to the Vault API. (#​5591, @​wallrj)
  • The Venafi Issuer now supports TLS 1.2 renegotiation, so that it can connect to TPP servers where the vedauth API endpoints are configured to accept client certificates. (Note: This does not mean that the Venafi Issuer supports client certificate authentication). (#​5568, @​wallrj)
  • Upgrade to go 1.19.4 to fix CVE-2022-41717 (#​5619, @​SgtCoDFish)
  • Upgrade to latest go minor release (#​5559, @​SgtCoDFish)
  • Ensure extraArgs in Helm takes precedence over the new acmesolver image options (#​5702, @​SgtCoDFish)
  • Fix cainjector's --namespace flag. Users who want to prevent cainjector from reading all Secrets and Certificates in all namespaces (i.e to prevent excessive memory consumption) can now scope it to a single namespace using the --namespace flag. A cainjector that is only used as part of cert-manager installation only needs access to the cert-manager installation namespace. (#​5694, @​irbekrm)
  • Fixes a bug where cert-manager controller was caching all Secrets twice (#​5691, @​irbekrm)
Other
Known issues
morpheus65535/bazarr

v1.1.4

Compare Source

From newest to oldest:

  • Removed Enzyme for embedded subtitles indexing and fixed mediainfo integration issues. #​2007 5d36b80
  • Fixed mediainfo integration issues. #​2007 0970f19
  • Added mediainfo as potential embedded subtitles parser. #​2007 c4b8345
  • Subtitrarinoi provider: add several improvements 1233026
  • Updated regielive provider to use a search proxy 82c9e14
  • Fixed wizdom provider urls 577a0d6
  • Embedded Subtitles provider: improve streams parsing 7640a6d
  • Fixed issues with new database creation since e6d0893 6693b98
  • Improve titulky session expiration handling #​2014
  • Fixed Plex webhook trying to search for subtitles for pre-roll video. #​2013 2622a08
  • Removed Legendastv provider since the website as been shutdown. #​2012 383d906
  • Added routine to remove deprecated providers from enabled providers in config.ini e6d0893
  • Added logging to legendasdivx provider when lxml isn't installed properly. #​2009 993168e
  • Fix Notification settings not saving after removing Discord #​2005 06f0fe9
  • Updated opensubtitles.com to give more information to the download limit reached exception. 979301d
  • Fixed improper page_size value that prevent series and movies page from loading. #​1995 cc42e7b
  • Fixed some edge case where no media could be found in db with a specific path. #​2003 e6cab17

v1.1.3

Compare Source

From newest to oldest:

  • Fixed decimal value of framerate change tools from being rounded to unit. #​1999 920e799
  • Removed call to deprecated language profile endpoint in Sonarr v4. #​1998 ea5bf9a
  • Refactor settings submit hooks, try to fix issue #​1924 30f04fe
  • Fixed issue while guessing episode number from subtitles filename in some edge case. #​1994 65c6a67
  • Embedded Provider: improve streams filtering 8c3a844
  • Fixed issue when explicitly requested HI subtitles from opensubtitles.com, subtitrarinoi or titrari. 29a4842
  • Fixed log an backup download from UI after flask upgrade. 8c944c4
  • Fix #​1987
  • Move pageSize in UI settings to backend 9165663
  • Fixed bad subtitles extension exception when uploading subtitles with uppercase extension. #​1988 551f57b
  • Fixed issue while downloading movie subtitles. 05cffa9
  • Add 'other' attribute to Video class 923bcb4
  • Fixed some remaining issues with assrt. #​1953 118eb09
  • Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue. 0e8ac06
  • Fixed issue with cutoff not enforced when searching for multiple languages at the same time. 2e2626c
  • Refactor Argenteam Provider 52760d8
  • Fixed issue with Sonarr v3 SignalR for good. #​1985 4343b7c
  • Revert "Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #​1985" c563262
  • Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #​1985 a26b86c
  • Added live(SignalR) feeds status for Sonarr and Radarr. b8b916d
  • Add support of string value for badge in navbar 726afcc
  • Subf2m Provider: improve series title matches d6883c2
  • Update database refiner 1ba9404
  • Updated vendored dependencies. bbe2483
  • Add support for configurable scores (movies and episodes) 708fbfc
  • Fixed improper update of providers pool when forced subtitles are involved. #​1977 0b8274e
  • Gestdown Provider: Use ShowId to find subtitles. Fixes issue with Slash in show name. #​1979
  • Improved assrt provider error message logging. #​1953 78f769d
  • Update node packages, fix issues aee1849
  • Subf2m Provider: add support for complete series packs 122398f
  • Improve file picker for season packs 876b42b
  • Improved napiprojekt to search for subtitles using video metadata. bf26dd2
  • Add new hook useSubmitHookWith to dynamically inject the submit hooks #​1924 1766cee
  • Try to fix languages profiles editor by introducing a new submit hooks source in the settings page #​1924 c08ba5f
  • Fixed blacklist item removal issue. 49fc597
  • Subf2m provider improvements #​1973
  • Subdivx Provider: add more search improvements 21359b3
  • Subdivx Provider: improve series matches 2f8814d
  • Subdivx Provider: improve episode queries 71fe2b7
  • Fixed history statistic view not taking timezone into account. d7c8188
  • Fixed another issue with assrt. #​1953 0374790
jellyfin/jellyfin

v10.8.9: 10.8.9

Compare Source

Jellyfin 10.8.9

Stable hotfix release for 10.8.z release branch.

New Features and Major Improvements

N/A

Release Notes

N/A

Changelog

GitHub Project: https://github.com/orgs/jellyfin/projects/29

jellyfin [10]

Note: Dependabot automatic PRs are excluded from this list.

jellyfin-web [9]

Note: Dependabot automatic PRs are excluded from this list.

Prowlarr/Prowlarr

v1.3.1.2796: 1.3.1.2796

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 24f6c93 Fixed: (Cardigann) Prevent fetching the first page multiple times
  • e94aa7c Fixed: (DateTimeUtil) Move check for Rfc1123ZPattern
  • 201bc19 Fixed: (DateTimeUtil) Check first for Standard Format in ParseDateTimeGoLang
  • 09e40e0 Fixed: (Rarbg) Set rate limit to 31s for RSS sync
  • 348d90a Fixed: (Cardigann) Invariant date string parsing for "reltime", "timeago", "fuzzytime" [ #​835 ]
  • 726dc34 Improve GetLongFromString and ParseFields
  • 2e9f6cd More Improvement to unix timestamp performance
  • 495f61f Improve unix timestamp performance
  • 0f11f41 Benchmark Framework
  • d397cdf Fixed: (Cardigann) Implement validate as field filter
  • 888b514 Fixed: (Cardigann) Switch to DateTime standard
  • caab337 Fixed: (Cardigann) Parse text templates only if necessary
  • 26bea14 Fixed: (GreatPosterWall) Use cookies for 2FA
  • 5f26287 Bump version to 1.3.1

This list of changes was auto generated.

v1.3.0.2757: 1.3.0.2757

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 6ec761c Fixed: (Cardigann) Change UseBeforeResponse to Usebeforeresponse
  • b85679d Fixed: Filter releases with null description
  • 71775b9 Fixed: (Rarbg) Check for rate limits before parsing token errors
  • 5bb3dbf Fixed: (Rarbg) Change app_id per site request
  • b608a7a Fixed: (FunFile) Change download url
  • 4ad992f Fixed: (UI) Replace api. only if it's a subdomain
  • 9549748 Fixed: (GreatPosterWall) Remove cookies only if redirected to login.php
  • cc57866 New: Filter releases by search criteria
  • dbc4989 Fixed: (IndexerSearch) Update isRss logic for new properties
  • af4961e Fixed: (Rarbg) update cats
  • 0ec5490 Fixed: (Caridgann) Custom headers in login and download blocks
  • 35f85fc More update tests
  • 0aedafb Fix update tests
  • 54dce44 Added react-hooks lint rules
  • 3c91500 Automated API Docs update
  • e32f8f4 Remove unused tinytwitter library
  • 5abb5ad New: Ping Endpoint
  • 6579385 Cleanup multi-platform code
  • 1c6e554 New: Return static response to requests while app is starting
  • 85737aa Bump version to 1.3.0
  • 30c3aed Automated API Docs update
  • 1640980 New: OnGrab Notifications

This list of changes was auto generated.

v1.2.2.2699: 1.2.2.2699

Compare Source

To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 99bc56e Fixed: (Indexers) Rate limit for download and auth
  • 04276eb Fixed: (Rarbg) Updated app_id per site request (#​1447)
  • 34c560f Fixed: (CardigannBase) Remedy for casting strings to booleans
  • caa8bb0 Fixed: (Newznab API) Response with StatusCode 429 when limits are reached
  • 773e8ff Bump version to 1.2.2
  • 0984976 Bump DryIoc, YamlDotNet, AngleSharp
  • fcb3c96 Call async methods when in an async method
  • acf7a42 Add global analyzer config
  • da898fe Remove Non-Failing Rules
  • 5bb3ea0 Remove unnecessary assignments to default type value
  • b41cb80 Use const where appropriate
  • a39341b Enable all analyzers to default back to our rules
  • 550b9b5 Fixed: (TorrentIndexerBase) Validate downloaded torrent data
  • 035ad33 Fixed: (Nebulance) Prevent redirect to login page when downloading torrent files
  • 85f8e0c Update MagnetLinkBuilder public trackers
  • ea6d01a Fixed: (RarBG) Handle HTTP 200 Rate Limiting False Positive [ #​1277, #​1169, #​1380 ]
  • 252cd97 Fixed: (SpeedAppBase) Add pagination
  • a8ea05a Fixed: (Nebulance) Add SupportsRedirect since their API is stateless
  • 24d6a0c Fixed: (UI) Remedy for external link regression
  • 8e1771b Fixed: Improved Indexer HTTP Validation Failure Messaging
  • d767a82 Fixed: (RuTracker) Add "Use Magnet Links" and "Add RUS to title" options
  • 76bfd29 New: Add UniOtaku
  • c923982 New: (AudioBookBay) Migrate to C#
  • f03a64f Fixed: (Shazbat) Fix Guid
  • e713e58 Fixed: (ImmortalSeed) Set RateLimit to 5
  • 4fb5d34 Fixed: (FileList) Switch to Basic Auth
  • a31b107 Fix some UI translated strings
  • f91ffb8 New: (Localization) 7 New Languages
  • bccb0bd Bump version to 1.2.1
  • 2ae2a0b Delete azuresync.yml
  • b5e43e7 Fixed: (Cardigann) Show redirect url when the response has errors
  • 3a52048 Fixed: (UI) Check for non-array indexerUrls
  • 8b89873 Fixed: (RuTracker/Toloka) Clean title
  • f99a2e1 Fixed: Standardize dashes/single quotes in search term, ignore artist if "VA"
  • 306209f Fixed: Simplify DateTime alteration
  • 5d09c2b Fixed: (Shazbat) Simplify conditions for CheckIfLoginNeeded
  • 41a9d2d New: Add Shazbat
  • 49b120b Revert "Fixed: (Redacted/Orpheus/Libble/SecretCinema) Add SupportsRawSearch"
  • a88fc34 Fixed: Settings fail to save for some auth setups
  • c46b7c5 Fixed: (Redacted/Orpheus/Libble/SecretCinema) Add SupportsRawSearch
  • 94c4554 Fixed: (Anidub/Animedia) Use rate limit in sub-requests
  • f808204 Fixed: (HttpIndexerBase) Catch HttpRequestException/TaskCanceledException
  • 011fd57 Fixed: Handle null IEnumerable field values in SchemaBuilder
  • 6c35c3f Fixed: (ImmortalSeed/XSpeeds) Sitewide Freeleech
  • 5da02c4 Bump version to 1.2.0

This list of changes was auto generated.

v1.1.3.2521: 1.1.3.2521

Compare Source

To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 1a339b9 Fixed: (ImmortalSeed) Add sorting to skip the sticky results
  • 94edd75 Fixed: (GreatPosterWall) Remove JsonProperty
  • 9b22748 Fixed: (GreatPosterWall) Remove special characters from titles
  • dbf86ef Fixed: (ExecuteAuth) Request timeout of 15s by default, if not set otherwise
  • 529fbfd Translated using Weblate (Hebrew)
  • 0ed5bfe Fixed: (AroLol) Make login possible without 2FA
  • 6a43eb0 Fixed: (HDBits) Change TVDB search for daily shows, append slash to IndexerUrl
  • a12001a Fixed: (XSpeeds) Category filtering if single, add sorting to skip sticky
  • b570147 Fixed: (RuTracker) Update categories
  • a51a8bf Fixed: (GreatPosterWall) Parse categories based on resolution
  • e8dc5b3 Serve plain text files (e.g. logs) as UTF-8.
  • d4f22f3 Fixed: (assorted) Use GetArgumentFromQueryString and other minor fixes
  • b6018a4 Fixed: (norbits) Refactor parsing
  • ec38998 Fixed: (pornolab) Improvements generator/parsing
  • 6b62504 Fixed: (PreToMe) Improved parsing, login and settings to extend UserPassTorrentBaseSettings
  • 626d777 Fixed: (HttpIndexerBase) Add IndexerAuthException to logs
  • 234707b Fixed: (SpeedCD) Fix wildcard when using air date
  • 15734ca Fixed: (Libble) Minor improvements
  • 19913e5 Fixed: (CloudFlareDetection) Check for DDoS-Guard case-insensitive
  • 156f650 Bump version to 1.1.3
  • e383287 New: Add FunFile

This list of changes was auto generated.

v1.1.2.2453: 1.1.2.2453

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 0c0cbda Fixed: (FileList) Add alternative URL and return only FL results when fl-only is set
  • 0685c2e Fixed: (PirateTheNet) Changed the login path
  • e8c132e New: Add PirateTheNet
  • bea9bd3 Fixed: (LazyLibrarian) Sync priority
  • 077e472 New: Add aro.lol
  • 5f7bc82 Fixed: (Anidex) Update indexer capabilities
  • 0dd5c56 New: Add XSpeeds
  • 409a218 Fixed: (ImmortalSeed) Parse pre-release dates correctly
  • 07cc1e0 Fixed: (Nebulance) Use single wildcard in search
  • 560cda8 Bump dotnet to 6.0.13
  • 89ae5ce Fixed: Remove NotWhatCD
  • c7d5889 Fixed: (Newznab) Use NameValueCollection.Set
  • bea3c05 Fixed: (Newznab) Remove extra ampersand
  • c0b1675 Fixed: (AlphaRatio/GreatPosterWall) Add freeleech only and exclude scene settings
  • 906d09e Bump version to 1.1.2

This list of changes was auto generated.

v1.1.1.2377: 1.1.1.2377

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 8cd9ad0 Fixed: (Indexers) Use the defined names for C# indexers
  • ce2f322 New: Add Anidex
  • 0487309 New: Add Toloka.to
  • 9862584 Fixed: Catch InvalidDataException during initial config to prevent boot loop
  • 6a00e0d Filter useless PG Errors from coming to Sentry
  • c93831d Fixed: (TorrentBytes) Avoid null exception in DoLogin error handling
  • 6546ba7 New: (Notification) Apprise
  • 4c3484a New: (Notification) Add Ntfy
  • 8561b86 New: (Notification) Add Simplepush
  • e1032fb New: Add optional app minimum seeders per indexer
  • 4063219 Fixed: (Orpheus) Title improvements to include ReleaseType and fix categories
  • e008be8 Fixed: (Redacted) Search requests, title improvements
  • d6b379d Fixed: Validation inheritance
  • 27094cc Fixed: (ImmortalSeed) Improve tv search with season+ep and parsing, add MR/MST
  • edf9473 Fixed: (TorrentDay) Add freeleech only setting
  • a0d11e7 Bump version to 1.1.1
  • 7729eb3 Fixed: (Nebulance) CS cleanup
  • 989564d Fixed: (IPTorrents) Improve clean title
  • c1f917f Fixed: (SpeedCD) Improve clean title
  • 4b7e47c Fixed: (RetroFlix) Update description and improve clean title

This list of changes was auto generated.

v1.1.0.2322: 1.1.0.2322

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.

Changes:

  • 1529527 Fixed: (Cardigann) Bump to v8
  • a11bd1c Fixed: (GreatPosterWall) Revert category to default to Movies
  • 915b320 Fixed: (Shizaproject) Obsolete: Site unavailable
  • 155f72c Fixed: (AvistaZ/CinemaZ) Remove Music category mapping
  • 3f73fec Fixed: (Rarbg) Add slash to IndexerUrl, increase RateLimit to 5s
  • 8515623 Fixed: (SpeedApp) Fix cleanse token from response when it's the only field
  • 963cddb Fixed: (SpeedCD) Add wildcard to season in tvsearch, add freeleech toggle, improve query selectors
  • ede323b Fixed: (IPTorrents/SceneTime) Remove advanced from freeleech only setting
  • 07d7fc9 Fixed: (Orpheus) Add remaster title and year to release title
  • 1b78fd3 Fixed: (FileList) RequestGenerator refactoring, append slash to IndexerUrl
  • 5a9d4d6 Fixed: (UI) Transpile ES6 libs to fix issues on some browsers
  • 70685de Fixed: Correctly handle relative redirects with dot segments
  • 9860183 Fixed: (AvistaZ/Anthelion) Cleanse pid, api_key and token
  • 50331c6 Fixed: Use selected BaseUrl for external link [ #​1310 ]
  • bd3408f Fixed: (HD-Torrents) Add more alt domains, add Internal flag and fix Blu-Ray categories
  • c043bf8 Fixed: (HD-Space

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update container image ghcr.io/onedr0p/bazarr to v1.1.3 chore(deps): update all non-major dependencies (minor) Dec 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 17e1e6c to 5459c42 Compare December 10, 2022 06:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from df66f88 to 908ff80 Compare December 20, 2022 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e383d5d to 9ba1cf2 Compare December 24, 2022 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e15bdac to 58bd957 Compare January 5, 2023 01:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8bc34b3 to 8d0ad92 Compare January 11, 2023 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6f749d1 to f2fa4a7 Compare January 17, 2023 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 608b0d2 to 305c4f2 Compare January 26, 2023 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6e897e8 to 4b3d717 Compare February 6, 2023 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d114547 to bc4802e Compare February 15, 2023 21:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e9f0ca1 to 0a776fc Compare February 26, 2023 07:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f8fdb29 to 92a0a61 Compare March 2, 2023 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92a0a61 to 1f85241 Compare March 2, 2023 18:38
@WolfeCub WolfeCub merged commit 1d873b3 into master Mar 2, 2023
@WolfeCub WolfeCub deleted the renovate/all-minor-patch branch March 2, 2023 18:38
WolfeCub pushed a commit that referenced this pull request Oct 16, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant