From bbd87f58643ccb71464275974b35b937120a1b05 Mon Sep 17 00:00:00 2001 From: tophat-opensource-bot Date: Mon, 18 Jul 2022 00:23:04 +0000 Subject: [PATCH] chore: release sanity runner [skip ci] --- client/CHANGELOG.md | 24 ++++++++++++++++++++++++ client/package.json | 2 +- plugins/fullstory/CHANGELOG.md | 14 ++++++++++++++ plugins/fullstory/package.json | 4 ++-- plugins/pagerduty/CHANGELOG.md | 15 +++++++++++++++ plugins/pagerduty/package.json | 4 ++-- plugins/slack/CHANGELOG.md | 15 +++++++++++++++ plugins/slack/package.json | 4 ++-- service/CHANGELOG.md | 21 +++++++++++++++++++++ service/package.json | 2 +- terraform/CHANGELOG.md | 16 ++++++++++++++++ terraform/package.json | 3 ++- types/CHANGELOG.md | 19 +++++++++++++++++++ types/package.json | 2 +- yarn.lock | 8 ++++---- 15 files changed, 139 insertions(+), 14 deletions(-) create mode 100644 plugins/pagerduty/CHANGELOG.md create mode 100644 plugins/slack/CHANGELOG.md create mode 100644 terraform/CHANGELOG.md diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 7c3e9cb5..d13445ad 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -2,6 +2,30 @@ +## [6.0.0](https://github.com/tophat/sanity-runner/compare/sanity-runner-client@5.0.0...sanity-runner-client@6.0.0) "sanity-runner-client" (2022-07-18) + +### Breaking Changes + +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Bug Fixes + +* update aws sdk to v3 ([d2fe298](https://github.com/tophat/sanity-runner/commits/d2fe298)) +* use https agent for lambda invoke (#299) ([598ab31](https://github.com/tophat/sanity-runner/commits/598ab31)) +* parse junit in the service rather than client ([5b41f3b](https://github.com/tophat/sanity-runner/commits/5b41f3b)) + +### Features + +* add log formatting option for structured logs ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) +* add verbosity config options ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) +* add concurrency limit config options ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) +* added progress bar option ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) +* rewrite client in TypeScript (#295) ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) + + + + ## [4.1.0-rc.3](https://github.com/tophat/sanity-runner/compare/sanity-runner-client@4.1.0-rc.2...sanity-runner-client@4.1.0-rc.3) "sanity-runner-client" (2022-07-06) ### Bug Fixes diff --git a/client/package.json b/client/package.json index 2304dc42..37d80e5d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "sanity-runner-client", - "version": "4.1.0-rc.2", + "version": "6.0.0", "description": "Sanity cli client", "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", diff --git a/plugins/fullstory/CHANGELOG.md b/plugins/fullstory/CHANGELOG.md index b293174c..272209fc 100644 --- a/plugins/fullstory/CHANGELOG.md +++ b/plugins/fullstory/CHANGELOG.md @@ -2,6 +2,20 @@ +## [1.0.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-plugin-fullstory@0.0.1...@tophat/sanity-runner-plugin-fullstory@1.0.0) "@tophat/sanity-runner-plugin-fullstory" (2022-07-18) + +### Breaking Changes + +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Features + +* extract fullstory to plugin ([f1e9505](https://github.com/tophat/sanity-runner/commits/f1e9505)) +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) + + + + ## [0.1.0-rc.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-plugin-fullstory@0.0.1...@tophat/sanity-runner-plugin-fullstory@0.1.0-rc.0) "@tophat/sanity-runner-plugin-fullstory" (2022-07-06) ### Features diff --git a/plugins/fullstory/package.json b/plugins/fullstory/package.json index 2a58e9ce..1a4087f0 100644 --- a/plugins/fullstory/package.json +++ b/plugins/fullstory/package.json @@ -1,6 +1,6 @@ { "name": "@tophat/sanity-runner-plugin-fullstory", - "version": "0.0.1", + "version": "1.0.0", "description": "Sanity runner plugin for fullstory", "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", @@ -26,7 +26,7 @@ "directory": "plugins/fullstory" }, "dependencies": { - "@tophat/sanity-runner-types": "workspace:*" + "@tophat/sanity-runner-types": "workspace:^1.0.0" }, "devDependencies": { "@types/node": "^16.11.36" diff --git a/plugins/pagerduty/CHANGELOG.md b/plugins/pagerduty/CHANGELOG.md new file mode 100644 index 00000000..9585598b --- /dev/null +++ b/plugins/pagerduty/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + + + +## [1.0.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-plugin-pagerduty@0.0.1...@tophat/sanity-runner-plugin-pagerduty@1.0.0) "@tophat/sanity-runner-plugin-pagerduty" (2022-07-18) + +### Breaking Changes + +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Features + +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) + + diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index 2affe730..3da00eeb 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -1,6 +1,6 @@ { "name": "@tophat/sanity-runner-plugin-pagerduty", - "version": "0.0.1", + "version": "1.0.0", "description": "Sanity runner plugin for pagerduty", "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", @@ -26,7 +26,7 @@ "directory": "plugins/pagerduty" }, "dependencies": { - "@tophat/sanity-runner-types": "workspace:*", + "@tophat/sanity-runner-types": "workspace:^1.0.0", "node-pagerduty": "^1.3.6" }, "devDependencies": { diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md new file mode 100644 index 00000000..dddab045 --- /dev/null +++ b/plugins/slack/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + + + +## [1.0.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-plugin-slack@0.0.1...@tophat/sanity-runner-plugin-slack@1.0.0) "@tophat/sanity-runner-plugin-slack" (2022-07-18) + +### Breaking Changes + +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Features + +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) + + diff --git a/plugins/slack/package.json b/plugins/slack/package.json index 69f625d8..3f3c74db 100644 --- a/plugins/slack/package.json +++ b/plugins/slack/package.json @@ -1,6 +1,6 @@ { "name": "@tophat/sanity-runner-plugin-slack", - "version": "0.0.1", + "version": "1.0.0", "description": "Sanity runner plugin for slack alerts", "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", @@ -27,7 +27,7 @@ }, "dependencies": { "@slack/web-api": "^6.7.0", - "@tophat/sanity-runner-types": "workspace:*" + "@tophat/sanity-runner-types": "workspace:^1.0.0" }, "devDependencies": { "@types/node": "^16.11.36" diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index de9eefc5..a74472f7 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -2,6 +2,27 @@ +## [5.0.0](https://github.com/tophat/sanity-runner/compare/sanity-runner-service@4.1.0-rc.0...sanity-runner-service@5.0.0) "sanity-runner-service" (2022-07-18) + +### Breaking Changes + +* The terraform module now resides in its own workspace. See the README for the new path. ([54d3bba](https://github.com/tophat/sanity-runner/commits/54d3bba)) +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Bug Fixes + +* update aws sdk to v3 ([d2fe298](https://github.com/tophat/sanity-runner/commits/d2fe298)) +* parse junit in the service rather than client ([5b41f3b](https://github.com/tophat/sanity-runner/commits/5b41f3b)) + +### Features + +* extract fullstory to plugin ([f1e9505](https://github.com/tophat/sanity-runner/commits/f1e9505)) +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) +* extract terraform to its own workspace ([54d3bba](https://github.com/tophat/sanity-runner/commits/54d3bba)) + + + + ## [4.1.0-rc.0](https://github.com/tophat/sanity-runner/compare/sanity-runner-service@4.0.1-rc.0...sanity-runner-service@4.1.0-rc.0) "sanity-runner-service" (2022-07-06) ### Bug Fixes diff --git a/service/package.json b/service/package.json index 80dd2e73..147b8727 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "sanity-runner-service", - "version": "4.1.0-rc.0", + "version": "5.0.0", "description": "Distributed Sanity Test Suite Runner", "main": "service/handler.js", "scripts": { diff --git a/terraform/CHANGELOG.md b/terraform/CHANGELOG.md new file mode 100644 index 00000000..23879ac6 --- /dev/null +++ b/terraform/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + + + +## [1.0.0](https://github.com/tophat/sanity-runner/compare/sanity-runner-terraform@0.0.0...sanity-runner-terraform@1.0.0) "sanity-runner-terraform" (2022-07-18) + +### Breaking Changes + +* The terraform module now resides in its own workspace. See the README for the new path. ([54d3bba](https://github.com/tophat/sanity-runner/commits/54d3bba)) +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Features + +* extract terraform to its own workspace ([54d3bba](https://github.com/tophat/sanity-runner/commits/54d3bba)) + + diff --git a/terraform/package.json b/terraform/package.json index f4c63a24..92eee0c0 100644 --- a/terraform/package.json +++ b/terraform/package.json @@ -8,5 +8,6 @@ "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", "url": "https://github.com/tophat/sanity-runner/issues", - "homepage": "https://github.com/tophat/sanity-runner#readme" + "homepage": "https://github.com/tophat/sanity-runner#readme", + "version": "1.0.0" } diff --git a/types/CHANGELOG.md b/types/CHANGELOG.md index 2b0ac66e..f4bc260c 100644 --- a/types/CHANGELOG.md +++ b/types/CHANGELOG.md @@ -2,6 +2,25 @@ +## [1.0.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-types@0.1.0-rc.0...@tophat/sanity-runner-types@1.0.0) "@tophat/sanity-runner-types" (2022-07-18) + +### Breaking Changes + +* Large refactor of Sanity Runner. Please read the changelog carefully. ([6cddfd1](https://github.com/tophat/sanity-runner/commits/6cddfd1)) + +### Bug Fixes + +* update aws sdk to v3 ([d2fe298](https://github.com/tophat/sanity-runner/commits/d2fe298)) +* parse junit in the service rather than client ([5b41f3b](https://github.com/tophat/sanity-runner/commits/5b41f3b)) + +### Features + +* extract fullstory to plugin ([f1e9505](https://github.com/tophat/sanity-runner/commits/f1e9505)) +* publish client as npm package instead of binary ([c2053d0](https://github.com/tophat/sanity-runner/commits/c2053d0)) + + + + ## [0.1.0-rc.0](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-types@0.0.2-rc.0...@tophat/sanity-runner-types@0.1.0-rc.0) "@tophat/sanity-runner-types" (2022-07-06) ### Bug Fixes diff --git a/types/package.json b/types/package.json index bc4f0e4e..750cd83a 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@tophat/sanity-runner-types", - "version": "0.1.0-rc.0", + "version": "1.0.0", "description": "Sanity runner typescript types", "author": "Top Hat Monocle Corp. ", "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index b6da7ccc..58213488 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2677,7 +2677,7 @@ __metadata: version: 0.0.0-use.local resolution: "@tophat/sanity-runner-plugin-fullstory@workspace:plugins/fullstory" dependencies: - "@tophat/sanity-runner-types": "workspace:*" + "@tophat/sanity-runner-types": "workspace:^1.0.0" "@types/node": ^16.11.36 languageName: unknown linkType: soft @@ -2686,7 +2686,7 @@ __metadata: version: 0.0.0-use.local resolution: "@tophat/sanity-runner-plugin-pagerduty@workspace:plugins/pagerduty" dependencies: - "@tophat/sanity-runner-types": "workspace:*" + "@tophat/sanity-runner-types": "workspace:^1.0.0" "@types/node": ^16.11.36 node-pagerduty: ^1.3.6 languageName: unknown @@ -2697,12 +2697,12 @@ __metadata: resolution: "@tophat/sanity-runner-plugin-slack@workspace:plugins/slack" dependencies: "@slack/web-api": ^6.7.0 - "@tophat/sanity-runner-types": "workspace:*" + "@tophat/sanity-runner-types": "workspace:^1.0.0" "@types/node": ^16.11.36 languageName: unknown linkType: soft -"@tophat/sanity-runner-types@workspace:*, @tophat/sanity-runner-types@workspace:types": +"@tophat/sanity-runner-types@workspace:*, @tophat/sanity-runner-types@workspace:^1.0.0, @tophat/sanity-runner-types@workspace:types": version: 0.0.0-use.local resolution: "@tophat/sanity-runner-types@workspace:types" dependencies: