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
54 changes: 38 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,69 @@

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

## [0.35.3] - 2023-09-04

## Features

* Delete hub in Client/CLI by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/927>
* Display space version by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/909>
* Feat/get sequence by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/919>
* Feat/remove config logs by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/923>

## Fixed

* Remove redundant files by @a-tylenda in <https://github.com/scramjetorg/transform-hub/pull/929>
* Bump protobufjs from 6.11.3 to 6.11.4 by @dependabot in <https://github.com/scramjetorg/transform-hub/pull/931>
* Fix workflows - delete node14 and step to install pigz by @tomekcrm in <https://github.com/scramjetorg/transform-hub/pull/938>
* Show HTTP status/code returned by platform by @patuwwy in <https://github.com/scramjetorg/transform-hub/pull/934>
* Fix CLI not to read space state when it's not needed by @MichalCz in <https://github.com/scramjetorg/transform-hub/pull/930>
* Fix topic streaming bug by @MichalCz in <https://github.com/scramjetorg/transform-hub/pull/932>
* Update tips in hub logs by @a-tylenda in <https://github.com/scramjetorg/transform-hub/pull/943>
* Changes in types and messages by @gzukowski in <https://github.com/scramjetorg/transform-hub/pull/926>

**Full Changelog**: <https://github.com/scramjetorg/transform-hub/compare/v0.35.2...v0.35.3>

## [0.35.2] - 2023-07-26

## Features

* Feat/all sequences by @gzukowski in https://github.com/scramjetorg/transform-hub/pull/903
* Feat/all sequences by @gzukowski in <https://github.com/scramjetorg/transform-hub/pull/903>

## [0.35.1] - 2023-07-21

## Features

* option to revoke all keys using --all flag by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/907
* option to revoke all keys using --all flag by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/907>

## Fixed

* VDM-1021: add script to bump dependencies version by @tomekcrm in https://github.com/scramjetorg/transform-hub/pull/898
* Add prepack:pub command to execute installing dependencies for the packages to be released by @alicja-gruzdz in https://github.com/scramjetorg/transform-hub/pull/906
* VDM-1021: add script to bump dependencies version by @tomekcrm in <https://github.com/scramjetorg/transform-hub/pull/898>
* Add prepack:pub command to execute installing dependencies for the packages to be released by @alicja-gruzdz in <https://github.com/scramjetorg/transform-hub/pull/906>

## [0.35.0] - 2023-07-10

## Features

* Add space client to AppContext by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/836
* Feat/CLI Topic Create Delete by @ErykSol in https://github.com/scramjetorg/transform-hub/pull/857
* Add space client to AppContext by @patuwwy in <https://github.com/scramjetorg/transform-hub/pull/836>
* Feat/CLI Topic Create Delete by @ErykSol in <https://github.com/scramjetorg/transform-hub/pull/857>

## Fixed

* Bump semver from 7.3.8 to 7.5.2 by @dependabot in https://github.com/scramjetorg/transform-hub/pull/890
* Fixed bug with missing content-type by @gzukowski in https://github.com/scramjetorg/transform-hub/pull/893
* New AuditStream codes for CPM by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/891
* Python runner stderr fix for crashlog() by @S4adam in https://github.com/scramjetorg/transform-hub/pull/895
* added "clickup task" field in PR template by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/896
* Bump semver from 7.3.8 to 7.5.2 by @dependabot in <https://github.com/scramjetorg/transform-hub/pull/890>
* Fixed bug with missing content-type by @gzukowski in <https://github.com/scramjetorg/transform-hub/pull/893>
* New AuditStream codes for CPM by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/891>
* Python runner stderr fix for crashlog() by @S4adam in <https://github.com/scramjetorg/transform-hub/pull/895>
* added "clickup task" field in PR template by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/896>

## [0.34.4] - 2023-06-21

## ## Fixed

* fix/proper-permissions-after-unpack by @tomekcrm in https://github.com/scramjetorg/transform-hub/pull/881
* Add crash log feature to Kube Adapter by @MichalCz in https://github.com/scramjetorg/transform-hub/pull/792
* si seq delete SEQ_ID --force by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/884
* Fix: Unable to set platform defaults by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/883
* Fix/prod only messages by @piotrek6641 in https://github.com/scramjetorg/transform-hub/pull/886
* fix/proper-permissions-after-unpack by @tomekcrm in <https://github.com/scramjetorg/transform-hub/pull/881>
* Add crash log feature to Kube Adapter by @MichalCz in <https://github.com/scramjetorg/transform-hub/pull/792>
* si seq delete SEQ_ID --force by @patuwwy in <https://github.com/scramjetorg/transform-hub/pull/884>
* Fix: Unable to set platform defaults by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/883>
* Fix/prod only messages by @piotrek6641 in <https://github.com/scramjetorg/transform-hub/pull/886>

## [0.34.3] and [0.34.2] - 2023-06-05

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.2"
"@scramjet/types": "0.35.3"
},
"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.2",
"@scramjet/types": "^0.35.3",
"@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.2",
"@scramjet/types": "^0.35.3",
"@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.2",
"@scramjet/types": "^0.35.3",
"@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.2"
"@scramjet/types": "^0.35.3"
}
}
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.2",
"version": "0.35.3",
"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.2",
"@scramjet/logger": "^0.35.2",
"@scramjet/obj-logger": "^0.35.2",
"@scramjet/sth-config": "^0.35.2",
"@scramjet/api-client": "^0.35.3",
"@scramjet/logger": "^0.35.3",
"@scramjet/obj-logger": "^0.35.3",
"@scramjet/sth-config": "^0.35.3",
"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.2"
"@scramjet/types": "^0.35.3"
},
"scripts": {
"build:bdd": "tsc -p tsconfig.json",
Expand Down
16 changes: 8 additions & 8 deletions docs/adapters/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ Configuration used to run command in container.

| Name | Type | Description |
| :------ | :------ | :------ |
| `autoRemove?` | `boolean` | **`Property`** If true container will be removed after container's process exit. |
| `binds?` | `string`[] | **`Property`** Directories mount configuration. |
| `command?` | `string`[] | Command with optional parameters. **`Property`** Command to be executed. |
| `envs?` | `string`[] | **`Property`** A list of environment variables to set inside the container in the form ```["VAR=value", ...]``` |
| `imageName` | `string` | **`Property`** Image name. |
| `autoRemove?` | `boolean` | **`Property`** If true container will be removed after container's process exit. |
| `binds?` | `string`[] | **`Property`** Directories mount configuration. |
| `command?` | `string`[] | Command with optional parameters. **`Property`** Command to be executed. |
| `envs?` | `string`[] | **`Property`** A list of environment variables to set inside the container in the form ```["VAR=value", ...]``` |
| `imageName` | `string` | **`Property`** Image name. |
| `labels?` | { `[key: string]`: `string`; } | - |
| `maxMem?` | `number` | **`Property`** Container memory limit (bytes). |
| `maxMem?` | `number` | **`Property`** Container memory limit (bytes). |
| `networkMode?` | `string` | - |
| `ports?` | [`DockerAdapterRunPortsConfig`](modules.md#dockeradapterrunportsconfig) | **`Property`** Docker ports configuration |
| `ports?` | [`DockerAdapterRunPortsConfig`](modules.md#dockeradapterrunportsconfig) | **`Property`** Docker ports configuration |
| `publishAllPorts?` | `boolean` | - |
| `volumes?` | [`DockerAdapterVolumeConfig`](modules.md#dockeradaptervolumeconfig)[] | **`Property`** Volumes configuration. |
| `volumes?` | [`DockerAdapterVolumeConfig`](modules.md#dockeradaptervolumeconfig)[] | **`Property`** Volumes configuration. |

#### Defined in

Expand Down
Loading