Skip to content

Commit

Permalink
Update GoCD library
Browse files Browse the repository at this point in the history
This fixes an issue in rollbacks that can cause mutliple deploys of the same commit
  • Loading branch information
mattgauntseo-sentry committed Sep 28, 2023
1 parent 71132de commit 7da8282
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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": "v2.2.2"
"version": "v2.3.1"
}
],
"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": "54bb0adceffb690bf4aa744b23acdb7888c51fd5",
"sum": "stYmA7r5/MARC5qkFFR+94R1W5juwjmRNVQFOTxmwVA="
"version": "cfd0a0c54a580e1932e14368d0c99b2b5013c434",
"sum": "SFeCD13Z2qQftwrjVAKE19IjjgJAk8ninSJwePKhI8A="
}
],
"legacyImports": false
Expand Down
3 changes: 3 additions & 0 deletions gocd/templates/vroom.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ local pipedream_config = {
material_name: 'vroom_repo',
stage: 'deploy-primary',
elastic_profile_id: 'vroom',
// TODO: Remove the final_stage value once v2.3.1 a few goocd deploys are
// done with the pipeline-complete stage
final_stage: 'deploy-primary',
},
};

Expand Down

0 comments on commit 7da8282

Please sign in to comment.