From d4479ed20fd8ccc0f53926cbc2ad05cb6a9b6845 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Sun, 19 Apr 2026 17:25:41 -0400 Subject: [PATCH 1/2] Update easyto-assets and easyto-init --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fb91a05..06d09db 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif DIR_RELEASE = $(DIR_OUT)/release EASYTO_ASSETS_RELEASES = https://github.com/cloudboss/easyto-assets/releases/download -EASYTO_ASSETS_VERSION = v0.5.1 +EASYTO_ASSETS_VERSION = v0.6.0 EASYTO_ASSETS_BUILD = easyto-assets-build-$(EASYTO_ASSETS_VERSION) EASYTO_ASSETS_BUILD_ARCHIVE = $(EASYTO_ASSETS_BUILD).tar.gz EASYTO_ASSETS_BUILD_URL = $(EASYTO_ASSETS_RELEASES)/$(EASYTO_ASSETS_VERSION)/$(EASYTO_ASSETS_BUILD_ARCHIVE) @@ -31,7 +31,7 @@ EASYTO_ASSETS_RUNTIME = easyto-assets-runtime-$(EASYTO_ASSETS_VERSION) EASYTO_ASSETS_RUNTIME_ARCHIVE = $(EASYTO_ASSETS_RUNTIME).tar.gz EASYTO_ASSETS_RUNTIME_URL = $(EASYTO_ASSETS_RELEASES)/$(EASYTO_ASSETS_VERSION)/$(EASYTO_ASSETS_RUNTIME_ARCHIVE) EASYTO_INIT_RELEASES = https://github.com/cloudboss/easyto-init/releases/download -EASYTO_INIT_VERSION = v0.4.1 +EASYTO_INIT_VERSION = v0.5.0 EASYTO_INIT = easyto-init-$(EASYTO_INIT_VERSION) EASYTO_INIT_ARCHIVE = easyto-init-$(EASYTO_INIT_VERSION).tar.gz EASYTO_INIT_URL = $(EASYTO_INIT_RELEASES)/$(EASYTO_INIT_VERSION)/$(EASYTO_INIT_ARCHIVE) diff --git a/README.md b/README.md index 3e83290..9349975 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ A template volume is used to render a mustache template to a file. This is a pse `destination`: (Required, type _string_) - The mount destination. This may be a file or a directory depending on the configuration of the volume. -`fs-type`: (Conditional, type _string_) - Filesystem type of the device. Available types are `ext2`, `ext3`, `ext4`, and `btrfs`. The filesystem will be formatted on the first boot. Required for EBS volumes and ignored otherwise. +`fs-type`: (Conditional, type _string_) - Filesystem type of the device. Available types are `ext2`, `ext3`, `ext4`, `btrfs`, and `xfs`. The filesystem will be formatted on the first boot. Required for EBS volumes and ignored otherwise. `group-id`: (Optional, type _int_, default is the value of `security.run-as-group-id`) - The group ID of the destination. From f48a79f08e04d9fdb0252df4d3a575ca82ab60dc Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Sun, 19 Apr 2026 17:25:53 -0400 Subject: [PATCH 2/2] Update changelog for v0.8.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19c35d..02c58da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.0] - 2026-04-19 + +### Added + +- Add support for XFS filesystem on EBS volumes. + +### Changed + +- Update [easyto-assets](https://github.com/cloudboss/easyto-assets) to `v0.6.0`. This includes: a kernel configuration trimmed specifically for EC2 Nitro, new support for XFS, and version updates to zlib, OpenSSL, and OpenSSH. +- Update [easyto-init](https://github.com/cloudboss/easyto-init) to `v0.5.0`. + ## [0.7.0] - 2026-04-17 ### Added @@ -98,6 +109,7 @@ Initial release +[0.8.0]: https://github.com/cloudboss/easyto/releases/tag/v0.8.0 [0.7.0]: https://github.com/cloudboss/easyto/releases/tag/v0.7.0 [0.6.0]: https://github.com/cloudboss/easyto/releases/tag/v0.6.0 [0.5.0]: https://github.com/cloudboss/easyto/releases/tag/v0.5.0