Skip to content

Commit 1c30d05

Browse files
chore(deps): pin bioreactor-v1 to the current component releases (#30)
Bring the bioreactor-v1 machine-profile up to the freshly cut releases so a config-driven install fetches current code for the #138 hardware campaign: - runtime 0.1.30 -> 0.1.31 (hardened install.sh: --prefix, health port, checksum verify) - bread 0.2.11 -> 0.3.0 (anolis-provider-sdk migration + health metrics) - ezo 0.2.7 -> 0.3.0 (anolis-provider-sdk migration + WaitReady) - telemetry 0.1.0 -> 0.1.1 (match the released package) Also bumps schema-source to anolis 0.1.31 (schema unchanged from 0.1.30). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7a9eed9 commit 1c30d05

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/bioreactor-v1/machine-profile.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ compatibility:
3939
components:
4040
runtime:
4141
repo: anolishq/anolis
42-
version: "0.1.30"
42+
version: "0.1.31"
4343
providers:
4444
bread:
4545
repo: anolishq/anolis-provider-bread
46-
version: "0.2.11"
46+
version: "0.3.0"
4747
ezo:
4848
repo: anolishq/anolis-provider-ezo
49-
version: "0.2.7"
49+
version: "0.3.0"
5050
optional:
5151
telemetry_export:
5252
package: anolis-telemetry-export
53-
version: "0.1.0"
53+
version: "0.1.1"

schema-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"repo": "anolishq/anolis",
3-
"version": "0.1.30"
3+
"version": "0.1.31"
44
}

0 commit comments

Comments
 (0)