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

v0.1.1

Compare
Choose a tag to compare
@libby libby released this 29 Apr 14:50
· 97 commits to master since this release
dfd1d8d

Simplify Required Config

  • Reduce required config values by setting reasonable defaults. (#22)
nodes:
  number: 4
quorum:
  # supported: (raft | istanbul)
  consensus: istanbul
  quorum:
    Quorum_Version: 2.2.5
  tm:
    # (tessera|constellation)
    Name: tessera
    Tm_Version: 0.11

Ingress generation with TLS:

  • Add ability to generate ingress K8s resources. (#14)
  • Always add tls host to Ingress if host specified. (#18)

NetworkPolicy Generation:

  • Add network policy generation capability. (#16)

PVCs can now have annotations and/or a storageClass set:

  • Add optional annotations & storageclass to PVCs. (#17)

Configurable Docker Repo allows users to pull from their own docker repo:

  • Make the docker repo optionally configurable. (#15)

Deployments may now have security contexts set:

  • Add support for k8s securityContext on deployments. (#19)

Examples:

  • Regenerate 7nodes examples from current generators. (#20)

Build

  • Adding docker image labels and build helper script. (#21)

Fixes

  • Failures in test should return exit code.

Docker Hub

component versions
Quorum v2.1.1 - v2.5
Tessera 10.2 - 11.0
Constellation 3.2