Skip to content

Commit

Permalink
BE-879 Release v1.1.7 (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
  • Loading branch information
nekia committed Jul 5, 2021
1 parent 8e0dc1e commit 6b50b8f
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## v1.1.7

* [ae60298](https://github.com/hyperledger/blockchain-explorer/commit/ae60298) [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
* [fef5460](https://github.com/hyperledger/blockchain-explorer/commit/fef5460) Bugfix: tailing ampersand sign prevents container from restarting (#254)
* [ba59056](https://github.com/hyperledger/blockchain-explorer/commit/ba59056) [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
* [cc51dff](https://github.com/hyperledger/blockchain-explorer/commit/cc51dff) Bugfix: timeout error crashing explorer (#253)
* [4a931ca](https://github.com/hyperledger/blockchain-explorer/commit/4a931ca) Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)
* [fbda93e](https://github.com/hyperledger/blockchain-explorer/commit/fbda93e) Bump glob-parent from 5.1.1 to 5.1.2 in /client/e2e-test (#249)

## v1.1.6

* [ffb7916](https://github.com/hyperledger/blockchain-explorer/commit/ffb7916) [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,13 +27,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.7](release_notes/v1.1.7.md)</b> (Jul 04, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.6](release_notes/v1.1.6.md)</b> (Jun 06, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.5](release_notes/v1.1.5.md)</b> (Apr 20, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.4](release_notes/v1.1.4.md)</b> (Jan 29, 2021) | [v1.4 to v2.2](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.3](release_notes/v1.1.3.md)</b> (Sep 28, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.2](release_notes/v1.1.2.md)</b> (Aug 12, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <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) |

---

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer-client",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer",
"version": "1.1.6",
"version": "1.1.7",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
Expand Down
36 changes: 36 additions & 0 deletions release_notes/v1.1.7.md
@@ -0,0 +1,36 @@
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

## New Features

* None

## Bug Fixes and Updates

* [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
* Bugfix: tailing ampersand sign prevents container from restarting (#254)
* [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
* Bugfix: timeout error crashing explorer (#253)
* Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)

## Known Vulnerabilities

```
jsrsasign <10.2.0
Severity: critical
RSA signature validation vulnerability - https://npmjs.com/advisories/1672
fix available via `npm audit fix --force`
Will install fabric-network@1.4.1, which is a breaking change
node_modules/jsrsasign
fabric-ca-client *
Depends on vulnerable versions of fabric-common
Depends on vulnerable versions of jsrsasign
node_modules/fabric-ca-client
fabric-common >=2.1.1-snapshot.390
Depends on vulnerable versions of jsrsasign
node_modules/fabric-common
fabric-network >=1.4.19-snapshot.1
Depends on vulnerable versions of fabric-common
node_modules/fabric-network
4 critical severity vulnerabilities
```

0 comments on commit 6b50b8f

Please sign in to comment.