Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: release sanity runner [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tophat-opensource-bot committed Jul 18, 2022
1 parent e200daa commit bbd87f5
Show file tree
Hide file tree
Showing 15 changed files with 139 additions and 14 deletions.
24 changes: 24 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

<!-- MONODEPLOY:BELOW -->

## [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)<a name="6.0.0"></a>

### 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)<a name="4.1.0-rc.3"></a>

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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. <opensource@tophat.com>",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions plugins/fullstory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- MONODEPLOY:BELOW -->

## [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)<a name="1.0.0"></a>

### 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)<a name="0.1.0-rc.0"></a>

### Features
Expand Down
4 changes: 2 additions & 2 deletions plugins/fullstory/package.json
Original file line number Diff line number Diff line change
@@ -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. <opensource@tophat.com>",
"license": "Apache-2.0",
Expand All @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions plugins/pagerduty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [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)<a name="1.0.0"></a>

### 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))


4 changes: 2 additions & 2 deletions plugins/pagerduty/package.json
Original file line number Diff line number Diff line change
@@ -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. <opensource@tophat.com>",
"license": "Apache-2.0",
Expand All @@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions plugins/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [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)<a name="1.0.0"></a>

### 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))


4 changes: 2 additions & 2 deletions plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -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. <opensource@tophat.com>",
"license": "Apache-2.0",
Expand All @@ -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"
Expand Down
21 changes: 21 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!-- MONODEPLOY:BELOW -->

## [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)<a name="5.0.0"></a>

### 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)<a name="4.1.0-rc.0"></a>

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [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)<a name="1.0.0"></a>

### 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))


3 changes: 2 additions & 1 deletion terraform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
"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"
}
19 changes: 19 additions & 0 deletions types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<!-- MONODEPLOY:BELOW -->

## [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)<a name="1.0.0"></a>

### 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)<a name="0.1.0-rc.0"></a>

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -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. <opensource@tophat.com>",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit bbd87f5

Please sign in to comment.