Skip to content

Commit 70d97d9

Browse files
Version Packages (#14401)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5014cc commit 70d97d9

20 files changed

Lines changed: 139 additions & 84 deletions

.changeset/bump-am-i-vibing-0-5-0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/common-boats-help.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/dependabot-update-14406.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/dockerfile-container-digest.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/evict-durable-objects.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/fix-d1-escape-migrations.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/containers-shared/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @cloudflare/containers-shared
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- [#14311](https://github.com/cloudflare/workers-sdk/pull/14311) [`34e0cef`](https://github.com/cloudflare/workers-sdk/commit/34e0cefcd54130be4ca3f9cf4de1e9867252ead0) Thanks [@sherryliu-lsy](https://github.com/sherryliu-lsy)! - Add Google Artifact Registry support to `containers registries configure`
8+
9+
`wrangler containers registries configure` now recognizes `*-docker.pkg.dev` (Google Artifact Registry) domains.
10+
11+
- The Google service account email is the public credential, supplied with `--gar-email`. It must match the `client_email` in the service account key.
12+
- The service account JSON key is the private credential. It is provided via stdin (a file path, raw JSON, or base64) or an interactive prompt (a file path or base64) — never as a CLI flag, so it does not appear in shell history. The key is validated against `--gar-email` and stored base64-encoded.
13+
- Secret reuse inherits the existence-first flow: when the target Secrets Store secret already exists, it is reused by reference and the key is not required. In that case the email cannot be verified locally; it is validated against the key when images are pulled.
14+
15+
```sh
16+
<path-to-key>.json | npx wrangler@latest containers registries configure <region>-docker.pkg.dev --gar-email=<service-account-email> --secret-name=Google_Service_Account_JSON_Key
17+
```
18+
319
## 0.15.1
420

521
### Patch Changes

packages/containers-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/containers-shared",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"private": true,
55
"description": "Package that contains shared container functionality for Cloudflare Workers SDK.",
66
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/containers-shared#readme",

packages/deploy-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/deploy-helpers
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b743c1`](https://github.com/cloudflare/workers-sdk/commit/3b743c1b86ad80c40fd9d2d678cd5a8cb66e86fa)]:
8+
- miniflare@4.20260625.0
9+
310
## 0.2.3
411

512
### Patch Changes

packages/deploy-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/deploy-helpers",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Internal deploy helpers for workers-sdk. Not intended for external use — APIs may change without notice.",
55
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/deploy-helpers#readme",
66
"bugs": {

0 commit comments

Comments
 (0)