v1.2.0
This release adds intelligent container detection and automatic optimization for Docker environments, making the Puppeteer node more reliable in containerized deployments.
Automatic Container Detection
- Added smart container environment detection for Docker and Kubernetes
- Detects containers through multiple methods:
- Docker environment file
- Control group information (Linux)
- Container environment variables
Automatic Browser Launch Arguments
- Automatically adds recommended Chrome flags for container environments:
--no-sandbox
--disable-setuid-sandbox
--disable-dev-shm-usage
--disable-gpu
User Control
- New option "Add Container Arguments" in node settings
- Defaults to enabled when running in a container
- Can be toggled off if custom configuration is needed
- Preserves any user-specified launch arguments