Skip to content

Commit

Permalink
Release 21.10.7 (#3265)
Browse files Browse the repository at this point in the history
* 21.10.7-SNAPSHOT
* Vert.x upgrade (with tests) (#3135)
* Updating kubernates client verion to 14.0
* Replace Orian with Tessera in tests
* use constant rather than random (#3116)
* Remove Ethsigner to Besu acceptance tests (#3106) as these are covered in EthSigner and other cross client testing tools.
* netty 4.1.72; jackson-databind 2.13.1; grpc 1.39
* update license checker with explicit statement

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
Signed-off-by: Diego López León <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
  • Loading branch information
macfarla authored Jan 12, 2022
1 parent 8b4b173 commit 36263cf
Show file tree
Hide file tree
Showing 89 changed files with 925 additions and 1,418 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
command: ./gradlew --no-daemon jacocoRootReport sonarqube -Dsonar.login=$SONAR_TOKEN

integrationTests:
executor: besu_executor_med
executor: xl_machine_executor
steps:
- prepare
- attach_workspace:
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 21.10.7

### Bug Fixes
- Update dependencies (including kubernetes client-java, okhttp, commons-codec)

### Additions and Improvements
- Add support for additional JWT authentication algorithms [#3017](https://github.com/hyperledger/besu/pull/3017)
- Remove Orion ATs

## 21.10.6

### Bug Fixes
Expand Down Expand Up @@ -31,9 +40,6 @@ SHA256 ef730e42bc47605f5f863c7f700e3dc1e513a53e29ab5e52ffbd31174a112375
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.3/besu-21.10.3.zip \
SHA256: 78eb3ee9174e2c4594f4845670ad66d44479de6f470b2b950d056102f57d839e

### Early Access Features
- Add support for additional JWT authentication algorithms [#3017](https://github.com/hyperledger/besu/pull/3017)

## 21.10.2

### Additions and Improvements
Expand Down
3 changes: 0 additions & 3 deletions acceptance-tests/dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ dependencies {
implementation 'org.web3j:abi'
implementation 'org.web3j:besu'
implementation 'org.web3j:crypto'
implementation 'tech.pegasys.ethsigner.internal:ethsigner-core'
implementation 'tech.pegasys.signers.internal:signing-secp256k1-api'
implementation 'tech.pegasys.signers.internal:signing-secp256k1-impl'

implementation 'org.testcontainers:testcontainers'
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit 36263cf

Please sign in to comment.