From 64e36aaf64f89a1fb9d081acb8dbf26f23e4f5a7 Mon Sep 17 00:00:00 2001 From: Erik Munson Date: Thu, 1 Oct 2020 13:03:07 -0700 Subject: [PATCH 1/4] chore(appengine): publish appengine@0.0.19 d36922b4843945f694a659c156ce511935ae5ea3 feat(provider/appengine): add deploy global configuration stage (#8599) --- app/scripts/modules/appengine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/appengine/package.json b/app/scripts/modules/appengine/package.json index 7e4d79d4f2d..78acabe973d 100644 --- a/app/scripts/modules/appengine/package.json +++ b/app/scripts/modules/appengine/package.json @@ -1,7 +1,7 @@ { "name": "@spinnaker/appengine", "license": "Apache-2.0", - "version": "0.0.18", + "version": "0.0.19", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { From 4796837d844f2835763ea8127751da1e00a548ba Mon Sep 17 00:00:00 2001 From: Erik Munson Date: Thu, 1 Oct 2020 13:03:09 -0700 Subject: [PATCH 2/4] chore(core): publish core@0.0.514 34bc7e9f250e922a352a90c1b2ff417aff70ffb8 feat(core/managed): switch to abbreviated timestamp format, add version timestamps (#8610) 012b004842c53cac4fe427ba1d4ae01026c25132 feat(core/managed): show failed, pending bubbles for any constraint type (#8611) 7604b3d4bf7fb3ee795ea7720eb34b722f3a0f67 feat(webhooks): document stausJsonPath is now optional (#8608) 0463ecb5c4f2146635378746bb49c3c9551a595d feat(core/presentation): add useInterval hook (#8609) --- app/scripts/modules/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/package.json b/app/scripts/modules/core/package.json index 11204a81ba3..88c77ff30f4 100644 --- a/app/scripts/modules/core/package.json +++ b/app/scripts/modules/core/package.json @@ -1,7 +1,7 @@ { "name": "@spinnaker/core", "license": "Apache-2.0", - "version": "0.0.513", + "version": "0.0.514", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { From 43f25b330bd2f0394badb8265901b5fcd894df3c Mon Sep 17 00:00:00 2001 From: Erik Munson Date: Thu, 1 Oct 2020 13:03:10 -0700 Subject: [PATCH 3/4] chore(ecs): publish ecs@0.0.265 748da07923941dc1ccdcbbcfcab840ddea805b0c feat(ecs): Enable embedded artifacts for Deploy stage (#8603) 61cf058f04ce81b33037eff89cb417669dd531fc feat(ecs): add Amazon ECS Cypress tests --- app/scripts/modules/ecs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/ecs/package.json b/app/scripts/modules/ecs/package.json index 168b68179b1..5956a637dd4 100644 --- a/app/scripts/modules/ecs/package.json +++ b/app/scripts/modules/ecs/package.json @@ -1,7 +1,7 @@ { "name": "@spinnaker/ecs", "license": "Apache-2.0", - "version": "0.0.264", + "version": "0.0.265", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { From a6a3c2c128fac8cd915b17e65a5317ddad9f3305 Mon Sep 17 00:00:00 2001 From: Erik Munson Date: Thu, 1 Oct 2020 13:03:12 -0700 Subject: [PATCH 4/4] chore(titus): publish titus@0.0.145 619ad9c1dd1cae3858ad07eb8b2b87461f0ca09e (fix): Angular to react prop error (#8607) --- app/scripts/modules/titus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/titus/package.json b/app/scripts/modules/titus/package.json index 5e25f78a65d..b592b2f88ca 100644 --- a/app/scripts/modules/titus/package.json +++ b/app/scripts/modules/titus/package.json @@ -1,7 +1,7 @@ { "name": "@spinnaker/titus", "license": "Apache-2.0", - "version": "0.0.144", + "version": "0.0.145", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {