v2025-02-04
Overview:
A nixosModule, profile-aws-ec2-ephemeral
has been added to support ec2 instances with ephemeral storage block devices, offering auto-format and mount with RAID0 creation for multiple devices. The aws ec2 spec file was updated. A number of small fixes and improvements were added.
Details:
- Bumps auth-keys-hub for package tests modification
- Update the aws ec2 spec file
- Adds
isd
to the basic nixosModule profile for fast interactive systemd service discovery and interaction - Prepares for node 10.2.x breaking changes
- Adjusts the timing of template demo recipes to avoid intermittent failure
- Adds a
profile-aws-ec2-ephemeral
nixosModule to support auto format and mounting of xfs ephemeral block devices with optional RAID0 support - Adds
profile-aws-ec2-ephemeral
to the colmena machine definition file default module import list - Fixes some template gov action query edge cases and jq parse failures
Breaking Changes, Recommended Updates and Action Items:
Breaking:
- N/A
Recommended Updates:
- Update the cardano-parts pin to this release version
v2025-02-04
- Apply the template Justfile diff and patch or clone recipes on files described below.
Action Items:
Diff and patch the following files with just template-diff "$FILE"
and then just template-patch "$FILE"
. Looking at the short PR diff for these files found at directory templates/cardano-parts-project/
prior to diffing and patching against your own repo can also be helpful.
Alternatively, if you know you would just like to mirror any of these template files without diffing or patching, use the just template-clone "$FILE"
recipe.
Justfile # Timing adjustments for the state demo recipes to avoid intermittent errors
flake/colmena.nix # For an aws ec2 ephemeral support module
scripts/recipes-governance.just # For query-gov-action-status recipe update and fixes