Added upcoming breaking change (#827)

Signed-off-by: Madeline <madeline.murray@consensys.net>
pull/839/head
MadelineMurray 5 years ago committed by GitHub
parent e8bd7ad8be
commit c657ca7187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md

@ -1,5 +1,16 @@
# Changelog
## Breaking change upcoming in v1.5
To maintain best security practices, we're changing the `user:group` on the Docker containers to `besu/orion/etc` .
What this means for you:
* If you are running Besu and Orion as binaries, there is no impact.
* If you are running Besu and Orion as Docker containers *and* have volume mounts for data, ensure that the
permissions on the directory allow other users and groups to r/w. Ideally this should be set to
`besu:besu` and `orion:orion` as the owners.
## 1.4.5
### Additions and Improvements
@ -9,6 +20,7 @@
is registered and used by default. The CLI option `--security-module=<name> (defaults to localfile)` can be used
to identify the security module plugin name to use instead. [\#713](https://github.com/hyperledger/besu/pull/713)
- Full help not displayed unless explicitly requested. [\#791](https://github.com/hyperledger/besu/pull/791)
### Bug Fixes
-

Loading…
Cancel
Save