Commit ccb893c
committed
fix(amd64): align Nucleus requirement to >=2.4.0 (was >=2.13.0)
recipe-amd64.yaml pinned aws.greengrass.Nucleus >=2.13.0 while every other
target (recipe.yaml, recipe-arm64.yaml, recipe-arm64-jp5.yaml,
recipe-arm64-jp6.yaml) uses >=2.4.0. Devices are provisioned with Nucleus
2.12.0 by setup_station.sh, so on x86_64 the deployment was unsatisfiable
(thing pinned =2.12.0 vs component >=2.13.0) and Greengrass rejected it with
FAILED_NO_STATE_CHANGE: 'No local or cloud component version satisfies the
requirements'. No amd64-specific feature needs a newer Nucleus; align to
>=2.4.0 to match the other targets.1 parent 6a8d994 commit ccb893c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments