Releases: cloudboss/easyto
Releases · cloudboss/easyto
v0.3.0
Changed
- Update easyto-assets to v0.4.0 to speed boot time.
- Update README to clarify behavior of
secrets-manager
volume.
Removed
- Remove init from this repository. It has been replaced with a version developed in its own repository.
v0.2.0
Changed
- Validate the VERSION variable in the Makefile.
- Pass --rm to docker run commands in the Makefile.
- Use the AWS SDK to retrieve EC2 instance metadata instead of using HTTP directly.
- Update instances to use cgroups v2.
- Update docker library.
- Tidy go.mod.
- Update easyto-assets to
v0.3.0
to include kmod for loading of kernel modules.
Added
- Add a changelog, to follow the style of keep a changelog.
- Add a
test
target to the Makefile that runsgo vet
andgo test
. - Add GitHub workflows for test and release.
- Environment variables and command arguments in user data can include variable expansion in the style of Kubernetes dependent environment variables.
- EC2 instance metadata can be used as a source for environment variables.
- Set a default
PATH
environment variable for the instance command on boot if it is not defined in the container image or user data.
Removed
- Building of assets has been moved to the
github.com/cloudboss/easyto-assets
repo.
Initial release
v0.1.0 Initial release