chore(deps): update brainicism/bgutil-ytdlp-pot-provider docker tag to v1.3.0 (#4382)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [brainicism/bgutil-ytdlp-pot-provider](https://github.com/Brainicism/bgutil-ytdlp-pot-provider) | minor | `1.2.2` → `1.3.0` | --- ### Release Notes <details> <summary>Brainicism/bgutil-ytdlp-pot-provider (brainicism/bgutil-ytdlp-pot-provider)</summary> ### [`v1.3.0`](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/releases/tag/1.3.0): bgutil-ytdlp-pot-provider 1.3.0 [Compare Source](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/compare/1.2.2...1.3.0) #### What's Changed - Deno is now supported (both script and server method), for details, see the updated README - Add support for ytAtP challenges, which should resolve some attestation extraction failures (`Failed to extract initial attestation from the webpage`) - Due to changes on Youtube's end, InnerTube is now the only source for BotGuard challenges (either from webpage or the InnerTube endpoint), and the extractor argument `disable_innertube` was removed. Note that this breaks PO token generation for the `web_music` client if a webpage isn't available (i.e. if you pass `youtube:player-skip=webpage`). #### Commits - Bump minimatch from 3.1.2 to 3.1.5 in /server in the npm\_and\_yarn group across 1 directory by [@​app/dependabot](https://github.com/app/dependabot) in [#​201](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/201) - \[server]\[plugin] innertube only by [@​grqz](https://github.com/grqz) in [#​199](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/199) - Bump basic-ftp from 5.1.0 to 5.2.0 in /server in the npm\_and\_yarn group across 1 directory by [@​app/dependabot](https://github.com/app/dependabot) in [#​198](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/198) - \[server] get rid of npm audit by [@​grqz](https://github.com/grqz) in [#​197](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/197) - \[ci] check lockfile in the linter workflow by [@​grqz](https://github.com/grqz) in [#​196](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/196) - support ytAtP by [@​grqz](https://github.com/grqz) in [#​195](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/195) - \[server] bump npm dependencies by [@​grqz](https://github.com/grqz) in [#​186](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/186) - Fix audit results by [@​tcely](https://github.com/tcely) in [#​177](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/177) - \[server] Deno compat by [@​grqz](https://github.com/grqz) in [#​166](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/166) - Abort script method if node isn't available by [@​Brainicism](https://github.com/Brainicism) in [#​155](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/155) - \[server] log errors on listen failure by [@​grqz](https://github.com/grqz) in [#​152](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/152) - Fix formatting using autopep8 by [@​Brainicism](https://github.com/Brainicism) in [#​151](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/151) - Add note on docker container network isolation by [@​Brainicism](https://github.com/Brainicism) in [#​144](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/144) **Full Changelog**: <https://github.com/Brainicism/bgutil-ytdlp-pot-provider/compare/1.2.2...1.3.0> </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 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4382 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #4382.
This commit is contained in:
@@ -40,7 +40,7 @@ tubearchivist:
|
|||||||
bgutil:
|
bgutil:
|
||||||
image:
|
image:
|
||||||
repository: brainicism/bgutil-ytdlp-pot-provider
|
repository: brainicism/bgutil-ytdlp-pot-provider
|
||||||
tag: 1.2.2
|
tag: 1.3.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
|
|||||||
Reference in New Issue
Block a user