Releases: marcqualie/ecsx
Releases · marcqualie/ecsx
v0.9.0
Maintenance upgrade for minor dependencies and security patches.
Changed
- Added support for Node 20 + 22 (#100)
- TypeScript 4.9 -> 5.9 (#105)
- Migrated from ESLint to Biome for linting (#102)
- Updated to use Jest for testing instead of mocha/chai/nyc (#106)
- Updated all minor + patch versions of dependencies (#98)
Removed
- Dropped support for Node 16 + 18 (#99)
v0.8.2
v0.7.0
Added
list-clusterscommand to see which clusters are defined in the configverify-configcommand to ensure your ecsx.yml file is valid- Allow defining secrets at the cluster layer
v0.6.0
Added
pscommand shows a list of services and tasks currently active in a clusterdeletecommand to remove services and tasks from a cluster
Changed
- Configuration syntax for public/private subnets has been updated (#54)
- Public IPs are allocated by default, but tasks can be spun up in a private subnet (#54)
- Log groups are now segmented by project + environment, stream prefixed with task name (#49)
Removed
- Deprecated config (
environment,consoleTask,version) are no longer valid and will be ignored.