elf-infra
elf-infra copied to clipboard
Update ghcr.io/ghcr.io/browserless/chromium Docker tag to v2.21.1 (ci)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
ghcr.io/ghcr.io/browserless/chromium | minor | v2.14.0 -> v2.21.1 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
browserless/browserless (ghcr.io/ghcr.io/browserless/chromium)
v2.21.1
- Dependency updates.
- Ensure we don't load Chrome routes for SDK projects running linux/arm64.
v2.21.0
- Dependency updates.
- Supports:
- puppeteer-core: 23.4.1
- playwright-core: 1.47.2, 1.46.1, 1.45.3, 1.44, and 1.43.
- Stream PDF using createPDFStream() in the PDF APIs.
- Inject file-system managers in browser-manager.
v2.20.2
- Dependency updates.
- Adds a fix to SDK routes that might not require a browser but browserless will still make one.
v2.20.1
- Dependency updates.
- Fix issues where connecting to a bad /devtools/page route can cause 500's.
v2.20.0
- Dependency updates.
- Supports
[email protected]
. - Support
[email protected]
. - Use installed playwright-core for downloading browser binaries instead of
npx
, ensuring the appropriate browsers are installed. - Fix JSON routes 404-ing when charset is specified in the content-type header.
- Disable the built-in debugger by setting
ENABLE_DEBUGGER=false
. - Automatically run prettier on file save in VS Code.
- Windows fixes for SDK projects.
- README link fixes.
v2.19.0
- Dependency updates.
- Drop
sort-keys
for eslint integrations. - Fix devtools URLs when
PROXY
is set and contains a path. - Disable
auth
when using Chrome's internal/page
APIs. - Small fixes for new eslint rules.
v2.18.0
- Dependency updates.
- Supports
[email protected]
. - Supports
[email protected], 1.44.1, 1.43.1, 1.42.1, 1.41.2
. - Trailing slashes on routes now won't 404, so
/chrome
and/chrome/
are treated as the same and will route properly. -
/function
API now works properly when applying a 3rd-party proxy.
v2.17.1
v2.17.0
- Dependency updates.
- Hide token in logs on startup.
- Fixes an issue where using
--proxy-server
now works with /function-API calls. - Adds support for the following CORS headers via env variables (headers and their corresponding config names are below). Please note that these are very permissive by default, but only set when
ENABLE_CORS
istrue
!- 'Access-Control-Allow-Credentials': CORS_ALLOW_CREDENTIALS (default '*')
- 'Access-Control-Allow-Headers': CORS_ALLOW_HEADERS (default: '*')
- 'Access-Control-Allow-Methods': CORS_ALLOW_METHODS (default: 'OPTIONS, POST, GET')
- 'Access-Control-Allow-Origin': CORS_ALLOW_ORIGIN (default: '*')
- 'Access-Control-Expose-Headers': CORS_EXPOSE_HEADERS (default: '*')
- 'Access-Control-Max-Age': CORS_MAX_AGE (default: '2592000')
v2.16.1
- Dependency updates.
- Fixes numerous SDK issues when creating and building new projects.
v2.16.0
- Dependency updates.
- Better extension handling and merging when passing in custom extensions.
- Fixes a bug where a failed job (error thrown) causes the internal queue to drain.
- Prettier and other source improvements.
v2.15.0
- Bug fix to avoid removing healthy jobs from limiter when a job fails
- Dependency updates.
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.