Skip to content

Commit

Permalink
Merge pull request #89 from flatcar/kai/wasmtime-bump
Browse files Browse the repository at this point in the history
Bump wasmtime to latest version
  • Loading branch information
tormath1 authored Sep 10, 2024
2 parents bcc3989 + a63a73a commit bcf1ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ variant: flatcar
version: 1.0.0
storage:
files:
- path: /opt/extensions/wasmtime/wasmtime-17.0.1-x86-64.raw
- path: /opt/extensions/wasmtime/wasmtime-24.0.0-x86-64.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/wasmtime-17.0.1-x86-64.raw
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/wasmtime-24.0.0-x86-64.raw
- path: /opt/extensions/docker/docker-24.0.9-x86-64.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/docker-24.0.9-x86-64.raw
Expand All @@ -123,7 +123,7 @@ storage:
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/docker.conf
links:
- target: /opt/extensions/wasmtime/wasmtime-17.0.1-x86-64.raw
- target: /opt/extensions/wasmtime/wasmtime-24.0.0-x86-64.raw
path: /etc/extensions/wasmtime.raw
hard: false
- target: /opt/extensions/docker/docker-24.0.9-x86-64.raw
Expand Down Expand Up @@ -456,7 +456,7 @@ Refer to `./bake_flatcar_image.sh --help` for more information.

Example usage:
```
./bake_flatcar_image.sh --fetch --vendor qemu_uefi wasmtime:wasmtime-17.0.1-x86-64.raw
./bake_flatcar_image.sh --fetch --vendor qemu_uefi wasmtime:wasmtime-24.0.0-x86-64.raw
```

Example usage with local sysext:
Expand Down
3 changes: 1 addition & 2 deletions release_build_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ docker_compose-2.24.5

wasmtime-12.0.0
wasmtime-13.0.0 # Used in Flatcar wasm OS demo
wasmtime-17.0.1 # Used in README.md. Update readme when version changes.
wasmtime-18.0.1
wasmtime-24.0.0 # Used in README.md. Update readme when version changes.

wasmcloud-0.82.0
wasmcloud-1.0.0
Expand Down

0 comments on commit bcf1ce4

Please sign in to comment.