Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This is the changelog for Scramjet Transform Hub. It holds only notable commits, others are grouped without commit info.

## [0.36.0] - 2023-09-25

## Features

* Monitoring Server by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/944

## Fixed

* Disconnect Hub errors enum + types by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/941
* Fix runner exit by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/951
* Bump systeminformation from 5.21.4 to 5.21.7 by @dependabot in https://github.com/scramjetorg/transform-hub/pull/950
* Fix build docs for ModuleLoader and MonitoringServer by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/953

## [0.35.3] - 2023-09-04

## Features
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/scramjetorg/transform-hub.git"
},
"devDependencies": {
"@scramjet/types": "0.35.3"
"@scramjet/types": "0.36.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/iac-test-data/sequences/infinite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "si pack -o ../hello-2.tar.gz ."
},
"devDependencies": {
"@scramjet/types": "^0.35.3"
"@scramjet/types": "^0.36.0"
}
}
12 changes: 6 additions & 6 deletions bdd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scramjet-bdd",
"version": "0.35.3",
"version": "0.36.0",
"description": "As the \"problem scope\" of the business problem that our technology solves is quite complex, we decided to use the BDD practice to support the development process. BDD is a methodology of high automation and agility. It describes a cycle of interactions with well-defined outcomes. As a result of these activities, we obtain working, tested software that has a real value.",
"main": "_cucumber.js",
"dependencies": {
"@scramjet/api-client": "^0.35.3",
"@scramjet/logger": "^0.35.3",
"@scramjet/obj-logger": "^0.35.3",
"@scramjet/sth-config": "^0.35.3",
"@scramjet/api-client": "^0.36.0",
"@scramjet/logger": "^0.36.0",
"@scramjet/obj-logger": "^0.36.0",
"@scramjet/sth-config": "^0.36.0",
"dockerode": "^3.3.4",
"find-package-json": "^1.2.0",
"freeport": "^1.0.5",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"@cucumber/pretty-formatter": "^1.0.0",
"@scramjet/types": "^0.35.3"
"@scramjet/types": "^0.36.0"
},
"scripts": {
"build:bdd": "tsc -p tsconfig.json",
Expand Down
Loading