Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gantry pipeline plugin #1785

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/twenty-poets-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

template/\*-rest-api: seek-jobs/gantry v4.0.0
2 changes: 1 addition & 1 deletion docs/deep-dives/arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ As these have no set naming convention, you can look for:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: build
file: gantry.build.yml # <-- here
region: ap-southeast-2
Expand Down
6 changes: 3 additions & 3 deletions template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: build
file: gantry.build.yml
region: <%- region %>
Expand All @@ -87,7 +87,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -102,7 +102,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down
6 changes: 3 additions & 3 deletions template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: build
file: gantry.build.yml
region: <%- region %>
Expand All @@ -87,7 +87,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -102,7 +102,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v3.0.0:
- seek-jobs/gantry#v4.0.0:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down