Skip to content

Tags: denyeart/fabric

Tags

v2.5.9

Toggle v2.5.9's commit message
Publish images to GitHub Container Registry (release-2.5)

In addition to publishing Docker images to Docker Hub,
also publish to GitHub Container Registry.

Backport of hyperledger#5032

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.5.10

Toggle v2.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport dependency updates to release-2.5 (hyperledger#4990)

* bump go.etcd.io/etcd/pkg 3.5.14

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

* bump golang.org/x/crypto v0.24.0

Note that golang.org/x/tools update broke gendoc with error:
panic: can't determine type sizes for compiler "" on GOARCH ""

It turns out that gendoc didn't need the problematic packages.NeedTypesInfo and therefore this option is now removed.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

* bump google.golang.org/grpc v1.65.0

bump google.golang.org/grpc v1.65.0

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

---------

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.5.0

Toggle v2.5.0's commit message
Revert github.com/prometheus/client_golang to v1.11.1 (release-2.5)

The bump to v1.14.0 causes Fabric compilation issues on ubuntu docker images.
See issue hyperledger#4052 for details about the problematic build tag.
For now, it is acceptable to revert to v1.11.1 where there is no such build tag.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.5.0-beta

Toggle v2.5.0-beta's commit message
Disable fail-fast for integration test suite matrix

Allowing all suites to run to completion minimises the impact of test flakes. Only failing suites need to be re-run rather then re-running the entire integration test suite.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
(cherry picked from commit 91c7f50)

v2.2.9

Toggle v2.2.9's commit message
Disable fail-fast for integration test suite matrix

Allowing all suites to run to completion minimises the impact of test flakes. Only failing suites need to be re-run rather then re-running the entire integration test suite.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
(cherry picked from commit 91c7f50)
(cherry picked from commit 31fd602)

v2.5-dev

Toggle v2.5-dev's commit message
v2.5-dev

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.5.0-dev

Toggle v2.5.0-dev's commit message
v2.5.0-dev

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.4.7

Toggle v2.4.7's commit message
Update release action to trigger from tag (release-2.4)

Update release action to trigger from tag instead of manual workflow_dispatch.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v2.5.0-beta-denyeart

Toggle v2.5.0-beta-denyeart's commit message
Gateway should apply OrdererEndpointOverrides

The peer local config allows the endpoint addresses and TLS root certs or ordering nodes to be overridden.
The gateway should apply these overrides when connecting to orderer nodes for transaction submit.

Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
(cherry picked from commit aea8ea8)

v2.2.0

Toggle v2.2.0's commit message
Fabric v2.2.0 release commit

Update docs, change log, and scripts for v2.2.0 release.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>