Skip to content

Commit

Permalink
BE-775 Release v1.1.1 (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <[email protected]>
  • Loading branch information
nekia authored Jul 17, 2020
1 parent 851a9ba commit f516d90
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.1.1

* [851a9ba](https://github.com/hyperledger/blockchain-explorer/commit/851a9ba) Bump lodash from 4.17.15 to 4.17.19 in /client (#144)
* [a61191d](https://github.com/hyperledger/blockchain-explorer/commit/a61191d) Bump lodash from 4.17.15 to 4.17.19 in /app/test (#145)
* [c903aa4](https://github.com/hyperledger/blockchain-explorer/commit/c903aa4) Bump lodash from 4.17.15 to 4.17.19 (#143)
* [6c38236](https://github.com/hyperledger/blockchain-explorer/commit/6c38236) [BE-776](https://jira.hyperledger.org/browse/BE-776) Fix calculation of block hash (#141)
* [d635e39](https://github.com/hyperledger/blockchain-explorer/commit/d635e39) Use FabricGateway's "asLocalhost" when running discovery service (#142)
* [d99a66d](https://github.com/hyperledger/blockchain-explorer/commit/d99a66d) [BE-777](https://jira.hyperledger.org/browse/BE-777) Fix an issue of authentication (#140)
* [39ad972](https://github.com/hyperledger/blockchain-explorer/commit/39ad972) Add another README for detail of each configuration (#139)
* [786429b](https://github.com/hyperledger/blockchain-explorer/commit/786429b) [BE-768](https://jira.hyperledger.org/browse/BE-768) Add mTLS ID to gateway connect option (#138)
* [471d261](https://github.com/hyperledger/blockchain-explorer/commit/471d261) [BE-774](https://jira.hyperledger.org/browse/BE-774) Add pem format support (#137)
* [864b622](https://github.com/hyperledger/blockchain-explorer/commit/864b622) [BE-773](https://jira.hyperledger.org/browse/BE-773) Add Fabric CA support (#135)
* [8cccc2c](https://github.com/hyperledger/blockchain-explorer/commit/8cccc2c) [BE-722](https://jira.hyperledger.org/browse/BE-722) Make the landing page on Github simplified (#134)

## v1.1.0

* [05a714e](https://github.com/hyperledger/blockchain-explorer/commit/05a714e) [BE-747](https://jira.hyperledger.org/browse/BE-747) Removed fabric-client package … (#131)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.1.1](release_notes/v1.1.1.md)</b> (Jul 17, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.0](release_notes/v1.1.0.md)</b> (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0](release_notes/v1.0.0.md)</b> (Apr 09, 2020) | [v1.4.0 to v1.4.8](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc3](release_notes/v1.0.0-rc3.md)</b> (Apr 01, 2020) | [v1.4.0 to v1.4.6](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc1](release_notes/v1.0.0-rc1.md)</b> (Nov 18, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v0.3.9.5](release_notes/v0.3.9.5.md)</b> (Sep 8, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v0.3.9.4](release_notes/v0.3.9.4.md)</b> (June 18, 2019) | [v1.4.1](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |

---

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": "hyperledger-explorer-client",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer",
"version": "1.1.0",
"version": "1.1.1",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
Expand Down
40 changes: 40 additions & 0 deletions release_notes/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

## New Features

* Publish new simple landing page on Github (#134)
* Add another README for detail of each configuration (#139)
* Add configuration for mutual TLS support (#138)
* Add PEM string format support for connection profile (#137)
* Add Fabric CA support to retrieve credential for admin access to fabric network (#135)

## Bug Fixes and Updates

* Fix an issue of authentication (#140)
* Fix an issue the targets of discovery service are always mapped to localhost (#142)
* Fix calculation of block hash (#141)

## Known Vulnerabilities

### client/package.json

```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ yargs-parser │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-scripts > webpack-dev-server > yargs > yargs-parser │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1500 │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 low severity vulnerability in 2141 scanned packages
1 vulnerability requires manual review. See the full report for details.
```



0 comments on commit f516d90

Please sign in to comment.