Skip to content

Releases: raftAtGit/hl-fabric-operator

v0.4.0

21 Mar 19:25
Compare
Choose a tag to compare

Install Operator

Following command will install the FabricNetwork CRD and Fabric operator to namespace fabric-operator.

kubectl apply -f https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.4.0/install.yaml

Install CLI

Linux

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.4.0/linux-amd64.tar.gz

# Uncompress
tar xf linux-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Mac

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.4.0/darwin-amd64.tar.gz

# Uncompress
tar xf darwin-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Changes:

  • 84e078c set version to 0.4.0
  • 51da74d Merge pull request #5 from raftAtGit/feature/fix-pipeline
  • ee37624 re-order of tasks in pipeline
  • 465a60b controller-gen v0.14.0
  • f77cb62 fail in scripts if any command fails
  • 5349b77 failOnStderr on script steps in Azure DevOps pipeline
  • 183e666 kustomization update. removed deprecated fields
  • 9aae37b vulnerable dependencies update
  • db88c77 switched to go lang 1.22.1 and recent versions of dependencies
  • 1d88068 switched to go lang 1.18
See More
  • d632c43 updated samples for service account for Argo
  • 7610ab7 ability to specify service account for Argo workflows
  • 43463f5 moved hyfen references to raft's fork. fuck hyfen!

This list of changes was auto generated.

v0.3.0

04 Mar 21:26
Compare
Choose a tag to compare

Install Operator

Following command will install the FabricNetwork CRD and Fabric operator to namespace fabric-operator.

kubectl apply -f https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.3.0/install.yaml

Install CLI

Linux

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.3.0/linux-amd64.tar.gz

# Uncompress
tar xf linux-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Mac

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.3.0/darwin-amd64.tar.gz

# Uncompress
tar xf darwin-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Changes:

  • 3bf7979 updated Argo version
  • c7d4e9e got the fix for RFC 1123 name validation issue from PIVT repo
  • 4e83e1a Merge branch 'develop'
  • 2321f58 simplified Dockerfile
  • 0ac5088 disabled persistence in extended raft networks. because this will fail helm upgrade

This list of changes was auto generated.

v0.2.0

11 Apr 13:27
9a83b2e
Compare
Choose a tag to compare

Install Operator

Following command will install the FabricNetwork CRD and Fabric operator to namespace fabric-operator.

kubectl apply -f https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/install.yaml

Install CLI

Linux

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/linux-amd64.tar.gz

# Uncompress
tar xf linux-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Mac

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/darwin-amd64.tar.gz

# Uncompress
tar xf darwin-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Changes:

This list of changes was auto generated.

v0.1.0

07 Apr 22:49
Compare
Choose a tag to compare

Install Operator

Following command will install the FabricNetwork CRD and Fabric operator to namespace fabric-operator.

kubectl apply -f https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.1.0/install.yaml

Install CLI

Linux

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.1.0/linux-amd64.tar.gz

# Uncompress
tar xf linux-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Mac

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.1.0/darwin-amd64.tar.gz

# Uncompress
tar xf darwin-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Changes:

  • b71324d Create README.md
  • 9617407 azure-pipelines update
  • 2969210 fixes in samples
  • 9db6e5a cli download command & cleanup in cli
  • f991273 CLI version command
  • cc91194 azure-pipelines and release procedure
  • 745c37b error handling if kubeconfig cannot be retrieved
  • 14dc68f peer-org-flow entry in existing FabricNetworks
  • f1e9c67 peer-org-flow support. update FabricNetwork in CLI and controller. simple and simple/extended sample
  • f18c2a8 reconstruction of chart dir in case of deletion
See More
  • 9268e7d store created crypto material in a secret
  • 5e74ebc delete command in the CLI
  • fd3cbe0 deleting Helm chart only if created for that FabricNetwork
  • c584ec1 deleting Helm chart and Argo workflows at FabricNetwork deletion
  • bdb7b41 Helm chart dependencies in Dockerfile for Kafka networks
  • 8369e49 runs in K8S :)
  • 3ba5614 set leader-election id
  • ba3583b basics of CLI
  • 46e1b4c cleaned license text from files
  • a690fbc solution to dependency hell problem
  • f8a216a separate folder for each fabric-network. genesis block and crypto-config creation
  • 2330da9 chaincode-flow
  • 21ce74a channel-flow
  • f6fb61a dependency hell for Argo

This list of changes was auto generated.