Skip to content

Commit 69ff33b

Browse files
authored
feat(static-site): publish v0.3.2 (#35)
Publishes the `static-site` recipe at v0.3.2, pinning the canister and sync-plugin wasm from dfinity/certified-assets's v0.3.2 release. The committed `recipe.hbs` is the asset attached to that release, verbatim — verify it matches: https://github.com/dfinity/certified-assets/releases/download/v0.3.2/recipe.hbs After merge, tag `static-site-v0.3.2` in this repo to cut the recipe release. ------ ### Context: version ordering This publishes `static-site-v0.3.2`, below the existing `static-site-v0.4.0`. That's deliberate: the `static-site` recipe version tracks the certified-assets release it pins, and v0.4.0 pins v0.3.1 artifacts. A minor bump upstream also carries a specific meaning — breaking change, canister reinstall, every asset re-uploaded — which doesn't apply here. Sequence: merge this → tag `static-site-v0.3.2` → retire the `static-site-v0.4.0` tag and release. One local checkout references it, coordinated directly. #34's `visibility` option is unaffected: it was carried upstream in [certified-assets#118](dfinity/certified-assets#118), so it's in the recipe committed here and the diff is only the two wasm pins. These files are regenerated from that repo on each publish, so changes persist by landing there.
1 parent 17b88c6 commit 69ff33b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

recipes/static-site/recipe.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ build:
1919
{{/each}}
2020
{{/if}}
2121
- type: pre-built
22-
url: https://github.com/dfinity/certified-assets/releases/download/v0.3.1/canister-release.wasm.gz
23-
sha256: 450ff311b283df72212c76dc36827b530b64c0091eb7982f342df74e378be1b6
22+
url: https://github.com/dfinity/certified-assets/releases/download/v0.3.2/canister-release.wasm.gz
23+
sha256: eaa83f13c7b5d9aa9e012312556cf32afa66d9b287d3a7da1a9335ae97dedc2b
2424
{{#if metadata}}
2525
- type: script
2626
commands:
@@ -39,7 +39,7 @@ sync:
3939
{{/each}}
4040
{{/if}}
4141
- type: plugin
42-
url: https://github.com/dfinity/certified-assets/releases/download/v0.3.1/plugin-release.wasm
43-
sha256: af9e780faaf81293f3cae7785095fa5a9c2f3738f0664ad21d7d7480ab04e3bb
42+
url: https://github.com/dfinity/certified-assets/releases/download/v0.3.2/plugin-release.wasm
43+
sha256: aad9c2e657ee7adb1427438e92efe1092dec0dbd474280d1069bfb648a0aebe6
4444
dirs:
4545
- {{ dir }}

0 commit comments

Comments
 (0)