Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

v0.1.3

Compare
Choose a tag to compare
@libby libby released this 11 Aug 16:35
· 66 commits to master since this release
7eae3ae

Added Features and Enhancements

  • πŸŽ‰ Add support for prometheus geth monitoring. (#39)
  • πŸŽ‰ Add grafana docker-compose to connect to k8s network. (#54
  • πŸŽ‰ Add support for cakeshop. (#55)
  • Add support for custom k8s storageClass. (#40)
  • Add K8s readinessProbe to quorum container. (#37)
  • Check READY state for both containers when testing. (#46)

Refactoring / Fixes

  • Make storageclass kmsKeyId arn optional. (#48)
  • Fix genesis inital account allocations. (#44)
  • Move optional k8s namespace to its own template. (#41)
  • K8s PVC changed to one per node. (#43)
  • Update / regenerate 7nodes examples. (#45)
  • Make sep_deployment_files: true the default. (#49)
  • Only set raft service if consensus is raft. (#50)
  • quickest-start.sh should not prompt to rm out. (#51)

Docker Container Changes

  • Remove rake from Dockerfile. (#47)

Doc updates

  • Update examples/config qubernetes config files. (#52)
  • Update README.md. (#53)