Skip to content

v0.1.1

Compare
Choose a tag to compare
@bjwswang bjwswang released this 06 Mar 12:11
· 66 commits to main since this release
66dc2aa

Welcome to this new release!

Feature summary πŸš€ πŸš€ πŸš€

  1. New CRD ChaincodeBuild to integrate Tekton CI with bestchains which can
  • build chaincode images before it is deployed with k8s external builder which increase
  • make chaincode build auditable by all network members
  1. New CRD Chaincode to manage Chaincode deployment procedures. It works with two new proposal deployChaincode and upgradeChaincode to make chaincode deployment more decentrazlied even in same platform (Thanks @0xff-dev )
  2. New CRD EndorsePolicy
  3. Able to archive/unarchive a channel with new proposal ArchiveChannel and UnarchiveChannel (Thanks @0xff-dev )
  4. Support to deploy new components Tekton & Minio with our installer (Thanks @Abirdcfly )
  5. Optimzie our example tests to cover more test cases (Thanks @Abirdcfly )
  6. bug fixes and optimziation on former features

What's Changed

  • feat: images adds git tag and date format by @Abirdcfly in #105
  • cleanup: reuse scripts in bestchains/installer to example-test by @Abirdcfly in #112
  • fix: get user with label t7d.io.username by @bjwswang in #120
  • fix: image tag has two v by @Abirdcfly in #122
  • fix: typos in organization's rbac definition by @bjwswang in #127
  • chore: add resource yaml detail in example-test debug log by @Abirdcfly in #125
  • fix: example-test timeout by @Abirdcfly in #129
  • fix: use string list in organization.status.federation by @bjwswang in #123
  • feat: add endorsepolicy crd by @0xff-dev in #131
  • fix: skip channel create & peer join if already did before by @bjwswang in #134
  • feat: able to archive channel by @bjwswang in #132
  • fix: rbac update failed because object has been modified by @Abirdcfly in #116
  • fix: test peer join status;set ingressnodeip as domain by @bjwswang in #136
  • fix: application channel's configuration has bad settings by @bjwswang in #145
  • fix: channel should not be omitted even no peers joined yet;refuse peer join by @bjwswang in #146
  • fix: spec/status in endorsepolicy should be able to omitted;install e… by @bjwswang in #148
  • chore: set default ImagePullPolicy to IfNotPresent by @bjwswang in #150
  • fix: keep network after it has been dissolved by @bjwswang in #152
  • fix: set default joinedAt timstamps in Channel/Network by @bjwswang in #154
  • feat: chaincode by @0xff-dev in #155
  • feat: add new CRD ChaincodeBuild by @bjwswang in #156
  • fix: proposal automatically adds the label of the chaincode by @0xff-dev in #159
  • fix: set proposal's owner reference to Federation by @bjwswang in #164
  • feat: webhook verify the chaincode and ednrosepolicy fields match the… by @0xff-dev in #165
  • feat: add tekton-operator and minio by @Abirdcfly in bestchains/installer#13

Full Changelog: v0.1.0...v0.1.1