Releases: buildkite-plugins/ecs-deploy-buildkite-plugin
Releases · buildkite-plugins/ecs-deploy-buildkite-plugin
v1.0.0 (🎂 One Dot Oh)
Big thanks to @patrobinson for all the contributions!
Added
- Add task role option (#26) @patrobinson
- Create the service if it does not already exist (#25) @patrobinson
- Fix tests (#24) @patrobinson
Other Changes
- Update buildkite plugin shellcheck to v1.1.2 (#20) @renovate[bot]
- Update buildkite/plugin-tester:latest Docker digest to 58a345b (#22) @renovate[bot]
- Update buildkite plugin docker-compose to v3.0.1 (#27) @renovate[bot]
- Update buildkite plugin plugin-linter to v2.0.0 (#7) @renovate[bot]
- Pin buildkite/plugin-tester Docker tag (#3) @renovate[bot]
- Configure Renovate (#2) @renovate[bot]
- Add shellcheck, linter and plugin.yml (#1) @toolmantim
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecs-deploy#v0.0.1:
+ ecs-deploy#v1.0.0:
cluster: "my-ecs-cluster"