wrangler@4.105.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces support for configuring Google Artifact Registry with `wrangler containers registries configure` and improves the security of D1 migration commands by properly escaping SQL identifiers. Container deploys now use digest-pinned image references for increased stability.
Migration Steps
- When configuring Google Artifact Registry with `wrangler containers registries configure`, supply the Google service account email via the `--gar-email` flag.
- Supply the service account JSON key via stdin (file path, raw JSON, or base64) or an interactive prompt; never as a CLI flag.
✨ New Features
- Added Google Artifact Registry support to `wrangler containers registries configure`, recognizing `*-docker.pkg.dev` domains.
- Dockerfile-backed container deploys now use the pushed image digest when deploying the container application.
🐛 Bug Fixes
- Fixed an issue where D1 migration commands interpolated `migrationsTableName` and filenames directly into SQL without escaping, leading to invalid SQL for table names with quotes or migration filenames with apostrophes.