diff --git a/.changeset/olive-boats-report.md b/.changeset/olive-boats-report.md deleted file mode 100644 index 54ce8df23..000000000 --- a/.changeset/olive-boats-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"skuba": patch ---- - -template: seek-jobs/gantry v1.5.0 diff --git a/.changeset/pretty-starfishes-jam.md b/.changeset/pretty-starfishes-jam.md new file mode 100644 index 000000000..7aecb9ae0 --- /dev/null +++ b/.changeset/pretty-starfishes-jam.md @@ -0,0 +1,5 @@ +--- +"skuba": patch +--- + +template: seek-jobs/gantry v1.5.1 diff --git a/template/express-rest-api/.buildkite/pipeline.yml b/template/express-rest-api/.buildkite/pipeline.yml index 4e0275988..fc29929e5 100644 --- a/template/express-rest-api/.buildkite/pipeline.yml +++ b/template/express-rest-api/.buildkite/pipeline.yml @@ -67,7 +67,7 @@ steps: - *aws-sm - *private-npm - *docker-ecr-cache - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: build file: gantry.build.yml region: <%- region %> @@ -83,7 +83,7 @@ steps: concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %> key: deploy-dev plugins: - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: apply environment: <%- devGantryEnvironmentName %> file: gantry.apply.yml @@ -99,7 +99,7 @@ steps: concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %> depends_on: deploy-dev plugins: - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: apply environment: <%- prodGantryEnvironmentName %> file: gantry.apply.yml diff --git a/template/koa-rest-api/.buildkite/pipeline.yml b/template/koa-rest-api/.buildkite/pipeline.yml index 4e0275988..fc29929e5 100644 --- a/template/koa-rest-api/.buildkite/pipeline.yml +++ b/template/koa-rest-api/.buildkite/pipeline.yml @@ -67,7 +67,7 @@ steps: - *aws-sm - *private-npm - *docker-ecr-cache - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: build file: gantry.build.yml region: <%- region %> @@ -83,7 +83,7 @@ steps: concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %> key: deploy-dev plugins: - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: apply environment: <%- devGantryEnvironmentName %> file: gantry.apply.yml @@ -99,7 +99,7 @@ steps: concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %> depends_on: deploy-dev plugins: - - seek-jobs/gantry#v1.5.0: + - seek-jobs/gantry#v1.5.1: command: apply environment: <%- prodGantryEnvironmentName %> file: gantry.apply.yml