Skip to content

Commit

Permalink
Merge pull request #1033 from kaleido-io/rc2-manifest
Browse files Browse the repository at this point in the history
Update manifest for v1.1.0-rc.2
  • Loading branch information
peterbroadhurst authored Sep 1, 2022
2 parents 8db85d0 + bf82099 commit 4ccefb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
BUILD_FIREFLY: false
TEST_SUITE: ${{ matrix.test-suite }}
BLOCKCHAIN_PROVIDER: ${{ matrix.blockchain-provider }}
BLOCKCHAIN_CONNECTOR: ${{ matrix.blockchain-connector }}
TOKENS_PROVIDER: ${{ matrix.token-provider }}
DATABASE_TYPE: ${{ matrix.database-type }}
MULTIPARTY_ENABLED: ${{ matrix.multiparty-enabled }}
Expand All @@ -154,5 +155,5 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: container-logs-${{ matrix.test-suite }}-${{ matrix.blockchain-provider }}-${{ matrix.database-type }}-${{ matrix.token-provider }}
name: container-logs-${{ matrix.test-suite }}-${{ matrix.blockchain-provider }}-${{ matrix.blockchain-connector }}-${{ matrix.database-type }}-${{ matrix.token-provider }}
path: containerlogs/logs.txt
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"ethconnect": {
"image": "ghcr.io/hyperledger/firefly-ethconnect",
"tag": "v3.2.4",
"sha": "7e4c73c8250b33d4605551dffb855d350346387d7535cc5e592d1b79eaee5c5e"
"tag": "v3.2.6",
"sha": "b1e1cdb9785ffc4053488417a1fc5c495ed03ae5f9ac5fbedee0d3b19256f6ff"
},
"evmconnect": {
"image": "ghcr.io/hyperledger/firefly-evmconnect",
"tag": "v1.1.2-20220826-11",
"sha": "cc61a4fd3488b8c1efa0e87f001fef53474c5aecdda61715e4cc5026de3a1c1c"
"tag": "v1.1.4",
"sha": "d4370836799aeb69ad06b6a2761306b95c60dc03824d5d0a4f088ebd5ccb02bb"
},
"fabconnect": {
"image": "ghcr.io/hyperledger/firefly-fabconnect",
Expand All @@ -31,8 +31,8 @@
},
"signer": {
"image": "ghcr.io/hyperledger/firefly-signer",
"tag": "v0.9.16-20220825-18",
"sha": "99267b26023856c2a47cc078d8bc2f4df9a790a4570dc465f121eafb46d0c64b"
"tag": "v0.9.19",
"sha": "359247e503d6a0ae17d8e01210abd35d7ade7787f7dae104594f603f57b140a2"
},
"build": {
"firefly-builder": {
Expand All @@ -50,10 +50,10 @@
}
},
"ui": {
"tag": "v1.1.0-alpha.3",
"release": "v1.1.0-alpha.3"
"tag": "v1.1.0-rc.2",
"release": "v1.1.0-rc.2"
},
"cli": {
"tag": "v1.1.0-rc.1"
"tag": "v1.1.0-rc.2"
}
}

0 comments on commit 4ccefb2

Please sign in to comment.