Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

feat(container): update image ghcr.io/browserless/chromium to v2.17.1 #621

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

Conversation

k3s-home-gha-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/browserless/chromium minor v2.16.1 -> v2.17.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

browserless/browserless (ghcr.io/browserless/chromium)

v2.17.1

Compare Source

v2.17.0

Compare Source

  • 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 is true!
    • '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')

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Copy link

--- kubernetes/apps/default/rxresume/app Kustomization: flux-system/rxresume HelmRelease: default/rxresume

+++ kubernetes/apps/default/rxresume/app Kustomization: flux-system/rxresume HelmRelease: default/rxresume

@@ -39,13 +39,13 @@

               PRE_REQUEST_HEALTH_CHECK: true
               TIMEOUT: 10000
               TOKEN: chrome_token
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/browserless/chromium
-              tag: v2.16.1
+              tag: v2.17.1
           main:
             env:
               ACCESS_TOKEN_SECRET: access_token_secret
               CHROME_TOKEN: chrome_token
               CHROME_URL: ws://localhost:3000
               MAIL_FROM: noreply@localhost

Copy link

--- HelmRelease: default/rxresume Deployment: default/rxresume

+++ HelmRelease: default/rxresume Deployment: default/rxresume

@@ -48,13 +48,13 @@

         - name: PRE_REQUEST_HEALTH_CHECK
           value: 'true'
         - name: TIMEOUT
           value: '10000'
         - name: TOKEN
           value: chrome_token
-        image: ghcr.io/browserless/chromium:v2.16.1
+        image: ghcr.io/browserless/chromium:v2.17.1
         imagePullPolicy: IfNotPresent
         name: chrome
       - env:
         - name: ACCESS_TOKEN_SECRET
           value: access_token_secret
         - name: CHROME_TOKEN

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants