Skip to content

Releases: buildkite-plugins/ecs-deploy-buildkite-plugin

v1.0.0 (🎂 One Dot Oh)

09 Apr 04:03
8e3bd89
Compare
Choose a tag to compare

Big thanks to @patrobinson for all the contributions!

Added

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"