You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,14 @@ To run stackinator [uv](https://docs.astral.sh/uv/getting-started/installation/)
29
29
30
30
### Versions
31
31
32
-
Stackinator version 6 will be the first release of Stackinator to support Spack 1.0, released in July 2025.
33
-
There will be significant changes introduced in Spack 1.0, which will require making some non-trivial changes to Stackinator, and possibly adding breaking changes to the Stackinator recipe specification.
32
+
The two supported versions of Stackinator are:
34
33
35
-
The git branch `releases/v5` will be maintained to provide support for all versions 0.21, 0.22 and 0.23 of Spack and existing recipes.
34
+
***v6**: the latest release, which supports Spack 1.0.
35
+
* Introduces breaking changes to the recipe format from v5.
36
+
*[Check out the guide][ref-porting] for porting recipes to the new format.
37
+
***v5**: supports Spack v0.23 (also v0.21 and v0.22) and earlier.
38
+
* Maintained in the git branch `releases/v5`.
36
39
37
-
The `main` branch of Stackinator will contain
38
-
39
-
!!! info "Porting recipes to Spack 1.0"
40
-
[Check out the guide][ref-porting] for porting recipes from Stackinator 5/Spack 0.23 to Stackinator 6/Spack 1.0.
0 commit comments