From 7da82827c9c667cd63a1daef493cb63cd5ff2f9d Mon Sep 17 00:00:00 2001 From: Matt Gaunt-Seo Date: Thu, 28 Sep 2023 09:52:47 -0700 Subject: [PATCH] Update GoCD library This fixes an issue in rollbacks that can cause mutliple deploys of the same commit --- gocd/templates/jsonnetfile.json | 2 +- gocd/templates/jsonnetfile.lock.json | 4 ++-- gocd/templates/vroom.jsonnet | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gocd/templates/jsonnetfile.json b/gocd/templates/jsonnetfile.json index 736010c..da7a921 100644 --- a/gocd/templates/jsonnetfile.json +++ b/gocd/templates/jsonnetfile.json @@ -8,7 +8,7 @@ "subdir": "libs" } }, - "version": "v2.2.2" + "version": "v2.3.1" } ], "legacyImports": true diff --git a/gocd/templates/jsonnetfile.lock.json b/gocd/templates/jsonnetfile.lock.json index b477e85..48073b7 100644 --- a/gocd/templates/jsonnetfile.lock.json +++ b/gocd/templates/jsonnetfile.lock.json @@ -8,8 +8,8 @@ "subdir": "libs" } }, - "version": "54bb0adceffb690bf4aa744b23acdb7888c51fd5", - "sum": "stYmA7r5/MARC5qkFFR+94R1W5juwjmRNVQFOTxmwVA=" + "version": "cfd0a0c54a580e1932e14368d0c99b2b5013c434", + "sum": "SFeCD13Z2qQftwrjVAKE19IjjgJAk8ninSJwePKhI8A=" } ], "legacyImports": false diff --git a/gocd/templates/vroom.jsonnet b/gocd/templates/vroom.jsonnet index 92c48e4..47935ad 100644 --- a/gocd/templates/vroom.jsonnet +++ b/gocd/templates/vroom.jsonnet @@ -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', }, };