Skip to content

Releases: Akachain/akc-mamba

Release mamba v2.1.1

30 Mar 09:14
e02007d
Compare
Choose a tag to compare
  • Update helm charts repo 09193c9
  • Fix call register user API in bootstrap network script ff62c55
  • Add EFS_SERVER_ID to .env
  • Optimize check pod in environment script
  • Update apiVersion of test-efs ace473a

Release mamba v2.1.0

06 Jan 09:37
cd4a9e6
Compare
Choose a tag to compare
  • Optimize environment management:
    • Merge binary-config branch to the main branch
    • Include package data using setuptools 90a6804
    • Add mamba init command to extract all config from binary to default config folder (~/.akachain)
  • Add package code guideline 29362b5
  • Add guideline run network use minikube 06b893a
  • Generate application artifacts v1
    1eeb990
  • Update some out of date guideline.
  • Support multiple orderers in fabric 2.2 458be2a
  • Fix some bugs
  • Add remote org in fabric 2.2

Release mamba v2.0.0

25 Sep 03:56
01433e9
Compare
Choose a tag to compare

This release includes:

  • Support Hyperledger Fabric 2.2.0
  • Add feature deploy chaincode as an external service
  • Setting the DEPLOYMENT_ENV environment to "develop" to using stateful set without PVC.
  • Specify alpine image version 3.12.0 in all batch jobs.
  • Update binary config path
  • Restructure crypto-path folder
  • Add update anchor peer setting
  • Optimize script logs
  • Using akc-admin v2 to bootstrap network

Release mamba v1.2.0

24 Aug 03:16
00b6af0
Compare
Choose a tag to compare

This release includes:

  • Optimize create_org command by add time sleep between register peer identity and enroll peer
  • Fix missing PVS_PATH env in some commands: explorer, external intermediate CA, Prometheus and update the channel config.
  • Update the comment in the environment template file.
  • Fix the version of hyperledger/fabric-ccenv to 1.4.1.

Release mamba v1.1.3

04 Aug 03:14
0e650e9
Compare
Choose a tag to compare

In version 1.1.3, AKC-Mamba supported deploy hyperledger fabric on any kubenertes (e.g. minikube) and you can install AKC-Mamba with python package using pip or pip3.

This release includes:

  • Another bugs fixed.
  • Remove awscli.
  • Change RCA_ORG to RCA_DOMAIN to be consistent with other module.
  • Setup mamba with minikube env.
  • Optimize check pod status.
  • Release binary excute with pip package.
  • pip3 package: https://pypi.org/project/akc-mamba/
  • Specify ccenv version in peer statefulset template.

First release of Akachain Mamba

07 Apr 09:12
Compare
Choose a tag to compare

AKC-Mamba provides a production ready, complete experience in deploying a Hyperledger Fabric blockchain Network on Kubernetes (K8S) Clusters.

In version 1.0, AKC-Mamba only supports Amazon EKS, we will gradually roll out support for native Kubernetes or other integrated Kubernetes Service Provider later on.

The 1.0 release includes:

  • 1 Root CA (rca)
  • 1 Intermediate CA for each organization (ica)
  • 1 Kafka Based ordering service
  • A Pre-defined number of peer nodes for each organization.
  • Bootstraping a sample chaincode in the network

Besides original Hyperledger Fabric, AKC-Mamba uses several inhouse developed tools to help a system administrator to accelerate his work. A list of pre-configured tools are:

  • 1 AKC-Admin: administrative tool that expose REST API for Hyperledger Fabric network manipulation
  • Hyperledger Fabric Blockchain Explorer
  • Prometheus service
  • Grafana service with a comprehensive dashboard to monitor the system.