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

Update gocd-jsonnet to 2.2.2 #1301

Merged
merged 1 commit into from
Sep 19, 2023
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
2 changes: 1 addition & 1 deletion gocd/templates/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "libs"
}
},
"version": "v1.5.1"
"version": "v2.2.2"
}
],
"legacyImports": true
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": "libs"
}
},
"version": "22b351221458e2d9add1014d6230e76f1bdd40c1",
"sum": "gF65Dh1Po+61V0CV5F05UFDEki0Z4ov4739GZXShqcM="
"version": "54bb0adceffb690bf4aa744b23acdb7888c51fd5",
"sum": "stYmA7r5/MARC5qkFFR+94R1W5juwjmRNVQFOTxmwVA="
}
],
"legacyImports": false
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/symbolicator.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local deploy_canary_stage(region) =
else
[
{
deploy_canary: {
'deploy-canary': {
fetch_materials: true,
jobs: {
create_sentry_release: {
Expand Down Expand Up @@ -75,7 +75,7 @@ function(region) {
},
] + deploy_canary_stage(region) + [
{
deploy_primary: {
'deploy-primary': {
[if getsentry.is_st(region) then null else 'approval']: {
type: 'manual',
},
Expand Down
2 changes: 1 addition & 1 deletion gocd/templates/symbolicator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local pipedream_config = {
// Add rollback
rollback: {
material_name: 'symbolicator_repo',
stage: 'deploy_primary',
stage: 'deploy-primary',
elastic_profile_id: 'symbolicator',
},

Expand Down
Loading