Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed Apr 19, 2021
1 parent ec22a0f commit c9660b5
Show file tree
Hide file tree
Showing 68 changed files with 468 additions and 178 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/petermetz/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **cmd-api-server:** no CLI args causes crash [#794](https://github.com/petermetz/cactus/issues/794) ([a285b96](https://github.com/petermetz/cactus/commit/a285b96785792cd29f450bfc1cc066067c82f558))
* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/petermetz/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))
* **examples:** supply chain backend bundle build RAM [#766](https://github.com/petermetz/cactus/issues/766) ([f5c5d82](https://github.com/petermetz/cactus/commit/f5c5d82ef3ae327f057da94ea12a224f9b4d78c6))
* **test:** eliminate CVE-2020-8203 in besu connector test pkg ([6411933](https://github.com/petermetz/cactus/commit/6411933a167711152165d86a260d5f49d272746d))
* **tools:** ci.sh retry mechanism no longer ignores last failure ([b5e751e](https://github.com/petermetz/cactus/commit/b5e751e405d0c612f71c50fa964600134d25e0c2))
* **tools:** use latest fabric bootstrap.sh script for AIO image ([b298b76](https://github.com/petermetz/cactus/commit/b298b76a03382fa2729b89a6066b693e3c072582))
* **whitepaper:** build fails on Ubuntu 18 due to glibc 2.29 [#703](https://github.com/petermetz/cactus/issues/703) ([ec22a0f](https://github.com/petermetz/cactus/commit/ec22a0fc94929ae0fe8b44f93ce20f44847ec176))
* keychain to registry, uuid dep, add back missing gas req parameter ([4635d81](https://github.com/petermetz/cactus/commit/4635d817a719bcdaa2a3bf1b4aa3b5d8cc1f6961))


### Features

* **api-server:** ability to install plugins at runtime [#764](https://github.com/petermetz/cactus/issues/764) ([8dda0f6](https://github.com/petermetz/cactus/commit/8dda0f61937c6e1a85afee0345af44b1bfa09c0a))
* **besu:** add sequence diagram of run transaction endpoint ([754a11a](https://github.com/petermetz/cactus/commit/754a11a449d9a67dd8d6ebecbeb1b65cefa71b7f)), closes [#755](https://github.com/petermetz/cactus/issues/755)
* **cmd-api-server:** user defined type guard isHealthcheckResponse ([16077d4](https://github.com/petermetz/cactus/commit/16077d42ec7edce4999d77cfbca5c02177d15fa6))
* **connector-besu, connector-quorum:** filesystem replaced by keychain ([14d1790](https://github.com/petermetz/cactus/commit/14d17904442723450790644653ff18dda79dfa5e))
* **core:** add plugin registry log level constructor arg ([1652b33](https://github.com/petermetz/cactus/commit/1652b33255c211e87e33ceb3e421cb9fb4182502))
* **core-api:** decouple web service install & registration [#771](https://github.com/petermetz/cactus/issues/771) ([b50e148](https://github.com/petermetz/cactus/commit/b50e148f43c0b27138471c972aab391486e761e6))
* **test-tooling:** add besu test ledger log level constructor arg ([60ee32f](https://github.com/petermetz/cactus/commit/60ee32fb0e65e8325194a8798dd8cde093a141d3)), closes [#780](https://github.com/petermetz/cactus/issues/780)
* **test-tooling:** add keycloak container ([f1abb3e](https://github.com/petermetz/cactus/commit/f1abb3e8d2e05aa18008da176753b240528e95e6))





## [0.4.1](https://github.com/petermetz/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down
18 changes: 18 additions & 0 deletions examples/cactus-example-supply-chain-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))
* **examples:** supply chain backend bundle build RAM [#766](https://github.com/hyperledger/cactus/issues/766) ([f5c5d82](https://github.com/hyperledger/cactus/commit/f5c5d82ef3ae327f057da94ea12a224f9b4d78c6))
* keychain to registry, uuid dep, add back missing gas req parameter ([4635d81](https://github.com/hyperledger/cactus/commit/4635d817a719bcdaa2a3bf1b4aa3b5d8cc1f6961))


### Features

* **connector-besu, connector-quorum:** filesystem replaced by keychain ([14d1790](https://github.com/hyperledger/cactus/commit/14d17904442723450790644653ff18dda79dfa5e))





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-backend",
"version": "0.4.1",
"version": "1.0.0-rc.0",
"description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js",
Expand Down Expand Up @@ -82,19 +82,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.4.1",
"@hyperledger/cactus-cmd-api-server": "0.4.1",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.1",
"@hyperledger/cactus-example-supply-chain-frontend": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"@hyperledger/cactus-test-tooling": "0.4.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.0",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.0",
"@hyperledger/cactus-common": "1.0.0-rc.0",
"@hyperledger/cactus-core": "1.0.0-rc.0",
"@hyperledger/cactus-core-api": "1.0.0-rc.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.0",
"@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.0",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))


### Features

* **core-api:** decouple web service install & registration [#771](https://github.com/hyperledger/cactus/issues/771) ([b50e148](https://github.com/hyperledger/cactus/commit/b50e148f43c0b27138471c972aab391486e761e6))





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "0.4.1",
"version": "1.0.0-rc.0",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -83,15 +83,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.4.1",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"@hyperledger/cactus-api-client": "1.0.0-rc.0",
"@hyperledger/cactus-common": "1.0.0-rc.0",
"@hyperledger/cactus-core": "1.0.0-rc.0",
"@hyperledger/cactus-core-api": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/cactus-example-supply-chain-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-frontend",
"version": "0.4.1",
"version": "1.0.0-rc.0",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,14 +22,14 @@
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@hyperledger/cactus-api-client": "0.4.1",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"@hyperledger/cactus-api-client": "1.0.0-rc.0",
"@hyperledger/cactus-common": "1.0.0-rc.0",
"@hyperledger/cactus-core-api": "1.0.0-rc.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/cactus-*",
"examples/cactus-*"
],
"version": "0.4.1",
"version": "1.0.0-rc.0",
"command": {
"version": {
"message": "chore(release): publish"
Expand Down
8 changes: 8 additions & 0 deletions packages/cactus-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)

**Note:** Version bump only for package @hyperledger/cactus-api-client





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)

**Note:** Version bump only for package @hyperledger/cactus-api-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-api-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/cactus-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-api-client",
"version": "0.4.1",
"version": "1.0.0-rc.0",
"description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-api-client.node.umd.min.js",
Expand Down Expand Up @@ -81,9 +81,9 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1"
"@hyperledger/cactus-common": "1.0.0-rc.0",
"@hyperledger/cactus-core": "1.0.0-rc.0",
"@hyperledger/cactus-core-api": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.0"
}
}
18 changes: 18 additions & 0 deletions packages/cactus-cmd-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **cmd-api-server:** no CLI args causes crash [#794](https://github.com/hyperledger/cactus/issues/794) ([a285b96](https://github.com/hyperledger/cactus/commit/a285b96785792cd29f450bfc1cc066067c82f558))


### Features

* **api-server:** ability to install plugins at runtime [#764](https://github.com/hyperledger/cactus/issues/764) ([8dda0f6](https://github.com/hyperledger/cactus/commit/8dda0f61937c6e1a85afee0345af44b1bfa09c0a))
* **cmd-api-server:** user defined type guard isHealthcheckResponse ([16077d4](https://github.com/hyperledger/cactus/commit/16077d42ec7edce4999d77cfbca5c02177d15fa6))
* **core-api:** decouple web service install & registration [#771](https://github.com/hyperledger/cactus/issues/771) ([b50e148](https://github.com/hyperledger/cactus/commit/b50e148f43c0b27138471c972aab391486e761e6))





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-cmd-api-server",
"version": "0.4.1",
"version": "1.0.0-rc.0",
"description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.",
"bin": {
"cactusapi": "./dist/lib/main/typescript/cmd/cactus-api.js"
Expand Down Expand Up @@ -86,9 +86,9 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-common": "1.0.0-rc.0",
"@hyperledger/cactus-core": "1.0.0-rc.0",
"@hyperledger/cactus-core-api": "1.0.0-rc.0",
"axios": "0.21.1",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand All @@ -106,9 +106,9 @@
"uuid": "7.0.2"
},
"devDependencies": {
"@hyperledger/cactus-cockpit": "0.4.1",
"@hyperledger/cactus-plugin-keychain-vault": "0.4.1",
"@hyperledger/cactus-test-tooling": "0.4.0",
"@hyperledger/cactus-cockpit": "1.0.0-rc.0",
"@hyperledger/cactus-plugin-keychain-vault": "1.0.0-rc.0",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.0",
"@types/compression": "1.7.0",
"@types/convict": "5.2.1",
"@types/cors": "2.8.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/cactus-cockpit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v1.0.0-rc.0) (2021-04-19)


### Bug Fixes

* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))
* keychain to registry, uuid dep, add back missing gas req parameter ([4635d81](https://github.com/hyperledger/cactus/commit/4635d817a719bcdaa2a3bf1b4aa3b5d8cc1f6961))





## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cockpit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9660b5

Please sign in to comment.